S1-SA5-1001
What is Gradient (Slope) of a Line?
Grade Level:
Class 5
Maths, Computing, AI, Physics, Economics, Data Science
Definition
What is it?
The Gradient (also called Slope) of a line tells us how steep the line is. It measures how much the line goes up or down for every step it goes sideways. A bigger gradient means a steeper line.
Simple Example
Quick Example
Imagine you are walking up a ramp to a building. If the ramp goes up very quickly, it's steep – it has a large gradient. If the ramp goes up slowly and gently, it's less steep – it has a small gradient. It tells us how much 'rise' (vertical change) there is for a certain 'run' (horizontal change).
Worked Example
Step-by-Step
Let's find the gradient of a line that passes through two points: Point A (2, 4) and Point B (5, 10).
Step 1: Identify the coordinates of the two points. Point 1 (x1, y1) = (2, 4) and Point 2 (x2, y2) = (5, 10).
---Step 2: Understand the formula for gradient: Gradient (m) = (Change in y) / (Change in x) = (y2 - y1) / (x2 - x1).
---Step 3: Calculate the change in y (rise): y2 - y1 = 10 - 4 = 6.
---Step 4: Calculate the change in x (run): x2 - x1 = 5 - 2 = 3.
---Step 5: Divide the change in y by the change in x: m = 6 / 3.
---Step 6: Simplify the result. m = 2.
Answer: The gradient of the line is 2.
Why It Matters
Understanding gradient is super useful! Engineers use it to design safe roads and bridges, making sure slopes aren't too steep. In Data Science and AI, it helps computers 'learn' patterns in data. Even in Physics, it helps describe how fast things are moving or changing.
Common Mistakes
MISTAKE: Swapping x and y values in the formula, calculating (x2 - x1) / (y2 - y1) | CORRECTION: Always remember gradient is 'rise over run', so it's (change in y) / (change in x).
MISTAKE: Mixing up the order of points, like (y2 - y1) / (x1 - x2) | CORRECTION: Be consistent! If you start with y2, you must start with x2 for the x-values: (y2 - y1) / (x2 - x1).
MISTAKE: Forgetting about negative signs when calculating differences, especially when one coordinate is negative | CORRECTION: Pay close attention to subtraction with negative numbers. For example, 5 - (-2) becomes 5 + 2 = 7.
Practice Questions
Try It Yourself
QUESTION: Find the gradient of a line passing through (1, 3) and (4, 9). | ANSWER: 2
QUESTION: A line goes from point P(0, 5) to point Q(7, -2). What is its gradient? | ANSWER: -1
QUESTION: The cost of 3 samosas is Rs 45, and the cost of 7 samosas is Rs 105. If we plot 'number of samosas' on the x-axis and 'cost' on the y-axis, what is the gradient of the line? What does this gradient represent? | ANSWER: Gradient = 15. It represents the cost of one samosa.
MCQ
Quick Quiz
Which of these lines has the steepest positive gradient?
A line going up 2 units for every 5 units across
A line going up 5 units for every 2 units across
A line going up 1 unit for every 3 units across
A line going up 3 units for every 1 unit across
The Correct Answer Is:
D
Gradient is rise/run. For A: 2/5 = 0.4. For B: 5/2 = 2.5. For C: 1/3 = 0.33. For D: 3/1 = 3. The largest number (3) means the steepest positive gradient.
Real World Connection
In the Real World
When you use a navigation app like Google Maps or Ola/Uber, it often shows you elevation changes. This is like a gradient! Civil engineers use gradient to design slopes for wheelchair ramps or roads in hilly areas, ensuring they are not too steep for safety and comfort. Even cricket analysts might look at the 'run rate' over overs, which is a kind of gradient of runs scored over time.
Key Vocabulary
Key Terms
STEEP: Rising or falling sharply | RISE: The vertical change between two points on a line | RUN: The horizontal change between two points on a line | COORDINATES: A set of values (x, y) that show an exact position on a graph
What's Next
What to Learn Next
Great job understanding gradient! Next, you can explore how to find the equation of a line using its gradient and a point. This will help you predict values and understand how lines behave even more deeply. Keep learning!


