How Does the Chain Rule Apply to Newton's Second Law in Calculus?

Click For Summary

Discussion Overview

The discussion revolves around the application of the chain rule in calculus as it relates to Newton's second law. Participants explore how to express acceleration in terms of velocity and position, and the implications of this relationship in calculus.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • One participant expresses confusion about how the chain rule is applied to derive the relationship between acceleration, velocity, and position, specifically questioning the steps leading to the equation dV/dt = dV/dx * dx/dt.
  • Another participant suggests visualizing each differential as having an implicit dt, proposing that this perspective may clarify the application of the chain rule.
  • Some participants clarify that the chain rule is fundamentally about relating derivatives of functions expressed in different variables, emphasizing that there are no hidden steps in the application of the chain rule.
  • It is noted that this specific application of the chain rule is valid when acceleration is expressed as a function of position, leading to the formulation A = F(x).
  • There are discussions about integrating the resulting equations to derive velocity as a function of position and the relationship to kinetic energy and work done.
  • Some participants question the intuition behind the hidden dt in the differentials and whether this is a consistent aspect of calculus.
  • Clarifications are made regarding the nature of acceleration as a function of both velocity and position, depending on the context of the problem.

Areas of Agreement / Disagreement

Participants express varying levels of understanding regarding the application of the chain rule, with some finding clarity while others remain uncertain. There is no consensus on a singular approach or explanation that resolves all questions raised.

Contextual Notes

Some participants mention limitations in understanding the intuition behind the chain rule and its application, indicating that further exploration of the topic may be necessary for complete clarity.

Vanrichten
Messages
12
Reaction score
1
Hello,

I'm new to the language of calculus. I am learning about Newtons second law and I'm trying to understand it's forms in calculus. Excuse my notation, just trying to keep it as simple as possible.

F=m * dV/dt
I know V= dx/dt

My textbook says you can 'apply chain rule' to obtain the following

dV/dt = dV/dx * dx/dt

and this becomes V * dV/dx

I'm really having trouble with grasping how the chain rule is applied here, to me when I read this it sounds like a magic wand is being waved and somehow the result above comes about. So my questions are

1) How exactly is the chain rule applied here showing the work done in the intermediate steps to get dV/dt = dV/dx * dx/dt

2) In answering 1, I hope it will answer my question of how you end up with the V at the end.
 
  • Like
Likes   Reactions: warrenson
Physics news on Phys.org
Here is my way to understand this. Think of each ##dV## or ##dx## as having a hidden ##dt## below it. So ##{dV \over dx} = {dV/dt \over dx/dt}##. If ##dt## is below, it's not hidden. Does it make more sense now?
 
Vanrichten said:
Hello,

I'm new to the language of calculus. I am learning about Newtons second law and I'm trying to understand it's forms in calculus. Excuse my notation, just trying to keep it as simple as possible.

F=m * dV/dt
I know V= dx/dt

My textbook says you can 'apply chain rule' to obtain the following

dV/dt = dV/dx * dx/dt

and this becomes V * dV/dx

I'm really having trouble with grasping how the chain rule is applied here, to me when I read this it sounds like a magic wand is being waved and somehow the result above comes about. So my questions are

1) How exactly is the chain rule applied here showing the work done in the intermediate steps to get dV/dt = dV/dx * dx/dt

2) In answering 1, I hope it will answer my question of how you end up with the V at the end.
The chain rule is by definition
##\frac {dx}{dz} = \frac {dx}{dy} \frac {dy}{dz}##
or alternatively
##\frac {df(g(z))}{dz} = \frac {df(g(z))}{dg(t)} \frac {dg(z)}{dz}##
So there are no intermediate steps in ##\frac {dV}{dt} = \frac {dV}{dx} \frac {dx}{dt}##. It is just using the definition of the chain rule. Perhaps what is confusing you is the choice of ##x## as the intermediate variable between ##V## and ##t##. There is no mystery there. The textbook author observed that he could express acceleration as a function of time ##a(t)## and that he could also express it as a function of distance ##a(x)##. To relate those two functions, he used the chain rule
##a(t) =\frac {dV(t)}{dt} = \frac {dV(x(t))}{dx(t)} \frac {dx(t)}{dt}##

or ##a= \frac {dV}{dt} = \frac {dV}{dx} \frac {dx}{dt}##
 
  • Like
Likes   Reactions: warrenson
Note that this specific usage of chain rule is only useful when acceleration is a function of position, A = F(x). Since A = dV/dt, using chain rule results in
$$A = \frac{dV}{dx} \ \frac{dx}{dt} = \frac {V \ dv}{dx} = F(x)$$
$$V \ dv = F(x)dx $$
after which both sides can be integrated and a constant added for the initial state to get velocity as a function of position.
 
tnich said:
The chain rule is by definition
##\frac {dx}{dz} = \frac {dx}{dy} \frac {dy}{dz}##
or alternatively
##\frac {df(g(z))}{dz} = \frac {df(g(z))}{dg(t)} \frac {dg(z)}{dz}##
So there are no intermediate steps in ##\frac {dV}{dt} = \frac {dV}{dx} \frac {dx}{dt}##. It is just using the definition of the chain rule. Perhaps what is confusing you is the choice of ##x## as the intermediate variable between ##V## and ##t##. There is no mystery there. The textbook author observed that he could express acceleration as a function of time ##a(t)## and that he could also express it as a function of distance ##a(x)##. To relate those two functions, he used the chain rule
##a(t) =\frac {dV(t)}{dt} = \frac {dV(x(t))}{dx(t)} \frac {dx(t)}{dt}##

or ##a= \frac {dV}{dt} = \frac {dV}{dx} \frac {dx}{dt}##

Thanks, this made things a bit more clear.

I've done more research on the chain rule and I think I'm starting to understand. The correct term for this is In Leibniz notation, if y=f(u) and u=g(x) and are both differentiable functions, then dy/dx = dy /du du/ dx

For my particular case, you could say the 'y=f(u)' term was my velocity function written as

v=f(x)

And my 'u=g(x)' becomes x my position is also a function of time, t, so this becomes a composite function where

x=g(t) t is time

Finally,

dv/dt = dv/dx * dx/dt

And since v=dx/dt I can say that

dv/dt=dv/dx *v
 
Last edited:
verty said:
Here is my way to understand this. Think of each ##dV## or ##dx## as having a hidden ##dt## below it. So ##{dV \over dx} = {dV/dt \over dx/dt}##. If ##dt## is below, it's not hidden. Does it make more sense now?

Hmmm,that makes some sense but I'm not sure I have the intuition to know WHY it's hidden. Is this always the case?
 
rcgldr said:
Note that this specific usage of chain rule is only useful when acceleration is a function of position, A = F(x). Since A = dV/dt, using chain rule results in
$$A = \frac{dV}{dx} \ \frac{dx}{dt} = \frac {V \ dv}{dx} = F(x)$$
$$V \ dv = F(x)dx $$
after which both sides can be integrated and a constant added for the initial state to get velocity as a function of position.
Ahh thanks, now I fully understand this...Integrating the left hand side gives 1/2mV^2 which can be evaluated from the initial to final position right?

And then the kinetic energy is equal to the work done
 
Last edited:
Vanrichten said:
Integrating the left hand side gives 1/2mV^2 which can be evaluated from the initial to final position right?
Depends if you want to stop there. If you're trying to determine time versus position, then you have to integrate again, but with square root of the integral of F(x)dx, which often ends up with a difficult integral. Here is a link to an answer with 3 links to examples of how long it takes for two objects to collide due to gravity, with an initial state of zero velocity and some distance apart.

https://www.physicsforums.com/threads/solution-to-Newtons-equation.944403/#post-5980309
 
Vanrichten said:
Hmmm,that makes some sense but I'm not sure I have the intuition to know WHY it's hidden. Is this always the case?

Because ##dx##, ##dv##, etc can be thought of as rates of change. Then things like this make sense:
##dx = x'(t) dt## (another way of writing ##{dx \over dt} = x'(t)##)
##\int f(x) dx = \int f(x(t)) x'(t) dt## (another way of writing get the sum of f(x) given rate dx, this is the sum of the product of f(x) with x's related rate).

Anyway, it makes sense to me. I should learn the official answer but I haven't had any problems with this thinking. If it's more confusing or you want to learn the official answer, ignore it.
 
  • #10
Dear friend:
Chain rule is the rule for differentiation. we use it when we want to find the differential of a function w.r.t. another variable where the given function can be expressed as a function of the given variable.
Here acceleration is a function of velocity which is again the function of time. so we apply chain rule for differentiation according to the formula for chain rule.
hope you got the point...
 
  • #11
TIBIN DANIEL BIJU said:
Here acceleration is a function of velocity
For this particular example, acceleration is a function of position, which is why chain rule is being used to convert dv/dt into (dv/dx) (dx/dt).
 

Similar threads

  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 0 ·
Replies
0
Views
1K
  • · Replies 19 ·
Replies
19
Views
10K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 27 ·
Replies
27
Views
3K
  • · Replies 42 ·
2
Replies
42
Views
6K
  • · Replies 67 ·
3
Replies
67
Views
6K
  • · Replies 1 ·
Replies
1
Views
2K