Maths Formulae Equations Linear Equation

Linear Equation Formulas – Solutions & Graphs

Learn linear equation formulas, solution methods, and graphing techniques. Perfect for algebra and school exam preparati...
🔑

Definition of a Linear Equation

A linear equation is a first-degree polynomial equation where the variable appears to the first power only. These equations represent straight-line relationships and constant rates of change. Linear equations are the foundation of algebra and model countless real-world situations involving proportional relationships, constant rates, and direct variation between quantities.

\[ ax + b = 0 \]
General Form (One Variable)

Linear equations represent the simplest mathematical relationships with constant rates of change. They model situations where one quantity changes at a steady rate relative to another. In geometry, they define straight lines. In physics, they represent uniform motion and constant forces. In economics, they model fixed costs plus variable rates. They are the building blocks for more complex mathematical relationships.

SymbolDescription
a, bCoefficients - constants that determine the solution and behavior of the equation.
xVariable - the unknown value being solved for.
mSlope - the rate of change, or the steepness of the line.
c or bY-intercept - the point where the line crosses the y-axis (when x = 0).
(x₁, y₁)Point coordinates - a specific location on the line.
📐

Key Formulas and Forms

\[ ax + b = 0 \]
Standard Form (One Variable)
\[ y = mx + c \]
Slope-Intercept Form
\[ Ax + By = C \]
General Form (Two Variables)
\[ y - y_1 = m(x - x_1) \]
Point-Slope Form
📊

Graphical Representation

x y x₀ b run rise y = mx + b m = slope, b = y-intercept solution: x = −b/m (when y=0)
Linear equation y = mx + b: a straight line with slope m and y-intercept b. The solution to ax+b=0 is the x-intercept where the line crosses the x-axis.

The graph of a linear equation in two variables, such as `y = mx + c`, is always a straight line on a Cartesian coordinate plane. The value `m` represents the slope, which determines the steepness and direction of the line. A positive `m` means the line rises from left to right, while a negative `m` means it falls. The value `c` is the y-intercept, which is the point `(0, c)` where the line crosses the vertical y-axis.

⚙️

Properties of Linear Equations

PropertyDescription
DegreeThe highest power of the variable is always 1. This is why it's called a first-degree equation.
GraphThe graphical representation of a linear equation is always a straight line.
Solution(s)A linear equation with one variable has exactly one solution, provided the coefficient `a` is not zero.
Rate of ChangeThe rate of change (slope) is constant. For every unit increase in `x`, `y` changes by a constant amount `m`.
🔬

Derivation of the Solution

To solve the standard linear equation `ax + b = 0` for `x`, we use algebraic manipulation to isolate the variable `x`. This process demonstrates how the solution is derived.

\[ ax + b = 0 \]
1. Starting Equation

2. Subtract the constant `b` from both sides of the equation to move it to the right side.

\[ ax + b - b = 0 - b \]
\[ ax = -b \]

3. Divide both sides by the coefficient `a` (assuming `a ≠ 0`) to solve for `x`.

\[ \frac{ax}{a} = \frac{-b}{a} \]
\[ x = -\frac{b}{a} \]
4. Final Solution
✏️

Worked Example

Solve the linear equation `3x + 9 = 0` for `x`.
  1. Start with the equation: `3x + 9 = 0`.
  2. Subtract 9 from both sides to isolate the term with `x`: `3x = -9`.
  3. Divide both sides by the coefficient of `x`, which is 3: `x = -9 / 3`.
  4. Calculate the final result.
x = -3
Find the value of y in the equation `y = 5x - 7` when `x = 4`.
  1. Start with the equation: `y = 5x - 7`.
  2. Substitute the given value `x = 4` into the equation: `y = 5(4) - 7`.
  3. Perform the multiplication: `y = 20 - 7`.
  4. Perform the subtraction to find `y`.
y = 13
🧮

Try It

🌍

Applications

Business & Economics: Linear equations are fundamental for cost-volume-profit analysis. They are used to model total cost (fixed costs + variable costs), total revenue (price × quantity), and to find the break-even point where revenue equals cost.

Physics & Engineering: In physics, linear equations describe relationships like uniform motion (distance = speed × time), Ohm's law in electrical circuits (Voltage = Current × Resistance), and force-extension relationships in springs (Hooke's Law).

Data Science & Statistics: Linear regression is a core statistical method used to model the relationship between a dependent variable and one or more independent variables. It helps in making predictions and understanding trends in data.

Health & Medicine: Medical professionals use linear equations for calculating medication dosages based on patient weight, tracking growth charts for children, and modeling certain physiological processes that exhibit a linear response over a specific range.

🏢

Real-World Examples

A taxi service charges a flat fee of $3.00 plus $1.50 per mile. If a ride costs $25.50, how many miles was the trip? The equation is `1.50m + 3 = 25.50`.
  1. Set up the equation, where 'm' is the number of miles: `1.50m + 3.00 = 25.50`.
  2. Subtract the flat fee ($3.00) from both sides: `1.50m = 25.50 - 3.00`.
  3. Simplify: `1.50m = 22.50`.
  4. Divide by the per-mile cost ($1.50) to find m: `m = 22.50 / 1.50`.
The trip was 15 miles.
The temperature in Celsius (C) can be converted to Fahrenheit (F) using the linear equation `F = 1.8C + 32`. If it is 68°F outside, what is the temperature in Celsius?
  1. Set up the equation with the known Fahrenheit value: `68 = 1.8C + 32`.
  2. Subtract 32 from both sides: `68 - 32 = 1.8C`.
  3. Simplify: `36 = 1.8C`.
  4. Divide by 1.8 to solve for C: `C = 36 / 1.8`.
The temperature is 20°C.
🏞️

Real-World Scenarios

x₀ y=mx+b
Taxi Fare Calculation
A taxi charges a $3 base fare plus $2 per km: C = 2d + 3. Setting C = 15 gives the linear equation 2d + 3 = 15, so d = 6 km. Every ride-share and delivery app uses linear equations like this to calculate fares, estimate arrival times, and set surge-pricing thresholds.
Jan Feb Mar Revenue = mx + b
Break-Even Analysis in Business
A startup has fixed costs of $5,000/month and earns $50 per unit sold. The equation 50x − 5000 = 0 gives the break-even point at x = 100 units. Business owners and CFOs solve this linear equation every month to determine the minimum sales needed to cover costs before making a profit.
C = πd (linear in d) d = C / π
Pipe Sizing in Plumbing
Plumbers use the linear equation C = πd to find the diameter of a pipe from its measured circumference C. If a pipe's outer circumference is 94.2 mm, then d = 94.2/π ≈ 30 mm. All pipe sizing standards (DN, NPS) rely on solving this simple linear equation to match pipes to fittings.
Budgeting and Financial Planning

Linear equations are used to create personal or business budgets. For example, modeling monthly savings as `Savings = Income - (Fixed Expenses + Variable Spending)`. This helps in predicting financial outcomes and making informed decisions about spending.

Calculating Travel Time

When planning a trip, the formula `Distance = Rate × Time` is a linear equation. If you know the distance and your average speed (rate), you can solve for the time it will take to reach your destination, assuming a constant speed.

Cooking and Recipe Scaling

Adjusting a recipe for more or fewer people involves linear relationships. If a recipe for 4 people requires 2 cups of flour, the equation `Flour = 0.5 × People` helps determine the amount of flour needed for any number of people.

🗂️

Types and Classification

Type / CaseFormDescription
Horizontal Line`y = c`A line with a slope of zero. The y-value is constant for all x-values.
Vertical Line`x = c`A line with an undefined slope. The x-value is constant for all y-values.
Direct Proportion`y = kx`A line that passes through the origin (0,0). The y-intercept is zero, meaning y is directly proportional to x.
Standard Form`Ax + By = C`A common way to write linear equations, useful for finding x and y intercepts easily.
⚠️

Common Mistakes

⚠️ Sign Errors: When moving a term from one side of the equation to the other, students often forget to change its sign (e.g., changing `x + 5 = 10` to `x = 10 + 5` instead of `x = 10 - 5`). Always invert the operation.
⚠️ Distribution Errors: Forgetting to distribute a number or a negative sign to *all* terms inside parentheses. For example, writing `-2(x + 3)` as `-2x + 3` instead of the correct `-2x - 6`.
⚠️ Ignoring Both Sides: Performing an operation on only one side of the equation. Remember that to maintain equality, whatever you do to one side (add, subtract, multiply, divide), you must do to the other.
🚀

Study Strategy

1 🧠 Build a Strong Foundation
  • Review the 'Definition of a Linear Equation' to understand the core criteria, such as variables having a power of one.
  • Study the 'Graphical Representation' to visually connect the algebraic formula to a straight line, slope, and y-intercept.
  • Grasp the 'Properties of Linear Equations' (addition, multiplication properties of equality) to see how equations are manipulated.
  • Examine 'Types and Classification' to differentiate between equations with one variable, two variables, etc.
2 🔑 Commit Formulas to Memory
  • Write out the slope-intercept form (y = mx + c) and define what 'm' (slope) and 'c' (y-intercept) represent.
  • Memorize the point-slope form (y - y1 = m(x - x1)) and identify when it's the most efficient form to use.
  • Learn the standard form (Ax + By = C) and practice converting other forms into it.
  • Drill the formula for slope from two points (m = (y2 - y1) / (x2 - x1)) until it becomes second nature.
3 ✍️ Solve and Reinforce
  • Follow the 'Worked Example' step-by-step, explaining the logic of each calculation aloud.
  • Re-solve the example problem without looking at the solution to test your recall and understanding.
  • Review the 'Common Mistakes' section and actively check your practice problems for those specific errors, like incorrect signs.
  • Use the 'Derivation of the Solution' page to understand the logical process behind isolating the variable.
4 🌍 Connect to the Real World
  • Analyze the 'Applications' section to see how linear equations model phenomena in fields like finance and physics.
  • Read the 'Real-World Examples' (e.g., phone bill calculations) and identify the slope and y-intercept in each context.
  • Create your own simple problem based on one of the 'Real-World Scenarios,' like calculating distance traveled at a constant speed.
  • Explore 'Related Formulas' to see how linear equations serve as a building block for more complex mathematical concepts.
By systematically understanding, memorizing, practicing, and applying, you'll master linear equations and see their power in everyday life.

Frequently Asked Questions

×

×