MHB Volume Equivalence Condition for Revolving Parabolas

  • Thread starter Thread starter Jameson
  • Start date Start date
AI Thread Summary
The discussion focuses on determining the condition for the parameters a and b in the equation of a parabola, y = ax(b-x), such that the volumes generated by revolving the area under the curve around both the x-axis and y-axis are equal. The correct solution, provided by members soroban and Sudharaka, shows that the volumes can be expressed as V_x = (π/30)a^2b^5 and V_y = (π/6)ab^4. Setting these two volume equations equal leads to the condition ab = 5. This problem is suitable for upperclassmen in secondary school studying calculus. The thread concludes with appreciation for the problem posed by MarkFL.
Jameson
Insights Author
Gold Member
MHB
Messages
4,533
Reaction score
13
Thank you to MarkFL for this problem! It does require calculus so this week will be for upperclassmen in secondary school who are taking calculus.

What condition must hold on $\displaystyle a$ and $\displaystyle b$ so that the area bounded by the $\displaystyle x$-axis and the parabola $\displaystyle y=ax(b-x)$ which is revolved separately about both axes, will have equivalent resulting volumes.
--------------------
 
Physics news on Phys.org
Congratulations to the following members for their correct solutions:

1) soroban
2) Sudharaka

Once again, thank you to MarkFL for this interesting problem :)

Solution (from soroban): [sp] The region $R$ is bounded by $y \,=\,ax(b-x)$ and the x-axis.

Assuming $a,b > 0$, the graph looks like this:
Code:
              |
              |   .*.
              |.*:::::*. b
        - - - * - - - - * - -
              |
             *|          *
              |
$R$ revolved about $x$-axis:

$\displaystyle V_x \;=\;\pi\int^b_0[ax(b-x)]^2\,dx \;=\;a^2\pi\int^b_0(b^2x^2 - 2bx^3 + x^4)\,dx $
$V_x \;=\;a^2\pi \left(\frac{b^2}{3}x^3 - \frac{1}{2}bx^4 + \frac{1}{5}x^5\right)\bigg]^b_0 \;=\;a^2\pi \left(\frac{b^5}{3} - \frac{b^5}{3} + \frac{b^5}{5}\right) $
Hence: .[/color]$V_x \;=\;\frac{\pi}{30}a^2b^5$$R$ revolved about $Y$-axis:

$\displaystyle V_y \;=\;2\pi\int^b_0 x\cdot ax(b-x)\,dx \;=\;2a\pi\int^b_0(bx^2 - x^3)\,dx $

$V_y \;=\;2\pi a\left(\frac{b}{3}x^3 - \frac{1}{4}x^4\right)\bigg]^b_0 \;=\;2\pi a\left(\frac{b^4}{3}-\frac{b^4}{4}\right) $

Hence: .[/color]$V_y \;=\;\frac{\pi}{6}ab^4$Since V_x = V_y, we have: .[/color]$\frac{\pi}{30}a^2b^5 \:=\:\frac{\pi}{6}ab^4$

Therefore: .[/color]$\boxed{ab \:=\:5}$

[/size][/sp]
 
Back
Top