Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2024-06-04 22:13:47
Size: 1082
Comment: Some progress
Revision 5 as of 2024-06-04 22:26:52
Size: 1411
Comment: I believe the final required details
Deletions are marked like this. Additions are marked like this.
Line 47: Line 47:
Several of these terms are trivial to derive. Several of these terms are trivial to derive. The derivative of ''e'' to an exponent is itself, so the derivative of ''P = e^v^'' with respect to ''v'' is ''P''. The derivative of a natural logarithm of some variable is 1 over that variable, so the derivative of ''u = ln Q'' with respect to ''Q'' is ''1/Q''. This leaves the equation as:

{{attachment:substitution4.svg}}

Chain Rule

The chain rule is an approach for differentiating a composition of functions in terms of those functions.


Notation

The common notation for the chain rule is, given a function h(x) = f(g(x)), the derivative h'(x) = f'(g(x)) g'(x).

An equivalent notations is that h = f ∘ g and h' = (f ∘ g)' = (f' ∘ g)g' .

A parallel notation is:

leibniz.svg


Usage

Point elasticity is defined as:

elasticity1.svg

It can be simplified using the chain rule into:

elasticity2.svg

Start with the final formulation and use u- and v-substitution:

substitution1.svg

Note in particular that the equation for v can be rewritten in terms of P:

substitution2.svg

Now the final formulation can be rewritten as:

substitution3.svg

Several of these terms are trivial to derive. The derivative of e to an exponent is itself, so the derivative of P = ev with respect to v is P. The derivative of a natural logarithm of some variable is 1 over that variable, so the derivative of u = ln Q with respect to Q is 1/Q. This leaves the equation as:

substitution4.svg


CategoryRicottone

Calculus/ChainRule (last edited 2024-06-04 22:26:52 by DominicRicottone)