How do you prove that (cos(2x) + sin^2x)/cosx = cosx?

2 Answers
Apr 8, 2017

Multiply by cos(x)

Explanation:

cos(2x) + 1 - cos^2(x) = cos^2(x)
implies
cos(2x) = 2cos^2(x) - 1
which is true

Apr 8, 2017

Here's another way of getting the answer.

Note that cos^2x+ sin^2x = 1 -> sin^2x = 1- cos^2x and that cos2x = 1 - 2sin^2x. Therefore, we have:

(1 - 2sin^2x + sin^2x)/cosx = cosx

(1 - sin^2x)/cosx = cosx

From above, we can derivative that cos^2x = 1- sin^2x.

cos^2x/cosx = cosx

cosx = cosx

This has been proved.

Hopefully this helps!