Given $f(x) = 4x^3-6x^2\cos(2a) + 3x\sin(2a)\sin(6a) + \sqrt{\ln(2a-a^2)}$ then show that $f'\Bigl(\frac{1}{2}\Bigr)>0.$
The obvious thing to do here is to differentiate the function,
(Since nothing is mentioned about 'a', I'll assume it to be constant. At least that's what my instructor said)
$f'(x) = 12x^2-12x\cos(2a) + 3\sin(2a)\sin(6a)$
$f'\Bigl(\frac{1}{2}\Bigr) = 3-6\cos(2a) + 3\sin(2a)\sin(6a).$
How do you prove, that this is greater than zero? I tried using the range of $\cos(x)$ and $\sin(x)$, but got stuck.
Another thing I'd like to mention that this question was given to me as a multiple choice question. The options were,
A) $f(x)$ is not defined at $x = 1/2$
B) $f'(x)$ is not defined at $x = 1/2$
C) $f\Bigl(\frac{1}{2}\Bigr)<0$
D) $f\Bigl(\frac{1}{2}\Bigr)>0$
Since we don't know what 'a' is, the answer according to me should be B). But the answer given to me was D), which my instructor said was correct, and that 'a' should be treated as a constant.
Any help would be appreciated.
If you execute the Mathematica command
Plot[3-6Cos[2a]+3Sin[2a]Sin[6a],{a,0,2 Pi}], you will find that the result is sometimes positive, sometimes negative, depending on $a$. The derivative is defined, but it's indeterminant because you don't know what $a$ is. My answer would be "None of the above."[EDIT]: In order for the logarithm and square root to be defined and non-complex, you do know something about $a:$ you must have $2a-a^2\ge 1,$ the solution of which is $a=1$. For this value of $a$, $f'(1/2)>0$.