Q27E

Question

Find a general solution to

 y(4)+2y'''3y''y'+12y=0

by using Newton’s method (Appendix B) or some othernumerical procedure to approximate the roots of the auxiliaryequation.

Step-by-Step Solution

Verified
Answer

The general solution is y(x)=c1e2.89607+c2e0.52022x+c3e0.29632+c4e1.11997

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+2r33r2r+12=0g(x)=x4+2x33x2x+12g'(x)=4x3+6x26x1g(3)=3,5g(2)=9,5g(1)=2,5g(0)=0,5g(1)=0,5g(2)=18,5xn+1=xng(xn)g'(xn),n=1,2,3,...xn+1=xnxn4+2xn33xn2xn+0,54xn3+6xn26xn1,n=1,2,3,...x2=3.0381x3=2.91276x4=2.89634x5=2.89607x6=2.89607r1=2.89607xn+1=xnxn4+2xn33xn2xn+0,54xn3+6xn26xn1,n=1,2,3,...x2=0.55095x3=0.52145x4=0.52022x5=0.52022r2=0.52022xn+1=xnxn4+2xn33xn2xn+0,54xn3+6xn26xn1,n=1,2,3,...x2=0.28125x3=0.29641x4=0.29632x5=0.29632r3=0.29632xn+1=xnxn4+2xn33xn2xn+0,54xn3+6xn26xn1,n=1,2,3,...x2=1.12085x3=1.11997x4=1.11997r4=1.11997y(x)=c1e2.89607+c2e0.52022x+c3e0.29632+c4e1.11997


Hence, the final answer is :

 

 y(x)=c1e2.89607+c2e0.52022x+c3e0.29632+c4e1.11997