PDA

View Full Version : Integration by parts involving partial derivatives


tjkubo
Jul27-09, 12:23 AM
1. The problem statement, all variables and given/known data

\int x \frac {\partial f} {\partial x} dx



where

f=f(x,t)
2. Relevant equations

\int u \, dv = uv - \int v \, du


3. The attempt at a solution

u = x so du = dx

and


dv = \frac {\partial f} {\partial x} dx so v = \int \frac {\partial f} {\partial x} dx = f?


Are these the correct substitutions? I am especially hesitant about the last term, so can anyone explain why it's right/wrong?

rock.freak667
Jul27-09, 12:29 AM
you'd get v=f(x,t) + h(t)


EDIT: Sorry, there'd be no h(t)...

n!kofeyn
Jul27-09, 01:21 PM
3. The attempt at a solution

u = x so du = dx

and


dv = \frac {\partial f} {\partial x} dx so v = \int \frac {\partial f} {\partial x} dx = f?


Are these the correct substitutions? I am especially hesitant about the last term, so can anyone explain why it's right/wrong?

The term you are hesitant about is correct. You are integrating, with respect to x, the derivative of f with respect to x, so by the fundamental theorem of calculus that integral is just f.

So, you're right. Just finish the integration by parts and you're done!

foxjwill
Jul27-09, 03:28 PM
So, you're right. Just finish the integration by parts and you're done!


Just be sure to remember that the "constant" of integration in this case isn't constant--it's an arbitrary function of t.

n!kofeyn
Jul27-09, 05:48 PM
Just be sure to remember that the "constant" of integration in this case isn't constant--it's an arbitrary function of t.

That's correct. Thanks.

tjkubo
Jul28-09, 08:56 AM
What if the integral was a definite integral? Would the final result be some function of t only? And would you disregard the arbitrary function of t?

Cyosis
Jul28-09, 09:08 AM
You wouldn't disregard it nor do you just disregard it for a normal integral. What happens when you evaluate a definite integral is that the constants get subtracted from each other.


f(x,t)+h(t)]_{x_1}^{x_2}=f(x_1,t)+h(t)-(f(x_2,t)+h(t))=f(x_1,t)-f(x_2,t)