Q45E

Question

By using Newton’s method or some other numerical procedure to approximate the roots of the auxiliary equation, find general solutions to the following equations.

a3y'''+18y''+13y'-19y=0byiv-5y''+5y=0cyv-3yiv-5y'''+15y''+4y'-12y=0

Step-by-Step Solution

Verified
Answer

a. y=c1e0.701t+c2e-1.869t+c3e-4.832t

b. y=c1e-1.902t+c2e-1.176t+c3e1.176t+c4e1.902t

c. y=c1e-2t+c2e-1t+c3et+c4e2t+c5e3t

1Step 1: Firstly, write the auxiliary equation of the given differential equation

Given:

 

The differential equation is 3y'''+18y''+13y'-19y=0

The auxiliary equation for the above equation 3m3+18m2+13m-19=0

2Step 2: Now use Newton’s method

Let, 

fx=3x3+18x2+13x-19f'x=9x2+36x+13


One knows that, Newton’s formula.

xn+1=xn-fxnf'xn

 

Now, Using Newton’s method to find the roots of the auxiliary equation,

 

Assume, x0=0.5.

fx0=3x03+18x02+13x0-19f'x0=9x02+36x0+13

 

Firstly, solve for x.

x1=x0-fx0f'x0x1=0.5-30.53+180.52+130.5-190.590.52+360.5+13x1=0.5--7.62533.25x1=0.7291


Similarly,

x1=0.7291682113606x2=0.701646387314951x3=0.701196457929202x4=0.701196086359434x5=0.701196086147743x6=0.701196086147623x7=0.701196086147623


Values are approximately equal.

 

The root is m1=0.701190.

3Step 3: Now assume x 0 = - 1 and find the second root

Assume, x0=-1.

fx0=3x03+18x02+13x0-19f'x0=9x02+36x0+13


Firstly, solve for x1.

x1=x0-fx0f'x0x1=-1-3-13+18-12+13-1-199-12+36-1+13x1=-1--3+18-13-199-36+13x1=-1-1714x1=-3114x1=-2.21428


Similarly,

x1=-2.21506708921454x2=-1.86454803248149x3=-1.86927525446249x4=-1.86927382298528x5=-1.86927382305909x6=-1.86927382305908x7=-1.86927382305908


Values are approximately equal.

The root is m2=-1.8692738

4Step 4: Now assume x 0 = - 4 and find the third root

Assume, x0=-4.

fx0=3x03+18x02+13x0-19f'x0=9x02+36x0+13


Firstly, solve for x1.

x1=x0-fx0f'x0x1=-4-3-43+18-42+13-4-199-42+36-4+13x1=-4-2513x1=-7713x1=-5.92307

 

Similarly, 

x1=-5.92574289191213x2=-5.16310903867916x3=-4.87674689418742x4=-4.83290545436777x5=-4.8319222545269x6=-4.83192226309298x7=-4.83192226308854x8=-4.83192226308854 


Values are approximately equal.

 

The root is m3=-4.831922.

The general solution y=c1e0.701t+c2e-1.869t+c3e-4.832t

5Step 5: Now use Newton’s method for part (b) and find the general solution

Given:

 

The differential equation is yiv-5y''+5y=0

The auxiliary equation for the above equation m4-5m2+5=0


Similarly, using Newton’s method to find the roots of the above equation,

m1=-1.902,m2=-1.176,m3=1.176,m4=1.902


The general solution y=c1e-1.902t+c2e-1.176t+c3e1.176t+c4e1.902t

6Step 6: Now use Newton’s method for part (c) and find a general solution.

Given:

 

The differential equation is yv-3yiv-5y'''+15y''+4y'-12y=0

The auxiliary equation for the above equation m5-3m4-5m3+15m2+4m-12=0

Similarly, using Newton’s method to find the roots of the above equation

m1=-2,m2=-1,m3=1,m4=2,m5=3


The general solution

y=c1e-2t+c2e-1t+c3et+c4e2t+c5e3t