Introduction: Making Math Visual

Welcome to the world of graphs! If you’ve ever looked at a map, a fitness tracker, or a business chart, you’ve used graphs. In this chapter, we are going to learn how to turn equations into "pictures." Why? Because it’s much easier to see a trend in a picture than in a list of numbers. Whether it's a straight line or a curvy wave, every graph tells a story. Don't worry if you find coordinates a bit confusing at first—we'll break it down step-by-step!

Quick Review: The Coordinate Grid
Before we start, remember the golden rule of coordinates: Along the corridor, then up the stairs.
The x-axis is the horizontal line (left to right).
The y-axis is the vertical line (up and down).
A point is always written as \( (x, y) \).

1. Straight Line Graphs (\(y = mx + c\))

The most common graph you will meet is the linear graph. This is just a fancy name for a straight line.

Understanding the Formula

Every straight line can be written as: \( y = mx + c \)

  • m is the gradient (the slope). It tells you how steep the line is.
  • c is the y-intercept. This is the "starting point" where the line crosses the y-axis.

How to find the Gradient (m)

Think of the gradient like an escalator. To find it, you divide the vertical change (how much it goes up) by the horizontal change (how much it goes across).
\( \text{Gradient} (m) = \frac{\text{Change in } y}{\text{Change in } x} \)

Parallel and Perpendicular Lines

  • Parallel lines: These lines never meet (like train tracks). They have the same gradient. For example, \( y = 2x + 1 \) and \( y = 2x + 5 \) are parallel because they both have a gradient of 2.
  • Perpendicular lines: These meet at a 90° angle. Their gradients are the "negative reciprocal" of each other. If one line has gradient \( m \), the other has gradient \( -\frac{1}{m} \).

Common Mistake: Forgetting that a line going downhill from left to right has a negative gradient!

Key Takeaway: In \( y = mx + c \), \( m \) is the steepness and \( c \) is where it hits the y-axis.

2. Plotting Any Graph: The Table of Values

If you are given an equation and asked to draw it, the "Table of Values" is your best friend. This method works for every single type of graph!

Step-by-Step: Drawing \( y = 2x + 1 \)

  1. Pick some x-values: Usually \( -2, -1, 0, 1, 2 \) are good choices.
  2. Calculate y: Plug each x into the equation. Example: If \( x = 2 \), then \( y = 2(2) + 1 = 5 \).
  3. Create coordinates: Your pair would be \( (2, 5) \).
  4. Plot and Join: Put the dots on the grid and join them with a smooth line or curve.

Quick Review: Always use a sharp pencil! If the points don't form a clear shape, double-check your calculations, especially with negative numbers.

3. Quadratic, Cubic, and Reciprocal Graphs

Not all lines are straight! Some have curves depending on the "power" of \( x \).

Quadratic Graphs (\( y = x^2 \))

These create a "U" shape (called a parabola) if the \( x^2 \) is positive, or an "n" shape if it's negative.
Turning Point: The very bottom (or top) of the curve.
Roots: Where the curve crosses the x-axis (where \( y = 0 \)).

Cubic Graphs (\( y = x^3 \))

These usually look like a "squiggle" or an "S" shape. They can cross the x-axis up to three times.

Reciprocal Graphs (\( y = \frac{1}{x} \))

These are special because they are "broken" into two parts. They never touch the x or y axes. These axes are called asymptotes (lines the graph gets closer and closer to but never touches).

Did you know? Reciprocal graphs are used in science to show Inverse Proportion—for example, as the pressure on a gas increases, its volume decreases!

Key Takeaway: \( x^2 \) makes a U-shape; \( x^3 \) makes a squiggle; \( \frac{1}{x} \) makes two separate curves.

4. Exponential and Circle Graphs

Exponential Graphs (\( y = k^x \))

These start off very flat and then suddenly shoot upwards like a "hockey stick." They are used to model things that grow very fast, like bacteria or compound interest. They always pass through \( (0, 1) \) if the equation is just \( y = k^x \).

Circle Graphs

In this course, we look at circles with their center at the origin \( (0, 0) \).
The equation is: \( x^2 + y^2 = r^2 \)
Where r is the radius of the circle.

Example: \( x^2 + y^2 = 25 \) is a circle with a radius of 5 (because \( \sqrt{25} = 5 \)).

5. Trigonometric Graphs

These graphs look like waves and are used to model things that repeat, like tides or sound waves.

  • Sine Wave (\( y = \sin x \)): Starts at \( (0, 0) \). It goes up to 1 and down to -1.
  • Cosine Wave (\( y = \cos x \)): Starts at \( (0, 1) \). It looks just like the sine wave but shifted.
  • Tangent Wave (\( y = \tan x \)): This one is different! It has vertical gaps (asymptotes) every 180 degrees.

Memory Aid: Sine starts at Seven (well, zero, which looks like an 'o' in 0), but Cosine starts at the Ceiling (the top value of 1).

6. Real-World Graphs (Interpreting the Story)

Sometimes graphs show real events. You need to know what the gradient and area represent.

Distance-Time Graphs

  • Gradient = Speed. (A steeper line means you are going faster).
  • A flat horizontal line means you have stopped.

Velocity-Time (Speed-Time) Graphs

  • Gradient = Acceleration.
  • Area under the graph = Total Distance travelled.

Step-by-Step: Finding Distance
To find the distance from a velocity-time graph, split the area under the line into simple shapes like rectangles and triangles. Calculate the area of each and add them together!

Key Takeaway: Gradient shows rate of change (how fast something is happening). Area shows accumulation (total amount).

7. Transforming Graphs

You can move or flip a graph by changing its equation slightly.

  • Translation: Moving the graph. \( y = x^2 + 3 \) moves the graph of \( y = x^2 \) up by 3 units.
  • Reflection: Flipping the graph. \( y = -x^2 \) flips the graph upside down (reflects it in the x-axis).

Don't worry if this seems tricky at first! Just remember that adding a number outside the main function (like the +3) moves it up or down, and a minus sign in front of the whole thing flips it over.

Final Quick Review Box

Linear: \( y = mx + c \) (Straight line)
Quadratic: \( y = x^2 \) (U-shape curve)
Reciprocal: \( y = 1/x \) (Two curves in opposite corners)
Circle: \( x^2 + y^2 = r^2 \) (Round shape around the middle)
Gradient: Up divided by Across
Distance: Area under a Velocity-Time graph