Difference between revisions of "Radius"

m (Links to other key terms)
 
(One intermediate revision by one other user not shown)
Line 18: Line 18:
  
  
1. diameter: <math> d = 2 r </math>
+
1. [[Diameter]]: <math> d = 2 r </math>
  
The diameter is the longest chord is a circle. It is usually expressed by D or d.
+
The diameter is the longest [[chord]] in a circle. It is usually expressed by D or d.
  
  
2. circumference (perimeter): <math> C = 2 \pi r </math>
+
2. [[Circumference]] ([[perimeter]]): <math> C = 2 \pi r </math>
  
The circumference is the distance around a circle. It is usually represented by C.
+
The circumference is the [[distance]] around a circle. It is usually represented by C.
  
  
3. area: <math> S = \pi r^2 </math>
+
3. [[Area]]: <math> S\:\text{or}\:A = \pi r^2 </math>
  
 
The area of a circle is the amount of space it occupies. It is usually denoted using S or A.
 
The area of a circle is the amount of space it occupies. It is usually denoted using S or A.
Line 35: Line 35:
  
  
Expanded by grace.yongqing.yu
+
By grace.yongqing.yu
  
 
[[Category:Definition]]
 
[[Category:Definition]]
 
[[Category:Geometry]]
 
[[Category:Geometry]]

Latest revision as of 22:49, 5 January 2023

The radius of a circle is the distance from the center to any point on the circle. Identical definitions hold for the sphere and hypersphere. The plural form of radius is radii.


The radius of a circle is often denoted using R or r.


[asy]size(150); pair O=origin, P=dir(30); D(unitcircle); D(O--P); MP("O",D(O),NNW); MP("P",D(P),NE); MP("r",midpoint(O--P),NNW);[/asy]


Links to other key terms

1. Diameter: $d = 2 r$

The diameter is the longest chord in a circle. It is usually expressed by D or d.


2. Circumference (perimeter): $C = 2 \pi r$

The circumference is the distance around a circle. It is usually represented by C.


3. Area: $S\:\text{or}\:A = \pi r^2$

The area of a circle is the amount of space it occupies. It is usually denoted using S or A.



By grace.yongqing.yu