SOLUTION: What are the Real zeros for f(x) = x^3+2x^2-4
Algebra
->
Rational-functions
-> SOLUTION: What are the Real zeros for f(x) = x^3+2x^2-4
Log On
Algebra: Rational Functions, analyzing and graphing
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Rational-functions
Question 312985
:
What are the Real zeros for f(x) = x^3+2x^2-4
Answer by
Fombitz(32388)
(
Show Source
):
You can
put this solution on YOUR website!
I used Newton's method,
x(n+1)=x(n)-f(x(n))/f'(x(n))
with a starting value of
and got a value of
after 3 iterations.