Difference between revisions of "Radius"

m
m (Links to other key terms)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{stub}}
 
  
 
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 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.
 
The radius of a circle is often denoted using R or r.
 +
  
 
<asy>size(150);
 
<asy>size(150);
Line 13: Line 14:
 
MP("r",midpoint(O--P),NNW);</asy>
 
MP("r",midpoint(O--P),NNW);</asy>
  
== See Also ==
+
 
* [[Diameter]]
+
== Links to other key terms ==
 +
 
 +
 
 +
1. [[Diameter]]: <math> d = 2 r </math>
 +
 
 +
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>
 +
 
 +
The circumference is the [[distance]] around a circle. It is usually represented by C.
 +
 
 +
 
 +
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.
 +
 
 +
 
 +
 
 +
 
 +
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