Jump to content



Featured Articles

Check out the latest featured articles.

File Library

Check out the latest downloads available in the File Library.

New Article

Product Viscosity vs. Shear

Featured File

Vertical Tank Selection

New Blog Entry

Low Flow in Pipes- posted in Ankur's blog

Simulink Problem


This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic
Share this topic:
| More

#1 leon_aurel

leon_aurel

    Veteran Member

  • Members
  • 38 posts

Posted 18 March 2010 - 02:00 AM

Hi, i have some problem with simulink. in simulink we can solve this equation : d^3y/(dx)^3+6d^2y/(dx)^2+11dy/dx+6y=1, both using integrator block or laplacing it first and using transfer function block... the problem is my lecturer want me to solve another equation d^3y/(dx)^3+6d^2y/(dx)^2+11dy/dx+6y+y^2=1. he want me to solve it using both ways.. i stuck with y^2.. i don't know how to transform it to s-domain nor using integrator block directly without laplacing it.

can anyone help me? thanks before

#2 Andres Valencia Michaud

Andres Valencia Michaud

    Veteran Member

  • Members
  • 38 posts

Posted 18 March 2010 - 07:56 AM

I've attached a pdf which will allow you to solve the problem. There's one thing I don't like about your problem... it's a tiny little thing you'll need to remember: Laplace and simulink work from the time plane to the s-plane. Said that, your equation is miss-typed unless your time axis is the "x-axis".
I hope it'll help you out.

Your transform block should be taken from:

s^3*y(s)-s^2*y(0)-s*y'(0)-y''(0)+6[s^2*y(s)-s*y(0)-y'(0)]+11[s*y(s)-y(0)]+6*y(s)+2/y(s)^3=0

Attached Files



#3 leon_aurel

leon_aurel

    Veteran Member

  • Members
  • 38 posts

Posted 18 March 2010 - 11:36 AM

oh..i'm sorry..my fault..i forget about the x-domain. thanks for the literature..

#4 leon_aurel

leon_aurel

    Veteran Member

  • Members
  • 38 posts

Posted 18 March 2010 - 12:51 PM

Sorry Andres, but i still can't understand why y^2 can be transformed to 2/y(s)^3...




Similar Topics