Saturday, January 24, 2015

Single Variable Calculus, Chapter 4, 4.8, Section 4.8, Problem 18

Use Newton's Method to find all roots of x5=5x2 correct to six decimal places.

We rewrite the equation in standard form

x55x+2=0

So we let f(x)=x55x+2, then


f(x)=ddx(x5)5ddx(x)+ddx(2)f(x)=5x45


Using Approximation Formula


xn+1=xnf(xn)f(xn)xn+1=xnx5n5xn+25x4n5








To find the initial approximation, we graph y=x5 and y=5x2. Based from the graph, they have three intersection points in x-coordinate where they are very close to 1.6,0.4 and 1.4. So we have x1=1.6,x1=0.4 and x1=1.4

So we get


x2=x1x515x1+25x415x2=1.6(1.6)55(1.6)+25(1.6)45x2=0.4(0.4)55(0.4)+25(0.4)45x2=1.4(1.4)55(1.4)+25(1.4)45x21.582506x20.402102x21.373378x3=1.582506f(1.582506)f(1.582506)x3=0.402102f(0.402102)f(0.402102)x3=1.373378f(1.373378)f(1.373378)x31.582036x30.402102x31.371886x4=1.582036f(1.582036)f(1.582036)x4=1.371886f(1.371886)f(1.371886)x41.582036x1.371882x5=1.371882f(1.371882)f(1.371882)x51.371882


Therefore, the roots are x1.582036,x0.402102 and x1.371882

No comments:

Post a Comment