I am currently learning about the finding the area under the curve via integration using parametric equations. I was looking at this website http://tutorial.math.lamar.edu/Classes/CalcII/ParaArea.aspx and understood the material up till this line:
"So, if this is going to be a substitution we’ll need, dx = f'(t) dt".
Separately, I was given an easy way to remember this which is that "(dx/dt) dt = dx" is the way it is since "the two dt cancel each other out". Granted it's easy to remember but it does nothing in telling me why it should be the case, let alone the fact that it's mathematically improper.
So...can someone prove to me why dx = (dx/dt) dt?
If $x$ is a function of $t$, say $x=f(t)$, then the derivative of $x$ w.r.t. $t$ is written as: $$\frac{\mbox{d}x}{\mbox{d}t} = f'(t)$$ This notation is often manipulated into $\mbox{d}x = f'(t) \, \mbox{d}t$ to be used in the substitution rule for integrals. If you have covered integration by substitution (independent of this particular context of parametric functions); you have probably encountered this notation?
More generally, for a function $y=f(x)$, the differential $\mbox{d}y$ is defined as: $$\mbox{d}y = f'(x) \, \mbox{d}x$$ And the choice of this notation nicely agrees with the Leibniz notation for the derivative (see above). Apply this to $x=f(t)$ for this specific context.