Q29E

Question

Find a general solution to  y(4)+2y(3)+4y''+3y'+2y=0 by using Newton’s method to approximate numerically the roots of the auxiliary equation. [Hint: To find complex roots, use the Newton recursion formula zn+1=znf(zn)f'(zn) and start with a complex initial guess z0.]

Step-by-Step Solution

Verified
Answer

The general solution is y(x)=c1e0,5xcos(0,86602x)+c2e0,5xsin(0,86602x)+c3e0,5xcos(1,32288x)+c4e0,5xsin(1,32288x)

1Step 1: Newton’s Approximation method

Newton's Method, also known as Newton Method, is important because it's an iterative process that can approximate solutions to an equation with incredible accuracy. And it's a method to approximate numerical solutions (i.e., x-intercepts, zeros, or roots) to equations that are too hard for us to solve by hand.

2Step 2: Use of Newton’s Approximation method

We are going to find the roots of auxiliary equation by using Newton’s Approximation method :

r4+2r3+4r2+3r+2=0f(x)=x4+2x3+4x2+3x+2f'(x)=4x3+6x2+8x+3zn+1=znf(zn)f'(zn),n=1,2,3,...zn+1=znzn4+2zn3+4zn2+3zn+24zn3+6zn2+8zn+3,n=1,2,3,...z2=0.015+0,48iz3=0,41023+0,60467iz4=0,50475+0,84548iz5=0,50000+0,86561iz6=0,50000+0,86602iz7=0,5+0,86602izn+1=znzn4+2zn3+4zn2+3zn+24zn3+6zn2+8zn+3,n=1,2,3,...z1=0,5+1,5iz2=0,5+1,375iz3=0,5+1,329481iz4=0,49999+1,323iz5=0,5+1,32288iz6=0,5+1,32288iy(x)=c1e0,5xcos(0,86602x)+c2e0,5xsin(0,86602x)+c3e0,5xcos(1,32288x)+c4e0,5xsin(1,32288x)

Hence, the final answer is :

 

y(x)=c1e0,5xcos(0,86602x)+c2e0,5xsin(0,86602x)+c3e0,5xcos(1,32288x)+c4e0,5xsin(1,32288x)