Quick answer
Use = when two expressions have exactly the same value under the stated definitions. Use ≈ when a value is rounded, estimated, measured with limited precision, or produced by an approximation method.
Meaning of equals
The equals sign states an exact equality. For example, 2+3=5 and \sin^2 x+\cos^2 x=1 are exact identities in their stated domains. Do not use = merely because two displayed decimals look similar after rounding.
Meaning of approximately equal
The approximately equal sign indicates that two values are close enough for the current purpose but not necessarily identical. For example, \pi\approx3.14159 records a decimal approximation of an irrational constant.
Choose the correct relation
| Situation | Recommended sign | Reason |
|---|---|---|
| Exact algebraic identity | = | Both sides are mathematically identical |
| Rounded decimal | ≈ | Digits were truncated or rounded |
| Measurement | ≈ | Measurement uncertainty limits precision |
| Numerical method output | ≈ | The computed value approximates an exact solution |
Worked examples
Write 1/3 = 0.333… when the repeating decimal is shown exactly. Write 1/3 ≈ 0.333 when the value is rounded to three decimal places. A calculator display does not automatically justify equality; the notation must reflect the precision represented.
Common mistakes
Do not replace ≈ with = in a derivation unless the approximation error is zero. Do not use ≈ for definitions; use a definition symbol or explanatory text when introducing notation. Avoid visually similar characters such as ~ unless the field explicitly defines them.
Verification checklist
Check whether any rounding, measurement, truncation, model simplification, or numerical approximation occurred. State the precision or error tolerance when it affects interpretation. Verify the Unicode character and use \approx in LaTeX.
Make the choice from the surrounding expression
For approximately equal vs equal, do not decide from glyph shape alone. Read the operands, the mathematical subject, and the sentence around the notation. The same mark can represent different ideas in algebra, probability, set theory, analysis, or typography.
Verification questions
- Does the proposed meaning produce a mathematically valid sentence?
- Are the operands the right type for that meaning?
- Does a nearby definition or legend establish a local convention?
- Would replacing the mark with words preserve the intended statement?
Publishing check
Use the exact Unicode character or structured command, then inspect the final PDF, page, or presentation at normal and enlarged zoom. A font substitution can make distinct characters look similar even when their encoded identities differ.
How this guide was checked
Review method: Intent alignment review, notation/source verification, worked-example check, cross-format rendering review, and duplicate-content comparison for Approximately Equal vs Equal
Verified against: Official standards, primary documentation, and the page-specific sources listed below
What changed: Removed repeated sitewide boilerplate and added content-type-specific decision, verification, and applicability guidance for this exact task.
Page purpose: approximately equal vs equal — Compare similar symbols, formats, or mathematical concepts
Automated quality check: Passed critical indexing checks.
Verification references
These primary standards and official documentation pages were used to check character identity, syntax, or platform behavior described above.
- Unicode Technical Report #25: Unicode Support for MathematicsUnicode Consortium — Mathematical character usage, variants, and notation support.
- LaTeX Project DocumentationThe LaTeX Project — LaTeX syntax, authoring model, and official documentation links.
- MathML CoreW3C — Semantic web mathematics elements and browser behavior.
- Digital Library of Mathematical FunctionsNational Institute of Standards and Technology — Definitions, notation, identities, and reference material for mathematical functions.