Difference between revisions of "Radius"
(Formatting) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | 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 | + | The radius of a circle is often denoted using <math>R</math>, or more commonly <math>r</math>. |
<asy>size(150); | <asy>size(150); | ||
Line 11: | Line 11: | ||
MP("r",midpoint(O--P),NNW);</asy> | MP("r",midpoint(O--P),NNW);</asy> | ||
− | |||
− | |||
+ | ==See Also== | ||
+ | *[[Diameter]]: <math> d = 2r</math> | ||
+ | The diameter is the longest [[chord]] in a circle. It is usually expressed by D or d. | ||
+ | |||
+ | *[[Circumference]] ([[perimeter]]): <math>C = 2 \pi r</math> | ||
+ | The circumference is the [[distance]] around a circle. It is usually represented by C. | ||
+ | |||
+ | *[[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]] | ||
+ | {{stub}} |
Latest revision as of 21:19, 10 December 2024
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 , or more commonly .
See Also
The diameter is the longest chord in a circle. It is usually expressed by D or d.
The circumference is the distance around a circle. It is usually represented by C.
- Area:
The area of a circle is the amount of space it occupies. It is usually denoted using S or A.
By grace.yongqing.yu
This article is a stub. Help us out by expanding it.