232k views
4 votes
Finds real root off(x)=x3 +x2 +x+7=0

1 Answer

1 vote

9514 1404 393

Answer:

x ≈ −2.10487278573

Explanation:

I find a graphing calculator to be a very useful tool for the purpose. It shows the only real root is irrational and gives an approximation as x=-2.105.

The calculator also provides the means to perform Newton's method iteration easily to refine the value of the root to full calculator precision.

__

The Newton's method iterator for finding the next iteration of the root (x') is ...

x' = x - f(x)/f'(x)

Starting with the approximation shown on the graph, it only takes two iterations to get the root to the full precision of the calculator.

Finds real root off(x)=x3 +x2 +x+7=0-example-1
User Jurijs Kovzels
by
6.5k points