Differences between revisions 5 and 6
Revision 5 as of 2025-10-16 19:50:30
Size: 1420
Comment: Style
Revision 6 as of 2025-11-21 19:51:19
Size: 1631
Comment: Note
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
A formulation for '''implicit differentials''' also follows. That is, given an equation like ''x^2^ + y^2^ = r'', the derivative of ''y'' with respect to ''x'' can be calculated as:

{{attachment:imp.svg}}

Differential

A differential is a representation of an infinitesimally small change.


Description

Given a function f(x), the differential of the function can be expressed in terms of the differential of x: df = f' dx. Note that while f' can also be expressed as df/dx, that notation can mislead one to believing it is a trivial equality. The dx in the derivative cannot be 'cancelled out' by multiplying against the differential of x.

Note also that this equation holds only for infinitesimally small changes. For an observable change in x, notated as Δx, the corresponding change in f can only be approximated as Δf ≈ f' Δx.

Another way to view this is through limits: lim.svg. Clearly then the equation does not hold for non-zero Δx.

Given a multivariate function f(x, y, z), the total differential is expressed as df = fxdx + fydy + fzdz where...

  • fx = ∂f/∂x

  • fy = ∂f/∂y

  • fz = ∂f/∂z

A formulation for implicit differentials also follows. That is, given an equation like x2 + y2 = r, the derivative of y with respect to x can be calculated as:

imp.svg

Beyond approximation, differentials also provide a framework for relating change. If the above function f were parameterized in terms of time t, then the equation can be divided by dt to give:

diff.svg


CategoryRicottone

Calculus/Differential (last edited 2025-12-01 04:00:53 by DominicRicottone)