Geometry m4 Topic a Lesson 1 Teacher ١
Geometry m4 Topic a Lesson 1 Teacher ١
GEOMETRY
Student Outcomes
Given a physical situation (e.g., a room of a certain shape and dimensions, with objects at certain positions and
a robot moving across the room), students impose a coordinate system and describe the given in terms of
polygonal regions, line segments, and points in the coordinate system.
Lesson Notes
This lesson requires students to remember concepts such as right triangle trigonometry, graphing on the coordinate
plane, and the Pythagorean theorem, and formulas such as the distance formula (𝑑 = √𝑎2 + 𝑏 2 ) and the rate formula
(rate × time = distance). Some students may need to be reminded how to write the equation of a line. The task at first
seems complicated but can be broken down easily if students use graph paper and scale the graph down to show very
specific points given.
In this lesson, students transition from verbal, graphical, and algebraic thinking to modeling robot motion in a straight
MP.4 line and using lines of motion and previously learned topics (distance, proportion) to determine the location of impact in
a warehouse.
Classwork
Opening (8 minutes)
What type of math (geometry) do you think is involved in programming a robot to vacuum an empty room?
Have students brainstorm and write the mathematical terms they suggest on the board. Do not comment on the ideas;
simply write the terms given.
Students have varying levels of familiarity with robots; show some or all of this video to generate interest and other
ideas about the mathematics involved in programming: http://www.youtube.com/watch?v=gvQKGev56qU. After
showing the video, ask the initial question again. Continue writing terms on the board, but this time, have students
explain how the mathematics given would be used.
If students are hesitant to participate, provide scaffolds, such as the following sentence starters:
To determine how far the robot moves, I could …
To identify where the robot starts and ends, I could …
To explain the path of the robot, I could …
To find the speed of the robot, I could …
Ask leading questions to elicit the responses below if they are not mentioned by students.
Distance, angles, slope, lines, equations of lines, graphing on the coordinate plane, scale, rate, time,
triangles, and right triangle trigonometry
Exploratory Challenge
Students in a robotics class must program a robot to move about an empty rectangular warehouse. The program
specifies location at a given time, 𝒕 seconds. The room is twice as long as it is wide. Locations are represented as points
MP.4
in a coordinate plane with the southwest corner of the room deemed the origin, (𝟎, 𝟎), and the northeast corner deemed
the point (𝟐𝟎𝟎𝟎, 𝟏𝟎𝟎𝟎) in feet, as shown in the diagram below.
(𝟐𝟎𝟎𝟎, 𝟏𝟎𝟎𝟎)
(𝟎, 𝟎)
The first program written has the robot moving at a constant speed in a straight line. At time 𝒕 = 𝟏 second, the robot is
at position (𝟑𝟎, 𝟒𝟓), and at 𝒕 = 𝟑 seconds, it is at position (𝟓𝟎, 𝟕𝟓). Complete the exercises, and answer the questions
below to program the robot’s motion.
Exercises
It changed 𝟐𝟎 𝐟𝐭.
It changed 𝟑𝟎 𝐟𝐭.
7. What theorem could be used to find the distance between the points?
Students intuitively know that if they let the robot continue on with this motion, it will hit the wall. The questions below
give them information so that they can program the robot. This discussion should begin after groups have completed
the exercises. The questions can be answered in a class discussion or in groups, depending on students’ needs. Have
students predict the location of impact and then verify their answer algebraically. Use the questions listed as scaffolds
to the discussion.
Predict the location of impact based on the diagram, and then verify your answer algebraically.
Which wall will the robot hit? Explain.
It will hit the top wall because if the line is extended, it intersects the top wall first.
Where will the robot hit? Explain.
Answers will vary. Some students may give estimates of (600,1000), some may say 𝑥 is between 600
and 700, but 𝑦 is always 1000, and some may do the calculation immediately.
Where will the robot be at 𝑡 = 23 seconds? Explain.
feet
Rate times time gives us distance, so 18 × 23 seconds = 414 feet.
second
What can we use to find the location of impact? Explain.
We can use the equation of the line of motion with 𝑦 = 1000.
What is needed to calculate speed? Explain.
Distance and time are needed. Speed is equal to the quotient of distance and time.
What are the units of speed in this problem?
The units of speed are feet/second.
How far did the robot travel between the two points given? How did you calculate that?
It traveled approximately 36.06 ft. Using the distance formula, you have
𝑑 = √(50 − 30)2 + (75 − 45)2 .
How long did it take the robot to move this distance?
ft
36.06 ft ÷ 18 ≈ 2 sec
sec
If we know distance and time, how can we find rate?
Use distance ÷ time.
What do we need to calculate time?
We need rate and distance.
Where did the robot start its motion? At what time did it start?
Using the graph, students should see that the 𝑥-coordinate is changing 10 feet each second, and the
𝑦-coordinate is changing 15 feet each second. If the robot is at (30,45) after 1 second, then it started
at (20,30) at time 𝑡 = 0.
What is the distance from (20,30) to the wall?
2
Students must use the distance formula to find the distance between (20,30) and (666 , 1000).
3
2
√(1000 − 30)2 + (666 2 − 20) ≈ 1165.79
3
The distance is approximately 1165.79 ft.
What is the constant rate?
ft
The constant rate is 18 .
sec
Knowing distance and rate, how can you find time?
Use distance ÷ time.
If any group finishes early, have students program a robot to travel around the classroom and pick up certain objects.
Have students measure the classroom and locate objects on a coordinate plane, and then program their own robot.
They should record their information on a poster to share with the class. This activity could be done in groups of four,
pairing the groups in the order that they finish the above exercise.
Closing (5 minutes)
Ask students to respond to these questions in writing, to a partner, or as a class.
When programming a robot, what needs to be known to calculate the speed? What theorem helps you find
necessary information?
Since the units of speed are feet/second in this example, we would need to find distance in feet and
know the time the robot needed to travel that distance to calculate speed. The Pythagorean theorem
and distance formula allow us to calculate distance. Students may also realize that speed is the slope
of this line of motion.
What are some methods that can be used to determine where the robot will hit the wall? Explain.
If the equation of motion is known or can be calculated, substitute in the boundary coordinate of the
side of the room the robot will hit. For our example, it hit the top wall that had a 𝑦-coordinate of 1000.
If it had hit the right wall, we would have substituted 𝑥 = 2000.
Name Date
Exit Ticket
You are moving the robot to your classroom, which measures 30 feet by 40 feet.
1. Draw the classroom set up on a coordinate plane using (30,40) as the northeast vertex.
2. The robot was initially placed at position (6,9), and at 𝑡 = 2 seconds, its position is (10,15).
a. How far did the robot travel in 2 seconds?
2. The robot was initially placed at position (𝟔, 𝟗), and at 𝒕 = 𝟐 seconds, its position is (𝟏𝟎, 𝟏𝟓).
a. How far did the robot travel in 𝟐 seconds?
1. A robot from the video now moves around an empty 𝟏𝟎𝟎 𝐟𝐭. by 𝟏𝟎𝟎 𝐟𝐭. storage room at a constant speed. If the
robot crosses (𝟏𝟎, 𝟏𝟎) at 𝟏 second and (𝟑𝟎, 𝟑𝟎) at 𝟔 seconds:
a. Plot the points, and draw the segment connecting the
points.
It changed 𝟐𝟎 𝐟𝐭.
It changed 𝟐𝟎 𝐟𝐭.
e. How far did the robot travel between the two points?
2. Your mother received a robot vacuum cleaner as a gift and wants you to help her program it to clean a vacant 𝟑𝟎 𝐟𝐭.
by 𝟑𝟎 𝐟𝐭. room. If the vacuum is at position (𝟏𝟐, 𝟗) at time 𝒕 = 𝟐 seconds and at position (𝟐𝟒, 𝟏𝟖) at 𝒕 = 𝟓 seconds,
answer the following:
a. How far did the robot travel over 𝟑 seconds?
It traveled 𝟏𝟓 𝐟𝐭.
c. What is the ratio of the change in the 𝒙-coordinate to the change in the 𝒚-coordinate?
𝟒 𝟑
The ratio of change is , or 𝒚 = 𝒙.
𝟑 𝟒
It will be at position (𝟏𝟔, 𝟏𝟐). I know that each second the 𝒙-value changed 𝟒 units, and the 𝒚-value changed
𝟑 units. The 𝒙-value started at 𝟒; therefore, in 𝟑 seconds, it increased 𝟑 × 𝟒 units, which means the 𝒙-value
at 𝟑 seconds is 𝟒 + 𝟏𝟐, or 𝟏𝟔. The 𝒚-value started at 𝟑 and increased 𝟑 × 𝟑 units, giving a 𝒚-value of 𝟑 + 𝟗,
or 𝟏𝟐.
b. When will it cross the fence at position (𝟑𝟎𝟎, 𝟎)? Explain how you know.
It will cross the fence in approximately 𝟔. 𝟔𝟕 seconds. I know because the distance is 𝟑𝟎𝟎 feet at a constant
speed of 𝟒𝟓 𝐟𝐭/𝐬𝐞𝐜. 𝟑𝟎𝟎 ÷ 𝟒𝟓 ≈ 𝟔. 𝟔𝟕.
4. The tennis team has a robot that picks up tennis balls. The tennis court is 𝟑𝟔 feet wide and 𝟕𝟖 feet long. The robot
starts at position (𝟖, 𝟏𝟎) and is at position (𝟏𝟔, 𝟐𝟎) at 𝒕 = 𝟒 seconds after moving at a constant speed. When will it
pick up the ball located at position (𝟐𝟖, 𝟑𝟓)?