Maximize volume of a cone, how?

In summary: However, when you account for the angle of the triangle, the volume increases by 1/2 due to the sine of the angle (which is the radius). So the correct answer is that the angle must be greater than or equal to 2\pi in order to maximize the volume of the resulting cone.
  • #1
chris777
9
0
Hello, I have a problem I can't solve. Need assistance! :bugeye:

You cut out a piece of a circle (like you cut a piece of a cake), then make a cone by joining the edges of what remains of the circle. What angle must the "cakepiece" have to maximize the volume of the resulting cone?

I know the cone Volume is V = pi*r^2h/3, and I need to derive this to get maxpoints. Cant figure out how though?

question 2.

this time, we also make a cone out of the piece we cut out. What angle must this piece have to maximize the volume of BOTH the cones made?

Please point me in the right direction if you will. Thanx a lot! :redface:
 
Physics news on Phys.org
  • #2
1.Terminology.It's a disk,not a circle...A circle is a curve...
2.The second problem is really interesting.To the first I've got the angles for extremum
[tex] \alpha_{1}=0;\alpha_{2}=+\pi\sqrt{\frac{8}{3}};\alpha_{3}=-\pi\sqrt{\frac{8}{3}} [/tex]

Sine the 0 is not okay,you're left with 2.The positive is okay.It's a bit greater than \pi...The negative solution would correspond physically to an angle of [tex] 2\pi-\pi\sqrt{\frac{8}{3}} [/tex],but the volume found by plugging in its expression would be certainly less...

Daniel.

HINT:Denote by "r" the radius of the disk from which u cut.That will be the generator of the cone...This "r" is assumed constant.Denote by "a" the length of the arch subtended on the disk to the angle [itex] \alpha [/itex].In the same manner,denote by "h" the height of the cone and by R the radius of the basis circle.

Work out all possible relations between these variables (they're only 3) and then plug in the formula

[tex] V=\frac{\pi R^{2}h}{3} [/tex] everything in terms of the constant "r" and the angle "alpha"...

Then set the first derivative to 0,to find the 3 solutions i posted above.
 
  • #3
thanks for the help mate, appreciate it. I am not native in english, but of course disc was the word to use :redface:

Im still having problems figuring this out.

the section cut away is [tex]\alpha*r[/tex]
the remaining circumference of the disc, thus the base of the cone is
[tex](a - \alpha*r)[/tex]

The side of the cone is [tex]r[/tex]
the height is h
the radius of the cone is [tex]R= (a - \alpha*r)/2\pi[/tex]

so V = [tex]((a - \alpha*r)/2\pi))^2 * h\pi/3 [/tex] ?

I have too many unknowns? I know there's an easy answer but I just can't see it. It's late =D

Care to give me one more hint?

again thanks for helping out
 
  • #4
Sorry.I missunderstood the problem.I took into account only what's cut of the disk.I mean from the piece that u remove you build the cone.

I'll think about it and redo the calculations.

Daniel.
 
  • #5
Use Pythagora's theorem for the right trangle:

[tex] R^{2}+h^{2}=r^{2} [/tex]

Daniel.
 
  • #6
But that still leaves too many unknowns?

I need both the radius of the cone. the height. and the angle (which is what I am looking for really).

I will continue in the morning, doing this at midnight is not a good idea =).
thanx for helping
 
  • #7
Nope,it leaves the angle & the radius.Since the radius of the initial disk is constant,the volume function will depend on one variable only:the angle of the center of the disk...

Daniel.
 
  • #8
Ok I've been working with this. I thought I would make the algebra easier by deciding the radius of the disc to be 1. Since it's constant it shouldn't matter which value i put here right.

That gave me the following:
[tex]
r=(1-X/2\pi)
[/tex]
[tex]
h=(1-(1-X/2\pi)
[/tex]
[tex]
R = 1
[/tex]

[tex]V = \pi/3(1-X/2\pi)^2 * (1-(1-X/2\pi))[/tex]


[tex]V' = 2\pi/3 * (1-X/2\pi) * (-1/2\pi) * (1-(1-X/2\pi)) + \pi/3(1-X/2\pi)^2 * (-1/2\pi)

[/tex]

Now I think I can get this equation to 0 by setting X to be [tex]-2\pi[/tex]
That gave me a value of X = 951,... which can't be right. where am I going the wrong way? I just can't see it. Are my calculations correct so far?

thx
Chris
 
Last edited:
  • #9
For starters, let the radius of the disk be R. Then the resulting cone will be a volume of revolution of a right triangle whose hypoteneuse is R. Intuition should tell you that the triangle with the largest area gives you the cone with the largest volume. I will leave out the proof of this, but there is a formula that relates the area of a shape to the volume of revolution for that shape which should do the trick. Intuition (and symmetry) should convince you that the largest area for such triangles is achieved when the two remaining sides are equal. I will leave out this proof as well. However, I will give an outline. Call the length of the vertical side h, and the length of the horizontal side r. Then

[tex]h = \sqrt{R^2 - r^2}[/tex]

The area of the triangle is:

[tex]A = (1/2)rh = (1/2)r\sqrt{R^2 - r^2}[/tex]

Take the derivative of A and set it to zero. This will give

[tex]r = R\sqrt{1/2}[/tex]

Then

[tex]h = R\sqrt{1/2}[/tex]

so that r = h as expected.

The circumference of the disk is [tex]2\pi R[/tex]. When you take out the slice of angle [tex]\alpha[/tex], the length of the remaining part of the circumference will be

[tex]R(2\pi - \alpha)[/tex]

When the disk is deformed to make the cone, this curve will be bent into a circle. The radius of the circle will be the length of the curve divided by [tex]2\pi[/tex]. That is:

[tex]r = R(2\pi - \alpha)/(2\pi)[/tex]

Since we want [tex]r = R\sqrt{1/2}[/tex] we set:

[tex]R(2\pi - \alpha)/(2\pi) = R\sqrt{1/2}[/tex]

R drops out (as expected) and we get

[tex]\alpha = \pi(2 - \sqrt{2})[/tex]

I didn't do the second part, but intuition and symmetry tell me to cut the disk in half. I have no proof for this.
 
Last edited:
  • #10
The optimum angle is 1.84... radians then? Will try your method to see if i fully understand it. I'm writing a small paper on this so I might need to find the proof that max volume is given by that triangle. I can find that myself though probably. Thanx. Then i still have question 2 to figure out =D
 
  • #11
chris777 said:
I'm writing a small paper on this

In your paper you might want to mention the fact that when you deform the disk with the slice taken out, you do not get a right cone. There might be some contraversy concerning what is and what is not included in the volume of the object that you do get. Therefore, the method of proof and the result should be taken as approximations.
 
Last edited:
  • #12
jimmysnyder said:
The area of the triangle is:

[tex]A = (1/2)rh = (1/2)r\sqrt{R^2 - r^2}[/tex]

Take the derivative of A and set it to zero. This will give

[tex]r = R\sqrt{1/2}[/tex]


I think I've got it. Could you please explain how you derived the above. I don't fully understand how to derive when there are square roots involved.

thanx!
 
  • #13
I have the answer now and it seems 1.84 radians was correct!

Question number two is next. Is it possible to set V = V1 + V2 and just derive that do you think?
 
  • #14
chris777 said:
I think I've got it. Could you please explain how you derived the above. I don't fully understand how to derive when there are square roots involved.

thanx!

Before I derive the give formula, I will show how to derive when there are square roots involved. The trick is to express the square root as a fractional power:

[tex]\sqrt{x} = x^\frac{1}{2}[/tex]

Then use the well known formula for [tex]f(x) = x^n[/tex]

[tex]f'(x) = nx^{n-1}[/tex]

so since [tex]f(x) = x^\frac{1}{2}[/tex]

[tex]f'(x) = \frac{1}{2}x^\frac{-1}{2}[/tex]

Now for the derivation

[tex]A = \frac{1}{2}r\sqrt{R^2 - r^2} = \frac{1}{2}r(R^2 - r^2)^\frac{1}{2}[/tex]

[tex]A' = \frac{1}{2}r\frac{1}{2}(R^2 - r^2)^\frac{-1}{2}(-2r)
+ \frac{1}{2}(R^2 - r^2)^\frac{1}{2}
= \frac{1}{2}(R^2 - r^2)^\frac{-1}{2}(-r^2 + R^2 - r^2)[/tex]

setting this to zero we get:

[tex]0 = R^2 - 2r^2[/tex]

or [tex]r = \frac{1}{\sqrt{2}}R[/tex]
 
Last edited:
  • #15
Jimmy Snyder said:
the triangle with the largest area gives you the cone with the largest volume.

This is incorrect.

Here is a correct solution:

http://mathcentral.uregina.ca/QQ/database/QQ.09.06/s/christina1.html"
 
Last edited by a moderator:

1. How do you find the maximum volume of a cone?

To find the maximum volume of a cone, you need to use the formula V = (1/3)πr2h, where r is the radius of the base and h is the height of the cone. This formula can be derived using calculus by maximizing the function for volume with respect to the radius and height of the cone.

2. What is the optimal shape for maximizing the volume of a cone?

The optimal shape for maximizing the volume of a cone is a right circular cone, where the height is equal to the radius of the base. In other words, the cone should have a slant height that is equal to its radius.

3. How does the volume of a cone change as its dimensions change?

The volume of a cone is directly proportional to the square of its radius and height. This means that if you increase the radius or height of the cone, the volume will increase as well. However, if you decrease the radius or height, the volume will decrease accordingly.

4. Can the volume of a cone be infinite?

No, the volume of a cone cannot be infinite. As the height of the cone approaches infinity, the volume will approach infinity as well. However, the volume will never actually reach an infinite value, as it is limited by the size of the base and the height of the cone.

5. What are some real-world applications of maximizing the volume of a cone?

One real-world application of maximizing the volume of a cone is in the design of storage tanks or silos. By maximizing the volume of the cone-shaped structure, more materials or liquids can be stored within a given space. This concept is also used in the design of ice cream cones, where the cone shape is optimized to hold the maximum amount of ice cream without spilling over.

Similar threads

  • Quantum Interpretations and Foundations
2
Replies
57
Views
2K
  • Calculus
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
17
Views
4K
  • Calculus and Beyond Homework Help
Replies
9
Views
2K
Replies
4
Views
353
Replies
3
Views
6K
  • Calculus
Replies
1
Views
1K
Replies
5
Views
8K
  • Advanced Physics Homework Help
Replies
2
Views
3K
Back
Top