Differences between revisions 4 and 5
Revision 4 as of 2024-06-04 22:22:43
Size: 1397
Comment: More detail
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. The derivative of ''e'' to an exponent is itself, so the derivative of ''P'' 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'' with respect to ''Q'' is ''1/Q''. This leaves the equation as: 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:

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)