RemNote Community
Community

Introduction to Linear Equations

Understand the forms, graphing, and solution methods for linear equations, and their role in advanced topics like linear programming.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz

Quick Practice

What is the core definition of a linear equation in terms of rates of change?
1 of 12

Summary

Linear Equations: Definition, Forms, and Solutions What Are Linear Equations? A linear equation describes a situation where one quantity changes at a constant rate with respect to another quantity. The word "linear" comes from the fact that when you graph these equations, they always form a straight line. Linear equations are among the most fundamental tools in mathematics because they model many real-world relationships—from calculating costs based on quantity purchased, to predicting distance traveled over time at a constant speed. Standard Forms of Linear Equations There are two main ways to write a linear equation in two variables, and understanding both is essential because each form has different advantages. Slope-Intercept Form: The most commonly used form is the slope-intercept form: $$y = mx + b$$ Here, $m$ represents the slope and $b$ represents the y-intercept. This form is particularly useful because it immediately tells you key information about the line's behavior and position. Standard Form: Linear equations can also be expressed in standard form: $$ax + by = c$$ where $a$, $b$, and $c$ are constants, and importantly, $a$ and $b$ cannot both be zero. This form is useful when you're working with systems of equations or need all variables on one side of the equation. Converting Between Forms: Any linear equation can be rearranged between these forms. For example, if you have $2x + 3y = 12$ in standard form, you can solve for $y$ to get the slope-intercept form: $y = -\frac{2}{3}x + 4$. Understanding the Graphical Meaning When you plot a linear equation on a coordinate plane, the slope and y-intercept tell you exactly what the line looks like. The Slope: The slope $m$ measures the rate of change of $y$ with respect to $x$. It answers the question: "For every one unit you move right along the x-axis, how many units do you move up (or down) along the y-axis?" If $m$ is positive, the line tilts upward from left to right If $m$ is negative, the line tilts downward from left to right A larger absolute value of $m$ means a steeper line The Y-Intercept: The y-intercept $b$ is simply the point where your line crosses the y-axis. This occurs when $x = 0$. On a graph, you can always start by plotting the point $(0, b)$, then use the slope to find other points on the line. The image above shows two lines intersecting. Notice how the red line has a positive slope (going upward) while the blue line has a negative slope (going downward). Each line crosses the y-axis at a different point—these are their respective y-intercepts. Solving Linear Equations in One Variable When you have a linear equation with only one variable, your goal is to find the single value that makes the equation true. A linear equation in one variable has the general form: $$ax + b = 0$$ where $a \neq 0$ (if $a = 0$, it wouldn't really be a variable equation anymore). The Solution: Solving this equation is straightforward. You isolate $x$ by subtracting $b$ from both sides, then dividing by $a$: $$x = -\frac{b}{a}$$ Example: For the equation $3x + 9 = 0$, we have $a = 3$ and $b = 9$, so $x = -\frac{9}{3} = -3$. You can check: $3(-3) + 9 = -9 + 9 = 0$ ✓ The key insight is that every linear equation in one variable has exactly one solution (provided $a \neq 0$). This solution is the single point on the number line where the equation is satisfied. Solving Systems of Linear Equations in Two Variables When you have two linear equations with two variables, you're looking for values of both $x$ and $y$ that satisfy both equations simultaneously. Geometrically, you're finding where the two lines intersect. Why This Matters: Many real-world problems involve multiple constraints or relationships. For instance, you might know the total cost of apples and oranges, and separately know the difference in their prices. Two equations let you find the individual prices. The Intersection Point The solution to a system of two linear equations is the point $(x, y)$ where both lines cross. Looking back at img1, you can see that the blue and red lines intersect at exactly one point. The coordinates of that point are the solution to the system. Substitution Method This method works by isolating one variable in one equation, then substituting its expression into the other equation. Steps: Solve one equation for one variable (choose whichever looks easiest) Substitute this expression into the other equation Solve the resulting equation in one variable Back-substitute to find the other variable Example: $$y = 2x + 1$$ $$3x + y = 11$$ From the first equation, $y$ is already isolated. Substitute it into the second: $$3x + (2x + 1) = 11$$ $$5x + 1 = 11$$ $$x = 2$$ Now substitute back: $y = 2(2) + 1 = 5$ Solution: $(2, 5)$ Elimination Method This method eliminates one variable by adding or subtracting the equations strategically. Steps: Arrange both equations in standard form Multiply one or both equations by constants so that one variable has opposite coefficients Add the equations together; one variable will cancel Solve for the remaining variable Substitute back to find the other variable Example: $$2x + 3y = 8$$ $$x + 3y = 5$$ Notice that both equations have $3y$. If you subtract the second from the first: $$(2x + 3y) - (x + 3y) = 8 - 5$$ $$x = 3$$ Substitute into the second equation: $$3 + 3y = 5$$ $$y = \frac{2}{3}$$ Solution: $(3, \frac{2}{3})$ Which Method to Use? Substitution is often easier when one variable is already isolated or can be easily isolated. Elimination is cleaner when variables already have convenient coefficients. <extrainfo> Matrix Methods for Larger Systems When you have many linear equations (say, five equations with five variables), the substitution and elimination methods become tedious. Gaussian elimination is a systematic approach that uses matrix notation to organize information and solve the system efficiently. This method is particularly valuable in computer applications and advanced mathematics, but the underlying principle is the same as elimination—cancel variables strategically until you can solve for each unknown. Linear Programming and Applications Linear equations form the foundation for linear programming, an optimization technique used in business and science. Linear programming problems involve finding the maximum or minimum value of a linear objective (like profit or cost) subject to multiple linear constraints. However, this is an advanced application that typically isn't the focus of introductory studies on linear equations themselves. </extrainfo>
Flashcards
What is the core definition of a linear equation in terms of rates of change?
A situation where one quantity changes at a constant rate with respect to another.
What is the slope‑intercept form of a linear equation in two variables $x$ and $y$?
$y = mx + b$ (where $m$ is the slope and $b$ is the $y$-intercept).
What is the standard form of a linear equation with two variables $x$ and $y$?
$ax + by = c$ (where coefficients $a$ and $b$ are not both zero).
What does the slope $m$ indicate in a linear equation?
The rate of change of $y$ with respect to $x$ and the steepness of the line.
What is the definition of the $y$-intercept $b$?
The point where the line crosses the $y$-axis (where $x = 0$).
What is the general form of a linear equation in one variable $x$?
$ax + b = 0$.
What is the solution formula for $x$ in the one-variable equation $ax + b = 0$?
$x = -\frac{b}{a}$ (provided $a \neq 0$).
What does solving a system of two linear equations represent geometrically?
Finding the intersection point of the two corresponding lines.
How is the substitution method used to solve a system of linear equations?
By expressing one variable from one equation and substituting it into the other.
How is the elimination method used to solve a system of linear equations?
By adding or subtracting the equations to cancel one variable.
Which method is commonly used to solve many linear equations simultaneously via matrix methods?
Gaussian elimination.
What field of study optimizes a linear objective subject to linear constraints using linear equations?
Linear programming.

Quiz

What does the slope of a line indicate in its graph?
1 of 11
Key Concepts
Linear Equations Basics
Linear equation
Slope‑intercept form
Standard form (linear equation)
Slope (mathematics)
y‑intercept
Solving Systems of Equations
System of linear equations
Substitution method
Elimination method
Gaussian elimination
Optimization Techniques
Linear programming