Welcome to the World of Linear Graphs!

Hi there! Today we are going to explore Linear Graphs. If you have ever looked at a map, used a GPS, or seen a chart showing how something grows over time, you have already seen graphs in action! In this chapter, we will learn how to turn simple algebraic equations into straight-line pictures. Think of it as a way to turn "math talk" into "math art."

Don't worry if you find graphs a bit confusing at first. We will take it one step at a time, and by the end, you'll be plotting lines like a pro!

1. The Basics: Refreshing Coordinates

Before we draw lines, we need to know where to put our dots. We use Coordinates written as \( (x, y) \).

• The x-coordinate tells you how far to move Left or Right (the horizontal axis).
• The y-coordinate tells you how far to move Up or Down (the vertical axis).

A Simple Trick: Always remember: "Along the corridor, then up the stairs." You must go across the x-axis before you go up or down the y-axis.

Did you know? The point \( (0, 0) \) where the two lines meet is called the Origin. It is the "starting gate" for every point you plot!

Key Takeaway:

Always list the horizontal (x) value first and the vertical (y) value second. If you swap them, your point will end up in the wrong place!

2. Vertical and Horizontal Lines

Sometimes, equations are very short. These create special types of straight lines.

Vertical Lines: These look like \( x = a \). For example, \( x = 3 \). This means that no matter what the y-value is, the x-value is always 3. If you plot these points, you get a straight vertical line passing through 3 on the x-axis.

Horizontal Lines: These look like \( y = b \). For example, \( y = -2 \). This means that no matter what the x-value is, the y-value is always -2. This creates a straight horizontal line passing through -2 on the y-axis.

Common Mistake: Many students think the \( x = 3 \) line should go across like the x-axis. Remember: The line \( x = 3 \) must cut through the x-axis at number 3, which makes it go up and down!

3. The Magic Formula: \( y = mx + c \)

Most straight-line graphs follow a specific pattern. The equation looks like this: \( y = mx + c \). Each letter does a special job:

m = The Gradient: This tells us how steep the line is.
• If \( m \) is a big number, the line is very steep.
• If \( m \) is a small number, the line is flatter.
• If \( m \) is positive, the line goes up from left to right.
• If \( m \) is negative, the line goes down from left to right.

c = The Y-Intercept: This tells us where the line crosses the y-axis. It is the "starting height" of your line when \( x = 0 \).

Memory Aid:
M stands for Mountain (how steep it is).
C stands for Crossing (where it crosses the middle line).

Key Takeaway:

In the equation \( y = 2x + 5 \), the gradient is 2 (for every 1 step right, go 2 steps up) and the y-intercept is 5 (the line hits the vertical axis at 5).

4. How to Plot a Graph using a Table of Values

If you are given an equation like \( y = 2x + 1 \) and asked to draw it, don't panic! Just follow these steps:

Step 1: Draw a small table. Choose three simple values for \( x \), like 0, 1, and 2.
Step 2: Calculate y. Plug your \( x \) values into the equation.
• If \( x = 0 \), then \( y = 2(0) + 1 = 1 \). Point: \( (0, 1) \)
• If \( x = 1 \), then \( y = 2(1) + 1 = 3 \). Point: \( (1, 3) \)
• If \( x = 2 \), then \( y = 2(2) + 1 = 5 \). Point: \( (2, 5) \)
Step 3: Plot the points. Put dots on your graph paper at those coordinates.
Step 4: Draw the line. Use a ruler to join the dots. It should be a perfectly straight line!

Top Tip: Always plot at least 3 points. If your points don't form a straight line, you know you've made a calculation mistake!

5. Finding the Gradient (\( m \))

If you already have a line and need to find the gradient, use the "Rise over Run" method.

1. Pick two points on the line where they cross the grid corners perfectly.
2. Count how many squares you go up (the Rise).
3. Count how many squares you go right (the Run).
4. Divide the Rise by the Run: \( m = \frac{Rise}{Run} \).

Example: If you move 2 steps right and 6 steps up, the gradient is \( 6 \div 2 = 3 \).

6. Summary and Quick Review

Quick Check:
• Does your line go through the y-axis at the value of \( c \)?
• Is your line straight? (Linear graphs are always straight lines!)
• If the gradient is negative, does the line slope downwards?

Real-World Analogy: Think of a taxi fare. The "starting fee" (the cost just for getting in) is the y-intercept (c). The "cost per mile" is the gradient (m). The total cost is \( y \), and the distance is \( x \). This is exactly what \( y = mx + c \) represents!

You've reached the end of the Linear Graphs notes! Practice drawing a few lines, and you'll see that it's just like following a recipe. Well done!