Graph
x-axis is \(t\). y-axis is the plotted quantity (z, dz/dt, or both). The marker indicates \(t_0\).
Math Calculus • Multivariable Calculus
x-axis is \(t\). y-axis is the plotted quantity (z, dz/dt, or both). The marker indicates \(t_0\).
dz/dt is the total derivative of z with respect to t when z depends on intermediate variables like x(t) and y(t). It combines partial derivatives of f with the derivatives of the inner functions.
A partial derivative like f_x treats other variables as independent, while the total derivative accounts for how each variable changes with t through the given dependencies. Total derivatives apply when variables are linked by functions of t.
In Mode B, x and y depend on u and v, and u and v depend on t, so dx/dt and dy/dt are computed first using x_u, x_v, y_u, and y_v, then substituted into dz/dt = f_x dx/dt + f_y dy/dt.
t0 sets the point where the tool evaluates the computed expressions, such as dz/dt at t = t0. The graph still shows behavior across the full t interval you choose.
Plotting dz/dt shows how fast z changes with t across the interval, while z(t) shows the accumulated function values. Viewing both helps connect the slope behavior to the function’s shape.