Skip to content
mathlab
0
0
0 XP
Lvl 1
KJ
Lesson 4 ~25 min Unit 3 · Trigonometry +85 XP

Pythagoras in Practical Problems

Translate real-world situations into right-triangle diagrams. Apply Pythagoras to coordinate distances, navigation, rectangle diagonals, and worded problems.

Today's hook: Two hikers leave the campsite together. One walks 6 km due north, the other walks 8 km due east. They both stop. How far apart are they — without using a ruler?
0/5QUESTS
Think First
warm-up

From a starting point, walk 12 metres east, then turn 90° and walk 5 metres south. How far are you from the start, in a straight line? Draw the journey first.

Record your answer in your workbook.
1
The Big Idea
+5 XP

Pythagoras' theorem is the secret weapon for any “straight-line distance” problem — navigation, mapping, ladders, screens, sports fields, gates, framing. The skill is spotting the right triangle hiding in the situation.

Whenever two distances are perpendicular (east+north, vertical+horizontal, width+height), they are the legs of a right triangle. The straight-line distance is the hypotenuse. Draw a quick sketch first — label the legs with the given distances, mark the right angle, then apply $c^2 = a^2 + b^2$.

8 km east 6 km north ? $c^2 = 6^2 + 8^2 = 100$ $c = 10$ km
Perpendicular legs → straight-line distance is the hypotenuse
Sketch first
Always draw the situation — label legs and right angle.
Direction matters
North + East are perpendicular. So are vertical + horizontal.
Units everywhere
Match all units (km, m) before computing.
2
What You'll Master
objectives

Know

  • Perpendicular distances are legs of a right triangle
  • Straight-line distance is the hypotenuse
  • Coordinate differences ($\Delta x$, $\Delta y$) act as legs

Understand

  • Why drawing a diagram simplifies word problems
  • How compass directions create right angles
  • Why the diagonal of a rectangle is the hypotenuse of two right triangles

Can Do

  • Translate a worded scenario into a right-triangle diagram
  • Apply Pythagoras to find distances between points
  • Solve ladder, gate, diagonal and navigation problems
3
Words You Need
vocabulary
PerpendicularAt right angles to each other (90°). North and east are perpendicular.
Bee-line / straight line distanceThe shortest distance between two points — always the hypotenuse of a right triangle.
Coordinate distanceDistance between two points on a plane. Uses Pythagoras with horizontal and vertical differences.
Rectangle diagonalThe line joining opposite corners of a rectangle. It is the hypotenuse of the right triangle formed by the two sides.
Right-triangle hiddenMany practical problems contain a right triangle even when not drawn — spot it before applying Pythagoras.
Path / journeyA sequence of straight-line movements. Pythagoras gives the direct distance between start and end.
4
Spot the Trap
heads-up

Wrong: “The two hikers walked 6 + 8 = 14 km apart.” That's the total distance walked, not the straight-line separation.

Right: Straight-line separation is the hypotenuse: $\sqrt{6^2 + 8^2} = 10$ km.

Wrong: Computing without drawing — missing which sides are perpendicular.

Right: Sketch → label → identify right angle → apply Pythagoras.

5
Coordinate Distance
+5 XP

To find the distance between two points on a grid, the horizontal difference ($\Delta x$) and the vertical difference ($\Delta y$) are the legs of a right triangle.

For points $A(x_1, y_1)$ and $B(x_2, y_2)$: $\Delta x = x_2 - x_1$, $\Delta y = y_2 - y_1$. The distance is $AB = \sqrt{(\Delta x)^2 + (\Delta y)^2}$. This is just Pythagoras applied to the rise and run between the points.

A(1,1) B(5,4) $\Delta x = 4$ $\Delta y = 3$ $AB = 5$
$AB = \sqrt{(\Delta x)^2 + (\Delta y)^2}$
Take differences
$\Delta x = x_2 - x_1$ — sign doesn't matter because we square it.
It's still Pythagoras
The distance formula IS Pythagoras dressed up.
Plot points
Even a rough sketch helps avoid mixing $x$ and $y$.
6
Compass & Journey Problems
+5 XP

When someone walks N then E (or any two perpendicular bearings), the legs are the two distances and the hypotenuse is the straight-line gap.

JourneySetup
6 km N, 8 km E$d = \sqrt{6^2+8^2}=10$ km
3 km W, 4 km S$d = \sqrt{3^2+4^2}=5$ km
12 m E, 5 m N$d = \sqrt{12^2+5^2}=13$ m
N ⊥ E (or W ⊥ S, or any axis pair) — legs of a right triangle
Compass = 90°
N, S, E, W are at 90° to each other — always perpendicular.
Direction is just sign
For Pythagoras, only the magnitude matters — signs disappear after squaring.
Draw arrows
Draw each leg as an arrow on a sketch — the diagonal is the answer.
Watch Me Solve It · Hikers diverge
+15 XP per step
Q1
PROBLEM
Two hikers leave the campsite together. One walks 6 km due north, the other 8 km due east. How far apart are they?
  1. 1
    Sketch
    Treat N and E as perpendicular legs of a right triangle.
    North and east are at 90° to each other.
  2. 2
    Apply Pythagoras
    $d^2 = 6^2 + 8^2 = 36 + 64 = 100$
  3. 3
    Square root
    $d = \sqrt{100} = 10$ km
Answer10 km apart
Watch Me Solve It · Coordinate distance
+15 XP per step
Q2
PROBLEM
Find the distance between $A(2, 1)$ and $B(8, 9)$.
  1. 1
    Compute differences
    $\Delta x = 8-2 = 6$, $\Delta y = 9-1 = 8$
  2. 2
    Apply Pythagoras
    $d^2 = 6^2 + 8^2 = 100$
  3. 3
    Root
    $d = 10$ units
Answer$AB = 10$ units
Watch Me Solve It · Rectangle diagonal
+15 XP per step
Q3
PROBLEM
A garden bed is 9 m by 12 m. A diagonal path runs from one corner to the opposite. How long is the path?
  1. 1
    Identify triangle
    The diagonal cuts the rectangle into two right triangles with legs 9 and 12.
  2. 2
    Compute
    $d^2 = 9^2 + 12^2 = 81 + 144 = 225$
  3. 3
    Root
    $d = 15$ m
Answer15 m
8
Common Pitfalls
heads-up
Forgetting to sketch
Trying to compute without drawing the situation often leads to wrong setup.
Fix: Always sketch first, label legs and the right angle, then apply Pythagoras.
Adding distances instead
Saying 6 + 8 = 14 km apart, ignoring the angle.
Fix: Two perpendicular journeys: straight-line distance is the hypotenuse, not the sum.
Wrong units mixed
Mixing metres and centimetres in the same problem.
Fix: Convert ALL measurements to a single unit before using Pythagoras.
Copy Into Your Books

Real-world setup

  • Sketch the situation
  • Spot two perpendicular distances
  • Those are the legs

Coordinates

  • $\Delta x = x_2 - x_1$
  • $\Delta y = y_2 - y_1$
  • $d = \sqrt{(\Delta x)^2+(\Delta y)^2}$

Compass

  • N, S, E, W all at 90°
  • Two perpendicular legs
  • Hyp = straight-line gap

Rectangle diagonal

  • $d = \sqrt{L^2 + W^2}$
  • Two right triangles form
  • Same formula

How are you completing this lesson?

D
Brain Trainer · Real-World Distance
4 problems

Four quick drills to lock in today's skill. Try each, then reveal the answer.

  1. 1 Walk 9 m east then 12 m north. How far from the start?

    $\sqrt{81+144}=\sqrt{225}=15$.15 m
  2. 2 Distance from $(0,0)$ to $(5,12)$.

    $\sqrt{25+144}=\sqrt{169}=13$.13
  3. 3 Diagonal of a 7 m by 24 m field.

    $\sqrt{49+576}=\sqrt{625}=25$.25 m
  4. 4 Boat sails 3 km N, then 4 km W. Distance from port.

    $\sqrt{9+16}=5$.5 km
Complete in your workbook.
1
A boat sails 5 km east then 12 km south. How far is it from the starting harbour?
+10 XP
2
Distance between $(1, 2)$ and $(4, 6)$:
+10 XP
3
A rectangle is 8 cm by 6 cm. Length of diagonal?
+10 XP
4
A diagonal path on a 60 m by 80 m field is what length?
+10 XP
5
You walk 9 km west, then 12 km south. Straight-line distance back to start?
+10 XP
Show Your Working
9 marks total
ApplyMedium3 MARKS

Q6. A rectangular soccer field is 100 m by 60 m. (a) Find the length of the diagonal. (b) A player runs from one corner along the diagonal. By how many metres is this shorter than running 100 m + 60 m along two sides?

Answer in your workbook.
ApplyEasy2 MARKS

Q7. Find the distance between the points $P(-3, 4)$ and $Q(5, -2)$.

Answer in your workbook.
ReasonHard4 MARKS

Q8. A drone takes off, flies 30 m east, then 40 m north, then 120 m straight up. Find the straight-line distance from the launch point to where it is now (2 d.p.).

Answer in your workbook.
Comprehensive Answers

Quick Check

1. C — 5-12-13 triple.

2. A — 3-4-5 triple.

3. B — $\sqrt{64+36}=10$ cm.

4. D — 100 m (3-4-5 triple scaled by 20).

5. C — 9-12-15 triple.

Show Your Working Model Answers

Q6 (3 marks): (a) $d=\sqrt{10000+3600}=\sqrt{13600}\approx 116.62$ m [2]. (b) Sides: $100+60=160$ m. Diagonal is shorter by $160-116.62=43.38$ m [1].

Q7 (2 marks): $\Delta x = 8$, $\Delta y = -6$ [1]. $d = \sqrt{64+36} = \sqrt{100} = 10$ units [1].

Q8 (4 marks): Ground distance $=\sqrt{30^2+40^2}=50$ m [1]. The vertical climb of 120 m is perpendicular to the ground distance, forming another right triangle [1]. Total straight-line distance $= \sqrt{50^2+120^2} = \sqrt{2500+14400} = \sqrt{16900} = 130$ m [1]. Notice that 5-12-13 triple appears twice! [1].

Stretch Challenge · +25 XP, +10 coins

Two paths meet

At a junction, road A heads north for 24 km then turns east for 7 km. Road B heads directly from the junction along the straight line that connects the start and end of road A. How much shorter is road B than road A?

Reveal solution

Road A: $24+7=31$ km. Road B: $\sqrt{576+49}=\sqrt{625}=25$ km. Road B is $31-25=6$ km shorter.

R
Quick Review

Sketch first

Always draw the situation

Spot the legs

Look for perpendicular distances

Distance formula

$d = \sqrt{(\Delta x)^2 + (\Delta y)^2}$

Compass

N, S, E, W all at 90°

Diagonal

Rectangle diagonal $= \sqrt{L^2 + W^2}$

3D too

Pythagoras stacks in three dimensions

Your Badges

0 of 6
First Steps
3-Day Streak
3 in a Row
Lesson Ace
Stretch Seeker
Daily Warrior

Mark lesson as complete

Tick when you've finished Learn, Practice and the Stretch. Earns +85 XP and +25 coins.