The Paraboidal Minima

Calculus Level 5

Find the magnitude of difference in length between the height and diameter of a paraboloid when the quadric surface area including the top is minimized around an enclosed unit volume.

Give your answer to 3 significant figures.


The answer is 0.116.

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

K T
Jun 1, 2019

The scaling of the paraboloid is defined by a: z = f ( r ) = a r 2 z=f(r)= ar^2 .

The enclosed volume is π r 2 a r 2 0 r 2 π x a x 2 d x πr^2ar^2-\int_0^r {2πx ax^2}dx = π ( a r 4 a r 4 / 2 ) = π 2 a r 4 = π(ar^4- ar^4/2) = \frac{π}{2}ar^4 . This will be set to 1 later.

The area is a bit more work: The flat 'top' area A f = π r 2 A_f=πr^2 and

the curved area: A q = 0 r 2 π x d x 2 + d y 2 A_q=\int_0^{r} 2πx\sqrt{dx^2+dy^2} = 2 π 0 r x 1 + 4 a 2 x 2 d x = 2π\int_0^{r} x\sqrt{1+ 4a^2x^2}dx .

Substitute t = 1 + 4 a 2 x 2 t= \sqrt{1+ 4a^2x^2} , then d t 2 = 2 t d t = d 1 + 4 a 2 x 2 = 8 a 2 x d x dt^2=2tdt=d 1+ 4a^2x^2=8a^2xdx so that x d x = t d t / 4 a 2 xdx=tdt/4a^2 . Now we have

A q = 2 π 4 a 2 1 1 + 4 a 2 r 2 t 2 d t A_q = \frac{2π}{4a^2}\int_1^{\sqrt{1+ 4a^2r^2}} t^2dt = π 6 a 2 ( ( 1 + 4 a 2 r 2 ) 3 2 1 ) = \frac{π}{6a^2}((1+ 4a^2r^2)^{\frac{3}{2}} -1)

A = A f + A q = π r 2 + π 6 a 2 ( ( 1 + 4 a 2 r 2 ) 3 2 1 ) A= A_f+A_q=πr^2+ \frac{π}{6a^2}((1+ 4a^2r^2)^{\frac{3}{2}} -1)

I used the area and volume formulas in the Python code below, which outputted

... a=3.276471, A=5.6750128905 height=1.44425, diameter=1.32785, difference=0.11641

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
import math;

# Fill the 'cup' of paraboloid z=ar^2 with 1 unit volume of water, what is r at water level?
def r_unitvolume(a):
    return (2/(a*math.pi))**(1/4);

# Total surface area (curved & flat) of 1unit volume water in the paraboloid z=ar^2
def Area(a):
    r=r_unitvolume(a);
    return math.pi/(6*a**2)*((1+4*a**2*r**2)**(3/2)-1) + math.pi*r**2;

# Find the value for a that minimizes total surface area of the paraboloid
a=1.0;
A0=Area(a);
delta = 0.4;
while abs(delta)>0.000001:
    print ('a={:.6f}, A={:.10f}'.format(a, A0));
    a=a+delta;
    A1=Area(a);
    if (A1>A0): # area is no longer diminishing, go back slowlier
        delta=-delta/2;
    A0=A1;

r=r_unitvolume(a);
diameter=2*r;
height=a*r**2;
print ('height={:.5f}, diameter={:.5f}, difference={:.5f}'.format( height, diameter, height-diameter));

The "r" for the paraboloid with 1 unit volume of water with an open top may not equal the same value as the "r" of the minimum surface area with top found for same 1 unit volume.

W Rose - 2 years ago

It is the same r, both times it is the distance from the edge of the water level to the z-axis.

Knowing that the volume is 1 allows us to express r as a function of a, and using that function, we express the area terms of a alone. Then we find the value of a for which the area is at minimum.

K T - 2 years ago
Riccardo Baldini
May 28, 2019

The volume of a paraboloid of equation z = h R 2 r 2 z=\frac{h}{R^2}r^2 , where h is the height and R is the radius of the top circle, is V = π 2 h R 2 V=\frac{\pi}{2}hR^2 .

The lateral area is more tricky:

A L = 0 R 0 2 π 1 + 4 h 2 R 4 r 2 r d r d ϕ = π 6 R h 2 [ ( R 2 + 4 h 2 ) 3 / 2 R 3 ] A_L=\int^R_0\int^{2\pi}_0\sqrt{1+4\frac{h^2}{R^4}r^2}\cdot r drd\phi=\frac{\pi}{6}\frac{R}{h^2}\left[\left(R^2+4h^2\right)^{3/2}-R^3\right]

The total Area is the sum of A L A_L and the top area A T A_T : A = A L + A T = π 6 R h 2 [ ( R 2 + 4 h 2 ) 3 / 2 R 3 ] + π R 2 A=A_L+A_T=\frac{\pi}{6}\frac{R}{h^2}\left[\left(R^2+4h^2\right)^{3/2}-R^3\right]+\pi R^2

This value is what we need to minimize keeping the volume fixed to V = 1 V=1 : we can substitute h = 2 V π R 2 = 2 π R 2 h=\frac{2V}{\pi R^2}=\frac{2}{\pi R^2} in the definition of A A and take the derivative with respect to R R .

The derivative is quite ugly but Mathematica managed to solve the equation d A d R = 0 \frac{dA}{dR}=0 : that gives R = [ 2 3 ( 3 π 2 3 π 2 ) ] 1 / 6 0.6639 R=\left[\frac{2}{3}\left(\frac{3}{\pi^2}-\frac{\sqrt{3}}{\pi^2}\right)\right]^{1/6}\simeq 0.6639 , that implies h = 2 π R 2 1.4443 h=\frac{2}{\pi R^2}\simeq 1.4443 .

The request of the problem is to evaluate the quantity h d = h 2 R = 1.4443 2 0.6639 = 0.1165 |h-d|=|h-2R|=1.4443-2\cdot0.6639=0.1165 ,

Exceptional effort using the minimization of the derivative of the area formula for the exact solution.

W Rose - 2 years ago

Log in to reply

Yeah, it took some time eheh

Riccardo Baldini - 2 years ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...