0

Solve the equation $$3\sin{y}+4\cos{y}=6$$ in real numbers.

We divide both sides of the equation by 5: $$\dfrac{3}{5}\sin{y}+\dfrac{4}{5}\cos{y}=\dfrac{6}{5}.$$ Let's choose such a narrow angle $$\alpha$$ such that $$\alpha=\dfrac{4}{5}.$$ In this case $$\cos{a}=\sqrt{1-\sin^2{\alpha}}=\sqrt{1-\left( \dfrac{4}{5} \right)^2}=\dfrac{3}{5}$$ and we can rewrite the equality as $$\sin{y}\cos{\alpha}+\cos{y}\sin{\alpha}=\dfrac{6}{5};$$ $$\sin\left(y+\alpha\right)=\dfrac{6}{5}.$$ Since the sin values do not exceed 1, this equation has no solutions. So the given equation also has no solution.

Maybe this equation can be solved in an even shorter way, for example, using the Cauchy inequality. I would be grateful for any hint on how to do this. Thanks!

2 Answers2

3

Your guess was right, Cauchy-Schwarz is the key: the equation has no solution $y\in\Bbb R$ because $$|3\sin y+4\cos y|\le\sqrt{3^2+4^2}\sqrt{\sin^2y+\cos^2y}=5.$$This avoids the use of general formulas for the resolution of such equations.

Anne Bauval
  • 34,650
1

If you use the tangent half-angle substitution for solving $$3\sin({y})+4\cos({y})=k$$ you end with the quadratic $$(k+4) t^2-6 t+(k-4)=0$$ for which $$\Delta=100-4k^2$$ which is negative if $|k|>5$. So no sultion in the real domain.

But, in the complex domain, there are solutions for $k=6$ : let $y=a+ib$, expand the sine and cosine to find (forgetting the modulo) $$a=\tan ^{-1}\left(\frac{3}{4}\right)\qquad \text{and} \qquad b=\cosh ^{-1}\left(\frac{6}{5}\right)$$