Settings

Theme

Font

Color Overlay

Text Alignment

Mathematical Facts, Constants & Formulas Grade 12: Limits, Derivatives, Integrals & Advanced Constants
~12 min read
HESTEN ACADEMIC REFERENCE ARCHIVE CALL NO: QA303.H47 2026 • DEWEY: 515.15 • VOL. XII
Volume XII • Infinitesimal Calculus & Advanced Analysis Codex

Twelfth Grade Mathematics Reference Codex (Calculus & Advanced Analysis)

The Complete Scholastic Guide to Limits, Differential Calculus, The Fundamental Theorem of Calculus, Integration Techniques, Polar Coordinates, Vectors, Conics & Synoptic Concordance

The crowning capstone reference manual of the Hesten Academic Archive for twelfth-grade scholars, collegiate mathematicians, and theoretical physicists. Codifying real analysis limits, Leibnizian differential operators, Riemann-Newtonian integral calculus, Euclidean vector spaces, analytic conics, and transcendental universal mathematical constants.

§ 12.1

Limits, Continuity & L'Hôpital's Rule

DEFINITION 12.1.1 Topic: The Real Analysis Limit
The limit $\lim_{x \to c} f(x) = L$ exists if and only if both one-sided limits are finite and congruent: $$\lim_{x \to c^-} f(x) = \lim_{x \to c^+} f(x) = L$$ The Three Conditions of Continuity at $x = c$: $$1. \ f(c) \text{ is defined} \quad \vert \quad 2. \ \lim_{x \to c} f(x) \text{ exists} \quad \vert \quad 3. \ \lim_{x \to c} f(x) = f(c)$$
THEOREM 12.1.2 L'Hôpital's Indeterminate Limit Rule
If $\lim_{x \to c} \frac{f(x)}{g(x)}$ yields indeterminate form $\left[\frac{0}{0}\right]$ or $\left[\frac{\pm\infty}{\pm\infty}\right]$, and $g'(x) \neq 0$ near $c$: $$\lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)}$$
§ 12.2

Differential Calculus: Definition & Core Derivative Rules

DEFINITION 12.2.1 Topic: The Difference Quotient
The instantaneous rate of change of $f(x)$ at $x$ is defined as the limit of the secant slopes: $$f'(x) = \frac{df}{dx} = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}$$
Rule Name Function $f(x)$ Derivative Formula $f'(x) = \frac{df}{dx}$
Power Rule$x^n$$n \cdot x^{n-1}$
Product Rule$u \cdot v$$u'v + uv'$
Quotient Rule$\frac{u}{v}$$\frac{u'v - uv'}{v^2}$ ("Low d-High minus High d-Low over Low-Low")
Chain Rule$f(g(x))$$f'(g(x)) \cdot g'(x)$
Exponential ($e^x$)$e^x$$e^x$ (Self-replicating transcendental)
General Exponential$a^x$$a^x \cdot \ln(a) \quad (a > 0)$
Natural Logarithm$\ln(x)$$\frac{1}{x} \quad (x > 0)$
Sine & Cosine$\sin x, \ \cos x$$\frac{d}{dx}[\sin x] = \cos x, \quad \frac{d}{dx}[\cos x] = -\sin x$
Tangent & Secant$\tan x, \ \sec x$$\frac{d}{dx}[\tan x] = \sec^2 x, \quad \frac{d}{dx}[\sec x] = \sec x\tan x$
§ 12.3

Applications: Extrema, Concavity & Optimization

CRITICAL NUMBERS
Fermat's Stationary Points
$$f'(c) = 0 \quad \text{or} \quad f'(c) \text{ is undefined}$$
Potential candidate locations for local relative extrema.
SECOND DERIVATIVE TEST
Concavity & Inflection Points
$$f''(c) > 0 \implies \text{Local MIN } (\cup), \quad f''(c) < 0 \implies \text{Local MAX } (\cap)$$
Point of Inflection occurs strictly where $f''(x)$ changes sign ($f''(x) = 0$).
EXEMPLUM 12.3 Optimization of Enclosed Rectangular Area

Problem: A farmer has $120\text{ meters}$ of fencing to enclose a rectangular pasture against a straight river (requiring fencing on only 3 sides). Maximize the enclosed area.

Step 1 (Primary & Constraint Equations): Area $A = x \cdot y$. Fencing constraint: $2x + y = 120 \implies y = 120 - 2x$.
Step 2 (Single-Variable Objective Function): $A(x) = x(120 - 2x) = 120x - 2x^2$.
Step 3 (Differentiate & Set to 0): $A'(x) = 120 - 4x = 0 \implies 4x = 120 \implies x = 30\text{ meters}$.
Step 4 (Second Derivative Test): $A''(x) = -4 < 0 \implies$ Strictly concave down (absolute maximum!).
Step 5 (Evaluate Dimensions & Area): $y = 120 - 2(30) = 60\text{ m} \implies A_{\text{max}} = 30 \times 60 = 1,800\text{ m}^2$.
Result: Maximum Area $= \mathbf{1,800\text{ m}^2}$ (Dimensions: $30\text{ m} \times 60\text{ m}$). ■ Q.E.D.
§ 12.4

The Fundamental Theorem of Calculus (FTC)

THE MASTER THEOREM Topic: Unification of Derivatives & Integrals
$$\text{\textbf{FTC Part 1 (Derivative of Accumulation Function):} } \frac{d}{dx}\left[\int_a^x f(t)\,dt\right] = f(x)$$ $$\text{\textbf{FTC Part 2 (Net Definite Evaluation):} } \int_a^b f(x)\,dx = F(b) - F(a) \quad \text{where } F'(x) = f(x)$$ The integral of a rate of change gives the net change of the total quantity over $[a, b]$.
§ 12.5

Integration Techniques: U-Substitution & By Parts

INVERSE CHAIN RULE
U-Substitution
$$\int f(g(x))g'(x)\,dx = \int f(u)\,du$$
Let $u = g(x) \implies du = g'(x)dx$.
INVERSE PRODUCT RULE
Integration by Parts
$$\int u \, dv = u \cdot v - \int v \, du$$
Choose $u$ by LIATE: Log, Inverse trig, Algebraic, Trig, Exponential.
§ 12.6

Polar Coordinates & Parametric Calculus

COORDINATE CONVERSION
Polar $\leftrightarrow$ Cartesian
$$\begin{aligned} x &= r\cos\theta, \quad y = r\sin\theta \\ r^2 &= x^2 + y^2, \quad \tan\theta = \frac{y}{x} \end{aligned}$$
Converts radial distance $r$ and angle $\theta$ to $(x, y)$.
PARAMETRIC TANGENT
Parametric Slope
$$\frac{dy}{dx} = \frac{dy/dt}{dx/dt} \quad \left(\frac{dx}{dt} \neq 0\right)$$
Evaluates slope of plane trajectory parameterized by time $t$.
§ 12.7

Euclidean Vectors & The Dot Product

VECTOR MAGNITUDE
Norm $|\mathbf{v}|$
$$|\mathbf{v}| = \sqrt{v_1^2 + v_2^2 + v_3^2}$$
Euclidean length in $\mathbb{R}^3$. Unit vector: $\mathbf{\hat{u}} = \frac{\mathbf{v}}{|\mathbf{v}|}$.
INNER PRODUCT
Dot Product & Orthogonality
$$\mathbf{u} \cdot \mathbf{v} = u_1 v_1 + u_2 v_2 + u_3 v_3 = |\mathbf{u}||\mathbf{v}|\cos\theta$$
Orthogonality Test: Two vectors are perpendicular ($\perp$) $\iff \mathbf{u} \cdot \mathbf{v} = 0$.
§ 12.8

Conic Sections: Parabolas, Ellipses & Hyperbolas

Conic Section Standard Canonical Equation (Centered at Origin) Eccentricity ($e$) Key Defining Geometric Property
Circle$x^2 + y^2 = r^2$$e = 0$Equidistant from center point
Ellipse$\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 \quad (c^2 = a^2 - b^2)$$0 < e < 1$Sum of distances to two foci is constant ($2a$)
Parabola$y^2 = 4px \quad \text{or} \quad x^2 = 4py$$e = 1$Equidistant from focus and directrix line
Hyperbola$\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1 \quad (c^2 = a^2 + b^2)$$e > 1$Difference of distances to two foci is constant ($2a$)
§ 12.9

The Canon of Universal Mathematical Constants

π
Archimedes' Constant (Pi)
$$\pi \approx 3.141592653589793$$
Ratio of a circle's circumference to its diameter; omnipresent in trigonometry, Fourier analysis, and normal distributions.
e
Euler's Number
$$e \approx 2.718281828459045$$
Base of the natural logarithm; limit $\lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n$; unique function whose derivative equals itself.
φ
The Golden Ratio (Phi)
$$\phi = \frac{1 + \sqrt{5}}{2} \approx 1.6180339887$$
Divine proportion; limit ratio of consecutive Fibonacci numbers ($F_{n+1}/F_n \to \phi$); unique number where $\phi^2 = \phi + 1$.
i
The Imaginary Unit
$$i^2 = -1 \implies e^{i\pi} + 1 = 0$$
Unites analysis, algebra, and geometry through Euler's Identity, linking the five fundamental constants $e, i, \pi, 1,$ and $0$.
§ 12.10

Scholia & Computational Calculus Speed Hacks

HACK I
Tabular DI Method for By-Parts
$$\int x^3 e^{2x} dx \implies \text{D column (diff to 0), I column (integrate)}$$
Draw alternating $+ / -$ signs and multiply diagonally. Solves repeated integration by parts in 20 seconds without messy algebra!
HACK II
The Outside-Inside Chain Rule Mantra
$$\frac{d}{dx}[f(g(x))] = f'(\text{keep inside}) \times g'(x)$$
Differentiate the outer shell, leave the inside alone, then multiply by derivative of inside. Never differentiate inside first!
HACK III
Polynomial Limit at Infinity Inspection
$$\lim_{x\to\infty} \frac{ax^n}{bx^m} \implies \begin{cases} 0 & n < m \\ a/b & n = m \\ \pm\infty & n > m \end{cases}$$
Ignore all lower-degree terms! Look only at highest powers to determine horizontal asymptotes instantly.
HACK IV
Orthogonal Dot Product Zero Test
$$\mathbf{u} \perp \mathbf{v} \iff u_1 v_1 + u_2 v_2 + u_3 v_3 = 0$$
Verify perpendicular lines and planes in 2 seconds by checking if dot product is zero.
§ 12.11

The Grand Synoptic Tables & Complete Grade 12 / Calculus Student Cheat Sheet

Grade 12 / Calculus Master Reference Concordance

Authorized curriculum reference concordance • Calculus & Advanced Mathematics Complete

Derivative Rules

  • $\frac{d}{dx}[x^n] = n x^{n-1}$
  • $(uv)' = u'v + uv'$
  • $\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}$
  • $[f(g(x))]' = f'(g(x))g'(x)$
  • $\frac{d}{dx}[e^x] = e^x, \ \frac{d}{dx}[\ln x] = 1/x$
  • $\frac{d}{dx}[\sin x] = \cos x, \ \frac{d}{dx}[\cos x] = -\sin x$

Integral Calculus

  • $\int x^n dx = \frac{x^{n+1}}{n+1} + C \ (n \neq -1)$
  • $\int \frac{1}{x} dx = \ln|x| + C$
  • $\int e^x dx = e^x + C$
  • $\int \cos x dx = \sin x + C$
  • $\int u dv = uv - \int v du$ (LIATE)
  • FTC: $\int_a^b f(x)dx = F(b) - F(a)$

Extrema & Limits

  • L'Hôpital: $\lim \frac{f}{g} = \lim \frac{f'}{g'}$
  • Critical points: $f'(c) = 0$ or undefined
  • $f''(c) > 0$: Local Minimum ($\cup$)
  • $f''(c) < 0$: Local Maximum ($\cap$)
  • Inflection Point: $f''(c) = 0$ sign change

Polar & Vectors

  • $x = r\cos\theta, \ y = r\sin\theta$
  • $r = \sqrt{x^2+y^2}, \ \tan\theta = y/x$
  • Parametric Slope: $\frac{dy}{dx} = \frac{dy/dt}{dx/dt}$
  • Dot Product: $\mathbf{u} \cdot \mathbf{v} = |\mathbf{u}||\mathbf{v}|\cos\theta$
  • Orthogonal: $\mathbf{u} \cdot \mathbf{v} = 0$

Conic Sections

  • Circle: $x^2 + y^2 = r^2$ ($e=0$)
  • Ellipse: $\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$ ($c^2 = a^2-b^2$)
  • Hyperbola: $\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1$ ($c^2 = a^2+b^2$)
  • Parabola: $y^2 = 4px$ ($e=1$)

Fundamental Constants

  • $\pi \approx 3.1415926535$
  • $e \approx 2.7182818284$
  • $\phi = \frac{1+\sqrt{5}}{2} \approx 1.6180339887$
  • Euler Identity: $e^{i\pi} + 1 = 0$
  • $i = \sqrt{-1} \implies i^2 = -1$
Hesten's Learning Library Edition