84,917 views
0 votes
0 votes
Finds real root off(x)=x3 +x2 +x+7=0

User Jonathan Allen Grant
by
2.4k points

1 Answer

4 votes
4 votes

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 Callum Whyte
by
3.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.