Surface area of a cut cone

Geometry Level 5

You have a right circular cone with base radius 10 10 and height 20 20 . The base is centered at the origin of the x y z xyz reference frame, with its axis extending along the z z axis, and apex at ( 0 , 0 , 20 ) (0, 0, 20) . Now you pass a cutting plane through the cone. The cutting plane passes through the point ( 0 , 0 , 10 ) (0,0,10) and its normal vector is n = ( 2 , 3 , 5 ) \mathbf{n} = (2, 3, 5) . Find the surface area of the cone that is above the cutting plane (shaded in light blue in the above figure). You may need the following formulas for the semi-minor and semi-major axes lengths of the elliptical section resulting from the cut. (Note that the area of this ellipse is not part of the required surface area).

Semi-minor axis length = a = z 0 tan θ cos ϕ 1 sin 2 ϕ sec 2 θ \text{Semi-minor axis length} = a = \frac { z_0 \tan \theta \cos \phi}{\sqrt{1 - \sin^2 \phi \sec^2 \theta} }

Semi-major axis length = b = z 0 tan θ cos ϕ 1 sin 2 ϕ sec 2 θ \text{Semi-major axis length} = b = \frac { z_0 \tan \theta \cos \phi}{1 - \sin^2 \phi \sec^2 \theta}

Where z 0 z_0 is the distance between the apex of the cone and the point of intersection between the cutting plane and the axis, θ \theta is the semi-vertical angle of the cone, i.e. the angle between the axis of the cone and its surface., and ϕ \phi is the acute angle between the normal vector of cutting plane and the axis of the cone.

These formulas are derived in the solution of this problem


The answer is 216.4.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Chris Lewis
Sep 9, 2020

To make the algebra neater, translate everything by 20 -20 in the z z -direction, so that the cone's apex is at O O and the plane passes through 0 , 0 , 10 0,0,-10 .

The equation of the plane is 2 x + 3 y + 5 z = 50 2x+3y+5z=-50 . In cylindrical coordinates, this is 2 r cos θ + 3 r sin θ + 5 z = 50 2r\cos\theta+3r\sin\theta+5z=50

The equation of the cone is r 2 = z 2 4 r^2=\frac{z^2}{4} ; bearing in mind we're interested in negative z z , this becomes 2 r + z = 0 2r+z=0

Solving these, we find r = 50 10 3 sin θ 2 cos θ z = 100 10 3 sin θ 2 cos θ r=\frac{50}{10-3\sin\theta-2\cos\theta}\;\;\;\;z=-\frac{100}{10-3\sin\theta-2\cos\theta}

The distance of this point from O O is given by R = 50 5 10 3 sin θ 2 cos θ R=\frac{50\sqrt5}{10-3\sin\theta-2\cos\theta}

In order to find the area, we need to evaluate A = k 0 2 π 1 2 R 2 d θ A=k\int_0^{2\pi} \frac12 R^2 \; d\theta

Note this is similar to the usual area integral in polar coordinates, but with a constant, k k . We're approximating the area by isosceles triangles with equal sides R ( θ R(\theta - the same as in polars - but we need to convert from θ \theta (which measures around the base of the cone) to the angle ϕ = k θ \phi=k\theta at the apex of the cone.

To find this k k , just unroll the cone; its net is a sector of a circle, with radius equal to the slant height of the cone (which is 10 5 10\sqrt5 ). The circumference of the base of the cone is 20 π 20\pi ; so this is the arc length of its net. Hence the angle of the sector is 20 π 10 5 = 2 π 5 \frac{20\pi}{10\sqrt5}=\frac{2\pi}{\sqrt5} and we need k = 1 5 k=\frac{1}{\sqrt5} .

Putting everything together, A = 1 2 5 0 2 π 12500 ( 10 3 sin θ 2 cos θ ) 2 d θ = 25000 5 87 87 π 216.4193 A=\frac{1}{2\sqrt5}\int_0^{2\pi} \frac{12500}{(10-3\sin\theta-2\cos\theta)^2} \; d\theta=\frac{25000\sqrt5}{87\sqrt{87}}\pi \approx \boxed{216.4193}

Thanks to GeoGebra, here's a picture of the unrolled net showing the intersection line:

If anyone fancies getting arts and craftsy, I'd be interested to know how it looks if you cut it out and fold it!

Chris Lewis - 9 months ago
Hosam Hajjir
Sep 8, 2020

Using the formulas given, we have,

θ = tan 1 ( 1 2 ) \theta = \tan^{-1}(\frac{1}{2}) , ϕ = cos 1 5 38 \phi = \cos^{-1} \dfrac{5}{\sqrt{38}} , and z 0 = 10 z_0 = 10

Therefore, the lengths of the semi-axes are,

Semi-minor axis length = a = 5.360562674 \text{Semi-minor axis length} = a = 5.360562674 , and Semi-major axis length = b = 7.085533337 \text{Semi-major axis length }= b = 7.085533337

Hence, the area of the elliptical section is A = π a b = 119.3253718 A = \pi a b = 119.3253718

Now comes the trick of this problem. We will project the ellipse area onto the x y xy plane. The area of the projected elliptical section is simply

A Projected = A cos ϕ = 96.78565699 A_{\text{Projected}}= A \cos \phi = 96.78565699

And finally, we note that projecting the area of the conical surface (which is above the cutting plane) onto the x y xy plane results in the same elliptical region in the x y xy plane as the elliptical region resulting from projecting the elliptical conic section (the one that is on the cutting plane as well). Thus if S S is the surface area then

S sin θ = A Projected S \sin \theta = A_{\text{Projected}}

Therefore, S = A cos ϕ sin θ = 216.41930... 216.4 S = \dfrac{A \cos \phi}{\sin \theta} = 216.41930... \approx \boxed{216.4}

That's a really nice approach. I love the idea of projecting it down to a plane and then back to the cone!

Chris Lewis - 9 months ago

Log in to reply

Oh, by the way, another way of finding the projection down to the x y xy -plane would be to eliminate z z from the equations; ie from the plane 2 x + 3 y + 5 z = 50 2x+3y+5z=50 we get z = 10 2 x + 3 y 5 z=10-\frac{2x+3y}{5} and plugging into the equation for the cone x 2 + y 2 = ( 20 z ) 2 4 x^2+y^2=\frac{(20-z)^2}{4} we get (after tidying) 96 x 2 12 x y 200 x + 91 y 2 300 y 2500 = 0 96 x^2 - 12 x y - 200 x + 91 y^2 - 300 y - 2500 = 0 ...which I know you know how to deal with!

Chris Lewis - 9 months ago

Log in to reply

Thanks for your helpful remark.

Hosam Hajjir - 9 months ago

Log in to reply

@Hosam Hajjir I also like that we've both solved this by flattening the cone, but in different ways. Thanks for a fun problem (in fact, a lot of fun problems - you've been very active lately!)

Chris Lewis - 9 months ago

Log in to reply

@Chris Lewis Actually, I did not flatten the cone. I just projected the original portion of the cone that is above the cutting plane onto the x y xy plane, and noticed that the projection results in the same elliptical region as the projection of conic section (which lies on the cutting plane) onto the x y xy , which is plain to see. The key observation here is that an area element on the cone lateral surface of area d A dA has a projected area of d A sin θ dA \sin \theta .

Hosam Hajjir - 9 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...