Posted by Sam on Thursday, March 17, 2011 at 2:43am.
so you are solving
e^(2x) + 3x - 25 = 0
let y = e^(2x) + 3x - 25
y' = 2e^(2x) + 3
newtons's formula says
X = x - f(x)/f'(x)
where x is your starting x value and X is the new value.
Hopefully your X will approach x, when that happens you have the solution.
X = x - (e^(2x) + 3x - 25)/(2e^(2x) + 3)
= (2xe^(2x) - e^(2x) + 25)/(2e^2(2x) + 3)
I made a rough sketch of y = e^(2x) + 3x - 25
and noticed that there was an x-intercept, which would be your solution, at appr x = 1.5
So I will make that my starting x
X ---- x
-------- 1.5
1.5096 ---1.50915695
1.50951695 -- 1.509515688
1.509515688 -- 1.50951688
Wow, got the answer correct to 9 decimal places after only 3 iterations.
The key thing is that you start with an initial guess close to the real number.
Related Questions
unique solution - How do I show that the equation x^4 + 3x + 1 = 0, -2 <...
calculus - Use Newton's method to solve the equation sec x = 4 in the ...
calculus - Find the interval which contains a zero for the given function. The ...
Algebra2 - Complete parts a c for each quadratic function: a. Find the y-...
Calculus - Use derivative formulas to find the derivative of the function. ...
calculus - the graphs of f(x0=x^3 and g(x)=3x+5 have one intersection point. ...
Calculus - The graphs of f(x) = x^3 and g(x) = 3X+5 have one intersection point...
Using Matlab - imagine you have a simple calculator that can only do addition,...
Calculus - You are using Newton's method to solve e^x - 2. If you first ...
Calculus - Use Newton's Method with the function f(x)=x^2-2 and initial ...
For Further Reading