zuai-logo
zuai-logo
  1. AP Calculus
FlashcardFlashcardStudy GuideStudy GuideQuestion BankQuestion BankGlossaryGlossary

Glossary

C

Chain Rule

Criticality: 3

A differentiation rule used for finding the derivative of composite functions, stating that the derivative 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=(3x+5)4y = (3x+5)^4y=(3x+5)4, you'd use the chain rule to get 4(3x+5)3⋅3=12(3x+5)34(3x+5)^3 \cdot 3 = 12(3x+5)^34(3x+5)3⋅3=12(3x+5)3.

Composite Functions

Criticality: 3

Functions within functions, where the output of one function serves as the input for another, creating a nested structure.

Example:

If h(x)=sin⁡(x)h(x) = \sqrt{\sin(x)}h(x)=sin(x)​, then h(x)h(x)h(x) is a composite function because sin⁡(x)\sin(x)sin(x) is inside the square root function.

Concavity

Criticality: 3

A property of a curve that describes its curvature; a function is concave up if its graph opens upwards and concave down if it opens downwards, determined by the sign of the second derivative.

Example:

A parabola opening upwards, like y=x2y=x^2y=x2, exhibits concavity up, as its second derivative is positive.

D

Difference Quotient

Criticality: 1

An expression $\frac{f(b) - f(a)}{b - a}$ used to approximate the derivative of a function over a small interval, representing the average rate of change.

Example:

To estimate the instantaneous rate of change from a table of values, you might use the difference quotient between two closely spaced points.

H

Higher-Order Derivatives

Criticality: 2

Derivatives of derivatives, such as the second derivative ($f''(x)$), third derivative ($f'''(x)$), and so on, obtained by repeatedly differentiating the function.

Example:

If f(x)=x4f(x) = x^4f(x)=x4, its first derivative is 4x34x^34x3, and its second derivative is 12x212x^212x2, which is an example of a higher-order derivative.

I

Implicit Differentiation

Criticality: 3

A technique used to find the derivative of a function where $y$ is not explicitly defined in terms of $x$, by differentiating all terms with respect to $x$ and applying the chain rule to terms involving $y$.

Example:

Finding dydx\frac{dy}{dx}dxdy​ for the equation x3+y3=6xyx^3 + y^3 = 6xyx3+y3=6xy requires implicit differentiation because yyy is not isolated.

Inner Function

Criticality: 3

In a composite function $f(g(x))$, the inner function is $g(x)$, which is evaluated first.

Example:

For y=ex3y = e^{x^3}y=ex3, the inner function is x3x^3x3, as it's the first operation applied to xxx before the exponential.

O

Outer Function

Criticality: 3

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

Example:

Given y=ln⁡(x2+1)y = \ln(x^2 + 1)y=ln(x2+1), the natural logarithm is the outer function that acts upon the polynomial x2+1x^2 + 1x2+1.

P

Points of Inflection

Criticality: 2

Points on a curve where the concavity changes (from concave up to concave down or vice versa), typically occurring where the second derivative is zero or undefined.

Example:

For f(x)=x3f(x) = x^3f(x)=x3, the origin (0,0)(0,0)(0,0) is a point of inflection because the graph changes from concave down to concave up at that point.

S

Second Derivative

Criticality: 3

The derivative of the first derivative of a function, denoted as $f''(x)$ or $\frac{d^2y}{dx^2}$, which provides information about the concavity of the original function.

Example:

If f′(x)f'(x)f′(x) tells you velocity, then the second derivative f′′(x)f''(x)f′′(x) tells you acceleration, indicating how the velocity is changing.