Understanding Slope
📈 What is Slope?
Slope is a number that describes the steepness and direction of a line. It tells us how much a line goes up (or down) as it moves to the right. We use it everywhere, from calculating the pitch of a roof to understanding how fast something is moving (speed!).
🛠️ How to Find Slope
The most common way is using the formula with two points: (x₁, y₁) and (x₂, y₂).
Formula: Slope (m) = (y₂ - y₁) / (x₂ - x₁)
This is often remembered as "rise over run".
- Step 1: Choose two points on the line.
- Step 2: Label them (x₁, y₁) and (x₂, y₂).
- Step 3: Subtract the y-values: (y₂ - y₁). This is the rise.
- Step 4: Subtract the x-values: (x₂ - x₁). This is the run.
- Step 5: Divide the rise by the run.
✏️ Worked Examples
Example 1: Find the slope between (1, 2) and (4, 8).
- Points: (x₁, y₁) = (1, 2), (x₂, y₂) = (4, 8)
- Rise (y₂ - y₁) = 8 - 2 = 6
- Run (x₂ - x₁) = 4 - 1 = 3
- Slope = 6 / 3 = 2
The slope is 2. This means the line rises 2 units for every 1 unit it runs.
Example 2: Find the slope between (-3, 5) and (2, -5).
- Points: (x₁, y₁) = (-3, 5), (x₂, y₂) = (2, -5)
- Rise (y₂ - y₁) = -5 - 5 = -10
- Run (x₂ - x₁) = 2 - (-3) = 2 + 3 = 5
- Slope = -10 / 5 = -2
The slope is -2. This means the line falls 2 units for every 1 unit it runs.
⚠️ Common Mistakes
- Mixing up x and y: Always do y₂ - y₁ divided by x₂ - x₁. A good trick is to remember "Y comes before X in the alphabet, but you find Rise (Y) over Run (X)!"
- Subtracting in the wrong order: If you start with y₂ in the numerator, you MUST start with x₂ in the denominator. Be consistent!
- Forgetting negative signs: A negative slope is perfectly fine! It just means the line is going downhill from left to right.
💡 Tips & Tricks
- Memory Aid: "Rise Over Run" – The vertical change comes first, over the horizontal change.
- Direction Guide:
- Positive Slope: Line goes ↗ UP from left to right.
- Negative Slope: Line goes ↘ DOWN from left to right.
- Zero Slope: Line is flat → (horizontal).
- Undefined Slope: Line is straight up | (vertical).
🎯 How to Practice
- Grab graph paper and plot two points. Draw the line between them and physically count the rise and run.
- Make flashcards with pairs of points on the front and calculate the slope on the back.
- Look for slopes in the real world! What's the slope of the stairs? The ramp at the library? A hill?
- Ask a friend for two random numbers and practice the calculation.