RemNote Community
Community

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

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