MHB Trig Functions: When Plugging in x Returns x

AI Thread Summary
The discussion focuses on the behavior of trigonometric and inverse trigonometric functions, specifically examining when expressions like cos(cos^(-1)(x)) and tan(tan^(-1)(x)) return the original value x. It is established that sine, cosine, and tangent functions are not invertible over their entire domains due to multiple x values yielding the same result. However, the inverse functions are defined within specific intervals that ensure they are invertible, such as sin^(-1) returning values in [-π/2, π/2]. The limitations for cosine and sine are confirmed to be -1 ≤ x ≤ 1, while tangent can take any real number. The discussion concludes that when the inverse function is applied first, it will return the original value if the input is within the defined range.
RidiculousName
Messages
28
Reaction score
0
I have the statement $$\sin[\sin^{-1}(x)] = x \hspace{7pt} if -1 \leq x \leq 1$$. How can I tell if plugging in x will return x for $$\cos[\cos^{-1}(x)] $$ and $$\tan[\tan^{-1}(x)] $$? What if the positions of the regular and inverse functions were reversed? For example, $$\cos^{-1}[\cos(x)]$$.

I am only looking for answers regarding cosine, sine, and tangent here.
 
Last edited:
Mathematics news on Phys.org
RidiculousName said:
I have the statement $$\sin[\sin^{-1}(x)] = x \hspace{7pt} if -1 \leq x \leq 1$$. How can I tell if plugging in x will return x for $$\cos[\cos^{-1}(x)] $$ and $$\tan[\tan^{-1}(x)] $$? What if the positions of the regular and inverse functions were reversed? For example, $$\cos^{-1}[\cos(x)]$$.

I am only looking for answers regarding cosine, sine, and tangent here.

Hi RidiculousName,

The functions $\sin$, $\cos$, and $\tan$ are all functions that are not actually considered invertible functions.
That's because there are multiple values for $x$ for which they give the same result.
Consider for instance $y=\frac 12\sqrt 2$.
The values of $x$ for which $\cos(x)=y=\frac 12\sqrt 2$ are $x=\pm \frac\pi 4, \pm 2\pi\pm \frac\pi 4, ...$.
This shows that we cannot uniquely find a value $x$ for $y=\frac 12\sqrt 2$ where the $\cos$ is concerned.
Not even when $-1\le x\le 1$.
More specifically: $\cos^{-1}(\cos(-\frac\pi 4))=\cos^{-1}(\frac 12\sqrt 2)=\frac\pi 4\ne-\frac \pi 4$.

That's why $\sin^{-1}$, $\cos^{-1}$, and $\tan^{-1}$ have special definitions that define in which interval they will return their result.
Consequently these special inverses are invertible themselves.
For instance $\sin^{-1}$ is defined to return its result in the interval $[-\frac\pi 2,+\frac\pi 2]$.
If we apply the $\sin$ again on a value in this interval, we will get the original value back.
For instance, we have $\sin(\sin^{-1}(-\frac 12\sqrt 2))=\sin(-\frac\pi 4)=-\frac 12\sqrt 2$.

Do you perchance already know what the defined intervals are for $\cos^{-1}$ and $\tan^{-1}$?
Can you tell now which combinations will return the same result, and which ones won't?
 
Klaas van Aarsen said:
Hi RidiculousName,
Do you perchance already know what the defined intervals are for $\cos^{-1}$ and $\tan^{-1}$?
Can you tell now which combinations will return the same result, and which ones won't?

Well, I know the definition of $\tan^{-1}$ is, $\tan\theta = y$, and $\frac{-\pi}{2} < \theta < \frac{\pi}{2}$. I forget exactly what the definition of inverse sine and cosine were, but I think the second half of sine was $\frac{-\pi}{2} \leq \theta \leq \frac{\pi}{2}$, and for cosine it was the same as sine, but with 0 and $\pi$.

I don't understand why x would have to be $-1 \leq x \leq 1$ to work unless it is referring to the unit-circle. But I am not sure this is correct, or if it would apply to cosine and tangent too.

I am still confused about which combinations will return the same result, but if I had to guess, if the regular trig function comes first x must be $-1 \leq x \leq 1$, except possibly for tangent because it is undefined at $\frac{\pi}{2}$ radians or 90 degrees. So, I'm not sure what values of x would return x.

If the inverse trig function comes first, it seems like x would have to be $0 \leq x \leq \pi$, but again, I'm not sure about tangent.
 
RidiculousName said:
Well, I know the definition of $\tan^{-1}$ is, $\tan\theta = y$, and $\frac{-\pi}{2} < \theta < \frac{\pi}{2}$. I forget exactly what the definition of inverse sine and cosine were, but I think the second half of sine was $\frac{-\pi}{2} \leq \theta \leq \frac{\pi}{2}$, and for cosine it was the same as sine, but with 0 and $\pi$.

That is correct.

RidiculousName said:
I don't understand why x would have to be $-1 \leq x \leq 1$ to work unless it is referring to the unit-circle. But I am not sure this is correct, or if it would apply to cosine and tangent too.

As we can see in the unit circle, we are indeed limited to $-1 \leq x \leq 1$ for $\cos^{-1}$ and $\sin^{-1}$.
This limitation does not apply to $\tan^{-1}$ though, which is defined for every $x$.
Either way, for this problem we would still limit $x$ to the given range.

RidiculousName said:
I am still confused about which combinations will return the same result, but if I had to guess, if the regular trig function comes first x must be $-1 \leq x \leq 1$, except possibly for tangent because it is undefined at $\frac{\pi}{2}$ radians or 90 degrees. So, I'm not sure what values of x would return x.

If the regular trig function is left most, it means that we evaluate the inverse function first.
Since the inverse function is actually invertible, that means that applying the regular trig functions afterwards, will always return the same result.

Let's take a look at $\tan$.
The question then is if $\tan(\tan^{-1}(x))\overset ?= x$ if $-1\le x\le 1$.
The range of $\tan^{-1}$ is defined to be $\left(-\frac\pi 2,\frac\pi 2\right)$.
We won't use the entire range though, since $\tan^{-1}(-1)=-\frac\pi 4$ and $\tan^{-1}(1)=\frac\pi 4$.
Check the unit circle to see why that is.
Either way, if we apply $\tan$ afterwards, we get exactly the original $x$ back don't we?

RidiculousName said:
If the inverse trig function comes first, it seems like x would have to be $0 \leq x \leq \pi$, but again, I'm not sure about tangent.

The important part is whether there are multiple values of $x$ with $-1\le x\le 1$ that map to the same value.
In this interval $\cos$ first goes up to $1$ and then goes down again, so that one is no good.
$\sin$ is an increasing function in this interval, so that one works.
And $\tan$ is also an increasing function in this interval, so that one works as well.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top