(10 pts)
In this problem, you’re going to apply Newton’s method to find the largest root of a cubic polynomial. Specifically - given your cubic polynomial, your task will be to:
- Find the corresponding Newton’s method iteration function,
- Use a graph to find an integer that just a little larger than the largest root to use as a starting point, and
- Compute the first ten Newton steps as decimal numbers, and
- Include your graph with the root labeled.
To get your personal cubic, just choose your name from the following list:
I strongly encourage you to use a computer on this problem! Feel free to use the code you find on our Newton’s method demo page.