zuai-logo

Glossary

C

Chain Rule

Criticality: 3

A fundamental differentiation rule used to find the derivative of composite functions. It states that the derivative of a composite function is the derivative of the outer function (evaluated at the inner function) multiplied by the derivative of the inner function.

Example:

To find the derivative of y=(3x2+5)4y = (3x^2 + 5)^4, you apply the Chain Rule to get y=4(3x2+5)3(6x)y' = 4(3x^2 + 5)^3 \cdot (6x).

Composite Functions

Criticality: 3

Functions formed by combining two or more functions, where the output of one function becomes the input of another. They are typically written as $f(g(x))$.

Example:

If f(x)=xf(x) = \sqrt{x} and g(x)=x2+1g(x) = x^2 + 1, then f(g(x))=x2+1f(g(x)) = \sqrt{x^2 + 1} is a composite function.

F

Function Notation

Criticality: 2

A common notation for derivatives using primes, such as $f'(x)$ or $\frac{d}{dx}(f(x))$. For the Chain Rule, it is expressed as $\frac{d}{dx}(f(g(x))) = f'(g(x)) \cdot g'(x)$.

Example:

If h(x)=ecos(x)h(x) = e^{\cos(x)}, using Function Notation, h(x)=ecos(x)(sin(x))h'(x) = e^{\cos(x)} \cdot (-\sin(x)).

I

Inner Function

Criticality: 3

In a composite function $f(g(x))$, the *inner function* is $g(x)$, which is the function applied first to the independent variable.

Example:

For the function y=sin(x3)y = \sin(x^3), the inner function is x3x^3.

L

Leibniz Notation

Criticality: 2

A common notation for derivatives, often expressed as a ratio of differentials like $\frac{dy}{dx}$. For the Chain Rule, it is written as $\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}$.

Example:

When differentiating y=(x2+1)3y = (x^2+1)^3, you might use Leibniz Notation by setting u=x2+1u = x^2+1 and then finding dydu\frac{dy}{du} and dudx\frac{du}{dx} to combine them.

O

Outer Function

Criticality: 3

In a composite function $f(g(x))$, the *outer function* is $f(x)$, which operates on the output of the inner function.

Example:

For the function y=sin(x3)y = \sin(x^3), the outer function is sin(u)\sin(u) (where u=x3u = x^3).