x^3=tan^-1(x)
f(x)=x^3-tan^-1(x)=0
f'(x)=3x^2-(1/(x^2+1))
To solve using Newton's method apply the formula,
x_(n+1)=x_n-f(x_n)/(f'(x_n))
Plug in f(x) and f'(x) in the formula
x_(n+1)=x_n-((x_n)^3-tan^-1(x_n))/(3(x_n)^2-(1/((x_n)^2+1)))
See the attached graph for finding the initial values of x_1.
The curve of the function intersects the x axis at ~~ 0.9 and -0.9
Let's solve for the first zero x_1=0.9,
x_2=0.9-(0.9^3-tan^-1(0.9))/(3(0.9)^2-(1/(0.9^2+1)))
x_2~~0.90203199
x_3~~0.90202549
x_4~~0.90202549
Now let's solve for the second zero , x_1=-0.9
x_2=-0.9-((-0.9)^3-tan^-1(-0.9))/(3(-0.9)^2-(1/((-0.9)^2+1)))
x_2~~-0.9020443393
x_3~~-0.902025494
x_4~~-0.9020254924
x_5~~-0.9020254924
So the roots of the equation are 0.902025 and -0.902025
Monday, May 2, 2016
Calculus: Early Transcendentals, Chapter 4, 4.8, Section 4.8, Problem 21
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...
-
Friar Lawrence plays a significant role in Romeo and Juliet's fate and is responsible not only for secretly marrying the two lovers but ...
-
Suppose that the average daily food consumption $F$ of a herbivorous mammal with body weight $x$, where both $F$ and $x$ are measured in pou...
-
Resourceful: Phileas Fogg doesn't let unexpected obstacles deter him. For example, when the railroad tracks all of a sudden end in India...
-
Pablo Neruda's "Ode to My Socks" is full of figurative language, including similes and metaphors. Similes are figurative compa...
-
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...
-
Evaluate $\displaystyle \int x^2 \cos mx dx$ by using Integration by parts. If we let $u = x^2$ and $dv = \cos mx dx$, then $d...
-
At the beginning of the Victorian period, science was generally in accord with religion, and the study of nature was conducted in such a way...
No comments:
Post a Comment