Introduction to Equations
Understand what equations are, the main types and solving methods, and how they model real‑world situations.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz
Quick Practice
What is the definition of an equation?
1 of 15
Summary
What Is an Equation
Introduction
An equation is one of the most important tools in mathematics. It allows us to translate real-world problems into mathematical language and solve them systematically. Whether you're calculating how much money will grow in a savings account or determining where two objects will collide, equations provide the framework for finding answers. In this chapter, we'll explore what equations are, learn to recognize different types, and master the methods for solving them.
Understanding Equations: Definition and Components
An equation is a mathematical statement that asserts two expressions are equal, indicated by the equal sign ($=$). Think of an equation as a balanced scale: what's on the left side must equal what's on the right side.
Each expression in an equation can contain:
Numbers (constants like 5, -3, or 0.7)
Variables (unknown quantities like $x$, $y$, or $t$)
Operations (addition, subtraction, multiplication, division, exponents, or functions)
For example, in the equation $2x + 5 = 13$:
The left side is the expression $2x + 5$
The right side is the expression $13$
The equation states these two expressions are equal
The Goal: Finding Solutions
The fundamental goal when working with equations is to find the values of the unknown variables that make the equation true. These values are called solutions. In the example above, $x = 4$ is the solution because when you substitute $x = 4$ into the equation, you get $2(4) + 5 = 8 + 5 = 13$, which is true.
An equation might have:
Exactly one solution
Multiple solutions
Infinitely many solutions
No solutions at all
The Balance Principle
The balance principle is the foundation of equation-solving. It states: whatever operation you perform on one side of an equation, you must perform on the other side to keep the equation balanced and true.
This principle means equations behave like the scale shown above. If you add 3 to the left side, you must add 3 to the right side. If you multiply the left side by 2, you must multiply the right side by 2. This ensures that if the equation was true before the operation, it remains true afterward.
Basic Types of Equations
Equations come in several varieties. Recognizing which type you're dealing with helps you choose the best solving strategy.
Linear Equations
A linear equation contains the variable appearing only to the first power and never multiplied by another variable. Linear equations have at most one solution and create straight lines when graphed.
The general form is: $$ax + b = 0$$
where $a \neq 0$.
Examples:
$3x + 7 = 16$
$2x - 5 = x + 3$
$\frac{x}{2} + 4 = 10$
Quadratic Equations
A quadratic equation has the variable raised to the second power as its highest power. These equations can have up to two solutions and create parabolas (U-shaped curves) when graphed.
The standard form is: $$ax^2 + bx + c = 0$$
where $a \neq 0$.
Examples:
$x^2 + 5x + 6 = 0$
$3x^2 - 12 = 0$
$x^2 + 4x = 21$ (which can be rewritten as $x^2 + 4x - 21 = 0$)
Higher-Order Polynomial Equations
A higher-order polynomial equation involves variables raised to powers of three or greater. These equations can be more complex and may have multiple solutions.
Examples:
$x^3 - 8 = 0$
$x^4 + 2x^2 - 3 = 0$
$2x^5 - 32x = 0$
Rational Equations
A rational equation contains a variable within a fraction (rational expression). A key challenge with rational equations is identifying values that make the denominator zero, which are excluded from the solution set.
Examples:
$\frac{x}{x-2} = 5$
$\frac{1}{x} + \frac{2}{x+1} = 3$
Transcendental Equations
A transcendental equation places the variable inside a transcendental function—functions that go beyond polynomial operations. Common transcendental functions include sine, cosine, exponential functions, and logarithms.
Examples:
$\sin(x) = 0.5$
$e^x = 10$
$\log(x) + \log(x-1) = 2$
Solving Equations: A Systematic Approach
Now that you understand different equation types, let's learn how to solve them. We'll start with a general strategy for linear equations, then address special cases and quadratic equations.
Step 1: Simplify Each Side
Before attempting to isolate the variable, simplify both sides of the equation independently:
Combine like terms (e.g., $3x + 2x$ becomes $5x$)
Apply the distributive property if needed (e.g., $2(x + 3)$ becomes $2x + 6$)
Perform any arithmetic (e.g., $7 - 3$ becomes $4$)
Example: Simplify $2(x + 3) + 4x - 5 = 15$
Left side: $2x + 6 + 4x - 5 = 6x + 1$
Equation becomes: $6x + 1 = 15$
Step 2: Isolate the Variable
Use inverse operations to get the variable by itself. Remember the balance principle: do the same thing to both sides.
Strategy for linear equations:
Move constant terms (numbers) by adding or subtracting
Move coefficients (numbers multiplied by the variable) by multiplying or dividing
Example: Solve $6x + 1 = 15$
Subtract 1 from both sides: $6x = 14$
Divide both sides by 6: $x = \frac{14}{6} = \frac{7}{3}$
Step 3: Check for Special Cases
Sometimes after simplification, something surprising happens. You need to recognize these cases.
When You Get a True Statement (Infinitely Many Solutions)
If simplification yields a statement that's always true, like $0 = 0$ or $5 = 5$, the original equation is true for all allowed values of the variable. This gives infinitely many solutions.
Example: Solve $2x + 4 = 2(x + 2)$
Simplify right side: $2x + 4 = 2x + 4$
Subtract $2x$ from both sides: $4 = 4$ ✓
This is always true! The solutions are all real numbers.
When You Get a False Statement (No Solution)
If simplification yields a statement that's never true, like $0 = 5$ or $3 = 7$, the original equation is impossible to satisfy. This gives no solution.
Example: Solve $x + 3 = x + 5$
Subtract $x$ from both sides: $3 = 5$ ✗
This is never true! There is no solution.
Solving Quadratic Equations
Quadratic equations ($ax^2 + bx + c = 0$) require specialized methods. Here are the most common approaches:
Method 1: Factoring
If the quadratic factors neatly, find factors and apply the zero product principle.
Example: Solve $x^2 + 5x + 6 = 0$
Factor: $(x + 2)(x + 3) = 0$
Use zero product principle: $x + 2 = 0$ or $x + 3 = 0$
Solutions: $x = -2$ or $x = -3$
Method 2: The Quadratic Formula
When factoring is difficult or impossible, use the quadratic formula: $$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$
where $a$, $b$, and $c$ come from the standard form $ax^2 + bx + c = 0$.
Example: Solve $2x^2 - 7x + 3 = 0$
Here $a = 2$, $b = -7$, $c = 3$
$x = \frac{-(-7) \pm \sqrt{(-7)^2 - 4(2)(3)}}{2(2)}$
$x = \frac{7 \pm \sqrt{49 - 24}}{4} = \frac{7 \pm \sqrt{25}}{4} = \frac{7 \pm 5}{4}$
Solutions: $x = \frac{7 + 5}{4} = 3$ or $x = \frac{7 - 5}{4} = \frac{1}{2}$
<extrainfo>
Applications of Equations
Equations are powerful because they model real-world phenomena, allowing us to make predictions and solve practical problems.
Modeling Relationships
Many physical relationships can be expressed as equations. For instance, the distance traveled at constant speed is: $$d = vt$$
where $d$ is distance, $v$ is velocity, and $t$ is time. If you travel at 60 mph for 3 hours, you can find distance: $d = 60 \times 3 = 180$ miles.
Financial Applications
In finance, equations model how money grows over time. The compound interest formula is: $$A = P(1 + r)^n$$
where $A$ is the final amount, $P$ is the principal (starting amount), $r$ is the interest rate per period, and $n$ is the number of periods. This equation lets you determine how much an investment will be worth.
Physical Applications
In physics, equations describe how forces interact and balance. For example, in statics (the study of objects at rest), equations represent the balance of forces. When forces are in equilibrium, the sum of all forces equals zero, preventing motion.
These applications show why learning to solve equations matters beyond mathematics—equations are the language scientists and engineers use to understand and shape the world.
</extrainfo>
Flashcards
What is the definition of an equation?
A mathematical statement declaring that two expressions are equal using an equal sign.
What does the balance principle require when performing operations on an equation?
Any operation performed on one side must also be performed on the other side to keep the equality true.
What defines a linear equation in terms of its variable's power?
The variable appears only to the first power and is not multiplied by another variable.
What is the highest power of the variable in a quadratic equation?
Two.
What is the standard form of a quadratic equation?
$a x^{2} + b x + c = 0$
What are three common methods used to solve quadratic equations?
Factoring
Completing the square
Using the quadratic formula
What is the quadratic formula used to find solutions for $x$?
$x = \frac{-b \pm \sqrt{b^{2} - 4 a c}}{2 a}$
What defines a higher-order polynomial equation?
It involves variables raised to powers of three or higher.
What characterizes a rational equation?
The variable is contained within a fraction.
What characterizes a transcendental equation?
The variable is inside a transcendental function (such as sine, exponential, or logarithm).
How is a variable typically isolated during the solving process?
By moving constant terms via addition/subtraction and coefficients via multiplication/division.
What does it mean for the solutions of an equation if simplification results in a true statement like $0 = 0$?
The equation is true for all allowed values, resulting in infinitely many solutions.
What is the result if simplifying an equation yields a false statement like $0 = 5$?
The equation has no solution.
In the model for distance at a constant speed, what equation is used?
$d = v t$ (where $d$ is distance, $v$ is speed, and $t$ is time).
What equation is commonly used to model interest accumulation in finance?
$A = P (1 + r)^{n}$ (where $A$ is the final amount, $P$ is principal, $r$ is rate, and $n$ is time).
Quiz
Introduction to Equations Quiz Question 1: Which equation correctly models distance traveled at a constant speed?
- d = v t (correct)
- d = v + t
- d = v / t
- d = v^2 t
Introduction to Equations Quiz Question 2: Which equation correctly represents compound interest accumulation?
- $A = P (1 + r)^{n}$ (correct)
- $A = P + r n$
- $A = P e^{r n}$
- $A = P (1 - r)^{n}$
Introduction to Equations Quiz Question 3: What term describes the values of the unknowns that satisfy an equation?
- Solutions (correct)
- Coefficients
- Constants
- Parameters
Introduction to Equations Quiz Question 4: What is the highest exponent of the variable in a quadratic equation?
- Two (correct)
- One
- Three
- Zero
Introduction to Equations Quiz Question 5: In the linear equation form $a x + b = 0$, what condition must the coefficient $a$ satisfy?
- $a \neq 0$ (correct)
- $a = 0$
- $a > b$
- $a$ must be positive
Introduction to Equations Quiz Question 6: When using the balance principle to manipulate an equation, what must be done after adding a number to one side?
- Add the same number to the other side (correct)
- Subtract the same number from the other side
- Multiply the other side by that number
- No change is needed on the other side
Introduction to Equations Quiz Question 7: Which of the following equations is a higher‑order polynomial equation?
- x⁴ − 2x + 5 = 0 (correct)
- x² + 3x + 2 = 0
- x + 7 = 0
- 1⁄x + 2 = 0
Introduction to Equations Quiz Question 8: To isolate the variable in the equation 3x + 7 = 22, which operation should be performed first?
- Subtract 7 from both sides (correct)
- Divide both sides by 3
- Add 7 to both sides
- Multiply both sides by 3
Introduction to Equations Quiz Question 9: Which of the following is a physical relationship commonly expressed with an equation?
- Force = mass × acceleration (F = ma) (correct)
- Color of light = taste of food
- Volume = number of stars in a galaxy
- Distance = musical tempo
Introduction to Equations Quiz Question 10: What does an equation assert?
- Two expressions have the same value (correct)
- Two numbers are added together
- A variable is multiplied by a constant
- A function is graphed
Introduction to Equations Quiz Question 11: If simplifying an equation leads to the statement \(0 = 5\), what does this indicate about the original equation?
- It has no solution (correct)
- It has infinitely many solutions
- It has exactly one solution
- It is true for some values
Introduction to Equations Quiz Question 12: What distinguishes a rational equation from other types of equations?
- The variable appears within a fraction (denominator) (correct)
- The variable is raised to a power higher than one
- The variable is inside a transcendental function like sin or log
- The equation contains no fractions at all
Introduction to Equations Quiz Question 13: Which methods are commonly used to solve a quadratic equation?
- Factoring, completing the square, and the quadratic formula (correct)
- Applying logarithms, using integration, or performing synthetic division
- Graphing only, without algebraic manipulation
- Substituting complex numbers exclusively
Introduction to Equations Quiz Question 14: Which of the following is NOT allowed as part of an expression in an algebraic equation?
- A logical statement such as “x > 5” (correct)
- A number such as 7
- A variable such as x
- An operation such as addition (+)
Introduction to Equations Quiz Question 15: When simplifying the expression $2(3x + 4) - 5x$, which step correctly applies the distributive property?
- Expand to $6x + 8 - 5x$ (correct)
- Combine $2$ and $5x$ to get $7x$
- Factor out $x$ to obtain $x(2·3 + 4 - 5)$
- Leave the expression unchanged
Introduction to Equations Quiz Question 16: Which of the following is an example of a transcendental equation?
- $\sin(x)=1$ (correct)
- $x^{2}+3=0$
- $\dfrac{2x+5}{3}=4$
- $x^{3}-2x+1=0$
Introduction to Equations Quiz Question 17: What type of solution set does an equation have when, after simplifying, it reduces to a statement that is always true (e.g., a tautology)?
- Infinitely many solutions (correct)
- No solution
- Exactly one solution
- A finite number of solutions
Which equation correctly models distance traveled at a constant speed?
1 of 17
Key Concepts
Types of Equations
Linear equation
Quadratic equation
Polynomial equation
Rational equation
Transcendental equation
Equation Concepts
Equation
Balance principle
Solution (mathematics)
Quadratic formula
Applications of Equations
Mathematical modeling
Definitions
Equation
A mathematical statement asserting that two expressions are equal, typically using the “=” sign.
Linear equation
An equation in which each term is either a constant or the product of a constant and a single variable raised to the first power.
Quadratic equation
An equation where the highest power of the variable is two, commonly written in the form ax² + bx + c = 0.
Polynomial equation
An equation involving a sum of powers of a variable with non‑negative integer exponents, such as aₙxⁿ + … + a₁x + a₀ = 0.
Rational equation
An equation that contains one or more fractions whose numerators and/or denominators include the variable.
Transcendental equation
An equation in which the variable appears inside a transcendental function like sine, exponential, or logarithm.
Balance principle
The rule that any operation performed on one side of an equation must be performed on the other side to preserve equality.
Solution (mathematics)
A value or set of values for the variable(s) that satisfy an equation, making the original statement true.
Quadratic formula
A closed‑form expression x = [−b ± √(b² − 4ac)] ⁄ (2a) that gives the solutions of a quadratic equation.
Mathematical modeling
The use of equations and other mathematical structures to represent, analyze, and predict real‑world phenomena.