Differences between revisions 9 and 11 (spanning 2 versions)
Revision 9 as of 2026-06-08 13:19:17
Size: 3066
Comment: Cleanup
Revision 11 as of 2026-06-08 13:31:34
Size: 3330
Comment: Generalized power rule
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
||'''Rule''' ||'''Formulation''' ||'''Defined for...''' ||
||constants ||{{attachment:const.svg}} || ||
||constant factors ||{{attachment:constfact.svg}} || ||
||polynomials                 ||{{attachment:polynomial.svg}}|| ||
||exponentiation ||{{attachment:e.svg}} || ||
||exponentiation (generalized)||{{attachment:exp.svg}} ||''a > 0'' ||
||logarithms ||{{attachment:ln.svg}} ||''x > 0'' ||
||logarithms (generalized) ||{{attachment:log.svg}} ||''x > 0'' and ''a > 0''||
||'''Rule'''   ||'''Formulation'''                       ||'''Defined for...''' ||
||constants   ||{{attachment:const.svg}}                       || ||
||constant factors   ||{{attachment:constfact.svg}}                       || ||
||polynomials ('''power rule''')||{{attachment:polynomial.svg}}                      || ||
||'''generalized power rule''' ||given ''f(x) = g(x)^h(x)^'', {{attachment:gen.svg}}
|| ||
||exponentiation   ||{{attachment:e.svg}}                       || ||
||exponentiation (generalized)  ||{{attachment:exp.svg}}                       ||''a > 0'' ||
||logarithms   ||{{attachment:ln.svg}}                       ||''x > 0'' ||
||logarithms (generalized)   ||{{attachment:log.svg}}                       ||''x > 0'' and ''a > 0''||
Line 46: Line 47:
Consider a function like ''f(x) = g(x)h(x)''. Evaluated as: Consider a function like ''f(x) = g(x)h(x)''. Evaluate as:
Line 62: Line 63:
Consider a function like ''f(x) = g(x)/h(x)''. The derivative is evaluated as: Consider a function like ''f(x) = g(x)/h(x)''. Evaluate as:

Derivative

A derivative is an instantaneous rate of change with respect to an input variable. It is a ratio of differentials.


Rules

The basic rules/identities are:

Rule

Formulation

Defined for...

constants

const.svg

constant factors

constfact.svg

polynomials (power rule)

polynomial.svg

generalized power rule

given f(x) = g(x)h(x), [ATTACH]

exponentiation

e.svg

exponentiation (generalized)

exp.svg

a > 0

logarithms

ln.svg

x > 0

logarithms (generalized)

log.svg

x > 0 and a > 0

For trigonometric functions:

Rule

Formulation

Defined for...

sine

sin.svg

cosine

cos.svg

tangent

tan.svg

inverse sine

arcsin.svg

-1 < x < 1

inverse cosine

arccos.svg

-1 < x < 1

inverse tangent

arctan.svg

Chain Rule

For composite functions like e2x or sin(2x), the chain rule must be applied. Let f be the entire function as-is (e.g., e2x), h be the 'inner function (e.g., 2x), and g be the 'outer' function (e.g., eh(x)).

chain.svg

Product Rule

Consider a function like f(x) = g(x)h(x). Evaluate as:

prod1.svg

This product rule holds for vector multiplication. That is, given a vector f that was defined as a dot product like f = g ⋅ h, the derivative (i.e., over time) of f can be calculated from known derivatives of the components. In this case, try:

prod2.svg

The same is true of an f defined as a cross product like f = g × h. Try:

prod3.svg

Quotient Rule

Consider a function like f(x) = g(x)/h(x). Evaluate as:

quot.svg

Properties

Derivatives are linear: given a function defined like f(x) = αg(x) + βh(x):

sum.svg.

The follows from the total differential; substitute g and h for g(x) and h(x):

f = gh

df = fgdg + fhdh

df/dx = fg(dg/dx) + fh(dh/dx)

And clearly the partial derivatives fg and fh are equal to h and g respectively, giving:

df/dx = h(dg/dx) + g(dh/dx)

Substituting back in the original functions gives the product rule.


CategoryRicottone

Calculus/Derivative (last edited 2026-06-18 12:08:47 by DominicRicottone)