Quadratic formula
Roots of ax² + bx + c = 0.
Math Equation Inventory
A curated catalog of algebra, calculus, linear-algebra, statistics, trigonometry, physics, discrete-math, and logic equation templates — rendered live with KaTeX. Copy as inline ($…$), block ($$…$$), or raw LaTeX. Works on GitHub, GitLab, Notion, Docusaurus, MkDocs, Obsidian, and any platform with a math renderer in its pipeline.
Inventory
Filter by name or category. Pick a copy format (inline, block, or raw LaTeX), then click Copy on any card. Equations render live with KaTeX.
Roots of ax² + bx + c = 0.
Relationship between the sides of a right triangle.
Expansion of (x + y) to the nth power.
Closed form for a + ar + ar² + … + arⁿ⁻¹.
Sum-of-logs identity.
Difference quotient as h → 0.
Derivative of a composition.
Derivative of a product of two functions.
Integration and differentiation are inverse operations.
Series expansion of f around the point a.
Continuous compounding limit.
Sum of element-wise products.
Inline matrix with bracket delimiters.
ad − bc.
Definition of an eigenvector and eigenvalue.
Sum of values divided by count.
Mean squared deviation from the mean.
Square root of variance.
Probability density of the Gaussian.
Posterior in terms of likelihood, prior, evidence.
Standardized distance from the mean.
sin²θ + cos²θ = 1.
Expansion of sin(α + β).
Generalized Pythagorean theorem.
e^{iθ} = cos θ + i sin θ.
Einstein's famous equation.
Force equals mass times acceleration.
Wavefunction evolution under a Hamiltonian.
Generic 1D wave equation.
If p is prime and gcd(a, p) = 1.
Number of ways to choose k from n.
Complement of union and intersection.
If P implies Q and P holds, then Q holds.
Rewrite a quadratic in vertex form.
Sum of the first n terms.
Multiplying powers of the same base.
f(a) is the remainder of f(x) ÷ (x − a).
Indeterminate forms 0/0 or ∞/∞.
∫ u dv = uv − ∫ v du.
Derivative of f/g.
Power series around 0.
(AB)_{ij} as a sum over k.
dim(domain) = rank + nullity.
(AB)ᵀ = BᵀAᵀ.
Covariance normalized by standard deviations.
Slope of the least-squares regression line.
Probability mass function with rate λ.
PMF for n trials with success probability p.
Side / sine ratio is constant in any triangle.
cos(2θ) = 1 − 2sin²θ.
Energy of a moving object.
Force between two point masses.
Electrostatic force between two charges.
V = I · R.
p = m · v.
Ordered selection without replacement.
Multiplicative on coprime arguments.
An implication is equivalent to its contrapositive.
Negation distributes over ∧ and ∨ by swapping them.
Markdown ships unmodified — write $e^{i\pi} + 1 = 0$ and your renderer prints those exact characters. To turn LaTeX into pretty mathematical notation you need a math renderer wired into your pipeline. Two libraries dominate, both speak standard LaTeX:
For 95% of equations the source is identical between the two — the catalog below works on both.
Inline math: $E = mc^2$ flows with the surrounding sentence.
Block math (centered on its own lines):
$$
\int_{-\infty}^{\infty} e^{-x^2} \, dx = \sqrt{\pi}
$$
Both use $ for inline and $$ for block. Pick block for important, complex equations; inline for short fragments inside prose. Each template ships with a recommended mode in the catalog — short expressions like a^2 + b^2 = c^2 default to inline, complex ones like the normal distribution PDF default to block.
| Platform | Math renderer | Notes |
|---|---|---|
| GitHub README / issues / PRs | MathJax (built-in) | Live since 2022 |
| GitLab | KaTeX (built-in) | Default |
| Markdown Viewer editor | KaTeX (live) | Re-renders as you type |
| Notion | KaTeX (limited) | /equation block |
| Obsidian | MathJax (built-in) | No setup required |
| Joplin | KaTeX (built-in) | Same UX as Obsidian |
| Docusaurus | KaTeX or MathJax | @docusaurus/theme-mermaid not required |
| MkDocs Material | MathJax / KaTeX | pymdownx.arithmatex extension |
| Hugo | KaTeX | Themed shortcodes |
\alpha \beta \gamma \Delta \Omega → α β γ Δ Ω. Capitalize the command for uppercase.\frac{a}{b} for a/b. \tfrac for inline-sized fractions.x^2, x_i, x^{2n+1}, x_{i,j}. Always brace multi-character indices.\sqrt{x}, \sqrt[3]{x} for cube root.\sum_{i=1}^{n}, \prod_{i=1}^{n}, \int_a^b.\\ inside \begin{bmatrix} … \end{bmatrix} (square brackets) or pmatrix (parens), vmatrix (vertical bars, for determinants).\cdot (centered dot), \times, \pm, \leq, \geq, \neq, \approx.\in, \subset, \cup, \cap, \rightarrow, \forall, \exists.\mathbf{v} for bold vector. \vec{v} for arrow notation.\, thin space, \; medium, \quad em-quad, \qquad double em-quad.\\frac{a}{b} in a YAML front-matter string for the renderer to receive \frac{a}{b}.$ in plain prose can false-trigger math mode on GitHub if the surrounding text looks math-shaped. Escape with \$ or wrap in backticks.Writing LaTeX from scratch every time is slow and error-prone — most teams hit the same dozen equations over and over. The catalog below covers the common cases:
Free for any project — personal, commercial, internal. No signup, no API key, no attribution required.
More free browser tools in the same workflow.
Ship Markdown features in your product with our REST API — render, convert, audit, and transform documents at scale.
New to the platform? Start with the API quickstart, then try a live request in the API playground.
Explore the API platform