Core Concepts of Equations
Understand the definition, structure, and transformation properties of equations, including identities, solutions, and the balance analogy.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz
Quick Practice
What is the basic definition of an equation?
1 of 12
Summary
Understanding Equations
What Is an Equation?
An equation is a mathematical statement that shows two expressions are equal by connecting them with the equals sign ($=$). At its core, an equation is a claim that two different ways of writing something represent the same value.
For example, $2 + 3 = 5$ and $x + 2 = 7$ are both equations. The first is obviously true, while the second is only true when $x = 5$.
Variables, Unknowns, and Solutions
In many equations, we encounter unknowns—symbols (usually letters like $x$, $y$, or $z$) that represent quantities we need to find. We call these unknowns because their values aren't yet known to us.
A solution is any value of an unknown that makes the equation true. For instance, in the equation $x + 2 = 7$, the solution is $x = 5$, because substituting 5 for $x$ makes the statement true: $5 + 2 = 7$.
An equation might have one solution, multiple solutions, or no solutions at all, depending on what it describes.
Two Types of Equations
Not all equations are the same. Understanding the difference between these two types is important:
Identities are equations that remain true for every possible value of their variables. For example, the difference of squares identity states that $x^2 - y^2 = (x-y)(x+y)$. No matter what numbers you choose for $x$ and $y$, this equation will always be true.
Conditional equations are true only for particular values of their variables. The equation $x + 2 = 7$ is conditional—it's only true when $x = 5$, not for other values of $x$.
The Structure of Equations
Every equation has two main parts separated by the equals sign:
The left-hand side (LHS) is the expression to the left of the $=$
The right-hand side (RHS) is the expression to the right of the $=$
A useful fact: any equation can be rewritten so that the right-hand side equals zero. If you have an equation like $2x + 3 = 7$, you can subtract $7$ from both sides to get $2x + 3 - 7 = 0$, or $2x - 4 = 0$. This form is often helpful when solving equations.
When both sides of an equation contain polynomials, we call it a polynomial equation (also called an algebraic equation).
The Balance Analogy
One of the most helpful ways to understand how equations work is to think of them as a balance scale.
Imagine the left-hand side and right-hand side as two sides of a perfectly balanced scale. When both sides are equal, the scale balances. Whatever you do to one side, you must do to the other side to keep the scale balanced. If you add a weight to the left, you must add the same weight to the right. If you remove something from one side, you remove it from the other.
This physical analogy helps explain why the rules for manipulating equations work the way they do.
Equivalent Equations and Transformations
Two equations are equivalent if they have exactly the same set of solutions. For example, $x + 2 = 7$ and $x = 5$ are equivalent—both are only true when $x = 5$.
The key to solving equations is transforming them into simpler equivalent equations. There are reliable ways to do this:
Adding or subtracting the same expression on both sides: If you add (or subtract) the same quantity to both sides of an equation, the resulting equation is equivalent to the original. For instance, starting with $x + 2 = 7$, you can subtract $2$ from both sides to get $x = 5$.
$$x + 2 = 7 \implies x + 2 - 2 = 7 - 2 \implies x = 5$$
Multiplying or dividing by a non-zero quantity: You can multiply or divide both sides of an equation by the same non-zero expression without changing the solutions. This is why we can solve $3x = 12$ by dividing both sides by $3$ to get $x = 4$. Note the crucial requirement: you cannot divide by zero.
$$3x = 12 \implies \frac{3x}{3} = \frac{12}{3} \implies x = 4$$
Replacing one side with an algebraic identity: If an expression on one side matches an algebraic identity, you can replace it with the equivalent form. For example, if you have $x^2 - 4 = 0$, you can recognize that $x^2 - 4 = (x-2)(x+2)$ and rewrite the equation as $(x-2)(x+2) = 0$.
A Critical Caution: Extraneous Solutions
Most operations on equations preserve equivalence, but one important exception exists: applying a function to both sides.
If you apply certain operations (like squaring both sides, taking logarithms, or other functions), you might introduce extraneous solutions—values that satisfy the new equation but not the original one. Alternatively, you might lose legitimate solutions.
For example, consider the equation $x = -2$. If you square both sides, you get $x^2 = 4$. But now $x = 2$ also satisfies this new equation, even though $2 \neq -2$ in the original. The solution $x = 2$ is extraneous.
This is why it's always important to check your solutions in the original equation when you've used operations like squaring.
Parameters, Variables, and the Quadratic Form
Sometimes equations contain both unknowns and parameters—constants or coefficients that are known or fixed in advance. For example, in the general quadratic equation:
$$ax^2 + bx + c = 0$$
Here, $x$ is the unknown we're solving for, while $a$, $b$, and $c$ are parameters. Different values of the parameters produce different specific equations. When $a = 1$, $b = -5$, and $c = 6$, you get the specific equation $x^2 - 5x + 6 = 0$.
By convention, unknowns are usually denoted by letters near the end of the alphabet ($x$, $y$, $z$), while parameters use letters from the beginning of the alphabet ($a$, $b$, $c$) or are given as specific numbers.
Flashcards
What is the basic definition of an equation?
A mathematical formula that expresses the equality of two expressions using the equals sign ($=$).
What are the values of unknowns that make an equation's equality true called?
Solutions.
What is the name for an equation that is true for every possible value of its variables?
An identity.
What is a conditional equation?
An equation that is true only for specific values of its variables.
What are the expressions located to the left and right of the equals sign called?
The left-hand side and the right-hand side.
What characterizes a polynomial (or algebraic) equation?
It has a polynomial on each side of the equals sign.
How is an equation analogous to a balance scale?
Operations performed on one side (adding, removing, or moving weights) must be mirrored on the other side to maintain balance.
When are two equations considered equivalent?
When they have exactly the same set of solutions.
Which basic operations produce an equivalent equation when applied to both sides?
Adding or subtracting the same expression
Multiplying or dividing by a non-zero expression
Replacing one side with an algebraic identity (e.g., factoring)
In a system of equations, what operation involving two equations produces an equivalent system?
Adding a multiple of one equation to another.
Why should caution be used when applying a function to both sides of an equation?
It may introduce extraneous solutions or discard legitimate solutions if the function is not defined for all values.
What is the difference between a parameter and an unknown in an equation?
Parameters are known constants or coefficients, while unknowns are the values to be determined (usually denoted $x$, $y$, $z$).
Quiz
Core Concepts of Equations Quiz Question 1: In the equation $3x+5 = 2y-7$, what is the term used for the expression $3x+5$?
- Left‑hand side (correct)
- Right‑hand side
- Constant term
- Coefficient
Core Concepts of Equations Quiz Question 2: What term describes the values that satisfy an equation?
- Solutions (correct)
- Variables
- Coefficients
- Parameters
Core Concepts of Equations Quiz Question 3: Which of the following best describes an identity equation?
- It is true for every possible value of its variables (correct)
- It is true only for particular values of its variables
- It is false for all values of its variables
- Its truth depends on external conditions
Core Concepts of Equations Quiz Question 4: Multiplying both sides of an equation by a non‑zero quantity yields what?
- An equivalent equation (correct)
- An identity
- An inconsistent equation
- A conditional equation
Core Concepts of Equations Quiz Question 5: What is the factorization of the difference of squares $x^{2}-y^{2}$?
- $(x-y)(x+y)$ (correct)
- $(x+y)^{2}$
- $(x-y)^{2}$
- $x^{2}+y^{2}$
Core Concepts of Equations Quiz Question 6: After moving all terms of an equation to the left‑hand side, what does the right‑hand side equal?
- Zero (correct)
- One
- The original left‑hand side
- The original right‑hand side
Core Concepts of Equations Quiz Question 7: Which of the following best describes a polynomial equation?
- Each side of the equals sign is a polynomial (correct)
- Both sides contain only trigonometric functions
- One side is a polynomial while the other is a rational function
- The equation involves only logarithmic terms
Core Concepts of Equations Quiz Question 8: Which statement best describes an equation?
- A statement that two expressions have the same value. (correct)
- A statement that one expression is greater than another.
- A rule for multiplying numbers.
- A graph plotting a variable against time.
Core Concepts of Equations Quiz Question 9: Replacing one side of an equation by an algebraic identity (e.g., expanding a product) results in what?
- An equivalent equation. (correct)
- A new unrelated equation.
- A simplified expression that is not an equation.
- An identity equation.
Core Concepts of Equations Quiz Question 10: In a system of equations, adding a multiple of one equation to another produces which of the following?
- An equivalent system of equations. (correct)
- A system with more equations than before.
- A system containing unrelated equations.
- A contradictory system.
In the equation $3x+5 = 2y-7$, what is the term used for the expression $3x+5$?
1 of 10
Key Concepts
Types of Equations
Equation
Identity (mathematics)
Conditional equation
Polynomial equation
Quadratic equation
Equation Solutions
Unknown (mathematics)
Equivalent equation
Extraneous solution
System of equations
Equation Concepts
Balance analogy (equation)
Definitions
Equation
A mathematical statement asserting that two expressions are equal, typically written with an equals sign (=).
Unknown (mathematics)
A symbol representing a quantity to be determined that satisfies an equation.
Identity (mathematics)
An equation that holds true for all permissible values of its variables.
Conditional equation
An equation that is true only for specific values of its variables.
Polynomial equation
An equation in which each side is a polynomial expression.
Equivalent equation
A transformed equation that has exactly the same solution set as the original.
Extraneous solution
A root that arises from algebraic manipulation but does not satisfy the original equation.
Quadratic equation
A second‑degree polynomial equation of the form ax² + bx + c = 0.
System of equations
A collection of two or more equations considered simultaneously, sharing common unknowns.
Balance analogy (equation)
The conceptual comparison of an equation to a balance scale, where operations on one side must be mirrored on the other to maintain equality.