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

Prelude to Programming, How does a Case Structure differ from a Case struct...

How does a Case Structure differ from a Case structure program in pseudocode

Create xpath expressions and xslt templates, Consider the following schema ...

Consider the following schema (DTD) and sample instance document: name    ID      #REQUIRED spouse  IDREF   #IMPLIED job     CDATA   #IMPLIED > ]>

Super ascii string cost in c++, Ask question #Minimum 100 A string S is sai...

Ask question #Minimum 100 A string S is said to be "Super ASCII", if it contains the character frequency equal to their ascii values. String will contain only lower case alphabets

Define parameter passing mechanism - computer programming, Define the Param...

Define the Parameter Passing Mechanism - Computer Programming? The Parameters are syntactically identifiers and they are used within the body of the function and sometimes the

Create application for a book store, You need to create a simple applicatio...

You need to create a simple application for the Note Plus book Store. The interface for the application is shown below:   REQUIRED: 1)  Create all necessary contro

Create a raptor program - use class in raptor and in python, In this porti...

In this portion of the lab you will analyze a problem and create a Raptor program to solve it.  Make sure you use a class in Raptor and in Python to solve the problem.  Read the fo

3-Tier Architecture in asp.net, I am getting error at business layer object...

I am getting error at business layer object in code behind page.

Write a constructor for money data structure, Create a Money data structure...

Create a Money data structure that is made up of amount and currency.  (a) Write a constructor for this data structure   (b)  Create accessors for this data structure (c)

Vb, sir can you help me visual basic 6.0 project solution

sir can you help me visual basic 6.0 project solution

Write a program that makes a drawing of a skyscraper, 1. Write a program th...

1. Write a program that figures out how long it will take to pay off a credit card by making payments of $10 each month. Take care to avoid infinite loops. (How would a bank preven

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