Integration: Evaluate the Integral?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
KAISER91
Messages
27
Reaction score
0

Homework Statement



Evaluate;

∫ x sec^2 x dx


Homework Equations





The Attempt at a Solution




So far this is what I have;

u = x
du/dx = 1
du = 1 dx


dv = sec^2 x
v = tan x


Therefore;

= x tan x - ∫ tan x dx
= x tan x - ln (sec x) + c




I stopped there thinking that was the answer?


The answer given is

x tan x + ln (cos x) + c



Thanks
 
Physics news on Phys.org
Where did you get that
[tex]\int tan(x)dx= ln(sec(x))+ C[/tex]?

[tex]\int tan(x)dx= \int \frac{sin(x)}{cos(x)}dx[/tex]
Let u= cos(x) so du= sin(x)
[tex]\int tan(x)dx= \int \frac{du}{u}= ln(u)+ C= ln(cos(x))+ C[/tex]
 
KAISER91 said:
Therefore;

= x tan x - ∫ tan x dx
= x tan x - ln (sec x) + c




I stopped there thinking that was the answer?


The answer given is

x tan x + ln (cos x) + c

What is another way of expressing ln (sec x)?
 
HallsofIvy said:
Where did you get that
[tex]\int tan(x)dx= ln(sec(x))+ C[/tex]?

[tex]\int tan(x)dx= \int \frac{sin(x)}{cos(x)}dx[/tex]
Let u= cos(x) so du= sin(x)
[tex]\int tan(x)dx= \int \frac{du}{u}= ln(u)+ C= ln(cos(x))+ C[/tex]
OH.Thanks. I appreciate the help.

Note, you forgot the negative sign on sin x for the derivative of cos x.Thanks.
 
George Jones said:
What is another way of expressing ln (sec x)?
sin x / cos xLOLOL. I totally forgot about it.