My class is having a competition to see who can find the function that has the smallest volume when revolved around the x - axis.
The function must meet the following conditions:
$f(-1) = 1$, $f(1) = 1$, and $\int\limits_{-1}^1 f(x) dx = 1$
I already know that $y =\frac{1}{4} + \frac{3 x^2}{4}$ satisfies these conditions and has a volume of $\frac{3\pi}{5}$ but am curious if anyone knows a method to find a function with a smaller volume.
Any guidance would be appreciated
Thanks
Pretty good, one cannot do much better.
By symmetry, we want a function $f(x)$ which is defined on $[0,1]$, with $f(1)=1$ and $\int_0^1 f(x)\,dx=\frac{1}{2}$, and such that $\int_0^1 (f(x))^2\,dx$ is as small as possible.
Since continuity was not asked for, let $f(x)=\frac{1}{2}$ if $0\le x\lt 1$, and let $f(1)=1$.
If we want continuity, approximate the above function by choosing a very small positive $\epsilon$, say $10^{-4}$, and let $f(x)$ be a suitably chosen number a bit below $\frac{1}{2}$ up to $x=1-\epsilon$, and on $[1-\epsilon,1]$ let $f(x)$ climb linearly to $1$.
By the Cauchy-Schwarz Inequality, one cannot do better than the first function we described.