Pythagoras' Theorem: Question 2

Syllabus C6.1, E6.1

Structured Extended 6 marks

A straight ladder is leaning against a vertical wall, with its foot resting on horizontal ground.

The ladder has length 4.5 m4.5\text{ m} and the top of the ladder touches the wall at a point 4.1 m4.1\text{ m} vertically above the ground.

(a) Calculate the distance from the foot of the ladder to the base of the wall, measured along the ground. Give your answer correct to 2 decimal places. [3]

A surveyor records two markers on a coordinate grid, where each unit represents 1 km1\text{ km}. Marker AA is at the point (3, 2)(-3,\ 2) and marker BB is at the point (4, 3)(4,\ -3).

(b) Calculate the straight-line distance ABAB. Give your answer in kilometres, correct to 1 decimal place. [3]

Show worked solution Hide worked solution

Worked solution

Part (a): Finding the shorter side (distance along the ground)

The ladder, the wall and the ground form a right-angled triangle. The right angle is at the base of the wall, where the ground meets the vertical wall.

  • The ladder is the side opposite the right angle, so it is the hypotenuse: 4.5 m4.5\text{ m}.
  • The height up the wall is one of the shorter sides: 4.1 m4.1\text{ m}.
  • The distance along the ground, call it dd, is the other shorter side; this is what we want.

Because we are finding a shorter side, we subtract the squares. Pythagoras’ theorem states:

(hypotenuse)2=(side)2+(side)2\text{(hypotenuse)}^2 = \text{(side)}^2 + \text{(side)}^2

4.52=4.12+d24.5^2 = 4.1^2 + d^2

Rearranging to make d2d^2 the subject:

d2=4.524.12d^2 = 4.5^2 - 4.1^2

d2=20.2516.81=3.44d^2 = 20.25 - 16.81 = 3.44

Take the positive square root (a length cannot be negative):

d=3.44=1.85472d = \sqrt{3.44} = 1.85472\ldots

Rounding to 2 decimal places:

d=1.85 m\boxed{d = 1.85\text{ m}}

Check: 1.852+4.12=3.4225+16.81=20.232520.25=4.521.85^2 + 4.1^2 = 3.4225 + 16.81 = 20.2325 \approx 20.25 = 4.5^2. ✓ The horizontal distance (1.85 m1.85\text{ m}) is sensibly shorter than the ladder (4.5 m4.5\text{ m}).


Part (b): Distance between two points (2D problem)

To find the distance between two points we build a right-angled triangle whose hypotenuse is the line segment ABAB. The two shorter sides are the horizontal and vertical gaps between the points.

Horizontal change (difference in xx-coordinates):

Δx=4(3)=7\Delta x = 4 - (-3) = 7

Vertical change (difference in yy-coordinates):

Δy=32=5\Delta y = -3 - 2 = -5

Now ABAB is the hypotenuse, so we add the squares of the two shorter sides:

AB2=(Δx)2+(Δy)2=72+(5)2AB^2 = (\Delta x)^2 + (\Delta y)^2 = 7^2 + (-5)^2

Squaring removes the sign of the 5-5:

AB2=49+25=74AB^2 = 49 + 25 = 74

AB=74=8.6023AB = \sqrt{74} = 8.6023\ldots

Rounding to 1 decimal place:

AB8.6 km\boxed{AB \approx 8.6\text{ km}}

Alternative: the distance formula

This is exactly Pythagoras written as a single formula:

AB=(x2x1)2+(y2y1)2=(4(3))2+(32)2=49+25=748.6 km.AB = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} = \sqrt{\bigl(4-(-3)\bigr)^2 + \bigl(-3-2\bigr)^2} = \sqrt{49+25} = \sqrt{74} \approx 8.6\text{ km}.

Both methods give the same result because the distance formula is Pythagoras’ theorem applied to the horizontal and vertical separations.