meaning of powers on trig functions

I always forget this, when a trig function has an exponent does that mean multiply itself or apply itself to the result recursivly?

e.g. does $\sin(x)^2=\sin(x)\sin(x)$ or $=\sin(\sin(x))$? What about $\sin^2x$?


Solution 1:

As you can see, the notation isn't same for all of those bellow: $$ \sin(x)^2 $$ $$ \sin^2(x) $$ $$ \sin(\sin(x)) $$ $$ \sin(x)\sin(x) $$

Now, we should just find out, which one is corresponding with another. And the right answer is: $$ \sin^2(x) = (\sin(x))^2 = \sin(x)\sin(x) $$ $$ \sin(\sin(x)) \text{ is forever alone and never simplified} $$

And this is, how you can interpret $\sin(x)^2$: $$ \sin(x)^2 = \sin((x)^2) = \sin(x^2) $$

Solution 2:

It means it multiplies itself, although I always thought that was weird since $(\sin(x))^5$ is already easy to write, although writing $\sin(\sin(\sin(\sin(\sin(x)))))$ is a lot harder. I remember it because I think it is weird.

Solution 3:

The notation is a mess, and we’re stuck with it for purely historical reasons. As everybody has noted, $\sin^2x$ means $(\sin(x))^2$. But nobody pointed out that $\sin^{-1}x$ does not mean the reciprocal of the sine function, but rather its inverse with respect to composition. That is, for the right range of inputs, $\sin\bigl(\sin^{-1}(x)\bigr)=x$ and $\sin^{-1}\bigl(\sin(x)\bigr)=x$.

(In my own work, I have to refer to the $n$-fold composition of $f$ with itself, and (less often) the $n$-th power of $f$. I’ve chosen to write $f^{\circ n}$ for the multiple composition, and $f^n$ for the product of $f$ with itself $n$ times, but this is nonstandard. I still don’t know, when people in analytic number theory write $\log^2(x)$, which they mean.)