I came across this problem to solve for x:
sin[cot−1(x+1)]=cos[tan−1x]
I tried to do it initially by converting the cosine term on the right to sine by using sin(π2−x)=cosx, but for some reason this doesn't work:
sin[cot−1(x+1)]=sin[π2−tan−1x]
⟹cot−1(x+1)=π2−tan−1x
⟹cot−1(x+1)=cot−1x
⟹x+1=x
⟹1=0
Yet, if instead I use sin(π2+x)=cosx:
sin[cot−1(x+1)]=sin[π2+tan−1x]
⟹cot−1(x+1)=π2+tan−1x
⟹π2−tan−1(x+1)=π2+tan−1x
⟹tan−1(−x−1)=tan−1x
⟹−x−1=x
⟹x=−12
And this is indeed the correct answer according to the book. What I don't get is why the first method failed. The identity tan−1x+cot−1x=π2 should hold for all real numbers, so I don't think that is the problem. Moreover, if I plug 12 and −12 into cot−1x, I get different answers, so this isn't a problem with the cancellation either. What's going wrong here?
EDIT: It appears that the problem is that since the value of x is negative, the term π2−tan−1x becomes positive and lands outside the range where sinx is injective, and so the two inputs are different despite the fact that the output of their sine is equivalent. I guess a follow up question here is how one would figure this out without knowing that the answer is negative. It seems impossible to know which conversion to use beforehand without that knowledge.
No comments:
Post a Comment