How can I solve this system of trigonometric equations analytically? It is from physics class. $$ \begin{cases} 30t\cos{\alpha}=50\\ -30t\sin{\alpha}-4.9t^2=0 \end{cases} $$
2026-03-26 09:48:12.1774518492
On
Solve a system of trigonometric equations
97 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
15
On
$30t\cos{\alpha}=50 \implies t=\frac{5}{3} \sec\alpha$
You can plug this information into the other equation and solve:
$$-30t\sin{\alpha}-4.9t^2=0\implies -30(\frac{5}{3} \sec\alpha)\sin{\alpha}-4.9(\frac{5}{3} \sec\alpha)^2=0$$
$$-50(\tan\alpha)-4.9(\frac{5}{3} \sec\alpha)^2=0$$
$$-50(\tan\alpha)-4.9\frac{25}{9} \sec^2\alpha=0$$
$$-50(\tan\alpha)-4.9\frac{25}{9} (\tan^2\alpha+1)=0$$
Taking $y=\tan\alpha$ you can solve a quadratic equation.
$$-50(y)-4.9\frac{25}{9} (y^2+1)=0$$
I think you're probably in good shape from here?

Hint: Squaring both the equations, you will get $900t^2\cos^2{\alpha}=2500\\ 900t^2\sin^2{\alpha}={4.9}^2t^4$.
Note that $\sin^2{\alpha}+\cos^2{\alpha}=1$.
So add both the equations and solve for $t$ using the substitution $t^2=u$.