Solve the given initial value problem, Programming Languages

Assignment Help:

Solve the following initial value problem

y(3) - 5y'' - 22y' + 56 y= 0;       y(0) = 1;           y'(0) = -2;         y''(0) = -4

Solution:

r3 - 5r2 - 22r + 56 = (r + 4)(r - 2)(r - 7) = 0

= r1 = -4, r2 = 4 and r3 = 7

Therefore we have three real distinct roots now and thus the general solution is,

y(t) = c1 e-4t + c2 ex2t + c3 ex7t

Differentiating a couple of times and applying the initial conditions provides the subsequent system of equations that we'll require solving in order to get the coefficients.

1 = y(0) = c1 + c2 + c3

-2 = y'(0) = - 4c1 + 2 c2 + 7 c3

-4 = y''(0) = 16 c1 + 4 c2 + 49 c3

After solving all these equations we get:

c1 = 14/33

c2 = 13/15

c3 = -(16/55)

Then the actual solution is,

 y(t) = (14/33) e-4t + (13/15) ex2t -(16/55)ex7t

Therefore, outside of requiring to solve a cubic polynomial that we left the details for you to verify and requiring to solve a system of 3 equations to get the coefficients that we also left for you to fill the details, the work currently is pretty much identical to the work we did in solving a 2nd order initial value problem.

Since the initial condition work is identical to work which we should be extremely familiar with to that point with the exception which it involved solving larger systems we're going to not bother with solving initial value problems for the rest of the examples. The basic point of this section is the new concepts involved in getting the general solution to the differential equation anyway and thus we'll concentrate on this for the remaining illustrations.

Also note that we'll not be demonstrating very much work in solving the characteristic polynomial. Here we are using computational aids and would encourage you to do similar here.  Solving these higher degree polynomials is simply too much work and would obscure the point of these illustrations.


Related Discussions:- Solve the given initial value problem

Program 3, An apartment complex has several apartments to rent. The apartme...

An apartment complex has several apartments to rent. The apartments are all similar, and all rent for $750 per month. Currently, all units are occupied. The management, being in bu

Assembly language coding, i need a coding to glow 8 LEDs on a port with pwm...

i need a coding to glow 8 LEDs on a port with pwm effect

Data modelling-use case diagram and sequence diagram, On-line fair and ethi...

On-line fair and ethical share trading system (Olfest) A system is required that allows on-line customers to buy and sell stock market shares in a selection of companies. B

Computer design project , I''m studying electrical engineering, and this se...

I''m studying electrical engineering, and this semester im taking course that called Computer Design. in this course they need me to a final project about any thing we took during

Depth estimation from a single view camera, i doing a project about depth e...

i doing a project about depth estimation, i have done some research, and i used the block matching algorithm to get the motion vectors from the image sequences, i now have the prob

Solve the given initial value problem, Solve the following initial value pr...

Solve the following initial value problem y (3) - 5y'' - 22y' + 56 y= 0;       y(0) = 1;           y'(0) = -2;         y''(0) = -4 Solution : r 3 - 5r 2 - 22r + 56 = (

Write a prolog predicate for a list, Write a Prolog predicate remove_nth(N,...

Write a Prolog predicate remove_nth(N,L1,L2) that is true if list L2 is just list L1 with its Nth element removed. If L1 does not have an Nth element then the predicate should fail

Introduction to c#, All programs have to be done in console application. Pr...

All programs have to be done in console application. Program 1, 2 and 3 are due on 2/11/12 Program 4, 5, and 6 are due on 2/18/12 Program 7, 8, and 9 are due on 2/25/12 Program 10

Programming logic???, write c++ source code to find the number of digits i...

write c++ source code to find the number of digits in a given integer? pls ans

Implement a lunar lander simulation, 1. Modify your solution to #8 so that ...

1. Modify your solution to #8 so that if an ellipse is touched by the mouse, it turns permanently green.Bonus (up to +5): a green ellipse stops moving, but recovers after 5 seconds

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd