Indefinite Integral with integration by parts

Physics-UG
Messages
45
Reaction score
5

Homework Statement


Evaluate ∫ecos2θ dθ

Homework Equations


Integration by parts formula
∫udv = uv -∫vdu

The Attempt at a Solution


So in calc II we just started integration by parts and I'm doing one of the assignment problems. I know I need to do the integration by parts twice, but I've hit a loop, or so it seems, which I know isn't right. Maybe someone can see my faults?

I set:
u = cos(2θ) v = -e
du = -2sin(2θ) dθ dv = e

So by the formula I got:
= [cos(2θ)] [-e] -2∫ [-e] [sin(2θ) dθ]

Here I used the second integration by parts:

u = sin2θ v = e
du = 2cos(2θ) dθ dv = -e

Solving by the formula again:
= [sin(2θ)] [e] -2∫ [e] [cos(2θ) dθ]

I'm not too sure where I've made my algebraic error, or if I'm on the right track and this won't just put my into a loop giving the same equation above? First question I've posted, so hopefully it follows the format ok, if it doesn't, chime in and let me know so I can fix it properly. Thanks in advance everyone!
 
Physics news on Phys.org
Your substitutions are correct, but you're stopping a little short. The trick with integration by parts composed of an exponential function and a trigonometric function is to add to both sides the first integral you find that is a multiple of your original integral. From there, it should be obvious where to go next.
 
phion said:
Your substitutions are correct, but you're stopping a little short. The trick with integration by parts composed of an exponential function and a trigonometric function is to add to both sides the first integral you find that is a multiple of your original integral. From there, it should be obvious where to go next.
Ohh, hat's definitely what I'm missing! Thanks a bunch for the help!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top