Find $x_3$, the 3rd approximation to the root of $\displaystyle \frac{1}{3} x^3 + \frac{1}{2} x^2 + 3 = 0$ using Newton's Method with the specified initial approximation $x_1 = -3$. (Give your answer to four decimal places.)
Using Approximation Formula
$\displaystyle x_{n + 1} = x_n - \frac{f(x_n)}{f'(x_n)}$
$
\begin{equation}
\begin{aligned}
f'(x) =& \frac{1}{3} \frac{d}{dx} (x^3) + \frac{1}{2} \frac{d}{dx} (x^2) + \frac{d}{dx} (3)
\\
\\
f'(x) =& \left(\frac{1}{\cancel{3}} \right) (\cancel{3}) (x^2) + \left( \frac{1}{\cancel{2}}\right) (\cancel{2})(x) + 0
\\
\\
f'(x) =& x^2 + x
\\
\\
\\
\\
x_2 =& x_1 - \frac{\displaystyle \frac{1}{3} x_1^3 + \frac{1}{2} x_1^2 + 3 }{x_1^2 + x_1}
\\
\\
x_2 =& - 3 - \frac{\displaystyle \frac{1}{3} (-3)^3 + \frac{1}{2} (-3)^2 + 3 }{(-3)^2 + (-3)}
\\
\\
x_2 =& -3 - \frac{\displaystyle \frac{1}{3} (-27) + \frac{1}{2} (9) + 3 }{9 - 3}
\\
\\
x_2 =& -3 - \frac{\displaystyle (-9) + \frac{9}{2} + 3 }{6}
\\
\\
x_2 =& -3 - \frac{\displaystyle \frac{9}{2} - 6}{6}
\\
\\
x_2 =& -3 - \frac{9 - 12}{(6)(2)}
\\
\\
x_2 =& - 3 - \frac{(-3)}{12}
\\
\\
x_2 =& -3 + \frac{1}{4}
\\
\\
x_2 =& \frac{-12 + 1}{4}
\\
\\
x_2 =& \frac{-11}{4}
\\
\\
\\
\\
x_3 =& x_2 - \frac{\displaystyle \frac{1}{3}x^3_2 + \frac{1}{2} x^2_2 + 3}{x^2_2 + x_2}
\\
\\
x_3 =& \frac{-11}{4} - \frac{\displaystyle \frac{1}{3} \left( \frac{-11}{4} \right)^3 + \frac{1}{2} \left( \frac{-11}{4} \right) ^2 + 3 }{\displaystyle \left( \frac{-11}{4} \right)^2 + \left( \frac{-11}{4}\right) }
\\
\\
x_3 =& \frac{-11}{4} - \frac{\displaystyle \left( \frac{1}{3} \right) \left( \frac{-1331}{64} \right) + \left( \frac{1}{2} \right) \left( \frac{121}{16} \right) + 3 }{\displaystyle \frac{121}{16} - \frac{11}{4}}
\\
\\
x_3 =& \frac{-11}{4} - \frac{\displaystyle \frac{-1331}{192} + \frac{121}{32} + 3 }{\displaystyle \frac{121 - 44}{16}}
\\
\\
x_3 =& \frac{-11}{4} - \frac{\displaystyle \frac{-1331 + 726 + 576}{192}}{\displaystyle \frac{77}{16}}
\\
\\
x_3 =& \frac{-11}{4} - \frac{ (-29)(16) }{ (77)(192) }
\\
\\
x_3 =& \frac{-11}{4} + \frac{464}{14784}
\\
\\
x_3 =& \frac{-11}{4} + \frac{29}{924}
\\
\\
x_3 =& \frac{-2541 + 29}{924}
\\
\\
x_3 =& \frac{-2512}{924}
\\
\\
\end{aligned}
\end{equation}
$
$\quad \boxed{x_3 \approx -2.7186}$
Monday, June 11, 2012
Single Variable Calculus, Chapter 4, 4.8, Section 4.8, Problem 6
Subscribe to:
Post Comments (Atom)
Summarize the major research findings of "Toward an experimental ecology of human development."
Based on findings of prior research, the author, Bronfenbrenner proposes that methods for natural observation research have been applied in ...
-
Find the indefinite integral $\displaystyle \int \sec^4 \left( \frac{x}{2} \right) dx$. Illustrate by graphing both the integrand and its an...
-
Show that $\displaystyle a(t) = v(t) \frac{dV}{ds}$ of a particle that moves along a straight line with displacement $s(t)$, velocity $v(t)$...
-
Determine the area of the region bounded by the hyperbola $9x^2 - 4y^2 = 36$ and the line $ x= 3$ By using vertical strips, Si...
-
Find the integral $\displaystyle \int^1_0 \frac{1}{\sqrt{16 t^2 + 1}} dt$ If we let $u = 4t$, then $du = 4dt$, so $\displaystyle dt = \frac{...
-
Determine $\displaystyle \frac{dy}{dx}$ of $y^5 + x^2y^3 = 1 + x^4 y$ by Implicit Differentiation. $\displaystyle \frac{d}{dx}(y^5) + ...
-
The narrator of "Sonny's Blues" describes the neighborhood as "filled with a hidden menace which was its very breath of l...
-
Given y=cos(2x), y=0 x=0,x=pi/4 so the solid of revolution about x-axis is given as V = pi * int _a ^b [R(x)^2 -r(x)^2] dx here R(x) =cos(2x...
No comments:
Post a Comment