Integration by parts involving partial derivatives

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 12K views
tjkubo
Messages
41
Reaction score
0

Homework Statement


[tex] \int x \frac {\partial f} {\partial x} dx<br /> [/tex]

where

[tex]f=f(x,t)[/tex]

Homework Equations


[tex] \int u \, dv = uv - \int v \, du[/tex]

The Attempt at a Solution


[tex] u = x[/tex] so [tex]du = dx[/tex]

and

[tex] dv = \frac {\partial f} {\partial x} dx[/tex] so [tex]v = \int \frac {\partial f} {\partial x} dx = f?[/tex]

Are these the correct substitutions? I am especially hesitant about the last term, so can anyone explain why it's right/wrong?
 
Physics news on Phys.org
tjkubo said:

The Attempt at a Solution


[tex] u = x[/tex] so [tex]du = dx[/tex]

and

[tex] dv = \frac {\partial f} {\partial x} dx[/tex] so [tex]v = \int \frac {\partial f} {\partial x} dx = f?[/tex]

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!
 
n!kofeyn said:
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.
 
foxjwill said:
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.
 
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?
 
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.

[tex] 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)[/tex]