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.
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Is it possible to arrange six pencils such that each one touches the other five? If so, how? This is an adaption of a Martin Gardner puzzle only I changed it from cigarettes to pencils and left out the clues because PF folks don’t need clues. From the book “My Best Mathematical and Logic Puzzles”. Dover, 1994.
Thread 'Imaginary Pythagoras'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top