Simplifying the derivative of sec(2x)/(1+tan(2x))

  • Thread starter Thread starter Jumpy Lee
  • Start date Start date
  • Tags Tags
    Function Trig
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 6K views
Jumpy Lee
Messages
20
Reaction score
0

Homework Statement



Find y' of the following

Homework Equations



y = (sec (2x))/(1 + tan (2x))

The Attempt at a Solution



y' = [(1 + tan (2x))(2 sec (2x) tan (2x)) - (sec (2x))(2 (sec (2x))^2)]/[(1 + tan (2x))^2]


i can not quite figure out how it reduces to:

y' = [(2 sec (2x))(tan (2x) - 1)]/[(1 + tan (2x))^2]
 
Physics news on Phys.org
Try using the identity sec2x=1+tan2x on the last term in the numerator. Then it should simplify to the result you state.
 
Last edited:
You had

[tex]y^\prime =\frac{(1 + \tan 2x)(2\sec 2x \tan 2x) - (\sec 2x)(2 \sec^{2} 2x)}{(1 + \tan 2x)^2}=\frac{2\sec 2x \left[(1 + \tan 2x)\tan 2x - \sec^{2} 2x\right]}{(1 + \tan 2x)^2}[/tex]
[tex]=\frac{2\sec 2x \left[\tan 2x + \tan^{2} 2x - (1 + \tan^{2} 2x)\right]}{(1 + \tan 2x)^2}=\frac{2\sec 2x (\tan 2x - 1)}{(1 + \tan 2x)^2}[/tex]