professor-curious-logo
professor-curious-logo
  1. AP Calculus
FlashcardFlashcardStudy GuideStudy GuideQuestion BankQuestion BankGlossaryGlossary

Glossary

C

Chain Rule

Criticality: 3

A rule used to differentiate composite functions, stating that the derivative of $f(g(x))$ is $f'(g(x)) \cdot g'(x)$.

Example:

To find the derivative of y=sin⁡(x2)y = \sin(x^2)y=sin(x2), you'd apply the Chain Rule to get y′=cos⁡(x2)⋅2xy' = \cos(x^2) \cdot 2xy′=cos(x2)⋅2x.

Constant Multiple Rule

Criticality: 2

A differentiation rule stating that the derivative of a constant times a function is the constant times the derivative of the function.

Example:

If f(x)=5x3f(x) = 5x^3f(x)=5x3, then f′(x)=5⋅(3x2)=15x2f'(x) = 5 \cdot (3x^2) = 15x^2f′(x)=5⋅(3x2)=15x2, applying the Constant Multiple Rule.

D

Derivative of cos x

Criticality: 3

The rate of change of the cosine function, which is the negative of the sine function.

Example:

When modeling the oscillation of a spring with x(t)=cos⁡tx(t) = \cos tx(t)=cost, the velocity of the spring is v(t)=−sin⁡tv(t) = -\sin tv(t)=−sint, found by taking the Derivative of cos x.

Derivative of e^x

Criticality: 3

The rate of change of the natural exponential function, which is unique in that it is equal to itself.

Example:

If a population grows exponentially according to P(t)=100etP(t) = 100e^tP(t)=100et, then the rate of population growth, P′(t)P'(t)P′(t), is also 100et100e^t100et, demonstrating the special property of the Derivative of e^x.

Derivative of ln x

Criticality: 3

The rate of change of the natural logarithm function, which is the reciprocal of x.

Example:

To find the rate at which a quantity modeled by Q(x)=ln⁡xQ(x) = \ln xQ(x)=lnx changes, you'd calculate Q′(x)=1xQ'(x) = \frac{1}{x}Q′(x)=x1​, using the rule for the Derivative of ln x.

Derivative of sin x

Criticality: 3

The rate of change of the sine function, which is the cosine function.

Example:

If a particle's position is given by s(t)=sin⁡ts(t) = \sin ts(t)=sint, its velocity is v(t)=cos⁡tv(t) = \cos tv(t)=cost, meaning its instantaneous rate of change of position is the Derivative of sin x.

P

Power Rule

Criticality: 3

A fundamental differentiation rule used to find the derivative of functions in the form $x^n$, where the derivative is $nx^{n-1}$.

Example:

To find the rate of change of the volume of a sphere with respect to its radius, V(r)=43πr3V(r) = \frac{4}{3}\pi r^3V(r)=34​πr3, you'd use the Power Rule to get V′(r)=4πr2V'(r) = 4\pi r^2V′(r)=4πr2.

Product Rule

Criticality: 2

A rule for differentiating the product of two functions, given by $(uv)' = u'v + uv'$.

Example:

If you need to find the derivative of f(x)=x2sin⁡xf(x) = x^2 \sin xf(x)=x2sinx, you would use the Product Rule to get f′(x)=2xsin⁡x+x2cos⁡xf'(x) = 2x \sin x + x^2 \cos xf′(x)=2xsinx+x2cosx.

Q

Quotient Rule

Criticality: 2

A rule for differentiating the quotient of two functions, given by $(\frac{u}{v})' = \frac{u'v - uv'}{v^2}$.

Example:

To differentiate g(x)=exxg(x) = \frac{e^x}{x}g(x)=xex​, you'd apply the Quotient Rule to find g′(x)=ex⋅x−ex⋅1x2g'(x) = \frac{e^x \cdot x - e^x \cdot 1}{x^2}g′(x)=x2ex⋅x−ex⋅1​.

S

Second Derivative

Criticality: 3

The derivative of the first derivative of a function, representing the rate of change of the slope of the tangent line or the concavity of the function.

Example:

If s(t)s(t)s(t) is position, s′(t)s'(t)s′(t) is velocity, and s′′(t)s''(t)s′′(t) is acceleration, which is the Second Derivative of position.

T

Tangent Line

Criticality: 3

A straight line that touches a curve at a single point and has the same slope as the curve at that point, representing the instantaneous rate of change.

Example:

To find the equation of the Tangent Line to f(x)=x2f(x) = x^2f(x)=x2 at x=2x=2x=2, you'd find f(2)=4f(2)=4f(2)=4 and f′(2)=4f'(2)=4f′(2)=4, leading to y−4=4(x−2)y-4=4(x-2)y−4=4(x−2).

Trig Identities

Criticality: 1

Equations involving trigonometric functions that are true for all values of the variables for which the functions are defined, often used to simplify expressions before differentiation.

Example:

Before differentiating sin⁡2x+cos⁡2x\sin^2 x + \cos^2 xsin2x+cos2x, you could simplify it to 111 using a fundamental Trig Identity, making its derivative 000.