How do I simplify the trigonometric expression? cos(x)/sec(x) + tan(x)

2 Answers
Feb 7, 2018

#cos^2x+tanx#

Explanation:

#cosx/secx+tanx#

Identity:

#color(red)bb(secx=1/cosx)#

#(cosx)/(1/cosx)+tanx#

#cos^2x+tanx#

Feb 7, 2018

It can be simplified to #1 - sinx#

Explanation:

I will assume that the question asks #(cosx)/(secx + tanx)#

Using our fundamental identities of #secx = 1/cosx# and #tanx = sinx/cosx#, we will get:

#cosx/(1/cosx + sinx/cosx)#

#cosx/((1 + sinx)/cosx)#

#cos^2x/(1+ sinx)#

We know that #sin^2x + cos^2x =1#, therefore:

#(1 - sin^2x)/(1 + sinx)#

#((1 +sinx)(1 - sinx))/(1 + sinx)#

#1 - sinx#

Hopefully this helps!