🌱 Tony's Memex Tony's Intertwingled Memex
Digital Garden | OER Curriculum
Home / Digital Garden / Derivatives

Derivatives

📊 Interactive Desmos Graph Open in Desmos ↗
Core Definition

The instantaneous rate of change of a function f(x)f(x) with respect to xx. Geometrically, it is the slope of the tangent line to the curve at xx. Formally 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}

Concept Explanation

While algebra measures average rates of change over finite intervals (m=ΔyΔxm = \frac{\Delta y}{\Delta x}), calculus measures instantaneous rates by taking the limit as the interval Δx0\Delta x \to 0. If this limit exists at xx, the function is differentiable at that point.

Visual / Geometric Intuition

Interactive Desmos Graph

Engineering Applications

Derivatives are everywhere in engineering physics. Velocity is the derivative of position (v=dsdtv = \frac{ds}{dt}), acceleration is the derivative of velocity (a=dvdta = \frac{dv}{dt}), and electric current is the derivative of charge flow (I=dqdtI = \frac{dq}{dt}).

Example Problem

Use the limit definition of the derivative to find f(x)f'(x) for f(x)=x2f(x) = x^2.

Solution

Apply the limit definition:

f(x)=limh0(x+h)2x2hf'(x) = \lim_{h \to 0} \frac{(x+h)^2 - x^2}{h}

Expand the numerator:

f(x)=limh0x2+2xh+h2x2hf'(x) = \lim_{h \to 0} \frac{x^2 + 2xh + h^2 - x^2}{h}

Simplify the terms:

f(x)=limh02xh+h2hf'(x) = \lim_{h \to 0} \frac{2xh + h^2}{h}

Factor out and cancel hh:

f(x)=limh0(2x+h)f'(x) = \lim_{h \to 0} (2x + h)

Evaluate the limit as h0h \to 0:

f(x)=2xf'(x) = 2x


Connections & References