1 / 4

Simple Pi Challenge!

Engage in a fun and educational Simple Pi Challenge! Calculate the circumference of a circle using Pi (3.14) and a diameter of 5.6 cm, which equals approximately 17.58 cm. Create a programming block for a robot to stop at specific distances on a Meter Stick: 10 cm, 45 cm, 68 cm, and 100 cm, using sound at each stop. You'll also solve for the degrees of rotation needed for the robot to reach these distances using the formula: Degrees = 360 * (Distance / Circumference). Let's make math and programming exciting!

phuong
Télécharger la présentation

Simple Pi Challenge!

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Simple Pi Challenge! Pi = 3.14 Diameter = 5.6 cm Circumference = Pi * Diameter Distance Robot Travels in 1 Rotation = 3.14 * 5.6 cm 3.14 * 5.6 = 17.58 cm

  2. Simple Pi Challenge! Write a simple movement block program that makes the robot stop at the following distances on the Meter Stick: (You get one try!)-> 10 cm-> 45 cm-> 68 cm-> 100 cm (Hint: Use a Play Sound Block at Each stopping Point) 0 10 45 68 100

  3. Process Calculate Distance to point Use following Formula: Degrees = 360 * ( ) DistanceCircumference

  4. Worksheet Distance 1 = 10 cm Formula: _________ = 360 * ( 10 / 17.58) (Degrees) Degrees = 204.78 Distance 2 = ___ cm Formula: _________ = 360 * ( __ / 17.58) (Degrees) Degrees = Distance 3 = ___ cm Formula: _________ = 360 * ( __ / 17.58) (Degrees) Degrees = Distance 4 = ___ cm Formula: _________ = 360 * ( __ / 17.58) (Degrees) Degrees =

More Related