ACEpath
Select Subject
Select Unit

Average Vs. Instantaneous Rate Of Change

Average rate of change over [a, b]: f(b)f(a)ba\frac{f(b) - f(a)}{b - a}

Instantaneous rate of change at x = a: f(a)=limh0f(a+h)f(a)hf'(a) = \lim_{h \to 0}\frac{f(a+h) - f(a)}{h}

Limit Definition Of The Derivative

f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0}\frac{f(x+h) - f(x)}{h}

This represents the slope of the tangent line at point x.

Alternate Form Of Derivative At A Point

f(a)=limxaf(x)f(a)xaf'(a) = \lim_{x \to a}\frac{f(x) - f(a)}{x - a}

Visualizing The Derivative

The derivative at a point equals the slope of the tangent line to the curve at that point. Geometrically, it represents the instantaneous rate of change.

Differentiability Implies Continuity

If f is differentiable at x = c, then f is continuous at x = c.

Converse is false: Continuous does NOT guarantee differentiable (e.g., |x| at x = 0 has a corner).

Non-differentiable Points

A function may not be differentiable at points where:

  • Corner: Different left and right derivatives
  • Cusp: Derivative approaches ±∞
  • Discontinuity: Jump, removable, or infinite
  • Vertical tangent: Derivative undefined

The Power Rule

ddx(xn)=nxn1\frac{d}{dx}(x^n) = nx^{n-1}

Works for all real numbers n.

Examples:

  • ddx(x5)=5x4\frac{d}{dx}(x^5) = 5x^4
  • ddx(x3)=3x4\frac{d}{dx}(x^{-3}) = -3x^{-4}
  • ddx(x)=ddx(x1/2)=12x\frac{d}{dx}(\sqrt{x}) = \frac{d}{dx}(x^{1/2}) = \frac{1}{2\sqrt{x}}

Constant Multiple And Sum/difference Rules

  • Constant multiple: ddx[cf(x)]=cf(x)\frac{d}{dx}[cf(x)] = c \cdot f'(x)
  • Sum: ddx[f(x)+g(x)]=f(x)+g(x)\frac{d}{dx}[f(x) + g(x)] = f'(x) + g'(x)
  • Difference: ddx[f(x)g(x)]=f(x)g(x)\frac{d}{dx}[f(x) - g(x)] = f'(x) - g'(x)

Derivatives Of Trigonometric Functions

FunctionDerivative
sinx\sin xcosx\cos x
cosx\cos xsinx-\sin x
tanx\tan xsec2x\sec^2 x
cotx\cot xcsc2x-\csc^2 x
secx\sec xsecxtanx\sec x \tan x
cscx\csc xcscxcotx-\csc x \cot x

Derivatives Of Natural Exponential Functions

ddx(ex)=ex\frac{d}{dx}(e^x) = e^x

Derivative of general exponential: ddax(ax)=axlna\frac{d}{dax}(a^x) = a^x \ln a

The Product Rule

ddx[f(x)g(x)]=f(x)g(x)+f(x)g(x)\frac{d}{dx}[f(x) \cdot g(x)] = f'(x)g(x) + f(x)g'(x)

"Mnemonic": "first d-second plus second d-first"

The Quotient Rule

ddx[f(x)g(x)]=f(x)g(x)f(x)g(x)[g(x)]2\frac{d}{dx}\left[\frac{f(x)}{g(x)}\right] = \frac{f'(x)g(x) - f(x)g'(x)}{[g(x)]^2}

"Mnemonic": "low d-high minus high d-low, over the square of what's below"