integrate?
-
- Posts: 34
- Joined: Thu Dec 30, 2010 4:36 am
integrate?
Dear All
I need to compute the following integral :
f(x)=(1+sin(x))/((cos(x))^2)
I=integral(f(x)dx)
Can you please propose a simple change of variable to simplify its calculation?
Thank you
I need to compute the following integral :
f(x)=(1+sin(x))/((cos(x))^2)
I=integral(f(x)dx)
Can you please propose a simple change of variable to simplify its calculation?
Thank you
Re: integrate?
You don't need to change variables, just break it up into two fractions (one for each term in the numerator).
Then it comes down to integrating 1/(cos^2) and sin/(cos^2), or, if you prefer, sec^2 and sec*tan. Those are integrals you're probably familiar with.
Then it comes down to integrating 1/(cos^2) and sin/(cos^2), or, if you prefer, sec^2 and sec*tan. Those are integrals you're probably familiar with.
-
- Posts: 34
- Joined: Thu Dec 30, 2010 4:36 am
Re: integrate?
Thank you very much for your help. So the integral breaks into (sec(x))^2 + sec(x).tan(x)
For the fist term, it is straightforward but what about the second term?
For the fist term, it is straightforward but what about the second term?
Re: integrate?
The derivative of sec(x) is sec(x)tan(x).
-
- Posts: 34
- Joined: Thu Dec 30, 2010 4:36 am
Re: integrate?
Thank you very much for your reply. I got the point clearly.
Re: integrate?
So do you just have to memorize these trig integrals?
Re: integrate?
The ones we just used are pretty basic, so yes, I'd remember them, as well as the fact that those for cosec and cot look similar but with some minus signs. Anything more complicated, I'd substitute for sin, cos or tan and try and work it out that way, rather than trying to remember.