1 Definition and notation
An equation is a mathematical statement asserting that two expressions have the same value. It is commonly written with an equals sign, and it may contain numbers, variables, functions, or more abstract objects. Equations serve as a compact way to describe relationships among quantities and to encode problems that can be analyzed algebraically or numerically.
1.1 Equality and the equals sign
The equals sign indicates that the expression on its left has the same value as the expression on its right. In elementary arithmetic, it marks a direct comparison, such as 2 + 3 = 5. In higher mathematics, the symbol is used more broadly to express equivalence of symbolic expressions, functions, or structures within a defined context. The meaning depends on the rules of the system in which the equation is interpreted.
1.2 Expressions and variables
An equation typically contains expressions built from constants, operations, and variables. A variable is a symbol that stands for an unknown or changing value. For example, in x + 4 = 9, the variable x represents the quantity that makes the statement true. Some equations include several variables, while others involve functions or parameters that are treated as fixed within the problem.
1.3 Identity, contradiction, and conditional equation
An identity is an equation true for all values for which both sides are defined, such as a distributive-law expansion. A contradiction is an equation with no solution, meaning no value satisfies it. A conditional equation is true only for certain values, so its validity depends on the solution set. Distinguishing among these forms is an important part of equation analysis.
2 Types of equations
Equations are classified according to the kinds of expressions they contain and the methods used to study them. Some types are algebraic, while others involve transcendental functions, derivatives, or integrals. The classification often reflects both the structure of the equation and the nature of its solutions.
2.1 Algebraic equations
Algebraic equations are built from polynomial expressions and related rational forms. They are among the most familiar equations in elementary and advanced mathematics. Their study includes the search for exact solutions, factorization patterns, and relationships among roots.
2.1.1 Linear equations
A linear equation has variables only to the first power and no products of variables. In one variable, it usually has the form ax + b = c. Linear equations are notable for their simple solution behavior and their central role in linear algebra, modeling, and systems of equations.
2.1.2 Quadratic equations
A quadratic equation contains a variable raised to the second power, often written in the form ax² + bx + c = 0. Such equations can have two, one, or no real solutions, depending on the discriminant. They appear in geometry, physics, optimization, and many other settings.
2.1.3 Polynomial equations
Polynomial equations involve sums of powers of a variable with constant coefficients. Their degree is determined by the highest exponent present. The solutions, often called roots, may be real or complex, and their number is related to the degree when multiplicity is counted.
2.1.4 Rational equations
A rational equation contains ratios of polynomial expressions. Because denominators may vanish for some values, solving such equations requires attention to domain restrictions. Clearing denominators can simplify the equation, but it may also introduce extraneous solutions that must be checked.
2.2 Transcendental equations
Transcendental equations include functions that are not algebraic, such as exponentials, logarithms, and trigonometric functions. These equations often resist closed-form solutions and may require graphical or numerical methods. They are common in applied mathematics and scientific modeling.
2.2.1 Exponential equations
Exponential equations contain variables in exponents, such as 2ˣ = 8. They describe growth and decay processes and arise in finance, population dynamics, and physical change. Many can be solved by rewriting both sides with a common base or by using logarithms.
2.2.2 Logarithmic equations
Logarithmic equations involve logarithms of expressions containing variables. Since logarithms are inverses of exponentials, these equations often transform into exponential form. Domain restrictions are essential, because logarithms are defined only for positive arguments.
2.2.3 Trigonometric equations
Trigonometric equations involve sine, cosine, tangent, and related functions. Because these functions are periodic, such equations may have infinitely many solutions. Their study often includes identities, angle formulas, and restrictions to specific intervals.
2.3 Differential equations
Differential equations relate an unknown function to its derivatives. They are used to model change and are fundamental in calculus, physics, engineering, and many branches of applied science. Their solutions are functions rather than single numerical values.
2.3.1 Ordinary differential equations
An ordinary differential equation involves derivatives with respect to a single independent variable. Such equations can model motion, population change, circuit behavior, and many other processes. Solutions may be found by separation, integrating factors, series methods, or numerical approximation.
2.3.2 Partial differential equations
A partial differential equation involves partial derivatives of a function of several variables. These equations commonly describe heat flow, waves, fluids, and fields. They are generally more difficult than ordinary differential equations and often require specialized techniques.
2.4 Integral equations
Integral equations contain an unknown function under an integral sign. They may arise from reformulations of differential equations or from problems in potential theory, scattering, and probability. Some integral equations are solved analytically, while others are approached through discretization and computation.
2.5 Functional equations
Functional equations ask for functions satisfying a relation involving the function itself. Instead of solving for a number, one seeks a rule or class of rules. These problems can be highly restrictive and are often studied in analysis, combinatorics, and abstract algebra.
3 Solving equations
Solving an equation means determining the values that make the statement true. The appropriate method depends on the equation’s form, domain, and degree of complexity. Some equations admit exact symbolic solutions, while others are handled approximately.
3.1 Isolation of variables
Isolation of variables is the process of rearranging an equation so that the unknown appears alone on one side. This usually involves inverse operations such as addition, subtraction, multiplication, division, and taking roots. It is one of the most elementary and widely used techniques.
3.2 Substitution methods
Substitution replaces one expression with another equivalent expression that is easier to handle. In systems of equations, one equation may be solved for a variable and substituted into another. The method is also used in algebraic transformations and in equations involving composed functions.
3.3 Factoring methods
Factoring rewrites an expression as a product of simpler factors. If a product equals zero, then at least one factor must be zero, which can simplify the search for solutions. This approach is especially useful for polynomial and quadratic equations.
3.4 Graphical methods
Graphical methods interpret an equation as a statement about intersections or crossings of graphs. The solutions correspond to points where the graphs of two expressions meet, or where a graph meets an axis. This approach provides visual insight and is helpful for estimating the number of solutions.
3.5 Numerical methods
Numerical methods approximate solutions when exact forms are unavailable or impractical. They are essential for complicated equations in science and engineering. Such methods usually produce sequences of estimates that improve under suitable conditions.
3.5.1 Iterative methods
Iterative methods begin with an initial guess and repeatedly refine it using a prescribed rule. Examples include fixed-point iteration and Newton-type procedures. Their efficiency depends on the choice of starting value and the behavior of the underlying function.
3.5.2 Approximation and convergence
Approximation concerns how close a computed value is to an actual solution. Convergence describes whether repeated approximations approach a limit. In numerical equation solving, both ideas are central, since a method is useful only if it produces reliable estimates.
4 Properties of equations
Equations possess structural properties that affect how they can be transformed and solved. These properties help mathematicians compare equations, preserve solution sets, and classify complexity. They also clarify what kinds of manipulations are valid.
4.1 Equivalence transformations
An equivalence transformation changes an equation without altering its solution set. Common examples include adding the same quantity to both sides or multiplying both sides by a nonzero value. Care is required when multiplying by expressions that might be zero, since such steps can introduce false solutions or lose valid ones.
4.2 Solution sets
The solution set is the collection of all values or objects that satisfy the equation. It may contain one element, several elements, infinitely many elements, or none at all. The form of the solution set depends on the equation’s domain and the mathematical setting in which it is interpreted.
4.3 Degrees of equations
The degree of an equation, when defined for a polynomial form, is the highest exponent of the variable after simplification. Degree often gives a first indication of complexity and the possible number of roots. In broader settings, analogous measures of order or rank may play a similar role.
4.4 Symmetry and invariance
Symmetry in an equation means that certain changes leave the equation unchanged. Invariance refers to properties preserved under transformation, such as substitution, scaling, or coordinate changes. These features often reveal hidden structure and can reduce the effort needed to solve the equation.
5 Equations in mathematics
Equations are central tools across mathematics, linking abstract theory with concrete computation. They appear in the study of spaces, numbers, transformations, and geometric figures. Their interpretation varies by field, but the core idea of equality remains constant.
5.1 Systems of equations
A system of equations consists of several equations considered together. A solution must satisfy every equation in the system simultaneously. Systems can be used to model multiple constraints and are fundamental in algebra and applied mathematics.
5.1.1 Linear systems
A linear system contains only linear equations in the same set of variables. Such systems are often represented using matrices and solved by elimination, substitution, or matrix methods. They may have one solution, many solutions, or no solution.
5.1.2 Nonlinear systems
A nonlinear system includes at least one equation that is not linear. These systems may involve powers, products of variables, or transcendental functions. Their solution sets can be more complicated and are often studied through graphs, algebraic manipulation, or computation.
5.2 Equations in geometry
In geometry, equations describe lines, curves, surfaces, and their intersections. Coordinate geometry uses equations to represent figures algebraically, allowing geometric problems to be solved by calculation. Distance formulas, circle equations, and conic sections are common examples.
5.3 Equations in number theory
Number theory studies equations whose solutions are restricted to integers, rational numbers, or related discrete sets. Such problems can be highly sensitive to arithmetic constraints. Famous examples include Diophantine equations, where only integral solutions are sought.
5.4 Equations in abstract algebra
Abstract algebra studies equations within algebraic structures such as groups, rings, and fields. Here the meaning of equality depends on the operations and axioms of the structure. Equations in this setting often describe identities, relations, and homomorphism properties.
6 Historical development
The study of equations has a long history that mirrors the development of mathematics itself. Early civilizations developed practical methods for solving specific kinds of problems, while later eras introduced symbolic notation and general theories. Modern mathematics treats equations as objects of systematic study across many domains.
6.1 Ancient methods of solving equations
Ancient mathematicians solved equations through verbal reasoning, geometric methods, and procedural rules. Babylonian, Egyptian, Greek, Indian, and Chinese traditions all contributed techniques for linear and quadratic problems. These early approaches were often practical, rooted in commerce, land measurement, and astronomy.
6.2 Development of symbolic notation
Symbolic notation gradually replaced rhetorical descriptions with concise algebraic expressions. The introduction of letters for unknowns, standardized operation signs, and the equals sign made equations easier to write and manipulate. This change greatly expanded the scope of algebraic reasoning and allowed general methods to emerge.
6.3 Modern algebraic formulations
Modern mathematics treats equations within formal frameworks that emphasize structure, abstraction, and proof. Algebra, analysis, and numerical computation each contribute methods for understanding equation behavior. The concept of equation now extends beyond simple arithmetic statements to encompass functions, operators, and abstract relations.