I'm confused on how the chain rule is applied in a problem I'm working in book

61 Views Asked by At

So the problem it shows a equation that I know that they are applying the chain rule, but I just don't know exactly they applied it:

$$\frac{dv}{dx} = \frac{dv}{dt} * \frac{dt}{dx} = \frac{dv}{dt} * \frac{1}{v}$$

What are the intermarried steps involved here to get the last part of this expression?

Could someone help me understand the steps of the applied chain in this particular problem? thank you in advance

2

There are 2 best solutions below

2
On

$dv/dx = dv/dA dA/dx$ for any A, but here you apply it with $t$.

Also, $dt/dx = 1/(dx/dt) = 1/v$.

0
On

You are interested in the change in velocity as a function of position.

Velocity is typically written as a function of time, and so is position. That is, we write $v(t)$ and $x(t)$. To get the first inequality, they simply applied the chain rule to those functions.

To get the second equality, they used the inverse function theorem combined with the chain rule. You can see the derivation of that result here.

It’s worth noting that there’s one more simplification that can be made. $\frac{dv}{dt}=a(t)$, so we have

$$\frac{dv}{dx}=a(t)+\frac{1}{v(t)}=\frac{v(t)a(t)+1}{v(t)}$$