Transcription of Second Order Differential Equations
{{id}} {{{paragraph}}}
3 Second Order Differential EquationsWe now turn to Second Order Differential Equations . Suchequations involve the Second derivative,y (x). Let s assume that we canwrite the equation asy (x) =F(x,y(x),y (x)).We would like to solve this equation using Simulink. This is accomplishedusing two integrators in Order to outputy (x)andy(x).input outputy y (b)input outputyy (a) outputyy input y (c) : Basic schemes for usingIntegrator blocks for solving secondorder Differential shown in (b), sendingy (x)into theIntegratorblock, weget outy (x). This is similar to usingy (x)to gety(x)in (a). Asshown in (c), combining twoIntegratorblocks, we can inputy (x) =F(x,y,y )and get outyandy.
We can solve second order constant coefficient differential equations using a pair of integrators. An example is displayed in Figure 3.3. Here we solve the constant coefficient differential equation ay00+by0+cy = 0 by first rewriting the equation as y00= F(y,y0) = b a y0 c a y. Example 3.1. Model the initial value problem y00+5y0+6y = 0, y(0 ...
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}