Find the greatest and least values of Volume of cylinder

  • Thread starter Thread starter chwala
  • Start date Start date
  • Tags Tags
    Cylinder Volume
Click For Summary
SUMMARY

The discussion focuses on finding the maximum and minimum volume of a cylinder defined by the equation $$V=πr^2(6-r)$$. The critical points are determined by setting the derivative $$\frac{dV}{dr}$$ to zero, yielding $$r=0$$ for the minimum volume of $$V_{min}=0$$ and $$r=4$$ for the maximum volume of $$V_{max}=32π$$. Additionally, the method of Lagrange multipliers is introduced as a technique for solving constrained optimization problems, with the Lagrangian defined as $$\mathcal{L}(x,y,\lambda)=πx^2y-λ(x+y-6)$$, leading to the same maximum and minimum values.

PREREQUISITES
  • Understanding of calculus, specifically differentiation and critical points.
  • Familiarity with the concept of volume in geometry, particularly for cylinders.
  • Knowledge of the method of Lagrange multipliers for constrained optimization.
  • Ability to solve systems of equations involving partial derivatives.
NEXT STEPS
  • Study the application of Lagrange multipliers in multi-variable optimization problems.
  • Explore the geometric interpretation of critical points in volume functions.
  • Learn about the implications of constraints in optimization problems.
  • Investigate the behavior of volume functions for different geometric shapes.
USEFUL FOR

Students and professionals in mathematics, engineering, and physics who are interested in optimization techniques and volume calculations for geometric shapes.

chwala
Gold Member
Messages
2,827
Reaction score
415
Homework Statement
The volume of a cylinder is given by the formula ##V=πr^2h##. Find the greatest and least values of ##V## if ##r+h=6##
Relevant Equations
rate of change- differentiation
$$V=πr^2h$$
$$V=πr^2(6-r)$$
$$\frac {dV}{dr}=12πr-3πr^2$$
For max/min value, $$\frac {dV}{dr}=0$$
$$12πr-3πr^2=0$$
$$3πr(4-r)=0$$
##r=0## or ##r=4##
$$⇒V_{max}= 32π$$
$$⇒V_{min}= 0$$,
I do not think there is another way of doing this...
 
Last edited:
Physics news on Phys.org
chwala said:
I do not think there is another way of doing this...
You could find or at least approximate the maximum by inspecting the graph of ##V(r) = \pi r^2(6 - r)##. And clearly V(r) = 0 when r = 0. Although there are values of r for which V(r) < 0, since this is a physical cylinder, we wouldn't consider values of r > 6, since those would make the height negative.
 
Fun fact, you missed a value of r which either minimizes or maximizes the volume of the cylinder. What else do you have to check besides where the derivative is zero?
 
chwala said:
I do not think there is another way of doing this...
The method of Lagrange multipliers is how we learned to solve constrained minimization/maximization problems in class.
 
  • Like
Likes   Reactions: chwala
The goal of the method of Lagrange multipliers is to maximize ##f(x,y)## subject to the constraint ##g(x,y)##. Here ##f## and ##g## are assumed to have continuous first partial derivatives. ##\lambda## is a new variable called the Lagrange multiplier. Our goal is to determine the stationary points of the Lagrangian
$$\mathcal{L} (x,y,\lambda)=f(x,y)-\lambda g(x,y)$$
Let ##f(x,y)=\pi x^2 y## and ##g(x,y)=x+y-6##. The corresponding Lagrangian is
$$\mathcal{L} (x,y,\lambda)=\pi x^2 y-\lambda (x+y-6)$$
Take partial derivatives as you would compute the gradient of any multi variable function and set it equal to ##0## to find the stationary points.
\begin{align}D_x \mathcal{L}=&2\pi xy-\lambda=0\\
D_y \mathcal{L}=&\pi x^2-\lambda=0\\
g(x,y)=& x+y-6=0\end{align}
Then we look for all the solutions to the system of ##3## equations. There are two such solutions as far as I can tell. ##(x,y,\lambda)=(0,6,0)## leads to ##f(0,6)=0## so it is a minimum point. ##(x,y,\lambda)=(4,2,16\pi)## leads to ##f(0,6)=32\pi## so it is a maximum point.

Although this method is tedious, it also works for the case when ##f## is a function of more than two variables and there are more than one constraint equation.
 
  • Like
Likes   Reactions: chwala
docnet said:
The goal of the method of Lagrange multipliers is to maximize ##f(x,y)## subject to the constraint ##g(x,y)##. Here ##f## and ##g## are assumed to have continuous first partial derivatives. ##\lambda## is a new variable called the Lagrange multiplier. Our goal is to determine the stationary points of the Lagrangian
$$\mathcal{L} (x,y,\lambda)=f(x,y)-\lambda g(x,y)$$
Let ##f(x,y)=\pi x^2 y## and ##g(x,y)=x+y-6##. The corresponding Lagrangian is
$$\mathcal{L} (x,y,\lambda)=\pi x^2 y-\lambda (x+y-6)$$
Take partial derivatives as you would compute the gradient of any multi variable function and set it equal to ##0## to find the stationary points.
\begin{align}D_x \mathcal{L}=&2\pi xy-\lambda=0\\
D_y \mathcal{L}=&\pi x^2-\lambda=0\\
g(x,y)=& x+y-6=0\end{align}
Then we look for all the solutions to the system of ##3## equations. There are two such solutions as far as I can tell. ##(x,y,\lambda)=(0,6,0)## leads to ##f(0,6)=0## so it is a minimum point. ##(x,y,\lambda)=(4,2,16\pi)## leads to ##f(0,6)=32\pi## so it is a maximum point.

Although this method is tedious, it also works for the case when ##f## is a function of more than two variables and there are more than one constraint equation.
Cheers Docnet:cool::cool:...noted.
 
  • Like
Likes   Reactions: docnet

Similar threads

  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
9
Views
4K
  • · Replies 13 ·
Replies
13
Views
2K
Replies
14
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
6
Views
11K
Replies
5
Views
2K
Replies
6
Views
4K