Perimeter, Area and Pythagorus 

Introduction:

LOGO activity to prove a2 + b2 = c2

Grade Level: 4-5

Prior knowledge:

Task:

Resources:

The Process:

  1. Do the LOGO procedure. (BACK 100 LEFT 90 FORWARD 100 RT 90 FORWARD 100 RT 135 FORWARD 100)
  2. The lines will not meet. They are all 100 units long. Moving the decimal two spaces makes each one equal 1.00 units.
  3. (HIDETURTLE) move the line forward in small increments until the lines almost meet, then move only one (turtle) unit at a time until they do touch. Add all of those to the initial 100. (The total should be 141.) Move the decimal place also so that it is 1.41 units. a2 + b2 = c2 is the formula so put in the values for "a" and "b".
  4. 1*1 +1*1 = 2 1.41 is the square root of 2. (Do this on the calculator.) So, the formula holds true (in this case anyway).

Learning Advice:

Have students learn simple calculations with calculators:

Evaluation:

Look at the LOGO design. Check the "c" amount. Look at the worksheet.

Extensions:

  1. Redraw new triangles, using a similar procedure, but change the "a" and "b" sides to 80, 90, 120, etc.
  2. Put these values into the formula and predict how many turtle spaces will be needed to close the figure. Remember to move the decimal place over to the left to eliminate the zero in the units place.

Conclusion:

This was designed to show, as low as third grade, that the diagonal side of half of a square is MORE than the length of each side. So, if you are trying to review perimeter, DON'T use half squares until you are prepared to use this lesson!