synkk
- 216
- 0
Question:
Find the smallest positive root of the equation x^4 + x^2 - 80= 0 correct to two decimal places. Use the Newton-Raphson process.
How would I go about finding the smallest positive root? What I was thinking is using x = 3 as x = 3 is the largest number that would be close to 0 (for the equation), then finding an approximation for that, is that correct?
thanks.
Find the smallest positive root of the equation x^4 + x^2 - 80= 0 correct to two decimal places. Use the Newton-Raphson process.
How would I go about finding the smallest positive root? What I was thinking is using x = 3 as x = 3 is the largest number that would be close to 0 (for the equation), then finding an approximation for that, is that correct?
thanks.