M HYPE SPLASH
// general

How to find a missing radius in the surface area formula for a cone with just surface area number, and slant height?

By John Campbell
$\begingroup$

If we know just the surface area $A$, and the slant height $h_s$ is there a way to find the radius $r$ of the base of a cone?

The surface area formula for cones is:

$$A = ( \pi \cdot r \cdot h_s ) + ( \pi \cdot r^2 ) $$

So if we have this problem:

$$( 3.14 \cdot r \cdot 10 ) + ( 3.14 \cdot r^2 ) = 175.84 $$

Does anyone know how to find $r$?

$r$ should equal 4.

I'm just not sure of the method to get there.

Sorry this has taken me a whole day to try to figure out, even though I have all the other formulas for surface area, and volume figured out, with missing variables. This is the only one that has made me confused lol.

I've tried more then 10 different ways, including trying to simplify it, and replace the rest of the operational signs with their opposites, but that does not give the correct answer.

Thanks for any help you can give!

$\endgroup$ 2

3 Answers

$\begingroup$

It's a quadratic equation in terms of $r$, so you can find $r$ using the quadratic formula.

First, rewrite it as $$ 0=\pi r^2+10\pi r - 175.84$$

Then use the quadratic formula:

$$r=\frac{-10\pi \pm \sqrt{(10\pi)^2-4\pi(-175.84)}}{2\pi}$$

Then you can just simplify.


As a side note, if you are asked for the answer to two decimal places, it's better to leave the rounding until the very end; the earlier you start rounding, the more different your approximation will be from the exact answer. (So don't turn $\pi$ into $3.14$ before simplifying the quadratic formula.)

$\endgroup$ 2 $\begingroup$

Well, we have:

$$3.14 \cdot r^2 + 31.4 \cdot r = 175.84$$

Rearranging delivers:

$$3.14 \cdot r^2 + 31.4 \cdot r - 175.84 = 0$$

This is a quadratic equation in $r$, thus

$$r = \frac{-31.4 \pm \sqrt{31.4^2 - 4 \cdot 3.14 \cdot (-175.84)}}{2 \cdot 3.14}$$

which leads to

$$r_1 = 4 \qquad \text{and} \qquad r_2 = -14$$

but $r > 0$, so $r_1$ is the solution.

$\endgroup$ 3 $\begingroup$

Assuming we're talking about a right circular cone, the inside contains a right triangle consisting of the radius and height as the sides, and the slant height as the hypotenuse (which I'll call "x" in the calculation below):

$$r^2 + h^2 = x^2 \ \ or \ \sqrt{r^2 + h^2} = x$$

given that the equation for surface area of a cone is: $$A = πr (r+\sqrt{h^2+r^2})$$

we can simply replace the$ \sqrt{r^2 + h^2}$ part of the surface area equation with the value for x. The surface area equation finally simplifies to:

$$175.84=\pi r^2 + 10\pi r $$

move the left hand side to the right, then use the quadratic equation to solve. You should come up with two answers.

$\endgroup$ 1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy