Optimizing Trigonometric Function on Interval

Hockeystar
Messages
61
Reaction score
0

Homework Statement



Find the max/min of the function for [0,pi/2]

f(x)= kcos2xsin(x)

Homework Equations



Product Rule and chain rule

The Attempt at a Solution



f'(x)= k(2cosx(-sinx)(sinx)+cos2xcosx)

f'(x)= kcosx(-2sin2x+cos2x)

Set eqaution to 0

(2sin2x+cos(x)2) = 0

2(1-cos2x)+cos(x)2 = 0

cos2x = 2
?
Now I'm stuck. There should be a max or min.
 
Physics news on Phys.org
Hockeystar said:
f'(x)= kcosx(-2sin2x+cos2x)

Set eqaution to 0

(2sin2x+cos(x)2) = 0

You appear to have made two errors here. You neglected to account for the other factor, that perhaps \cos x = 0. You also seem to have dropped a minus sign; if the second factor is zero, you should have -2 \sin^2 x + \cos^2 x = 0.

You may have an easier time with this second factor if you rewrite it so that only one trig function of x appears.
 
Man I hate when I forget a negative sign. I also scrwed up the interval is supposed to be (0,pi/2) instead of [0,pi/2]. Thank you for pointing that out.
 
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