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

GUI(VB.NET), Can you please make my assignment in 3 days?I will pay you goo...

Can you please make my assignment in 3 days?I will pay you good

Introduction to javascript, This is the programming language of the Web. It...

This is the programming language of the Web. It is mainly used for validating forms. JavaScript & Java can be associated to each other. There exist several other differences betwee

Matlab, i have a=[0 1 1 2 2 3 6 7 0 4 ] i want to delent elemet but keep it...

i have a=[0 1 1 2 2 3 6 7 0 4 ] i want to delent elemet but keep its position i.e a(4)=[] it gives me 0 1 1 2 3 6 7 0 4 but i need 0 1 1 [] 2 3 6 7 0 4

Python , Return a new picture with each pixel''s color values made up of 80...

Return a new picture with each pixel''s color values made up of 80% of the color values of the corresponding pixel in the first picture and 20% of the color values of the

Cookies management with perl, One of the main strengths of the Perl program...

One of the main strengths of the Perl programming language are its powerful text manipulation features. In this assignment, you will put them to use for writing a Perl program tha

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

Secure programming environments, 1. A readme.txt file with: a. Instructi...

1. A readme.txt file with: a. Instructions on how to compile and run your client and server code on the command line. (Also provide shell scripts if the commands are complicated

Python, Write a function lastfirst() that takes a list of strings as a para...

Write a function lastfirst() that takes a list of strings as a parameter. Each string in the list has the format ''Last, First'' where Last is a last name and First is a first nam

Define the control statements in computer programming, Define the Control s...

Define the Control statements in Computer Programming? The statements are part of the program that performs some action. The compiler will check a program sequentially from the

Linux commans, Corrected Exercise #1: 1. Explain the following unexpected r...

Corrected Exercise #1: 1. Explain the following unexpected result: why did you get the system date command instead of the script? $ whereis date date: /bin/date ... $ echo $PATH

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