A right circular solid cone has a height of 10 and circular base of radius 10. The cone is place on the x y plane with the center of its base at the origin. Then the plane x + z = 5 is used to cut the solid cone. Find the area of the cut.
If the area can be expressed as a b , and a and b are positive integers and b is square-free, then find a + b .
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.
Nice solution! The area of a parabola is also 3 2 the area of the rectangle it is inscribed in, so instead of integration you could do A = 3 2 ( 2 1 5 ) ( 2 ⋅ 5 3 ) = 5 0 6 .
Log in to reply
Thanks, I forgot about this. I learned it in another Brilliant problem.
The equation of the cone is x 2 + y 2 − ( z − 1 0 ) 2 = 0
The cutting plane is spanned by the two mutually perpendicular unit vectors u 1 = ( 0 , 1 , 0 ) and u 2 = ( − 1 , 0 , 1 ) / 2
therefore, points of this plane can be expressed in terms of u 1 and u 2 as
p = ( 5 , 0 , 0 ) + x ′ u 1 + y ′ u 2 = ( 5 − y ′ / 2 , x ′ , y ′ / 2 )
Now substitute the above expression in the equation of the cone, you'd get,
( 5 − y ′ / 2 ) 2 + x ′ 2 − ( y ′ / 2 − 1 0 ) 2 = 0
Expand and simplify,
2 5 − 5 2 y ′ + 2 1 y ′ 2 + x ′ 2 − 2 1 y ′ 2 + 1 0 2 y ′ − 1 0 0 = 0
So
5 2 y ′ + x ′ 2 − 7 5 = 0
That is, y ′ = 7 . 5 2 − 1 0 2 x ′ 2
The limits of x ′ are the ones that make y ′ equal to zero, and theses are x ′ = ± 5 3
The area is found by integration
Area = ∫ − 5 3 5 3 7 . 5 2 − 1 0 2 x ′ 2 d x ′ = 7 5 6 − 3 0 2 ( ( 2 ) ( 1 2 5 ) ( 3 ) 3 ) = 7 5 6 − 2 ( 2 5 ) 3 = 5 0 6
Problem Loading...
Note Loading...
Set Loading...
The figure shows the x z -plot looking along the y -axis. The blue lines are the outline of the right cone and the red line is the cut x + y = 5 . Since the cut is parallel to the edge of the cone, the cut is a parabola of the form y 2 = k x . The cut has a z -intercept of 5 and it meets the side of the cone where y = x + 1 0 (the left edge) and y = 5 − x (red line) meet or x + 1 0 = 5 − x ⟹ x = − 2 5 . This point is the vertex of the parabola or ( 0 , 0 ) ; and the open end its at the z -intercept. Since the length of the red line is ( 5 + 2 5 ) 2 = 2 1 5 . On the parabola plane the open end points are ( 2 1 5 , ± y 1 ) , where y 1 = 2 1 5 k is the y -coordinate of the top open end point. Since the base of the corn is a circle of radius 10, we can find y 1 = 1 0 2 − 5 2 = 5 3 . Therefore 2 1 5 k = 5 3 ⟹ k = 3 2 and the equation of the parabola is y 2 = 3 2 x . The area of the cut is then:
A = 2 ∫ 0 2 1 5 y d x = 2 ∫ 0 2 1 5 3 2 x d x = 3 4 3 2 x 2 3 ∣ ∣ ∣ ∣ 0 2 1 5 = 3 4 3 2 ⋅ 2 1 5 2 1 5 = 1 0 1 5 0 = 5 0 6
Therefore a + b = 5 0 + 6 = 5 6 .