Calculus is the mathematics of motion and change. Developed independently by Sir Isaac Newton and Gottfried Wilhelm Leibniz in the 17th century, calculus allows us to calculate instantaneous speed, optimize machine learning models, predict planetary orbits, and measure areas bounded by curves. In this guide, we demystify limits, derivative rules, and the fundamental theorem of calculus.
Before calculus, mathematics could only calculate average rates of change over finite intervals. A limit describes the value that a function approaches as the input gets infinitely close to a target point.
For example, evaluate $\lim_{x \to 3} \frac{x^2 - 9}{x - 3}$. Direct substitution yields $\frac{0}{0}$ (indeterminate form). Factoring the numerator gives:
$$\lim_{x \to 3} \frac{(x-3)(x+3)}{x-3} = \lim_{x \to 3} (x+3) = 6$$2. What Is a Derivative? (Instantaneous Rate of Change)
The derivative of a function $f(x)$ measures how fast the output changes as the input changes. Geometrically, it is the slope of the tangent line to the curve $y = f(x)$ at any point $x$.
3. Essential Derivative Shortcut Rules
Evaluating limits manually for every derivative is slow. Calculus provides fast shortcut rules:
4. Step-by-Step Worked Derivative Problems
Find the derivative of: $f(x) = 4x^3 - 5x^2 + 7x - 9$.
Solution:
- Apply Power Rule to $4x^3$: $4 \cdot (3x^2) = 12x^2$.
- Apply Power Rule to $-5x^2$: $-5 \cdot (2x) = -10x$.
- Apply Power Rule to $7x$: $7 \cdot (1) = 7$.
- Derivative of constant $-9$ is $0$.
Answer: $f'(x) = 12x^2 - 10x + 7$.
Find the derivative of: $y = (3x^2 + 2)^5$.
Solution:
- Identify outer function $u^5$ and inner function $u = 3x^2 + 2$.
- Differentiate outer function: $5u^4 = 5(3x^2 + 2)^4$.
- Differentiate inner function: $u' = \frac{d}{dx}[3x^2 + 2] = 6x$.
- Multiply results (Chain Rule): $y' = 5(3x^2 + 2)^4 \cdot (6x) = 30x(3x^2 + 2)^4$.
Answer: $y' = 30x(3x^2 + 2)^4$.
5. Introduction to Integration (Accumulation & Area)
Integration is the inverse operation of differentiation. While derivatives measure rate of change, **definite integrals** calculate the net accumulated area under a curve between two points $a$ and $b$:
6. Real-Life Applications in Physics & Economics
- Physics (Position, Velocity, Acceleration): If $s(t)$ represents position, velocity is the first derivative $v(t) = s'(t)$, and acceleration is the second derivative $a(t) = v'(t) = s''(t)$.
- Economics (Marginal Cost & Revenue): Derivatives calculate the exact marginal cost of producing one additional unit of a product.
- Machine Learning (Gradient Descent): Neural networks use partial derivatives (gradients) to minimize loss functions during AI training.
Explore Math Tools on SolveCalc
Solve scientific calculations, evaluate functions, and plot graphs using our 38+ free interactive tools.
Explore All Math Solvers