Calculating Dimensions of a Cylindrical Container with Given Volume

  • Thread starter Thread starter RohanTalkad
  • Start date Start date
  • Tags Tags
    Cubic Volume
AI Thread Summary
The discussion revolves around calculating the dimensions of a cylindrical container with a specified volume of 825π cm³. The volume function provided is V(x) = 8πx³ + 17πx² + 10πx + π. After setting the equation to 0 by moving 825π to the right, the equation simplifies to 0 = π(x-4)(8x² + 49x + 206). The radius is inferred to be 4 cm, but the height remains unclear due to the unfactorable quadratic, leading to the conclusion that height can be calculated as h = 825/(16π). The importance of correctly interpreting the volume as 825π is emphasized to avoid confusion.
RohanTalkad
Messages
9
Reaction score
0
Member warned that the homework template is required
The question reads, "Find the dimensions of a cylindrical tennis ball container which has the volume of V(x)=8πx3+17πx2+10πx+π such that the volume is exactly 825π cm3. Hint: V = πr2h."

To start off, I set V(x)=825π and moved it to the right side, giving

0 = 8πx3+17πx2+10πx-824π.

Factoring pi, we get 0 = π(x-4)(8x2+49x+206),

Since we can't factor the second bracket, here's where I get confused. My inference is that the radius is 4 cm, and the height is muzzled in that unfactorable bracket. However, having the equation for volume (V = πr2h), I get h = 825/16π.

Can someone verify this for me, please?
 
Last edited:
Physics news on Phys.org
RohanTalkad said:
The question reads, "Find the dimensions of a cylindrical tennis ball container which has the volume of V(x)=8πx3+17πx2+10πx+π such that the volume is exactly 825 cm3. Hint: V = πr2h."

To start off, I set V(x)=825π and moved it to the right side, giving

0 = 8πx3+17πx2+10πx-824π.

Factoring pi, we get 0 = π(x-4)(8x2+49x+206),

Since we can't factor the second bracket, here's where I get confused. My inference is that the radius is 4 cm, and the height is muzzled in that unfactorable bracket. However, having the equation for volume (V = πr2h), I get h = 825/16π.
Looks fine to me, but you should write that number as 825/(16π). Many people would interpret what you wrote as ##\frac{825}{16}\pi##.
RohanTalkad said:
Can someone verify this for me, please?
 
RohanTalkad said:
To start off, I set V(x)=825π
That doesn't sound right. We are given that ##V=825##, not ##V=825\pi##.
 
andrewkirk said:
That doesn't sound right. We are given that ##V=825##, not ##V=825\pi##.

Sorry, I forgot to add 825pi as the volume.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top