Why is the integration constant excluded when finding v in integration by parts?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Fizex
Messages
201
Reaction score
0
We know the formula is [tex]\inline{\int udv=uv-\int vdu}[/tex] but when you say that for example, [tex]dv=e^x dx[/tex], then why when you integrate to get v, you don't include the integration constant?

For this integral:
[tex]\int xe^{x}dx[/tex]
[tex]dv = e^x dx[/tex]
[tex]v = e^x + C[/tex]?
 
Last edited:
Physics news on Phys.org
You can, in this case you would get
[tex]\int x e^x \, \mathrm dx = (e^x + C) x + \int (e^x + C) \, \mathrm dx = x (e^x + C) - (e^x + C x + C')[/tex]
If you expand
[tex]x e^x + C x - (e^x - C x + C') = (x - 1) e^x - C'[/tex]
 
oh, haha, I was only paying attention to one side of the equation. Thanks.