Integration Question (In a loop)

  • Thread starter Thread starter Hyari
  • Start date Start date
  • Tags Tags
    Integration Loop
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Hyari
Messages
11
Reaction score
0

Homework Statement


e^x * sin(x)


Homework Equations


uv - integral vdu


The Attempt at a Solution


FIRST, I set u = e^x, du = e^x, dv = sin(x)dx, v = -cos(x)

Using, uv - integral vdu

e^x * -cos(x) - [ e^x * -cos(x)dx

-e^x * cos(x) + [ e^x * cos(x)

Now I'm stuck... if I keep integrating... I'll keep going in a loop of sin/cos(x) and e^x.

Am I going about this in the wrong way?
 
Physics news on Phys.org
You don't actually state that you are trying to integrate exsin(x) but I will assume that!

One thing that is confusing you is that you are not writing out full equations!

After your first integration by parts, you get
[tex]\int e^x sin(x)dx= -e^x cos(x)+\int e^x cos(x) dx[/tex]

Now let u= ex, dv= cos(x), so that du= exdx and v= sin(x) and you get
[tex]\int e^x sin(x)dx= -e^x cos(x)+ e^x sin(x)- \int e^x sin(x)dx[/tex]

Is that the "loop" you mean? Now solve that equation for
[tex]\int e^x sin(x)dx[/tex]!