Trigonometry proof- finding an angle

92 Views Asked by At

I don't even know where to start with this problem.

Suppose $\alpha$ is some angle less than $45^\circ$. If $a=\cos^2\alpha - \sin^2\alpha$ and $b = 2\sin\alpha\cos\alpha$, show that there is an angle $\theta$ such that $a = \cos\theta$ and $b = \sin\theta$.

Thanks.

3

There are 3 best solutions below

0
On BEST ANSWER

there is a lemma on Trigenometry book by I.M gelfand that states:

if $a$ and $b$ are some pair of positive numbers such that $a^2+b^2=1$, then there exits an angle $\theta$ such that $a=cos \theta$ and $b=sin \theta$.

so for your question just square $a$ and $b$ and you can see $a^2+b^2=1$. so then there exits an angle $\theta$ such that $a=cos \theta$ and $b=sin \theta$.

0
On

As Nilan pointed out, $2\sin x \cos x=\sin 2x$. Also, $\cos^2 x + \sin^2 x =1$, so $\sin^2 x =1-\cos^2 x$, from which it follows that $a=2\cos^2 x-1=\cos 2x$

0
On

The double angle formulas for cosine and sine are given below

\begin{align*} \cos(2\varphi) & = \cos^2\varphi - \sin^2\varphi\\ & = 2\cos^2\varphi - 1\\ & = 1 - 2\sin^2\varphi\\ \sin(2\varphi) & = 2\sin\varphi\cos\varphi \end{align*}

Hence, $a = \cos^2\alpha - \sin^2\alpha = \cos(2\alpha)$ and $b = 2\sin\alpha\cos\alpha = \sin(2\alpha)$. Hence, $\theta = 2\alpha$.