The Derivative

The Derivative

The derivative represents the instantaneous rate of change of a function. It allows us to find the slope of a curve at any point.

Definition of the Derivative

The derivative of a function f(x)f(x) at xx, denoted by f(x)f'(x) or dydx\frac{dy}{dx}, is defined as the limit of the difference quotient:

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

Provided the limit exists.

Differentiation Rules

We can bypass the limit definition by using these fundamental rules:

  1. Constant Rule: ddx[c]=0\frac{d}{dx}[c] = 0
  2. Power Rule: ddx[xn]=nxn1\frac{d}{dx}[x^n] = nx^{n-1}
  3. Constant Multiple Rule: ddx[cf(x)]=cf(x)\frac{d}{dx}[cf(x)] = c f'(x)
  4. Sum/Difference Rule: ddx[f(x)±g(x)]=f(x)±g(x)\frac{d}{dx}[f(x) \pm g(x)] = f'(x) \pm g'(x)
  5. Product Rule: ddx[f(x)g(x)]=f(x)g(x)+f(x)g(x)\frac{d}{dx}[f(x)g(x)] = f'(x)g(x) + f(x)g'(x)
  6. Quotient Rule: ddx[f(x)g(x)]=g(x)f(x)f(x)g(x)[g(x)]2\frac{d}{dx}[\frac{f(x)}{g(x)}] = \frac{g(x)f'(x) - f(x)g'(x)}{[g(x)]^2}
Step-by-Step Solution0 / 0 Problems

Start the practice problems to continue

Chain Rule

The chain rule allows us to differentiate composite functions. If y=f(g(x))y = f(g(x)), then:

dydx=f(g(x))g(x)\frac{dy}{dx} = f'(g(x)) \cdot g'(x)

Or in Leibniz notation, if yy is a function of uu, and uu is a function of xx:

dydx=dydududx\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}
Step-by-Step Solution0 / 0 Problems

Start the practice problems to continue

Implicit Differentiation

When yy is not explicitly defined as a function of xx (e.g., x2+y2=25x^2 + y^2 = 25), we differentiate term by term with respect to xx, keeping in mind that yy is a function of xx (so we apply the chain rule, multiplying by yy').

Step-by-Step Solution0 / 0 Problems

Start the practice problems to continue

Higher-Order Derivatives

The derivative of f(x)f'(x) is called the second derivative, denoted f(x)f''(x). Continuing this process yields higher-order derivatives (f(x)f'''(x), f(4)(x)f^{(4)}(x), etc.).

  • s(t)s(t): Position function
  • v(t)=s(t)v(t) = s'(t): Velocity
  • a(t)=v(t)=s(t)a(t) = v'(t) = s''(t): Acceleration