1/x=1+x^3
Set the left side equal to zero.
0=1+x^3 -1/x
To solve this using Newton's method, apply the formula:
x_(n+1) = x_n - (f(x_n))/(f'(x_n))
Let the function be:
f(x) = 1+x^3-1/x
Take the derivative of f(x).
f'(x) = 3x^2 +1/x^2
Plug-in f(x) and f'(x) to the formula of Newton's method.
x_(n+1)=x_n-(1+x_n^3-1/x_n)/(3x_n^2+1/x_n^2)
This simplifies to:
x_(n+1) = x_n- (x_n^5+x_n^2-x_n)/(3x_n^4+1)
Then, refer to the graph of the function to get the initial values x when f(x) =0. (See attached figure.)
Notice that the function has two zeros. These two zeros are near x=-1.2 and x=0.8.
Let's solve for the approximate values of zeros of f(x) up to six decimal places.
For our first zero, let the initial value be -1.2.
x_=-1.2
x_2= x_1- (x_1^5+x_1^2-x_1)/(3x_1^4+1)=-1.221005982
x_3= x_2- (x_2^5+x_2^2-x_1)/(3x_2^4+1)=-1.220744126
x_4= x_3- (x_1^5+x_1^2-x_1)/(3x_1^4+1)=-1.220744084
Now there are two approximations that agree to six decimal places. So one of the approximate solution of the equation is x=-1.220744 .
Next, let's solve for second zero. Let its initial value be 0.8.
x_1=0.8
x_2= x_1- (x_1^5+x_1^2-x_1)/(3x_1^4+1)=0.7247666905
x_3= x_2- (x_2^5+x_2^2-x_1)/(3x_2^4+1)=0.7244919491
x_4= x_3- (x_1^5+x_1^2-x_1)/(3x_1^4+1)=0.7244919590
There are already two approximations that have exact six decimal places. So, one of the solution is x=0.724492 .
Therefore, the approximate solution to the equation 1/x=1+x^3 are x={-1.220744,0.724492} .
Friday, December 5, 2014
Calculus: Early Transcendentals, Chapter 4, 4.8, Section 4.8, Problem 20
Subscribe to:
Post Comments (Atom)
Why is the fact that the Americans are helping the Russians important?
In the late author Tom Clancy’s first novel, The Hunt for Red October, the assistance rendered to the Russians by the United States is impor...
-
There are a plethora of rules that Jonas and the other citizens must follow. Again, page numbers will vary given the edition of the book tha...
-
The poem contrasts the nighttime, imaginative world of a child with his daytime, prosaic world. In the first stanza, the child, on going to ...
-
The given two points of the exponential function are (2,24) and (3,144). To determine the exponential function y=ab^x plug-in the given x an...
-
The play Duchess of Malfi is named after the character and real life historical tragic figure of Duchess of Malfi who was the regent of the ...
-
The only example of simile in "The Lottery"—and a particularly weak one at that—is when Mrs. Hutchinson taps Mrs. Delacroix on the...
-
Hello! This expression is already a sum of two numbers, sin(32) and sin(54). Probably you want or express it as a product, or as an expressi...
-
Macbeth is reflecting on the Weird Sisters' prophecy and its astonishing accuracy. The witches were totally correct in predicting that M...
No comments:
Post a Comment