If $\sin{\alpha}=\frac{8}{17}$ and $\sin{\beta}=\frac{15}{17}$, for acute $\alpha$ and $\beta$, then $\alpha+\beta=\pi/2$

278 Views Asked by At

Prove that $\alpha+\beta=\frac{\pi}{2}$, if $\sin{\alpha}=\frac{8}{17}$ and $\sin{\beta}=\frac{15}{17}$, where $0<\alpha<\frac{\pi}{2}$ and $0<\beta<\frac{\pi}{2}$.

This is what I did but I don't like it and thought there might be a "nicer" way of doing it.

Since $\sin{\alpha}=\cos{(\frac{\pi}{2}-\alpha)}$, then $\cos{(\frac{\pi}{2}-\alpha)}=\frac{8}{17}$ and since $\sin{\beta}=\cos{(\frac{\pi}{2}-\beta)}$, then $\cos{(\frac{\pi}{2}-\alpha)}=\frac{15}{17}$.

Solving for $\alpha$ gives us (I used positive $\arccos$ for the sake of simply demonstrating the method):

$$\frac{\pi}{2}-\alpha=\arccos{\frac{8}{17}+2\pi n}$$

$$\frac{\pi}{2}-\beta=\arccos{\frac{15}{17}+2\pi n}$$

adding both equations gives:

$$\alpha+\beta=\pi-\left(\arccos{\frac{8}{17}}+\arccos{\frac{15}{17}}\right)-4\pi n$$ but $$\arccos{\frac{8}{17}}+\arccos{\frac{15}{17}}=\frac{\pi}{2}$$

Therefore,

$$\alpha+\beta=\frac{\pi}{2}$$

5

There are 5 best solutions below

2
On

Hint for nicer way: Do the given sine values allow $\alpha$ and $\beta$ to be the two non-right angles of a right-angled triangle? (Let the hypothetical hypothenuse be $17$ for simplicity.)

0
On

You could calculate $\cos(\alpha)$ and $\cos(\beta)$ from knowing they’re in the first quadrant and using $\sin^2+\cos^2=1$. Then use the angle addition formula to calculate $\sin(\alpha+\beta)$. What can you conclude?

0
On

You have $\sin( {\alpha + \beta}) = \sin{\alpha}\cos{\beta} + \sin{\beta}\cos{\alpha}$, so you could show that $\sin (\alpha + \beta) = 1$ which would lead to $\alpha + \beta = \frac{\pi}{2}$, if you know the values for $\cos \alpha$ and $\cos \beta$.

0
On

You’ve shown that $\sin\alpha=\cos\beta=\cos\left(\frac\pi2-\alpha\right)$ and $\cos\alpha = \sin\beta = \sin\left(\frac\pi2-\alpha\right)$. Since both of these angles are in the first quadrant, you can conclude directly that $\beta = \frac\pi2-\alpha$. Otherwise, you could use the angle addition formulas: $$\sin(\alpha+\beta)=\sin\alpha\cos\beta+\cos\alpha\cos\beta = \sin^2\alpha+\cos^2\alpha=1 \\ \cos(\alpha+\beta) = \cos\alpha\cos\beta - \sin\alpha\sin\beta = \cos\alpha\sin\alpha - \sin\alpha\cos\alpha = 0.$$

0
On