Google Classroom구글 클래스룸
GeoGebra지오지브라 클래스룸

Area of Circle

Introduction

Area of circle is π times radius square which is written : A= π r² where,A= Area of circle and r= radius of circle and π =Division of circumference and diameter ( π = 3.14159.......).

Objectives

  1. Students will be able to find the area of circle then explore the visual experience about it,
Applet

Guideline

  1. To see the result click on the start button
  2. To stop click on stop button and watch deeply.

Test your outstanding

Area of circle is equal to the area of ................, .

적용되는 모든 것을 선택하세요.
  • A
  • B
  • C
  • D
답안을 점검하세요 (3)

To construct area of circle by using following protocol.

  1. create slider (n,4,500,1),
  2. create slider (r,1,3),
  3. Take point A,
  4. Create a circle with radius 6cm and and center A,
  5. Create point B on the circumference,
  6. Input :Rotate(B, (360°) / n, A),
  7. join B and B',
  8. Make midpoint C of line BB',
  9. Join A and C,
  10. Rename the line BB' to dxand AC to dy,
  11. Input:
  12. L1: Sequence(Rotate(B, j (360°) / n, A), j, 0, n) ,
  13. L2:Sequence(CircularSector(A, Element(L1, j), Element(L1, j + 1)), j, 1, n, 2), 
  14. L3:Sequence(CircularSector(A, Element(L1, j), Element(L1, j + 1)), j, 2, n, 2) ,
  15. L4:Sequence(CircularSector((j dx + fdx/ 2, dy), (j dx+ 0, 0), (j dx+ dx, 0)), j, 0, n / 2 - 1),
  16. L5:Sequence(CircularSector((j dx, 0), (j dx + dx/ 2, dy), (j dx+ (-dx) / 2, dy)), j, 1, n / 2)
  17. Finally colour and design to the applet for good vidilazation.