Finding critical values of a function

  • Thread starter Thread starter shanshan
  • Start date Start date
  • Tags Tags
    Function
shanshan
Messages
23
Reaction score
0

Homework Statement


Use Newton's Method to find the critical numbers of the function f(x) = 2x^5 - 5x^2 - 20x + 12 correct to three decimal places


Homework Equations





The Attempt at a Solution


f'(x) = 10x^4-10x-20
= 10(x^4-x-2)
= 10(x+1)(x^3-x^2+x-2)

I'm not really sure what Newton's method is, so I just tried factoring the derivative, but I can't factor it any further and I don't know what to do from here. HELP!
 
Physics news on Phys.org
Wikipedia is your friend:

http://en.wikipedia.org/wiki/Newton's_method

Well you clearly have one critical point which you don't have to estimate. As for the x^3 - x^2 + x - 2 factor, the discriminant of this is negative, and you have two complex roots and a real root. You can disregard the complex roots. If g(x) = x^3 - x^2 + x - 2, then f(1) = -1 and g(2) = 4, which implies that the remaining real root is between x = 1 and x = 2. Now see if you can garner any useful information for approximating this root from the wikipedia article.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top