A calculator is broken so that the only keys that still work are the $\sin$, $\cos$, $\tan$, $\cot$, $\sin^{-1}$, $\cos^{-1}$, and $\tan^{-1}$ buttons. The display initially shows 0. (Assume that the calculator does real number calculations with infinite precision. All functions are in terms of radians.)
(a) Find, with proof, a sequence of buttons that will transform $x$ into $\frac{1}{x}$.
(b) Find, with proof, a sequence of buttons that will transform $\sqrt x$ into $\sqrt{x+1}$.
(c) Prove that there is a sequence of buttons that will produce $\frac{3}{\sqrt{5}}$.
This is a continuation of a closed problem a while ago. I have solved parts, a and b but c is a challenge.
(a) We know that $\tan(\arctan(x))= x$ so inversing the equation, you get $\frac{1}{\tan(\arctan(x))}=\boxed{\cot(\arctan(x))}$
(b) We can solve this using right-triangle trigonometry. With legs, 1 and $\sqrt{x}$, the hypotenuse would be $\sqrt{x+1}$. To have $\frac{1}{\sqrt{x+1}}$, you would write it as $\cos(\arctan(\sqrt{x}))$. To transform $\sqrt{x}$ ot $\sqrt{x+1}$, you would have $\frac{1}{\cos(\arctan(\sqrt{x}))}$. From part (a), we can find the reciprocal of anything. All we need is the reciprocal which is $\boxed{\cot(\arctan(\cos(\arctan(\sqrt{x})))}$
How can we solve c when the initial display is 0?