Differences between revisions 5 and 8 (spanning 3 versions)
Revision 5 as of 2025-10-16 19:53:37
Size: 2075
Comment: Link
Revision 8 as of 2025-11-12 15:15:43
Size: 2862
Comment: Rule
Deletions are marked like this. Additions are marked like this.
Line 36: Line 36:
=== Chain Rule ===

For composite functions like ''f(x) = e^h(x)^'' or ''f(x) = sin(h(x))'', the '''chain rule''' must be applied. Consider the outer function (exponentiation and sine in these examples) to be a function ''g(x)''. It follows that:

''f'(x) = g'(h(x)) * h'(x)''



=== Product Rule ===

Consider a function like ''f(x) = g(x)h(x)''. The derivative is evaluated as:

{{attachment:prod.svg}}

This '''product rule''' holds for vector multiplication; that is, for a [[Calculus/VectorOperations#Dot_Product|dot product]]:

''f = g ⋅ h''

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

...and also for a [[Calculus/VectorOperations#Cross_Product|cross product]]:

''f = g × h''

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



=== Quotient Rule ===

Consider a function like ''f(x) = g(x)/h(x)''. The derivative is evaluated as:

{{attachment:quot.svg}}


Line 38: Line 74:
Derivatives are linear: given a function defined like ''f(x) = αg(x) + βh(x)'', {{attachment:sum.svg}}. Derivatives are linear: given a function defined like ''f(x) = αg(x) + βh(x)'':
Line 40: Line 76:
The '''product rule''' states that, given a function defined like ''f(x) = g(x)h(x)'', {{attachment:prod.svg}}. This follows from the [[Calculus/Differential|total differential]]; substitute ''g'' and ''h'' for ''g(x)'' and ''h(x)'': {{attachment:sum.svg}}.

The follows from the [[Calculus/Differential|total differential]]; substitute ''g'' and ''h'' for ''g(x)'' and ''h(x)'':

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

polynomial.svg

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 f(x) = eh(x) or f(x) = sin(h(x)), the chain rule must be applied. Consider the outer function (exponentiation and sine in these examples) to be a function g(x). It follows that:

f'(x) = g'(h(x)) * h'(x)

Product Rule

Consider a function like f(x) = g(x)h(x). The derivative is evaluated as:

prod.svg

This product rule holds for vector multiplication; that is, for a dot product:

f = g ⋅ h

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

...and also for a cross product:

f = g × h

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

Quotient Rule

Consider a function like f(x) = g(x)/h(x). The derivative is evaluated 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 2025-11-12 15:15:43 by DominicRicottone)