Integration of Parametric Functions

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 5K views
darkchild
Messages
153
Reaction score
0
Is there an analog or a more general form of the rule
[tex]\frac{d}{dx} \int_{a}^{t} F(t) dt = F(x)[/tex]

that covers the case of F(t) being a composite function?
 
Physics news on Phys.org
Well, for example, I have [tex]g(x) = \int_{0}^{x^{2}} e^{-t^{2}} dt[/tex], and [tex]g'(x)[/tex] does not equal [tex]e^{-x^{4}}[/tex]. There's a factor missing; I can't just plug x (or x squared) into the integrand.
 
http://en.wikipedia.org/wiki/Leibniz_integral_rule]Leibniz rule


[tex]\frac{d}{dt}\int_{a(t)}^{b(t)}f(x,t)dx=\int_{a(t)}^{b(t)} <br /> \partial_tf(x,t)dx+f(x,t)\partial_tx|_{x=a(t)}^{x=b(t)}[/tex]
 
Last edited by a moderator:
There's an error in my original post. The upper limit of integration should be x.
 
lurflurf said:
http://en.wikipedia.org/wiki/Leibniz_integral_rule]Leibniz rule


[tex]\frac{d}{dt}\int_{a(t)}^{b(t)}f(x,t)dx=\int_{a(t)}^{b(t)} <br /> \partial_tf(x,t)dx+f(x,t)\partial_tx|_{x=a(t)}^{x=b(t)}[/tex]

I don't see how that will help since the integrand is a function of t only and the integration is with respect to t.
 
Last edited by a moderator:
I think what you want is "Leibniz's formula":

[tex]\frac{d}{dx}\int_{\alpha(x)}^{\beta(x)} f(x,t)dt= f(x, \beta(x))\frac{d\beta}{dx}- f(x, \alpha(x))\frac{d\alpha}{dx}+ \int_{\alpha(x)}^{\beta(x)}\frac{\partial f}{\partial x}dt[/tex]
 
HallsofIvy said:
I think what you want is "Leibniz's formula":

[tex]\frac{d}{dx}\int_{\alpha(x)}^{\beta(x)} f(x,t)dt= f(x, \beta(x))\frac{d\beta}{dx}- f(x, \alpha(x))\frac{d\alpha}{dx}+ \int_{\alpha(x)}^{\beta(x)}\frac{\partial f}{\partial x}dt[/tex]

Thanks! Exactly what I needed.
 
darkchild said:
Thanks! Exactly what I needed.

That's exactly what lurflurf gave you. The integration variable is called a 'dummy variable' so:

[tex] \int_a^{g(t)} f(x)dx[/tex]

is the same function as

[tex] \int_a^{g(x)} f(t) dt[/tex]
 
Last edited:
lurflurf said:
http://en.wikipedia.org/wiki/Leibniz_integral_rule]Leibniz rule


[tex]\frac{d}{dt}\int_{a(t)}^{b(t)}f(x,t)dx=\int_{a(t)}^{b(t)} <br /> \partial_tf(x,t)dx+f(x,t)\partial_tx|_{x=a(t)}^{x=b(t)}[/tex]

darkchild said:
I don't see how that will help since the integrand is a function of t only and the integration is with respect to t.
No, the integration is with respect to x.

The only difference between what lurflurf posted and what I posted is that the "t" and "x" are switched.
 
Last edited by a moderator: