crybllrd
- 120
- 0
Homework Statement
The statement \sqrt[4]{a}=x means that x^{n}=a.
Using this, we can approximate the radical \sqrt[n]{a} by approximating the
solution to the equation x^{n}-a=0.
Consider the function f(x)=x^{n}-a.
We can use Newton's Method to approximate where f(x)=0 and thus approximate the radical
\sqrt[n]{a}.
a) Use Newton's Method with the function f(x)=x^{n}-a
to obtain a general formula approximating \sqrt[4]{a}.
b) Enter \sqrt[4]{100} using your calculator and give the approximation to the
accuracy found by your calculator.
c) Use the formula found in (a) and make a table of values to approximate
\sqrt[4]{100} to the same accuracy as your calculator. Use 3
as your initial guess.
d) How many iterations are required to obtain this same accuracy?
e)The fundamental theorem of algebra guarantees 4 solutions to x^4-100=0.
you just found one. Are there more real solutions? Use your tools of calculus to sustain
your answer.
Homework Equations
x_{2}=x_{1}-\frac{f(x_{1}}{f'(x_{1}}
The Attempt at a Solution
a)f(x)=x^{n}-a
Am I supposed to assume a is constant here? If so, then:
f '(x)=nx^{n-1}
x_{2}=x_{1}-\frac{x^{n}-a}{nx^{n-1}}
b) Easy enough, plugged it into the calc to get 3.16227766.
c) I want to make sure I have part a) right before making a chart.
d) This will be simple after part c)
e) I can tell I will be stuck on this final part. Any tips to help me get started?