Consider f(x) = x^2sinx^2 on interval [0,3]
1)Use Newton's method to approx. to two decimal places the points x0 at which f achieves its global min.
2)Local max/min?
3)Inflection pts?
MY REASONING
1)I already found 1st and 2nd derivatives, but don't know how to proceed.
f'(x)=2x^3(cosx^2)+2xsinx^2
f''(x)=(-4x^4sinx^2)+(10x^2cosx^2)+2sinx^2
Instead of using: xn - (f(xn))/f'(xn)
would I use: xn - (f'(xn))/f''(xn) to help find global min?
2)Then for local max/min, I'm having trouble finding the roots from the 2nd derivative: setting it equal to zero
-4x^4sinx^2+10x^2cosx^2+2sinx^2
Am I on the right track?
Thanks in advance,
yojoe
1)Use Newton's method to approx. to two decimal places the points x0 at which f achieves its global min.
2)Local max/min?
3)Inflection pts?
MY REASONING
1)I already found 1st and 2nd derivatives, but don't know how to proceed.
f'(x)=2x^3(cosx^2)+2xsinx^2
f''(x)=(-4x^4sinx^2)+(10x^2cosx^2)+2sinx^2
Instead of using: xn - (f(xn))/f'(xn)
would I use: xn - (f'(xn))/f''(xn) to help find global min?
2)Then for local max/min, I'm having trouble finding the roots from the 2nd derivative: setting it equal to zero
-4x^4sinx^2+10x^2cosx^2+2sinx^2
Am I on the right track?
Thanks in advance,
yojoe