Applications and Special Cases of Linear Graphs
From the Linear graph curriculum
Applications and Special Cases of Linear Graphs
TL;DR
Linear graphs aren't just for math class; they help us model real-world situations like costs, speeds, and even growth. Understanding how lines behave in special cases, like parallel or perpendicular lines, gives you powerful tools for problem-solving. By recognizing patterns and relationships, you can predict outcomes and make informed decisions.
1. The Mental Model
Think of linear graphs as a straightforward way to see how two things change together at a constant rate. They help you visualize consistent relationships, whether it's how much money you earn over time or how quickly a car travels.
2. The Core Material
Linear graphs, represented by equations like $y = mx + b$, are incredibly versatile. We've talked about the slope ($m$) and y-intercept ($b$), but let's dive into some common real-world applications and special situations.
Cost and Revenue Models

Photo by Jakub Zerdzicki on Pexels
Businesses often use linear equations to model costs, revenue, and profit.
* Total Cost: This often includes a fixed cost (like rent) plus a variable cost per item (like materials). It looks like $C(x) = (\text{variable cost per item})x + (\text{fixed cost})$.
* Revenue: This is the money earned from selling items. It's usually $R(x) = (\text{price per item})x$.
* Profit: Profit is simply Revenue minus Total Cost: $P(x) = R(x) - C(x)$. The "break-even point" is where profit is zero (Revenue = Cost).
Distance, Speed, and Time

Photo by Nikolett Emmert on Pexels
A classic application! If speed is constant, the relationship between distance ($d$), speed ($s$), and time ($t$) is linear: $d = st$. Here, speed ($s$) is the slope.
Growth and Decay

Photo by Galeri Muu on Pexels
When something grows or decays at a constant rate, it's a linear relationship. For example, if a plant grows 2 inches per week, its height over time can be modeled linearly.
Special Cases: Parallel and Perpendicular Lines

Photo by Jan van der Wolf on Pexels
These are specific relationships between two lines that are super useful.
Parallel Lines
Two lines are parallel if they never intersect. This happens when they have the exact same slope but different y-intercepts. If their y-intercepts were also the same, they'd be the same line!
- Example: $y = 2x + 3$ and $y = 2x - 1$ are parallel. Both have a slope of 2.
Perpendicular Lines
Two lines are perpendicular if they intersect at a perfect right (90-degree) angle. This happens when their slopes are negative reciprocals of each other.
To find the negative reciprocal of a slope $m$:
1. Flip the fraction (reciprocal).
2. Change its sign (negative).
So, if one slope is $m_1$, the perpendicular slope $m_2$ is $-\frac{1}{m_1}$.
- Example: If a line has a slope of $3$, a perpendicular line will have a slope of $-\frac{1}{3}$.
- Example: If a line has a slope of $-\frac{2}{5}$, a perpendicular line will have a slope of $\frac{5}{2}$.
- The only exception is horizontal lines ($m=0$) and vertical lines (undefined slope). They are perpendicular to each other.
graph TD
A["Real-World Problem"] --> B["Identify Variables & Constants"]
B --> C["Choose Appropriate Linear Model"]
C --> D{"Special Line Relationship?"}
D -- "Yes (e.g., parallel/perpendicular)" --> E["Apply Slope Rules (Same or Negative Reciprocal)"]
D -- "No (e.g., cost/revenue)" --> F["Formulate Equation(s) (y=mx+b)"]
E --> G["Solve & Interpret"]
F --> G
G --> H["Decision or Prediction"]
3. Worked Example
Let's say you're a small business making custom t-shirts. Your monthly fixed costs (rent, utilities) are $500. Each t-shirt costs you $5 in materials and labor to produce. You sell each t-shirt for $15.
-
Write the cost equation.
Fixed cost = $500
Variable cost per shirt = $5
Let $x$ be the number of t-shirts produced.
$C(x) = 5x + 500$ -
Write the revenue equation.
Price per shirt = $15
$R(x) = 15x$ -
Find the break-even point.
The break-even point is when $C(x) = R(x)$.
$5x + 500 = 15x$
Subtract $5x$ from both sides:
$500 = 10x$
Divide by 10:
$x = 50$
You need to sell 50 t-shirts to break even. -
Calculate profit if you sell 80 t-shirts.
$P(x) = R(x) - C(x)$
$P(x) = 15x - (5x + 500)$
$P(x) = 15x - 5x - 500$
$P(x) = 10x - 500$
Now, substitute $x=80$:
$P(80) = 10(80) - 500$
$P(80) = 800 - 500$
$P(80) = 300$
You'd make a $300 profit if you sell 80 t-shirts.
4. Key Takeaways
- Linear equations model relationships where one quantity changes consistently with another.
- Cost, revenue, and profit are common business applications of linear graphs.
- The break-even point is where total costs equal total revenue.
- Parallel lines have the same slope but different y-intercepts.
- Perpendicular lines have slopes that are negative reciprocals of each other.
- Use the slope ($m$) and y-intercept ($b$) to interpret real-world scenarios.
Common Mistakes to Avoid:
- Mixing up fixed and variable costs in cost equations.
- Forgetting to distribute the negative sign when calculating profit ($R(x) - C(x)$).
- Not correctly finding the negative reciprocal for perpendicular slopes (e.g., just changing the sign or just flipping the fraction).
- Assuming lines are parallel or perpendicular just because they "look" that way on a sketch; always check their slopes.
5. Now Try It
Imagine you're tracking the growth of a plant. On day 3, it's 10 cm tall. On day 7, it's 18 cm tall. Assuming a constant growth rate (linear growth):
- Determine the linear equation that models the plant's height ($H$) based on the number of days ($D$).
- What was the initial height of the plant (at day 0)?
- How tall will the plant be on day 10?
Success looks like: You'll have an equation in the form $H = mD + b$, and specific numerical answers for the initial height and height on day 10.
Frequently asked about Applications and Special Cases of Linear Graphs
More from Linear graph
Get the full Linear graph curriculum
Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.
Create Free Account