Download ArticleDownload Article

The radius of a sphere (abbreviated as the variable r or R) is the distance from the exact center of the sphere to a point on the outside edge of that sphere. As with circles, the radius of a sphere is often an essential piece of starting information for calculating the shape's diameter, circumference, surface area, and/or volume. However, you can also work backward from the diameter, circumference, etc. to find the sphere's radius. Use the formula that works with the information you have.

Method 1
Method 1 of 3:

Using Radius Calculation Formulas

Download Article
  1. How.com.vn English: Step 1 Find the radius if you know the diameter.
    The radius is half the diameter, so use the formula r = D/2. This is identical to the method used for calculating the radius of a circle from its diameter.[1]
    • If you have a sphere with a diameter of 16 cm, find the radius by dividing 16/2 to get 8 cm. If the diameter is 42, then the radius is 21.
  2. How.com.vn English: Step 2 Find the radius if you know the circumference.
    Use the formula C/2π. Since the circumference is equal to πD, which is equal to 2πr, dividing the circumference by 2π will give the radius.[2]
    • If you have a sphere with a circumference of 20 m, find the radius by dividing 20/2π = 3.183 m.
    • Use the same formula to convert between the radius and circumference of a circle.
    Advertisement
  3. How.com.vn English: Step 3 Calculate the radius if you know the volume of a sphere.
    Use the formula ((V/π)(3/4))1/3.[3] The volume of a sphere is derived from the equation V = (4/3)πr3. Solving for the r variable in this equation gets ((V/π)(3/4))1/3 = r, meaning that the radius of a sphere is equal to the volume divided by π, times 3/4, all taken to the 1/3 power (or the cube root.)[4]
    • If you have a sphere with a volume of 100 inches3, solve for the radius as follows:
      • ((V/π)(3/4))1/3 = r
      • ((100/π)(3/4))1/3 = r
      • ((31.83)(3/4))1/3 = r
      • (23.87)1/3 = r
      • 2.88 in = r
  4. How.com.vn English: Step 4 Find the radius from the surface area.
    Use the formula r = √(A/(4π)). The surface area of a sphere is derived from the equation A = 4πr2. Solving for the r variable yields √(A/(4π)) = r, meaning that the radius of a sphere is equal to the square root of the surface area divided by 4π. You can also take (A/(4π)) to the 1/2 power for the same result.[5]
    • If you have a sphere with a surface area of 1,200 cm2, solve for the radius as follows:
      • √(A/(4π)) = r
      • √(1200/(4π)) = r
      • √(300/(π)) = r
      • √(95.49) = r
      • 9.77 cm = r
  5. Advertisement
Method 2
Method 2 of 3:

Defining Key Concepts

Download Article
  1. How.com.vn English: Step 1 Identify the basic measurements of a sphere.
    The radius (r) is the distance from the exact center of the sphere to any point on the surface of the sphere. Generally speaking, you can find the radius of a sphere if you know the diameter, the circumference, the volume, or the surface area.
    • Diameter (D): the distance across the sphere – double the radius. Diameter is the length of a line through the center of the sphere: from one point on the outside of the sphere to a corresponding point directly across from it. In other words, the greatest possible distance between two points on the sphere.
    • Circumference (C): the one-dimensional distance around the sphere at its widest point. In other words, the perimeter of a spherical cross-section whose plane passes through the center of the sphere.
    • Volume (V): the three-dimensional space contained inside the sphere. It is the "space that the sphere takes up."[6]
    • Surface Area (A): the two-dimensional area on the outside surface of the sphere. The amount of flat space that covers the outside of the sphere.
    • Pi (π): a constant that expresses the ratio of the circle's circumference to the circle's diameter. The first ten digits of Pi are always 3.141592653, although it is usually rounded to 3.14.
  2. How.com.vn English: Step 2 Use various measurements to find the radius.
    You can use the diameter, circumference, volume, and surface area to calculate the radius of a sphere. You can also calculate each of these numbers if you know the length of the radius itself. Thus, to find the radius, try reversing the formulas for these components' calculations. Learn the formulas that use the radius to find diameter, circumference, volume, and surface area.[7]
    • D = 2r. As with circles, the diameter of a sphere is twice the radius.
    • C = πD or 2πr. As with circles, the circumference of a sphere is equal to π times the diameter. Since the diameter is twice the radius, we can also say that the circumference is twice the radius times π.
    • V = (4/3)πr3. The volume of a sphere is the radius cubed (times itself twice), times π, times 4/3.
    • A = 4πr2. The surface area of a sphere is the radius squared (times itself), times π, times 4. Since the area of a circle is πr2, it can also be said that the surface area of a sphere is four times the area of the circle formed by its circumference.
  3. Advertisement
Method 3
Method 3 of 3:

Finding the Radius as the Distance Between Two Points

Download Article
  1. How.com.vn English: Step 1 Find the (x,y,z) coordinates of the central point of the sphere.
    One way to think of the radius of a sphere is as the distance between the point at the center of the sphere and any point on the surface of the sphere. Because this is true, if you know the coordinates of the point at the center of the sphere and of any point on the surface, you can find the radius of the sphere simply by calculating the distance between the two points with a variant of the basic distance formula. To begin, find the coordinates of the sphere's center point. Note that because spheres are three-dimensional, this will be an (x,y,z) point rather than an (x,y) point.
    • This process is easier to understand by following along with an example. For our purposes, let's say that we have a sphere centered around the (x,y,z) point (4, -1, 12). In the next few steps, we'll use this point to help find the radius.
  2. How.com.vn English: Step 2 Find the coordinates of a point on the surface of the sphere.
    Next, you'll need to find the (x,y,z) coordinates of a point on the surface of the sphere. This can be any point on the surface of the sphere. Because the points on the surface of a sphere are equidistant from the center point by definition, any point will work for determining the radius.
    • For our example problem, let's say that we know that the point (3, 3, 0) lies on the surface of the sphere. By calculating the distance between this point and the center point, we can find the radius.
  3. How.com.vn English: Step 3 Find the radius with the formula d = √((x2 - x1)2 + (y2 - y1)2 + (z2 - z1)2).
    [8] Now that you know the center of the sphere and a point on the surface, calculating the distance between the two will find the radius. Use the three-dimensional distance formula d = √((x2 - x1)2 + (y2 - y1)2 + (z2 - z1)2), where d equals distance, (x1,y1,z1) equals the coordinates of the center point, and (x2,y2,z2) equals the coordinates of the point on the surface to find the distance between the two points.
    • In our example, we would plug in (4, -1, 12) for (x1,y1,z1) and (3, 3, 0) for (x2,y2,z2), solving as follows:
      • d = √((x2 - x1)2 + (y2 - y1)2 + (z2 - z1)2)
      • d = √((3 - 4)2 + (3 - -1)2 + (0 - 12)2)
      • d = √((-1)2 + (4)2 + (-12)2)
      • d = √(1 + 16 + 144)
      • d = √(161)
      • d = 12.69. This is the radius of our sphere.
  4. How.com.vn English: Step 4 Know that, in general cases, r = √((x2 - x1)2 + (y2 - y1)2 + (z2 - z1)2).
    [9] In a sphere, every point on the surface of the sphere is the same distance from the center point. If we take the three-dimensional distance formula above and replace the "d" variable with the "r" variable for radius, we get a form of the equation that can can find the radius given any center point (x1,y1,z1) and any corresponding surface point (x2,y2,z2).
    • By squaring both sides of this equation, we get r2 = (x2 - x1)2 + (y2 - y1)2 + (z2 - z1)2. Note that this is essentially equal to the basic sphere equation r2 = x2 + y2 + z2 which assumes a center point of (0,0,0).
  5. Advertisement

Community Q&A

Search
Add New Question
  • Question
    How do I find the radius of a sphere if I know its volume is three times its surface area?
    How.com.vn English: Donagan
    Donagan
    Top Answerer
    Write an equation whereby the volume [(4πr³) / 3] is set equal to three times the surface area (4πr²). Thus, [(4πr³) / 3] = 12πr². Divide both sides by 4π, so that r³/3 = r². Multiply by 3: r³ = 3r². Divide by r²: r = 3. In other words, a sphere's volume can be three times its surface area only if its radius is 3 units.
  • Question
    How do I calculate the radius of a sphere in my hand by using a ruler?
    How.com.vn English: Donagan
    Donagan
    Top Answerer
    You can get a very close approximation by carefully measuring the circumference and dividing by twice-pi (6.28).
  • Question
    Two solid spheres A & B are made of the same material. The radius of B is 3 times the radius of A, and the surface area of A is 20 cubic cm. How do I calculate the surface area of B?
    How.com.vn English: Donagan
    Donagan
    Top Answerer
    The surface area (S) of a sphere equals 4πr², where r is the radius. Using that equation to solve for r: r = √(S / 4π). Now substitute 20 for S, and solve for the radius of sphere A: r = √(20 / 4π) = √(20 / 12.56) = √ 1.59 = 1.26 cm. That's the radius of sphere A. The radius of sphere B is three times the radius of sphere A: (3)(1.26) = 3.79 cm. So for sphere B, the surface area is 4πr² = (4)(3.14)(3.79)² = 180.4 square centimeters. (That answer makes sense, because when you multiply the radius of a sphere by 3, you multiply its surface area by 3² or 9.) (We didn't exactly triple the original surface area, because we rounded off some numbers along the way.)
See more answers
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
      Advertisement

      Video

      Tips

      • This article was published on demand. However, if you are trying to get to grips with solid geometry for the first time, it's arguably better to start the other end: calculating the properties of the sphere from the radius.
      • The order in which the operations are performed matters. If you are uncertain how priorities work, and your calculating device supports parentheses, then make sure to use them.
      • π or pi is a Greek letter that represents the ratio of the diameter of a circle to its circumference. It's an irrational number and cannot be written as a ratio of 2 integers. Many approximations exist, 333/106 gives pi to four decimal places. Today most people memorize the approximation 3.14 which is usually sufficiently accurate for everyday purposes.
      Show More Tips
      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!
      Advertisement

      About This Article

      How.com.vn English: Jake Adams
      Co-authored by:
      Academic Tutor
      This article was co-authored by Jake Adams. Jake Adams is an academic tutor and the owner of Simplifi EDU, a Santa Monica, California based online tutoring business offering learning resources and online tutors for academic subjects K-College, SAT & ACT prep, and college admissions applications. With over 14 years of professional tutoring experience, Jake is dedicated to providing his clients the very best online tutoring experience and access to a network of excellent undergraduate and graduate-level tutors from top colleges all over the nation. Jake holds a BS in International Business and Marketing from Pepperdine University. This article has been viewed 542,323 times.
      10 votes - 58%
      Co-authors: 25
      Updated: November 7, 2022
      Views: 542,323
      Categories: Geometry
      Article SummaryX

      If you know the diameter, you can find the radius of a sphere by dividing the diameter in half. If you know the circumference, you can find the radius by dividing the circumference by 2 times pi. To learn how to calculate the radius of a sphere using two points on the sphere, keep reading!

      Did this summary help you?

      Thanks to all authors for creating a page that has been read 542,323 times.

      Reader Success Stories

      • How.com.vn English: Anonymous

        Anonymous

        Oct 23, 2016

        "The material is well-explained and easy to follow. Thank you very much for making it available without having to..." more
      Share your story

      Did this article help you?

      ⚠️ Disclaimer:

      Content from Wiki How English language website. Text is available under the Creative Commons Attribution-Share Alike License; additional terms may apply.
      Wiki How does not encourage the violation of any laws, and cannot be responsible for any violations of such laws, should you link to this domain, or use, reproduce, or republish the information contained herein.

      Notices:
      • - A few of these subjects are frequently censored by educational, governmental, corporate, parental and other filtering schemes.
      • - Some articles may contain names, images, artworks or descriptions of events that some cultures restrict access to
      • - Please note: Wiki How does not give you opinion about the law, or advice about medical. If you need specific advice (for example, medical, legal, financial or risk management), please seek a professional who is licensed or knowledgeable in that area.
      • - Readers should not judge the importance of topics based on their coverage on Wiki How, nor think a topic is important just because it is the subject of a Wiki article.

      Advertisement