Troubleshooting My Inverse Trig Proof

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Messages
3,802
Reaction score
95
What is wrong with my proof?

Let [tex]\theta=cos^{-1}x-\frac{\pi}{2}[/tex]

Then [tex]cos\theta=cos\left(cos^{-1}x-\frac{\pi}{2}\right)[/tex]

[tex]RHS=xcos\frac{\pi}{2}-sin(cos^{-1}x)sin\frac{\pi}{2}[/tex]

[tex]=-\sqrt{1-x^2}[/tex]

Therefore [tex]\theta=cos^{-1}(-\sqrt{1-x^2})[/tex]

[tex]\theta=\pi-cos^{-1}\sqrt{1-x^2}[/tex]

Hence [tex]cos^{-1}x-\frac{\pi}{2}=\pi-cos^{-1}\sqrt{1-x^2}[/tex]

So finally, [tex]cos^{-1}x+cos^{-1}\sqrt{1-x^2}=\frac{3\pi}{2}[/tex]

Except this is untrue for all values except [itex]x=-1[/itex]. I'm guessing I probably made a substitution which is valid for only certain values. Inverse trig seems to do that a lot to me :cry:
 
Last edited:
Mathematics news on Phys.org
Mentallic said:
Let [tex]\theta=cos^{-1}x-\frac{\pi}{2}[/tex]

Then [tex]cos\theta=cos\left(cos^{-1}x-\frac{\pi}{2}\right)[/tex]

[tex]RHS=xcos\frac{\pi}{2}-sin(cos^{-1}x)sin\frac{\pi}{2}[/tex]

The last line here is wrong. The appropriate identity states:
[tex]\cos(\alpha-\beta) = \cos\alpha\,\cos\beta + \sin \alpha\,\sin\beta[/tex]
So you should have gotten:
[tex]RHS=xcos\frac{\pi}{2}+sin(cos^{-1}x)sin\frac{\pi}{2}[/tex]
In the future a good way to identify an error in an argument about trigonometric identities is to simply plug in a number. Preferably one whose value you can calculate under the functions you are working with and which doesn't have very nice symmetric properties since that is usually where errors creep in. For instance in your case I would have tested with x=1/2 which would have yielded:
[tex]\theta = \cos^{-1}1/2 - \pi/2 = -\pi/6[/tex]
[tex]\cos\theta = \sqrt{3}\pi/2[/tex]
[tex](1/2)\cos\pi/2 - \sin(\cos^{-1}(1/2))\sin\pi/2 = - \sin(\pi/3) = -\sqrt{3}\pi/2[/tex]