I have been thinking about the equation for the area of a circle recently. When you calculate the area of a circle, is that not like calculating a sliver of volume across the diameter of a sphere, and if you slice that in half by dividing by 2, does that not give you the radius three dimensionally?
That was probably worded incorrectly, what I am saying is, would this equation of taking the a circle's area of a circle's area theoretically work?
$$V= \pi \left(\frac {\pi r^2} {2} \right)^2$$
When I solve for the volume of a sphere with the radius of 4, $V = 268.08 $
When I solve using my equation for spherical volume with the radius of 4, $V = 1984.4$
Can someone explain to me why this does not work or give a correction to my beautifully spectacular extra special formula?
You can compute the volume of a sphere using the area of a circle, but you need a different trick. Take a sphere of radius r with centre the origin, and slice it into circles along a diameter. Well, not quite circles. The slice from $x$ to $x+dx$ with $|x|<r$ is a cylinder of volume $\pi[\rho(x)]^2dx$, where by the Pythagorean theorem $[\rho(x)]^2=r^2-x^2$. The sphere's volume is therefore $$\int^{r}_{-r}\pi[r^2-x^2]dx=\pi[r^2 x-\tfrac{x^3}{3}]^{r}_{-r}=\tfrac{4\pi}{3}r^3.$$ You can use this method to obtain a recurrence relation expressing the $d$-volume of a radius-$r$ $d$-ball (say $V_d r^d$) in terms of a radius-$r$ $(d-1)$-ball, viz. $$V_d r^d = \int^{r}_{-r} V_{d-1}[r^2-x^2]^{\tfrac{d-1}{2}}dx.$$ Hence $$\frac{V_d}{V_{d-1}}=2\int^1_0 [1-x^2]^{\tfrac{d-1}{2}}dx=\text{B}(\frac{1}{2},\,\frac{d+1}{2}).$$ Interestingly, comparing $V_d$ to $V_{d-2}$ gives an especially neat result: $$\frac{V_d}{V_{d-2}}=\frac{\sqrt{\pi} \Gamma(\frac{d}{2})\sqrt{\pi}\Gamma(\frac{d+1}{2})}{\Gamma(\frac{d+1}{2})\Gamma(\frac{d+2}{2})}=\frac{2\pi }{d}.$$ This explains why the series $$V_1 = 2, V_2 = \pi, V_3 = \frac{4\pi}{3}, V_4 = \frac{\pi^2}{2}, V_5 = \frac{8\pi^2}{15}$$ has integer powers of $\pi$, gaining a power at even $d$. Considering the even-$d$ case allows one to conjecture the correct general result, which is $$V_d=\frac{\pi^{d/2}}{\Gamma(\frac{d}{2}+1)}$$ (as induction easily verifies).