![]() |
![]() |
Sample Problem: #8, Lesson 4.8
|
Use Newton's method to approximate the given number correct to eight decimal places:
|
Given problem: #8, Lesson 4.8 | ||||||||||||||||||||||||
![]() |
With some simple algebra, we can get this into an equation set equal to zero. | ||||||||||||||||||||||||
|
|
We also need the derivative so that Newton's method can be used. | ||||||||||||||||||||||||
|
We use Newton's method as contained in the formula above. I used a spreadsheet to calculate. We have arrived at 8-digit accuracy when two consecutive values for x agree to all 8 digits. The approximate value of |
Sample Problem, #12, Lesson 4.8
|
Use Newton's method to find all the roots of the equation correct to eight decimal places. Start by drawing a graph to find initial approximations.
|
Given Problem, #12, Lesson 4.8 | |||||||||||||||||||||
![]() |
We simplify the equation by multiplying out the left side, and then multiplying both sides by the denominator on the right side. | |||||||||||||||||||||
|
|
We plot the graph of the left side of the above equation. There appear to be 4places where this graph has a value of zero. The appear to be at approximately -2, -0.9, +0.9 and 2. | |||||||||||||||||||||
|
We use Newton's method as contained in the formula above. I used a spreadsheet to calculate. We have arrived at 8-digit accuracy when two consecutive values for x agree to all 8 digits. The approximation for the 1st root is -1.943825383 |
|||||||||||||||||||||
|
The approximation for the 2nd root is -0.84310821 | |||||||||||||||||||||
|
The approximation for the 3rd root is 0.84310821 | |||||||||||||||||||||
|
The approximation for the 4th root is 1.943825383 |
Sample problem, #18, Lesson 4.8
|
Use Newton's method to find all the roots of the equation correct to eight decimal places. Start by drawing a graph to find initial approximations.
|
Sample problem, #18, Lesson 4.8 | ||||||||||||||||||||||||||||||||||||||||||
|
|
We rearrange the terms so that the solutions to the equation will be x-intercepts on the graph. We also calculate the derivative for use with Newton's Method. |
||||||||||||||||||||||||||||||||||||||||||
|
|
We plot the graph of the left side of the above equation. There appear to be 2 places where this graph has a value of zero. The appear to be at approximately -2, and 1.3. We note that the domain is limited to [-3,3]. |
||||||||||||||||||||||||||||||||||||||||||
|
We use Newton's method as contained in the formula above. I used a spreadsheet to calculate. We have arrived at 8-digit accuracy when two consecutive values for x agree to all 8 digits. The approximation for the 1st root is: -1.98982601 |
||||||||||||||||||||||||||||||||||||||||||
|
The approximation for the 2nd root is: 1.220892729 |
|
|
|
1, 3, 5, 11, 17
|
|
|
|
|