Confusion on chain rule substitution

skyfire101
Messages
5
Reaction score
0
I'm confident in my math ability, but how is it that by using the chain
rule...
<br /> W_{x_1 \rightarrow x_2} = \int^{x_2}_{x_1} m \frac{dv}{dt} dx<br />
can be turned into
<br /> W_{x_1 \rightarrow x_2} = \int^{x_2}_{x_1} m \frac{dv}{dx} \frac{dx}{dt} dx = \int^{v_2}_{v_1}mv dv<br />
?
I understand the concept of using chain rule to make velocity depend on position which is dependent on time
v(t)=v(x(t))
v&#039;(t)=v&#039;(x(t))x&#039;(t)
where
\frac{dv}{dt}=\frac{dv}{dx}\frac{dx}{dt}

however even with the above in mind integration by substitution is defined as:
\int^{b}_{a} f(g(t))g&#039;(t)dt = \int^{g(b)}_{g(a)} f(x)dx
which means the integral "dx" should be a "dt" instead since time is the base independent variable.
\int^{x_2}_{x_1} m v&#039;(x(t))x&#039;(t) dt
and after substitution should be in the form
\int^{x(x_2)}_{x(x_1)} mv&#039;(x)dx
but obviously that makes no sense either since the limits of integration are in terms of "x" and x(t) needs to have inputs of time. where did i go wrong?
 
Physics news on Phys.org
Hi skyfire101! :smile:

You're mixing up your x and t a bit.

I'll try to make it a little clearer by putting it this way:
\begin{array}{lcl}<br /> \int^{x_2}_{x_1} m v&#039;(t(x)) dx<br /> &amp;=&amp; \int^{x_2}_{x_1} m v&#039;(x) x&#039;(t(x)) dx \\<br /> &amp;=&amp; \int^{x_2}_{x_1} m v&#039;(x) v(t(x)) dx \\<br /> &amp;=&amp; \int^{x_2}_{x_1} m v(t(x)) v&#039;(x) dx \\<br /> &amp;=&amp; \int^{v(x_2)}_{v(x_1)} m v dv<br /> \end{array}
 
He's mixing up his v's.

If you're going to convert to notating things as functions, you either have be careful about the functions. If all variables are representing functions of time, then you have to introduce an entirely new function that expresses v as a function of x. If you call that function f, you have
v(t) = f(x(t))​
 
thank you so much for the responses, however I am a little confused...
I like Serena said:
\begin{array}{lcl}<br /> \int^{x_2}_{x_1} m v&#039;(t(x)) dx<br /> &amp;=&amp; \int^{x_2}_{x_1} m v&#039;(x) x&#039;(t(x)) dx \\<br /> &amp;=&amp; \int^{x_2}_{x_1} m v&#039;(x) v(t(x)) dx \\<br /> &amp;=&amp; \int^{x_2}_{x_1} m v(t(x)) v&#039;(x) dx \\<br /> &amp;=&amp; \int^{v(x_2)}_{v(x_1)} m v dv<br /> \end{array}
specifically here;
<br /> \int^{x_2}_{x_1} m v&#039;(x) x&#039;(t(x)) dx<br />
how did you get the
<br /> x&#039;(t(x))<br />
it looks like you have x and t depending on each other, is that correct? please explain :)
 
skyfire101 said:
I'm confident in my math ability, but how is it that by using the chain rule...
<br /> W_{x_1 \rightarrow x_2} = \int^{x_2}_{x_1} m \frac{dv}{dt} dx<br />
can be turned into
<br /> W_{x_1 \rightarrow x_2} = \int^{x_2}_{x_1} m \frac{dv}{dx} \frac{dx}{dt} dx = \int^{v_2}_{v_1}mv dv<br />
...
This looks like a piece of the proof of the Work-Energy Theorem as it is often presented in Introductory Physics textbooks.

My objection to this proof is that velocity may or may not be a "well defined" function of x. (If the particle reverses direction on its way from x1 to x2, then the velocity, v, is a so called "multi-valued function" of x.)

I would rather use a different intermediate step.

\displaystyle W_{x_1 \rightarrow x_2} = \int^{x_2}_{x_1} m \frac{dv}{dt} dx
\displaystyle =\int^{t_2}_{t_1} m \frac{dv}{dt}\frac{dx}{dt} dt\ ,\text{ where }x_1=x(t_1) \text{ and }x_2=x(t_2)\,.

\displaystyle =\int^{t_2}_{t_1} mv \frac{dv}{dt} dt

\displaystyle =\int^{v_2}_{v_1} mv dv\ ,\text{ where }v_1=v(t_1) \text{ and }v_2=v(t_2)\,.

\displaystyle =(1/2)m{v_2}^2-(1/2)m{v_1}^2
 
skyfire101 said:
thank you so much for the responses, however I am a little confused...

specifically here;
<br /> \int^{x_2}_{x_1} m v&#039;(x) x&#039;(t(x)) dx<br />
how did you get the
<br /> x&#039;(t(x))<br />
it looks like you have x and t depending on each other, is that correct? please explain :)

It's how you applied the chain rule.

The chain rule is:
(f o g)'(t) = f'(g(t)) g'(t)​

You applied this to v as a function of x and x as a function of t:
(v o x)'(t) = v'(x(t)) x'(t)​

But since you are integrating with respect to x, you are implicitly using t as a function of x (which you actually shouldn't assume in general as SammyS already pointed out).
Note that t(x) = x-1(x) if we're using the function x(t).
Sorry about the mix-up caused by using x and t as variables, as well as functions, which is confusing as Hurkyl already pointed out.
I've bolded the functions to distinguish them. :)

So we have:
(v o x)'(t(x)) = v'(x(t(x))) x'(t(x))​
Since
x(t(x)) = x​
this becomes:
(v o x)'(t(x)) = v'(x) x'(t(x))​
 
Last edited:
thanx so much it all makes sense now! :D
 
Back
Top