Steps WA used to simplify $\left( \frac{\cos \beta \sin \beta \cos\phi +\sin \beta}{\sin^2 \phi + \sin^2\beta \cos^2 \phi} \right)^2\cos \phi$

50 Views Asked by At

I have the following expression:

$$\left( \frac{\cos \beta \sin \beta \cos\phi +\sin \beta}{\sin^2 \phi + \sin^2\beta \cos^2 \phi} \right)^2\cos \phi$$

Wolfram Alpha yields a simplified form of this as, $$\frac{\sin^2 \beta \cos \phi}{(\cos \beta \cos \phi -1)^2}$$

I can multiply the first expression out and get,

$$\frac{\cos^2\beta \sin^2\beta \cos^2 \phi +\sin^2 \beta +2 \cos \beta \sin^2 \beta \cos \phi}{\sin^4 \phi + \sin^4\beta \cos^4 \phi + 2 \sin^2 \beta \sin^2 \phi \cos^2 \phi}$$

but after that I can't see the way forward to get the simplified W-A expression.

2

There are 2 best solutions below

0
On

$$\left( \frac{\cos \beta \sin \beta \cos\phi +\sin \beta}{\sin^2 \phi + \sin^2\beta \cos^2 \phi} \right)^2\cos \phi=\sin^2\beta\cos\phi\left( \frac{\cos\beta\cos\phi+1}{\sin^2 \phi + \sin^2\beta\cos^2\phi}\right)^2$$ It remains to show that (up to sign, because this is in a square) $$\frac{\cos\beta\cos\phi+1}{\sin^2 \phi +\sin^2\beta\cos^2\phi}=\frac1{\cos\beta\cos\phi-1}$$ This can be established as follows: $$\frac{\cos\beta\cos\phi+1}{\sin^2 \phi +\sin^2\beta\cos^2\phi}=\frac{\cos\beta\cos\phi+1}{1-\cos^2\phi+\sin^2\beta\cos^2\phi}=\frac{\cos\beta\cos\phi+1}{1-(1-\sin^2\beta)\cos^2\phi}=\frac{\cos\beta\cos\phi+1}{1-\cos^2\beta\cos^2\phi}=\frac1{1-\cos\beta\cos\phi}$$ where we have used the difference of two squares in the last step.

0
On

So instead of multiplying the expression out, work with the first equation. Factoring out $\sin \beta$ in the numerator and substituting for sines in the denominator yields,

$$\left( \frac{\sin\beta(\cos\beta\cos\phi+1)}{1-\cos^2\phi +(1-\cos^2\beta)\cos^2\phi} \right)^2\cos\phi$$

Multiplying out in the denominator,

$$\left( \frac{\sin\beta(\cos\beta\cos\phi+1)}{1-\cos^2\phi +\cos^2\phi-\cos^2\beta\cos^2\phi} \right)^2\cos\phi$$

Simplifying, $$\left( \frac{\sin\beta(1+\cos\beta\cos\phi)}{1-\cos^2\beta\cos^2\phi} \right)^2\cos\phi$$

Breaking out the denominator yields

$$\left( \frac{\sin\beta(1+\cos\beta\cos\phi)}{(1+\cos\beta\cos\phi)(1-\cos\beta\cos\phi)} \right)^2\cos\phi$$

Dividing out common expression in numerator and denominator produces

$$\left( \frac{\sin\beta}{(1-\cos\beta\cos\phi)} \right)^2\cos\phi$$

which results in a final solution of

$$ \frac{\sin^2\beta\cos\phi}{(1-\cos\beta\cos\phi)^2}$$

which is the same as the Wolfram Alpha solution.