I have no idea how to integrate by parts

Juche
Messages
35
Reaction score
0
I don't think anyone in class understands it, we went over it so quick. The only thing I seem to get is that uv - (integral) vdu = (integral) udv. You are supposed to assign u, v, dv and du, but how do you know which is u and which is v? What is the difference between du and dv? Are you integrating the variable in front of du and integrating the unit in front of dv? How do you know which is which? Why does dv sometimes have one of the variables in it and sometimes another?

Beyond that there seem to be so many exceptions and substitutions that I can't begin to get a good handle on it. Is there a website that has basic info for lost people like me?
 
Physics news on Phys.org
http://www.math.hmc.edu/calculus/tutorials/int_by_parts/

u is easy to differentiate.
dv is easy to integrate.
(integral)v du is easier to compute that (integral)u dv.

That helps a little but I still need a lot of practice.
 
suppose you have a function f(x) = uv
it's derivative is given by the product rule:

\frac{d}{dx}[uv] = u'v + uv'
now if you rearrange that to
u'v = \frac{d}{dx}[uv] - uv'
and then take the integral in respect to x of both sides
\int u'v dx= \int \frac{d}{dx}[uv] dx - \int uv' dx
you are left with the equation for integration by parts:
\int u'v = uv - \int uv'

so for a given function of two factors, you can choose either of them to be u' and v... It doesn't matter...

Though generally you want to make u something simple to integrate and v something that becomes simpler after differentiation.
For example \int \ln(x) dx, you should pick u' = 1 and v = ln, had you reversed those selections, you would be left with the exact same problem... meaning you still have to integrate ln(x).

The only "exception" to that rule of thumb, is that sometimes the integral will repeat on the other side:

\int f(x) dx = g(x) - \int f(x) dx
In which case you add the righ integral to the left side and divide by the coefficient (in this case 2).
 
Last edited:
If you forget the formula, just know that it can be derived from the product rule.
Sometimes, it's even easier to do it directly like:

\int f(x)g'(x)dx=\int [\frac{d}{dx}f(x)g(x)-f'(x)g(x)]dx
 
Just do a lot of practice problems.

Also there usually aren't many ways to choose u and v -- if you don't know, try them all!
 
Hurkyl's right,there aren't many possible combination of chosing u & dv.The problem appears in the moment when u tried them all and none goes to a result...
For example:
\int \frac{\sin x}{x} dx
for 2 possible combinations and
\int \frac{e^{2x}}{x+6}\tan x \ dx
for a bunch of 6 combinations...

Daniel.
 
is the uv - (integral) vdu method the same as the reduction formula? If not then what is the reduction formula?

What is the end goal of integration by parts? Is it to find the area bounded by the two functions? How do you know when you've simplified it?
 
That reduction formula (i've never heard this expression b4) is it somehow related to recurrent integrals...?Like sequences of integrals..?

The "end goal" is to find the antiderivatives among "elementary" functions...

Daniel.
 
That hopeless u,v, du,dv mysticism..
It has never taught any students anything, I strongly advise you to read Galileo's post.
 
Back
Top