LATEX VERIFIED PROOFS
šŸ“ CALCULUS & LIMITS

Calculus Basics for Beginners: Limits, Derivatives & Integrals Explained

Master calculus fundamentals: intuitive limits, power rule, product rule, quotient rule, chain rule derivatives, fundamental theorem of calculus, and worked examples.

CL
Prof. Marcus Bell • SolveCalc Math Lab
Sept 2026 Edition
ā± 8 min read
šŸŽ“ High School & College Prep
āœ“

Executive Summary: The Language of Change

Calculus is the mathematical framework that describes changing continuous systems:

01 // DIFFERENTIATION

Measures the instantaneous rate of change (tangent slope) by resolving 0/0 indeterminate quotients via limits.

02 // INTEGRATION

Measures continuous accumulation (area under curve) by taking the infinite sum of infinitely thin rectangles.

03 // THE FTC BRIDGE

Integration and differentiation are exact inverse operations, unified by the Fundamental Theorem of Calculus.

Algebra and geometry give us static formulas: the area of a circle, the slope of a straight line, the time required to travel at a constant velocity. But real life is rarely constant. Rockets accelerate as they burn propellant, stock portfolios compound continuously, and sound waves modulate across infinite frequencies.

Calculus is the mathematics of change. Developed independently by Sir Isaac Newton and Gottfried Wilhelm Leibniz in the late 1600s, it provided humanity with the mathematical toolkit to launch space probes, model pandemics, and train artificial neural networks.

§ 01 PHILOSOPHY

The Philosophy of Calculus: Taming the Infinitesimal

Ancient Greek philosophers like Zeno of Elea struggled with paradoxes of motion: if an arrow in flight must first travel half the distance, then half the remaining distance, how can it ever arrive?

Calculus solves this by demonstrating that an infinite series of smaller and smaller intervals can sum to a clean, finite number! We slice a complex curve into infinite infinitesimal parts, analyze them, and assemble them back into an exact mathematical answer.

§ 02 FOUNDATIONS

Limits & Continuity: The Epsilon-Delta Foundation

A limit describes the value a function approaches as its input gets closer to a target, regardless of what happens at that exact point:

lim_{x o c} f(x) = L

A function is continuous at x = c if: (1) f(c) exists, (2) the limit exists, and (3) the limit equals the function value.

§ 03 DERIVATIVES

The Derivative: Tangent Slopes & Operational Rules

The derivative f'(x) represents instantaneous slope:

f'(x) = lim_{h o 0} rac{f(x + h) - f(x)}{h}
Power Rule: d/dx[xⁿ] = n xⁿ⁻¹
Product Rule: (uv)' = u'v + uv'
Quotient Rule: (u/v)' = (u'v - uv') / v²
Chain Rule: [f(g(x))]' = f'(g(x)) Ā· g'(x)
§ 04 INTEGRALS

The Integral: Riemann Sums & Area Under Curves

The definite integral is the infinite limit of Riemann rectangle sums:

int_a^b f(x) , dx = lim_{n o infty} sum_{i=1}^n f(x_i) Delta x

While derivatives measure rates, integrals accumulate those rates into net physical displacement, volume, or total energy consumed.

§ 05 THE FTC

The Fundamental Theorem of Calculus: Unifying Slope & Area

The breakthrough that changed human history:

int_a^b f(x) , dx = F(b) - F(a) quad ext{where } F'(x) = f(x)

To find the curved area under f(x), you simply find its antiderivative F(x) and subtract F(b) - F(a). You never need to manually add infinite rectangles!

ā“ Calculus Basics FAQs

What is the difference between Leibniz and Newton notation? ā–¼

Newton used dot notation ($dot{x}, ddot{x}$), which is still used in mechanical physics for time derivatives. Leibniz used differential fraction notation ($dy/dx, d^2y/dx^2$), which is preferred in modern mathematics because it behaves algebraically with the chain rule.

šŸ’”

SolveCalc Pedagogical Insight

EPIDEMIC CURVE FLATTENING

What does "flattening the curve" mean in epidemiological calculus?

If I(t) is active infections, the rate of new hospitalizations is the derivative I'(t). At the peak of an outbreak, the derivative hits zero: I'(t) = 0. Flattening the curve lowers that peak value so it stays below the horizontal ICU capacity line!

šŸ“š Related Math Guides & Masterclasses

šŸ“„ Printable Exam Cheatsheet

Download the Calculus & Derivatives Cheat Sheet (PDF)

Free, laminated-style reference summary with high-yield formulas, step-by-step rules, and exam shortcuts.