Calculus Equations- Essential Formulas

What You Actually Need to Know About Calculus Equations

Calculus isn't magic. It's just a set of rules for handling things that change and accumulate. If you've been drowning in textbooks, here's the truth: you don't need to understand the philosophical underpinnings of limits. You need the formulas that actually work.

This guide cuts through the academic noise. Every equation here is one you'll use in exams, problem sets, or real applications. Nothing decorative.

Limits: The Foundation

Limits tell you what value a function approaches as you get closer to a point. It's the bedrock of calculus.

Basic Limit Rules

The Squeeze Theorem

When direct substitution fails, this saves you. If g(x) ≤ f(x) ≤ h(x) and both g and h approach the same limit L, then f also approaches L.

Common trap: students forget to check if the denominator actually equals zero before applying limit rules. Always verify first.

Notable Special Limits

Derivatives: Rate of Change

Derivatives measure how fast something changes at any given moment. That's it. The formal definition:

f'(x) = lim(h→0) [f(x+h) - f(x)] / h

Differentiation Rules That Actually Matter

Power Rule: d/dx[xⁿ] = n · xⁿ⁻¹

This one rule handles polynomials instantly. Derivative of x⁵? 5x⁴. Done.

Product Rule: d/dx[f(x)g(x)] = f'g + fg'

Use this when you have two functions multiplied together. Don't try to distribute first—you'll waste time and make mistakes.

Quotient Rule: d/dx[f(x)/g(x)] = (f'g - fg') / g²

Memorize it exactly. The numerator is "low d-high minus high d-low." The denominator is "low squared."

Chain Rule: d/dx[f(g(x))] = f'(g(x)) · g'(x)

For nested functions. Take the derivative of the outer function, keep the inner function, multiply by the derivative of the inner function.

Derivatives of Common Functions

FunctionDerivative
sin(x)cos(x)
cos(x)-sin(x)
ln(x)1/x
aˣ · ln(a)

Notice that eˣ is the only function that is its own derivative. That's why it shows up everywhere.

Integration: The Reverse Process

Integration undoes differentiation. If you know the derivative, you can find the original function (plus a constant).

Basic Integration Rules

Power Rule for Integration: ∫xⁿ dx = xⁿ⁺¹/(n+1) + C (where n ≠ -1)

Add one to the exponent, divide by the new exponent. Simple. The only exception is when n = -1, which gives you ln|x| + C.

Constant Multiple Rule: ∫k·f(x) dx = k · ∫f(x) dx

Pull constants out front. Saves calculation time.

Sum Rule: ∫[f(x) + g(x)] dx = ∫f(x) dx + ∫g(x) dx

Integrate each piece separately.

Common Integral Formulas

FunctionIntegral
1/xln|x| + C
eˣ + C
sin(x)-cos(x) + C
cos(x)sin(x) + C
sec²(x)tan(x) + C

The Fundamental Theorem of Calculus

This connects derivatives and integrals. Two parts:

  1. If F(x) is an antiderivative of f(x), then ∫ₐᵇ f(x) dx = F(b) - F(a)
  2. If f is continuous, then the function F(x) = ∫ₐˣ f(t) dt is differentiable and F'(x) = f(x)

In plain English: you can evaluate definite integrals by finding antiderivatives and subtracting. No approximation needed.

Advanced Formulas You'll Actually Use

Integration by Parts

∫u dv = uv - ∫v du

Choose u using LIATE: Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential. Pick the first type you see as u.

Partial Fractions

For rational functions where the denominator factors, decompose first. Turns complicated quotients into simple pieces you can integrate term by term.

Trigonometric Identities That Show Up

These simplify integrals constantly. Know them cold.

Essential Formulas Quick Reference

CategoryFormulaUse When
Limitslim(x→0) sin(x)/x = 1Trig limits involving sine
Derivativesd/dx[xⁿ] = n·xⁿ⁻¹Any power function
Derivativesd/dx[eˣ] = eˣExponential functions
Integration∫xⁿ dx = xⁿ⁺¹/(n+1) + CPower functions (n ≠ -1)
Integration∫1/x dx = ln|x| + CReciprocal functions
Integration∫eˣ dx = eˣ + CExponential functions
Integration∫u dv = uv - ∫v duProducts of different function types
Theorem∫ₐᵇ f(x) dx = F(b) - F(a)Evaluating definite integrals

Getting Started: How to Actually Use These

Here's what most tutorials skip: how to approach a calculus problem.

Step 1: Identify what you're given. Is it a function you need to differentiate? An integral to evaluate? The problem type determines which formulas apply.

Step 2: Check for composition. If you see a function inside another function (like e^(x²)), that's a chain rule or substitution problem. Don't try to expand it.

Step 3: Look for patterns. Can you rewrite something simpler? Often trig identities or algebraic manipulation make problems solvable with basic rules.

Step 4: Apply the appropriate rule. Match the structure to the formula. Product of functions? Product rule. Function of a function? Chain rule. Integral of a product? Consider integration by parts.

Step 5: Simplify and check. Differentiate your answer to see if you get back to the original function. That's your verification.

Common Mistakes That Cost Points

The Bottom Line

Calculus equations aren't about memorization. They're about pattern recognition. Once you see the structure of a problem, the formula applies itself.

Start with the power rule, product rule, and chain rule. Those three handle 80% of derivative problems. For integrals, master the basic power rule and substitution before touching integration by parts.

Use the tables above. Refer back when you need them. The formulas stick once you see them in action.