Friday, September 12, 2025

MAT8 Q2W5D2: Understanding and Applying the Pythagorean Theorem

Understanding and Applying the Pythagorean Theorem

By the end of the lesson, you will be able to:

  1. Use the Pythagorean Theorem to find a missing side in right triangles arising from real contexts (including non-integer results), and justify each step.
  2. Derive and write the distance formula from the Pythagorean Theorem and compute the straight-line distance between two points on the Cartesian plane.
  3. Interpret and evaluate diagonal or straight-line distances to solve design, navigation, and layout problems (for example, maps, fields, plans).
  • Cartesian plane - the coordinate plane with perpendicular axes.
  • Coordinates - ordered pair (x1,y1) , position of a point.
  • Distance formula - derived from Pythagorean Theorem:
    d= (x2-x1) 2 + (y2-y1) 2
  • Euclidean distance - straight-line distance between two points.
  • Pythagorean triple - integers (a,b,c) with c2=a2+b2 (for example, 3-4-5, 5-12-13).

1) Identify the hypotenuse.
A right triangle has sides labeled a, b, and c, where the right angle is between sides a and b. Which side is the hypotenuse?

Show Answer

c is the hypotenuse (it is opposite the right angle and the longest side).

2) Find a missing leg.
Given hypotenuse c=13 and leg b=5, find a.

Show Answer

a2= c2-b2 a2=169-25=144 a=12.

3) True or false.
If c2=a2+b2 , the triangle is right.

Show Answer

True. This is the converse of the Pythagorean Theorem.

A. Launch: From Day 1 Triangles to Today’s Coordinates

Yesterday, you explored right triangles: two legs meeting at a right angle and a hypotenuse opposite the right angle. You discovered and used:

c2 = a2 + b2

Today, you will transfer that relationship to the coordinate plane, deriving and applying the distance formula to compute straight-line distances between two points. You will also justify your steps and interpret answers in real settings like maps, sports fields, and basic design plans.

Guiding Question A1
Why might the Pythagorean Theorem help with distances on a coordinate grid?

Show Answer

Because two points and the horizontal or vertical grid lines form a right triangle: the horizontal change and vertical change are the legs, and the straight-line distance between the points is the hypotenuse.

Mini-Summary A
A coordinate grid naturally forms right triangles between any two points by using horizontal and vertical moves. That is why the Pythagorean Theorem can be used to find the straight-line distance.


B. Building the Bridge: Plot, Drop, and Derive

Consider two points on the plane:

  • Point 1: (x1,y1)
  • Point 2: (x2,y2)

If you draw a horizontal segment from Point 1 to directly under or over Point 2, its length equals the change in x. If you draw a vertical segment from there to Point 2, its length equals the change in y. These two segments are perpendicular, forming a right triangle whose hypotenuse is the straight segment connecting the two points.

Let the horizontal leg be: |x2-x1| and the vertical leg be: |y2-y1|. Since these lengths are squared in the theorem, the absolute value bars are not necessary inside the squares (negative differences square to positive values).

Applying Pythagoras with legs equal to the horizontal and vertical changes, and hypotenuse equal to the straight-line distance d:

d2 = (x2-x1) 2 + (y2-y1) 2

Taking the positive square root (distance is nonnegative):

d= (x2-x1) 2 + (y2-y1) 2

Guiding Question B1
Why do not we need absolute value bars inside the radicals for the differences?

Show Answer

Because we square the differences: (-5) 2 =25 , which is the same as (5) 2 =25 . Squaring removes the sign.

Mini-Summary B
The distance formula is simply the Pythagorean Theorem applied to horizontal and vertical changes between two points.


C. First Contact: Compute a Distance on the Grid

Activity C1 – Plot and Measure
Plot the points (2,5) and (8,1) on grid paper. Draw the right triangle by dropping a horizontal and a vertical segment.

  1. What is the horizontal change x2-x1?
  2. What is the vertical change y2-y1?
  3. Compute the distance using the formula.
Show Answer

1) Horizontal change: x2-x1 =8-2=6

2) Vertical change: y2-y1 =1-5=-4

3) Distance: d= 62 + (-4) 2 = 36+16 = 52 = 213 7.21

Guiding Question C2
If you swapped the order of subtraction for the x’s or y’s, would the distance change?

Show Answer

No. Although the difference might switch sign, it is squared, so the final distance is unchanged.

Mini-Summary C
Distance depends on the sizes of the horizontal and vertical changes, not on their signs.


D. From Formula to Sense-Making: Units, Scale, and Rounding

In the coordinate plane, each grid step usually represents one unit. In real maps, one grid step could represent a real distance (like 1 cm = 1 km). Distances should be reported with appropriate units and appropriate precision.

Guiding Question D1
Why is it often better to keep an exact square-root form before giving a rounded decimal?

Show Answer

The exact form (like 52 or 213) preserves full precision. Decimal rounding can introduce small errors, so we keep the radical form until the final step or until a specified precision is required.

Mini-Summary D
Keep exact forms as long as possible. When interpreting results in the real world, include units and round reasonably.


E. City Blocks vs. Straight Lines: Shortest Paths and Constraints

On a grid city with only east or west and north or south streets, you usually cannot travel diagonally. In that case, your travel distance along streets is different from the straight-line distance the formula gives.

Activity E1 – City Walk
You start at (1,2) and need to reach (9,10).

  1. Compute the Euclidean (straight-line) distance.
  2. If you can only move horizontally and vertically, what is the minimum city-walking distance?
Show Answer

1) Straight-line (Euclidean) distance: d= (9-1) 2 + (10-2) 2 = 82+82 = 64+64 = 128 =82 11.31

2) City-walking distance (no diagonals): total horizontal plus total vertical: |9-1|+|10-2| =8+8=16

Guiding Question E2
Which distance better represents the physical straightness of the path? Which better represents actual travel in a grid city with no diagonal streets?

Show Answer

The Euclidean distance represents the straight line in open space; the city-walking sum represents actual travel if you are constrained to horizontal or vertical streets.

Mini-Summary E
Models matter. The distance formula gives straight-line distance; real travel may need a different model.


F. Deriving the Distance Formula Again (Geometric Reasoning)

It is helpful to reason visually: draw a rectangle whose opposite corners are your two points. The rectangle’s width is |x2-x1|, and height is |y2-y1|. The diagonal of that rectangle is exactly the distance you want, so Pythagoras applies directly.

Guiding Question F1
How do you know the angle between the horizontal and vertical legs is 90°?

Show Answer

Horizontal and vertical directions are perpendicular by definition in the Cartesian plane, so they form a right angle.

Mini-Summary F
The coordinate plane guarantees right angles between horizontal and vertical directions; that is the backbone of the distance formula.


G. Worked Walkthroughs

We will compute distances with integers, negatives, and mixed coordinates. Focus on clear steps and justifications.

Example G1 – Integer Coordinates
Find the distance between (-3,4) and (5,-2).

Show Answer

Compute differences: x2-x1=5--3=8 , y2-y1=-2-4=-6

Distance: d= 82 + (-6) 2 = 64+36 = 100 =10

Guiding Question G1a
Why is it valid to treat left or down movement as negative differences?

Show Answer

Because direction is captured by sign, and the formula squares the differences, making the final contribution to distance nonnegative.

Example G2 – Fractional or Decimal Coordinates
Find the distance between (2.5,-1.2) and (-3.1,2.8).

Show Answer

Differences: x2-x1 =-3.1-2.5=-5.6 , y2-y1 =2.8--1.2=4.0

Distance: d= (-5.6) 2 + 4.02 = 31.36+16 = 47.36 =6.88

Guiding Question G2a
Why might a designer prefer to keep values in exact fractional form during intermediate steps?

Show Answer

To avoid rounding errors accumulating; exact forms preserve precision until the final answer is required.

Mini-Summary G
The distance formula handles integers, negatives, fractions, and decimals the same way: by squaring and adding the horizontal and vertical changes.


H. Diagonals in Design: Layouts, Screens, and Fields

Activity H1 – Screen Diagonal
A monitor’s width is 48 cm and its height is 27 cm. The diagonal is the straight-line distance across the rectangle.

  1. Model the diagonal with a right triangle – what are the legs?
  2. Compute the diagonal length (exact and to the nearest tenth).
Show Answer

1) Legs: 48 and 27.

2) Diagonal: d= 482 + 272 = 2304+729 = 3033 55.1

Guiding Question H2
If a screen is advertised as 55-inch, what measurement does that refer to?

Show Answer

The diagonal length.

Mini-Summary H
Rectangles hide right triangles in their diagonals. The distance formula and Pythagoras both retrieve the diagonal length.


I. Navigation and GPS: Straight vs. Planned Path

Imagine a drone takes off from a point A and flies to point B. The drone’s navigation system uses coordinates relative to its starting point.

  • A = (0,0)
  • B = (120,90) (meters)

Activity I1 – Drone Hop

  1. Compute the straight-line distance from A to B.
  2. If wind forces the drone to move in two legs – first east the full horizontal amount, then north the full vertical amount – how much farther is that compared to the straight-line path?
Show Answer

1) Straight-line: d= 1202 + 902 = 14400+8100 = 22500 =150 meters

2) Two-leg path: 120 + 90 = 210 m. Extra distance = 210-150=60 m.

Guiding Question I2
Why do pilots, bikers, or hikers sometimes prefer a path that is not the Euclidean straight line?

Show Answer

Obstacles, terrain, regulations, wind, roads, or safety concerns might constrain the path, making a non-straight route more practical or even mandatory.

Mini-Summary I
Euclidean distance is the ideal straight line; real travel considers constraints and safety.


J. Classroom Lab: Create Right Triangles from Coordinates

Activity J1 – Make and Measure
Pick any two points:

  • P: (-4,7)
  • Q: (5,-3)
  1. Sketch and draw the right triangle using horizontal or vertical moves.
  2. Compute the run and rise.
  3. Compute the distance d.
Show Answer

2) Run: x2-x1 =5--4=9

Rise: y2-y1 =-3-7=-10

3) Distance: d= 92 + (-10) 2 = 81+100 = 181 13.45

Guiding Question J2
How can you check quickly if you have made a sign error in differences?

Show Answer

Sketch the right triangle: the lengths of the legs must be nonnegative. If your squared values or totals look wrong (like a negative under a square root), re-check signs and arithmetic.

Mini-Summary J
Sketching is a powerful error-check. The geometry gives intuition to verify the algebra.


K. Interpreting Answers: Units, Context, and Reasonableness

  • Units: If your coordinates are meters, the answer is in meters.
  • Scale: On a map with a scale, convert grid or cm to real distance.
  • Reasonableness: Does the distance fit the drawing? Is the value too big or too small?

Activity K1 – Scale Check
A campus map uses a 1 cm grid where 1 cm represents 50 m in real life. Two buildings are at (1,4) and (6,10) on the map grid. Find the real straight-line distance.

Show Answer

Map distance in cm: d= (6-1) 2 + (10-4) 2 = 52+62 = 25+36 = 61 7.81 cm

Real distance: multiply by 50 m per cm 7.81×50=390.5 m (≈ 391 m)

Mini-Summary K
Mind the scale and units. The same formula supports both simple grids and real-world maps.


L. Pythagorean Triples in Coordinates

If the horizontal and vertical differences form a known Pythagorean triple, the distance becomes a whole number.

Activity L1 – Quick Triple
Compute the distance between (2,3) and (-7,9).

Show Answer

Horizontal difference: -7-2=-9 (length 9)

Vertical difference: 9-3=6

Distance: d= 92 + 62 = 81+36 = 117 (not triple 3-4-5 scaled, but note 9:6 = 3:2 is not from a common triple).

If the leg lengths were 9 and 12, we would have 81+144=225=15, a 3-4-5 scaled triple.

Guiding Question L2
How can recognizing triples speed up your mental calculations?

Show Answer

If the leg lengths match a known triple (or scale of one), you can jump straight to the integer hypotenuse, saving time.

Mini-Summary L
Recognizing triples turns some radical distances into whole numbers instantly.


M. Design Case: Rectangular Field Planning

A school is planning a rectangular activity field 60 m by 80 m. The engineer needs the diagonal for a lighting cable.

Activity M1 – Field Diagonal
Compute the diagonal and interpret it in context.

Show Answer

d= 602 + 802 = 3600+6400 = 10000 =100 m. So the straight cable across the field should be 100 m (plus slack or tolerances in practice).

Mini-Summary M
Field, court, and room diagonals are routine uses of Pythagoras and the distance formula.


N. Error-Spotting: Common Pitfalls

  1. Forgetting to square each difference.
  2. Adding differences first, then squaring the total (incorrect).
  3. Dropping units in real-world problems.
  4. Rounding too early, causing large final errors.

Guiding Question N1
Which is correct:

- (x2-x1) + (y2-y1)

or

- (x2-x1) 2 + (y2-y1) 2

Explain.

Show Answer

The second is correct: each difference must be squared and added, then square-rooted.

Mini-Summary N
Always square differences before adding; keep units; round at the end.


O. Synthesis: Why This Matters

  • Design (diagonals, placements, clearances)
  • Navigation (shortest routes, range checks)
  • Sports or PE (diagonal sprints, field layouts)
  • STEM projects (drones, robots, surveying)

Guiding Question O1
Describe a problem from your life or school where you could use the distance formula.

Show Answer

Answers will vary – examples: measuring a diagonal banner across a stage, estimating the straight-line distance between two campus buildings, or checking if a garden hose reaches a far corner.

Mini-Summary O
You have taken the Pythagorean Theorem beyond triangles – into coordinates, designs, and decisions.

References

  • Euclid. Elements (Book I).
  • Posamentier, A. and Lehmann, I. The Secrets of Triangles.
  • Maor, E. The Pythagorean Theorem: A 4,000-Year History.
  • OpenStax. Geometry (Distance on the Coordinate Plane).
  • Khan Academy. Distance Formula (concept and practice).

Worked Example 1 – Distance between two points (integer coordinates)

Find the distance between points (2,-3) and (-4,5).

Show Answer

Step 1 – Recall distance formula.

d= (x2-x1) 2 + (y2-y1) 2

Step 2 – Substitute differences.

x2-x1 =-4-2=-6 , y2-y1 =5--3=8

Step 3 – Compute.

d= (-6) 2 + 82 = 36+64 = 100 =10

Answer: 10

Worked Example 2 – Distance (decimal coordinates)

Find the distance between (1.8,-2.4) and (-4.7,3.2).

Show Answer

Step 1 – Differences.

x2-x1 =-4.7-1.8=-6.5 , y2-y1 =3.2--2.4=5.6

Step 2 – Distance.

d= (-6.5) 2 + 5.62 = 42.25+31.36 = 73.61 8.58

Answer: exact 73.61, approximately 8.58.

Worked Example 3 – Map scale conversion

On a map, points are at (3,1) and (10,5) (in centimeters). Scale: 1 cm=0.5 km. Find the real straight-line distance.

Show Answer

Step 1 – Map distance (cm).

d= (10-3) 2 + (5-1) 2 = 72+42 = 49+16 = 65

Step 2 – Convert to kilometers.

Real distance= 0.5×65 0.5×8.0623 =4.03115 km

Answer: exact 1265 km, approximately 4.03 km.

Worked Example 4 – Find a missing coordinate given a distance

Point A is (2,-1). Point B is (x,7). If the distance AB=10, find all possible values of x.

Show Answer

Step 1 – Set up equation.

102 = (x-2) 2 + (7--1) 2

Step 2 – Simplify.

100= (x-2) 2 + 82 = (x-2) 2 +64

Step 3 – Solve.

(x-2) 2 =36 x-2=±6

Solutions: x=8 or x=-4.

Worked Example 5 – Check if three points form a right triangle

Do points (2,3), (2,-1), and (11,-1) form a right triangle?

Show Answer

Compute squared lengths.

AB: (2-2)2 + (-1-3)2 =0+ (-4)2 =16

BC: (11-2)2 + (-1--1)2 =92+02=81

AC: (11-2)2 + (-1-3)2 =92+ (-4)2 =97

Check Pythagorean relation.

16+81=97

Conclusion: Yes, it is a right triangle (right angle at the middle point (2,-1)).

Now You Try

  1. Find the distance between (-2,5) and (4,-1).
    Show Answer

    d= (4--2) 2 + (-1-5) 2 = 62+(-6)2 = 36+36 = 72 =62 8.49

  2. Find the distance between (3.4,-2.1) and (-1.6,4.9).
    Show Answer

    d= (-1.6-3.4) 2 + (4.9--2.1) 2 = (-5.0)2+7.02 = 25+49 = 74 8.60

  3. Map coordinates (in cm): (1,2) and (7,11). Scale: 1 cm=2 km. Find the real straight-line distance.
    Show Answer

    Map distance= (7-1)2 + (11-2)2 = 62+92 = 36+81 = 117

    Real distance=2×117 2×10.8167=21.6334 km ≈ 21.63 km

  4. Let A be (-3,2) and B be (5,y). If AB=10, find y.
    Show Answer

    102= (5--3)2 + (y-2)2 100=82+ (y-2)2 (y-2)2 =36

    Solutions: y=8 or y=-4.

  5. Do points (0,0), (9,0), and (9,12) form a right triangle?
    Show Answer

    AB:92=81 , BC:122=144 , AC:152=225

    81+144=225

    Conclusion: Yes, right triangle (right angle at (9,0)).

  1. Find the distance between (-2,7) and (4,-1).
    Show Answer

    d= (4--2) 2 + (-1-7) 2 = 62+(-8)2 = 36+64 = 100 =10

  2. Find the distance between (3.5,-2) and (-1.5,4).
    Show Answer

    d= (-1.5-3.5) 2 + (4--2) 2 = (-5.0)2+62 = 25+36 = 61 7.81

  3. Map points (in cm) are (1,4) and (9,10). Scale: 1 cm=0.8 km. Find the real straight-line distance.
    Show Answer

    Map distance= (9-1) 2 + (10-4) 2 = 82+62 = 64+36 = 100 =10 cm

    Real distance=10×0.8=8 km

  4. Let A be (-3,5) and B be (x,-1). If AB=10, find x.
    Show Answer

    102= (x--3)2 + (-1-5)2 100= (x+3)2 + (-6)2 = (x+3)2 +36

    (x+3)2 =64 x+3=±8

    Solutions: x=5 or x=-11.

  5. Do the points (0,0), (6,8), and (6,0) form a right triangle?
    Show Answer

    AB:62+82=100, BC:82=64, AC:62=36

    64+36=100

    Yes, it is a right triangle (right angle at (6,0)).

  6. Find the distance between (-7,-3) and (-1,9).
    Show Answer

    d= (-1--7) 2 + (9--3) 2 = 62+122 = 36+144 = 180 =65 13.42

  7. A rectangular park is 120 m by 50 m. Find the diagonal walkway length.
    Show Answer

    d= 1202 + 502 = 14400+2500 = 16900 =130 m

  8. Find the distance between (2,-3) and (-5,4).
    Show Answer

    d= (-5-2) 2 + (4--3) 2 = (-7)2+72 = 49+49 = 98 =72 9.90

  9. Find all values of y if the distance between (2,y) and (-1,8) is 10.
    Show Answer

    102= (2--1) 2 + (y-8) 2 100=32+ (y-8) 2 (y-8) 2 =91

    Solutions: y=8+91 or y=8-91.

  10. A point moves from (-2,4) by going 9 units east and 12 units south, ending at (7,-8). Find the straight-line distance from start to end.
    Show Answer

    d= (7--2) 2 + (-8-4) 2 = 92+(-12)2 = 81+144 = 225 =15

  1. State the distance formula.
    Show Answer

    d= (x2-x1) 2 + (y2-y1) 2

  2. Concept: Why are not absolute value bars needed inside the squares?
    Show Answer

    Squaring removes sign: (-k)2=k2 .

  3. Distance between points: (-4,7) and (9,-1).
    Show Answer

    d= (9--4)2 + (-1-7)2 = 132 + (-8) 2 = 233 15.26

  4. Map scale: Points (in cm) are (2,1) and (9,5). Scale: 1 cm=250 m. Find real distance.
    Show Answer

    Map distance: 72+42 =658.0623 cm. Real=250×652015.6 m=2.016 km (approx.)

  5. Find x if distance between A (-5,2) and B (x,-10) is 13.
    Show Answer

    132= (x--5) 2 + (-10-2) 2 169= (x+5) 2 +144

    (x+5)2=25 x+5=±5 so x=0 or x=-10.

  6. Do the points (0,0), (0,12), and (5,0) form a right triangle?
    Show Answer

    Lengths: 12, 5, 13. Check: 52+122=132. Yes.

  7. City-walk vs straight-line from (1,2) to (10,14).
    Show Answer

    Straight-line: 92+122=15. City-walking: 9+12=21.

  8. Distance between (-1.2,3.5) and (4.8,-2.5).
    Show Answer

    Differences: 6.0, -6.0. Distance: 36+36=72=628.49.

  9. A design requires the diagonal to be at most 20 m. Rectangle: 12 m by 16 m. Is it acceptable?
    Show Answer

    Diagonal: 144+256=400=20 m. Meets the 20 m requirement (borderline).

  10. Ladder: Length 25 ft, reaches 24 ft high. How far from the wall is the base?
    Show Answer

    625-576=49=7 ft.

  11. Find all y if distance between (7,y) and (-1,-2) is 10.
    Show Answer

    102=(-1-7)2+(-2-y)2 100=64+(-2-y)2 (y+2)2=36. Thus y=4 or y=-8.

  12. Distance between (-6,-8) and (3,4).
    Show Answer

    Differences: 9, 12. Distance: 81+144=15.

  13. Rounding: Compute d=213 to the nearest tenth.
    Show Answer

    133.606, so d7.212 → nearest tenth 7.2.

  14. Recognize a triple: Distance between (5,8) and (14,20).
    Show Answer

    Differences: 9, 12 3-4-5 scaled. Distance 15.

  15. True or False: Swapping (x1,y1) and (x2,y2) changes the distance value.
    Show Answer

    False. Differences change sign but are squared: (x2-x1)2 = (x1-x2)2 .

Extension 1 – Straight-line vs. city-walk (inequality)

In a grid city, the city-walk distance between two points is |x2-x1|+|y2-y1|, while the straight-line (Euclidean) distance is (x2-x1) 2 + (y2-y1) 2 . Show that the Euclidean distance is always less than or equal to the city-walk distance, and identify when equality holds.

Show Guidance/Answer

Idea: Let a and b be the nonnegative leg lengths (horizontal and vertical changes). Compare a2+b2 with a+b.

Work: Square both sides of the desired inequality (all quantities are nonnegative):

(a+b) 2 = a2 + b2 + 2ab a2 + b2

Thus a+b is at least a2+b2. Equality holds only when ab=0, meaning one leg is zero (purely horizontal or purely vertical move).

Extension 2 – Locus of points at a fixed distance (circle)

Find the set of all points at distance 5 from the center (3,-2). Write the equation and decide if the point (7,-2) lies on it.

Show Guidance/Answer

Equation: All points (x,y) satisfying

(x-3) 2 + (y--2) 2 = 52 (x-3)2 + (y+2)2 =25

Check the point (7,-2):

(7-3)2 + (-2+2)2 = 42 + 02 =16

Since 16 is not 25, the point is inside the circle but not on it.

Extension 3 – Classify a triangle (acute, right, obtuse)

Use the distance formula to classify triangle PQR with P=(0,0), Q=(6,3), R=(2,9). Hint: compare the largest squared side with the sum of the other two squared sides.

Show Guidance/Answer

Compute squared lengths:

PQ2=62+32=45, PR2=22+92=85, QR2=(-4)2+62=52.

Compare: largest is PR2=85. Sum of the other two is 45+52=97.

Since 85 is less than 97, the triangle is acute (all angles less than 90°).

Extension 4 – Find the fourth vertex of a rectangle

Three vertices of a rectangle are A=(1,2), B=(7,2), and C=(7,8). Find the fourth vertex D and verify the rectangle using distances.

Show Guidance/Answer

Method: Opposite sides are parallel and equal; use the parallelogram rule D=A+C-B (component-wise).

Compute D: D= ( 1+7-7 , 2+8-2 ) = (1,8) .

Verify diagonals equal:

AC: (7-1)2+(8-2)2 = 36+36 =62

BD: (1-7)2+(8-2)2 = 36+36 =62

Diagonals equal rectangle confirmed.

Extension 5 – Perpendicular bisector via equal distances

Points A=(-2,3) and B=(6,3). Find the equation of the set of all points equidistant from A and B (the perpendicular bisector of segment AB). Then check that the midpoint lies on your line.

Show Guidance/Answer

Equal-distance condition: For any (x,y), set

(x+2)2 + (y-3)2 = (x-6)2 + (y-3)2

Simplify: Square both sides and cancel the identical (y-3)2 terms:

(x+2)2 = (x-6)2 x+2=±(x-6)

The + case gives 2=-6 (false). The − case gives

x+2=-x+6 2x=4 x=2.

Therefore the perpendicular bisector is the vertical line x=2.

Midpoint check: Midpoint of AB is ( -2+62 , 3+32 ) = (2,3) , which satisfies x=2.

Write your answers in your notebook. Use complete sentences and include quick sketches where helpful.

  1. In your own words, explain how the distance formula comes from the Pythagorean Theorem. Draw and label a right triangle formed by two points on a grid. Clearly mark the horizontal and vertical changes and the hypotenuse.
  2. Pick two real places you know on campus or in your neighborhood. Make a simple coordinate grid for your sketch, assign reasonable coordinates, and choose a scale. Compute the straight-line distance using the distance formula. State the exact form and a rounded decimal with units. Briefly explain how your choice of scale and rounding affects the result.
  3. Describe a situation where city-walk distance and straight-line distance are different. Create a small numerical example to show the two values and explain which is more appropriate and why.
  4. Identify one mistake you nearly made today (for example, adding before squaring, sign errors, or rounding too early). Explain how you could catch that mistake quickly in the future.
  5. Self-assess the Day 2 objectives:
    • I can find a missing side or distance between points using the distance formula.
    • I can derive or justify the distance formula from the Pythagorean Theorem.
    • I can interpret answers with correct units, scale, and reasonable rounding.
    For each, rate yourself as Needs practice, Getting there, or Confident. Write one concrete action you will take before the next lesson.

No comments:

Post a Comment

Search This Blog

Powered by Blogger.