How do you prove that 9sec^2u - 5tan^2u = 5 + 4sec^2u?

1 Answer
Feb 16, 2017

Convert to all sine and cosine using secx = 1/cosx and tanx = sinx/cosx.

9/cos^2u - (5sin^2u)/cos^2u = 5 + 4/cos^2u

(9 - 5sin^2u)/cos^2u = (5cos^2u + 4)/cos^2u

Now you should notice that the numerator on both sides have different trig functions. The one on left is in sine, while the one on right is in cosine. We can convert between the two using

color(red)(sin^2x + cos^2x = 1)

This means that sin^2x = 1 - cos^2x, so:

(9 - 5(1 - cos^2u))/cos^2u = (5cos^2u + 4)/cos^2u

(9 - 5 + 5cos^2u)/cos^2u = (5cos^2u + 4)/cos^2u

(4 + 5cos^2u)/cos^2u = (5cos^2u + 4)/cos^2u

Since the RHS = LHS, this identity has been proved.

Hopefully this helps!