Posted by Devin on Saturday, October 20, 2012 at 9:00pm.
by definition:
4 - x^2 = e^x
by making a rough sketch of
y = 4-x^2 and y = e^x, I can see that there are roots at appr. 1 and -2
setting up for Newton's Method:
let y = 4 - x^2 - e^x
y' = -2x - e^x
His method says:
newx = x - y/y' = x - (4-x^2 - e^x)/(-2x - e^x)
= x + (4-x^2 - e^x)/(2x+e^x)
so start with x = 1
newx ---- x
???? ----- 1
1.059707788 ---1.059707788
1.058007813 --- 1.058007813
1.058006401 --- 1.058006401
1.058006401 YEahhhhh! correct to 9 decimal places
start with x = -2
------ -1.9649813...
-1.964635631 --- -1.964635631
-1.964635597 --- -1.964635597
-1.964635597 Yeah again,
x = 1.058006401 or x = -1.964635597
by definition:
4 - x^2 = e^x
by making a rough sketch of
y = 4-x^2 and y = e^x, I can see that there are roots at appr. 1 and -2
setting up for Newton's Method:
let y = 4 - x^2 - e^x
y' = -2x - e^x
His method says:
newx = x - y/y' = x - (4-x^2 - e^x)/(-2x - e^x)
= x + (4-x^2 - e^x)/(2x+e^x)
so start with x = 1
newx ---- x
???? ----- 1
1.059707788 ---1.059707788
1.058007813 --- 1.058007813
1.058006401 --- 1.058006401
1.058006401 YEahhhhh! correct to 9 decimal places
start with x = -2
------ -1.9649813...
-1.964635631 --- -1.964635631
-1.964635597 --- -1.964635597
-1.964635597 Yeah again,
x = 1.058006401 or x = -1.964635597
Related Questions
CALCULUS - Use Newton's method to find all the roots of the equation correct...
Precalculus - Suppose 3 mg of a drug is injected into a person's bloodstream...
calculus - Use the Newton method to approximate the indicated zero of the ...
Calculus - Use Newton's Method to approximate the positive root of the ...
Corporate Finance - An investment today of $3,3OO is worth $10,000 IN 8 YEARS. ...
taylor approximations why r they useful - why are taylor approximations ...
calculus - use the approximations ln 2=0.693 and ln= 1.609 together with the ...
math - log32 8 = x no decimal approximations
Math - What are the odds against getting all heads or all tails in three ...
calculus - if f(x)=ln(x^3 +1) find f '(3), correct to 2 decimal places
For Further Reading