Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

#1: Initial revision by user avatar r~~‭ · 2021-08-31T17:35:24Z (over 2 years ago)
The difference between a partial derivative and a total derivative is that the partial derivative measures the change in a function when only one of its arguments varies, while the total derivative measures the change in a function when all of its arguments vary. The $\frac{\partial z}{\partial x}$ notation is somewhat misleading in this way, because you can't detach the top from the bottom and still have the $\partial$ symbol make sense—$\partial z$ only has a meaning when you know *which* part of the change in $z$ is being measured, the part obtained by varying $x$ or the part obtained by varying $y$.

So your error is in simplifying $\frac{\partial z}{\partial x}\frac{\partial x}{\partial t}$ to $\frac{\partial z}{\partial t}$, even though the notation suggests that this should be valid. The product $\frac{\partial z}{\partial x}\frac{\partial x}{\partial t}$ actually represents just the change in $z$ per unit change in $t$ that is attributed to variation in $x$. If you add that quantity to the change in $z$ per unit change in $t$ that is attributed to variation in $y$, you get the total change in $z$ per unit change in $t$, which is the total derivative.