\(\text{www.the}\beta\text{etafunction.com}\)
Home
Login
Questions: Algebra BusinessCalculus

Please login to create an exam or a quiz.

Calculus
Applications of Derivatives
New Random

Use Newton's method to find the first 5 approximations of the solution to the equation \(\displaystyle e^{- x}= \frac{91 x^{3}}{1000} - 8\) using \(\displaystyle x_0=5\).


Using the formula for Newton's method gives \begin{equation*}x_{n+1} = x_{n} - \frac{- \frac{91 x_{n}^{3}}{1000} + 8 + e^{- x_{n}}}{- \frac{273 x_{n}^{2}}{1000} - e^{- x_{n}}} \end{equation*} Using \(\displaystyle x_0 = 5\) and \(\displaystyle n = 0,1,2,3,\) and \(\displaystyle 4\) gives: \begin{equation*}x_{1} = (5.0000000000) - \frac{- \frac{91 (5.0000000000)^{3}}{1000} + 8 + e^{- (5.0000000000)}}{- \frac{273 (5.0000000000)^{2}}{1000} - e^{- (5.0000000000)}} = 4.5069684934\end{equation*} \begin{equation*}x_{2} = (4.5069684934) - \frac{- \frac{91 (4.5069684934)^{3}}{1000} + 8 + e^{- (4.5069684934)}}{- \frac{273 (4.5069684934)^{2}}{1000} - e^{- (4.5069684934)}} = 4.4493906649\end{equation*} \begin{equation*}x_{3} = (4.4493906649) - \frac{- \frac{91 (4.4493906649)^{3}}{1000} + 8 + e^{- (4.4493906649)}}{- \frac{273 (4.4493906649)^{2}}{1000} - e^{- (4.4493906649)}} = 4.4486442081\end{equation*} \begin{equation*}x_{4} = (4.4486442081) - \frac{- \frac{91 (4.4486442081)^{3}}{1000} + 8 + e^{- (4.4486442081)}}{- \frac{273 (4.4486442081)^{2}}{1000} - e^{- (4.4486442081)}} = 4.4486440837\end{equation*} \begin{equation*}x_{5} = (4.4486440837) - \frac{- \frac{91 (4.4486440837)^{3}}{1000} + 8 + e^{- (4.4486440837)}}{- \frac{273 (4.4486440837)^{2}}{1000} - e^{- (4.4486440837)}} = 4.4486440837\end{equation*}

Download \(\LaTeX\)

\begin{question}Use Newton's method to find the first 5 approximations of the solution to the equation $e^{- x}= \frac{91 x^{3}}{1000} - 8$ using $x_0=5$. 
    \soln{9cm}{Using the formula for Newton's method gives
\begin{equation*}x_{n+1} =  x_{n} - \frac{- \frac{91 x_{n}^{3}}{1000} + 8 + e^{- x_{n}}}{- \frac{273 x_{n}^{2}}{1000} - e^{- x_{n}}}  \end{equation*}
Using $x_0 = 5$ and $n = 0,1,2,3,$ and $4$ gives:
\begin{equation*}x_{1} =  (5.0000000000) - \frac{- \frac{91 (5.0000000000)^{3}}{1000} + 8 + e^{- (5.0000000000)}}{- \frac{273 (5.0000000000)^{2}}{1000} - e^{- (5.0000000000)}} = 4.5069684934\end{equation*}
\begin{equation*}x_{2} =  (4.5069684934) - \frac{- \frac{91 (4.5069684934)^{3}}{1000} + 8 + e^{- (4.5069684934)}}{- \frac{273 (4.5069684934)^{2}}{1000} - e^{- (4.5069684934)}} = 4.4493906649\end{equation*}
\begin{equation*}x_{3} =  (4.4493906649) - \frac{- \frac{91 (4.4493906649)^{3}}{1000} + 8 + e^{- (4.4493906649)}}{- \frac{273 (4.4493906649)^{2}}{1000} - e^{- (4.4493906649)}} = 4.4486442081\end{equation*}
\begin{equation*}x_{4} =  (4.4486442081) - \frac{- \frac{91 (4.4486442081)^{3}}{1000} + 8 + e^{- (4.4486442081)}}{- \frac{273 (4.4486442081)^{2}}{1000} - e^{- (4.4486442081)}} = 4.4486440837\end{equation*}
\begin{equation*}x_{5} =  (4.4486440837) - \frac{- \frac{91 (4.4486440837)^{3}}{1000} + 8 + e^{- (4.4486440837)}}{- \frac{273 (4.4486440837)^{2}}{1000} - e^{- (4.4486440837)}} = 4.4486440837\end{equation*}
}

\end{question}

Download Question and Solution Environment\(\LaTeX\)
\documentclass{article}
\usepackage{tikz}
\usepackage{amsmath}
\usepackage[margin=2cm]{geometry}
\usepackage{tcolorbox}

\newcounter{ExamNumber}
\newcounter{questioncount}
\stepcounter{questioncount}

\newenvironment{question}{{\noindent\bfseries Question \arabic{questioncount}.}}{\stepcounter{questioncount}}
\renewcommand{\labelenumi}{{\bfseries (\alph{enumi})}}

\newif\ifShowSolution
\newcommand{\soln}[2]{%
\ifShowSolution%
\noindent\begin{tcolorbox}[colframe=blue,title=Solution]#2\end{tcolorbox}\else%
\vspace{#1}%
\fi%
}%
\newcommand{\hideifShowSolution}[1]{%
\ifShowSolution%
%
\else%
#1%
\fi%
}%
\everymath{\displaystyle}
\ShowSolutiontrue

\begin{document}\begin{question}(10pts) The question goes here!
    \soln{9cm}{The solution goes here.}

\end{question}\end{document}
HTML for Canvas
<p> <p>Use Newton's method to find the first 5 approximations of the solution to the equation  <img class="equation_image" title=" \displaystyle e^{- x}= \frac{91 x^{3}}{1000} - 8 " src="/equation_images/%20%5Cdisplaystyle%20e%5E%7B-%20x%7D%3D%20%5Cfrac%7B91%20x%5E%7B3%7D%7D%7B1000%7D%20-%208%20" alt="LaTeX:  \displaystyle e^{- x}= \frac{91 x^{3}}{1000} - 8 " data-equation-content=" \displaystyle e^{- x}= \frac{91 x^{3}}{1000} - 8 " />  using  <img class="equation_image" title=" \displaystyle x_0=5 " src="/equation_images/%20%5Cdisplaystyle%20x_0%3D5%20" alt="LaTeX:  \displaystyle x_0=5 " data-equation-content=" \displaystyle x_0=5 " /> . </p> </p>
HTML for Canvas
<p> <p>Using the formula for Newton's method gives
 <img class="equation_image" title=" x_{n+1} =  x_{n} - \frac{- \frac{91 x_{n}^{3}}{1000} + 8 + e^{- x_{n}}}{- \frac{273 x_{n}^{2}}{1000} - e^{- x_{n}}}   " src="/equation_images/%20x_%7Bn%2B1%7D%20%3D%20%20x_%7Bn%7D%20-%20%5Cfrac%7B-%20%5Cfrac%7B91%20x_%7Bn%7D%5E%7B3%7D%7D%7B1000%7D%20%2B%208%20%2B%20e%5E%7B-%20x_%7Bn%7D%7D%7D%7B-%20%5Cfrac%7B273%20x_%7Bn%7D%5E%7B2%7D%7D%7B1000%7D%20-%20e%5E%7B-%20x_%7Bn%7D%7D%7D%20%20%20" alt="LaTeX:  x_{n+1} =  x_{n} - \frac{- \frac{91 x_{n}^{3}}{1000} + 8 + e^{- x_{n}}}{- \frac{273 x_{n}^{2}}{1000} - e^{- x_{n}}}   " data-equation-content=" x_{n+1} =  x_{n} - \frac{- \frac{91 x_{n}^{3}}{1000} + 8 + e^{- x_{n}}}{- \frac{273 x_{n}^{2}}{1000} - e^{- x_{n}}}   " /> 
Using  <img class="equation_image" title=" \displaystyle x_0 = 5 " src="/equation_images/%20%5Cdisplaystyle%20x_0%20%3D%205%20" alt="LaTeX:  \displaystyle x_0 = 5 " data-equation-content=" \displaystyle x_0 = 5 " />  and  <img class="equation_image" title=" \displaystyle n = 0,1,2,3, " src="/equation_images/%20%5Cdisplaystyle%20n%20%3D%200%2C1%2C2%2C3%2C%20" alt="LaTeX:  \displaystyle n = 0,1,2,3, " data-equation-content=" \displaystyle n = 0,1,2,3, " />  and  <img class="equation_image" title=" \displaystyle 4 " src="/equation_images/%20%5Cdisplaystyle%204%20" alt="LaTeX:  \displaystyle 4 " data-equation-content=" \displaystyle 4 " />  gives:
 <img class="equation_image" title=" x_{1} =  (5.0000000000) - \frac{- \frac{91 (5.0000000000)^{3}}{1000} + 8 + e^{- (5.0000000000)}}{- \frac{273 (5.0000000000)^{2}}{1000} - e^{- (5.0000000000)}} = 4.5069684934 " src="/equation_images/%20x_%7B1%7D%20%3D%20%20%285.0000000000%29%20-%20%5Cfrac%7B-%20%5Cfrac%7B91%20%285.0000000000%29%5E%7B3%7D%7D%7B1000%7D%20%2B%208%20%2B%20e%5E%7B-%20%285.0000000000%29%7D%7D%7B-%20%5Cfrac%7B273%20%285.0000000000%29%5E%7B2%7D%7D%7B1000%7D%20-%20e%5E%7B-%20%285.0000000000%29%7D%7D%20%3D%204.5069684934%20" alt="LaTeX:  x_{1} =  (5.0000000000) - \frac{- \frac{91 (5.0000000000)^{3}}{1000} + 8 + e^{- (5.0000000000)}}{- \frac{273 (5.0000000000)^{2}}{1000} - e^{- (5.0000000000)}} = 4.5069684934 " data-equation-content=" x_{1} =  (5.0000000000) - \frac{- \frac{91 (5.0000000000)^{3}}{1000} + 8 + e^{- (5.0000000000)}}{- \frac{273 (5.0000000000)^{2}}{1000} - e^{- (5.0000000000)}} = 4.5069684934 " /> 
 <img class="equation_image" title=" x_{2} =  (4.5069684934) - \frac{- \frac{91 (4.5069684934)^{3}}{1000} + 8 + e^{- (4.5069684934)}}{- \frac{273 (4.5069684934)^{2}}{1000} - e^{- (4.5069684934)}} = 4.4493906649 " src="/equation_images/%20x_%7B2%7D%20%3D%20%20%284.5069684934%29%20-%20%5Cfrac%7B-%20%5Cfrac%7B91%20%284.5069684934%29%5E%7B3%7D%7D%7B1000%7D%20%2B%208%20%2B%20e%5E%7B-%20%284.5069684934%29%7D%7D%7B-%20%5Cfrac%7B273%20%284.5069684934%29%5E%7B2%7D%7D%7B1000%7D%20-%20e%5E%7B-%20%284.5069684934%29%7D%7D%20%3D%204.4493906649%20" alt="LaTeX:  x_{2} =  (4.5069684934) - \frac{- \frac{91 (4.5069684934)^{3}}{1000} + 8 + e^{- (4.5069684934)}}{- \frac{273 (4.5069684934)^{2}}{1000} - e^{- (4.5069684934)}} = 4.4493906649 " data-equation-content=" x_{2} =  (4.5069684934) - \frac{- \frac{91 (4.5069684934)^{3}}{1000} + 8 + e^{- (4.5069684934)}}{- \frac{273 (4.5069684934)^{2}}{1000} - e^{- (4.5069684934)}} = 4.4493906649 " /> 
 <img class="equation_image" title=" x_{3} =  (4.4493906649) - \frac{- \frac{91 (4.4493906649)^{3}}{1000} + 8 + e^{- (4.4493906649)}}{- \frac{273 (4.4493906649)^{2}}{1000} - e^{- (4.4493906649)}} = 4.4486442081 " src="/equation_images/%20x_%7B3%7D%20%3D%20%20%284.4493906649%29%20-%20%5Cfrac%7B-%20%5Cfrac%7B91%20%284.4493906649%29%5E%7B3%7D%7D%7B1000%7D%20%2B%208%20%2B%20e%5E%7B-%20%284.4493906649%29%7D%7D%7B-%20%5Cfrac%7B273%20%284.4493906649%29%5E%7B2%7D%7D%7B1000%7D%20-%20e%5E%7B-%20%284.4493906649%29%7D%7D%20%3D%204.4486442081%20" alt="LaTeX:  x_{3} =  (4.4493906649) - \frac{- \frac{91 (4.4493906649)^{3}}{1000} + 8 + e^{- (4.4493906649)}}{- \frac{273 (4.4493906649)^{2}}{1000} - e^{- (4.4493906649)}} = 4.4486442081 " data-equation-content=" x_{3} =  (4.4493906649) - \frac{- \frac{91 (4.4493906649)^{3}}{1000} + 8 + e^{- (4.4493906649)}}{- \frac{273 (4.4493906649)^{2}}{1000} - e^{- (4.4493906649)}} = 4.4486442081 " /> 
 <img class="equation_image" title=" x_{4} =  (4.4486442081) - \frac{- \frac{91 (4.4486442081)^{3}}{1000} + 8 + e^{- (4.4486442081)}}{- \frac{273 (4.4486442081)^{2}}{1000} - e^{- (4.4486442081)}} = 4.4486440837 " src="/equation_images/%20x_%7B4%7D%20%3D%20%20%284.4486442081%29%20-%20%5Cfrac%7B-%20%5Cfrac%7B91%20%284.4486442081%29%5E%7B3%7D%7D%7B1000%7D%20%2B%208%20%2B%20e%5E%7B-%20%284.4486442081%29%7D%7D%7B-%20%5Cfrac%7B273%20%284.4486442081%29%5E%7B2%7D%7D%7B1000%7D%20-%20e%5E%7B-%20%284.4486442081%29%7D%7D%20%3D%204.4486440837%20" alt="LaTeX:  x_{4} =  (4.4486442081) - \frac{- \frac{91 (4.4486442081)^{3}}{1000} + 8 + e^{- (4.4486442081)}}{- \frac{273 (4.4486442081)^{2}}{1000} - e^{- (4.4486442081)}} = 4.4486440837 " data-equation-content=" x_{4} =  (4.4486442081) - \frac{- \frac{91 (4.4486442081)^{3}}{1000} + 8 + e^{- (4.4486442081)}}{- \frac{273 (4.4486442081)^{2}}{1000} - e^{- (4.4486442081)}} = 4.4486440837 " /> 
 <img class="equation_image" title=" x_{5} =  (4.4486440837) - \frac{- \frac{91 (4.4486440837)^{3}}{1000} + 8 + e^{- (4.4486440837)}}{- \frac{273 (4.4486440837)^{2}}{1000} - e^{- (4.4486440837)}} = 4.4486440837 " src="/equation_images/%20x_%7B5%7D%20%3D%20%20%284.4486440837%29%20-%20%5Cfrac%7B-%20%5Cfrac%7B91%20%284.4486440837%29%5E%7B3%7D%7D%7B1000%7D%20%2B%208%20%2B%20e%5E%7B-%20%284.4486440837%29%7D%7D%7B-%20%5Cfrac%7B273%20%284.4486440837%29%5E%7B2%7D%7D%7B1000%7D%20-%20e%5E%7B-%20%284.4486440837%29%7D%7D%20%3D%204.4486440837%20" alt="LaTeX:  x_{5} =  (4.4486440837) - \frac{- \frac{91 (4.4486440837)^{3}}{1000} + 8 + e^{- (4.4486440837)}}{- \frac{273 (4.4486440837)^{2}}{1000} - e^{- (4.4486440837)}} = 4.4486440837 " data-equation-content=" x_{5} =  (4.4486440837) - \frac{- \frac{91 (4.4486440837)^{3}}{1000} + 8 + e^{- (4.4486440837)}}{- \frac{273 (4.4486440837)^{2}}{1000} - e^{- (4.4486440837)}} = 4.4486440837 " /> 
</p> </p>