Roman C. answered 04/01/24
Masters of Education Graduate with Mathematics Expertise
We know that the formula in Rn is Vn(r)= Cn·rn for some constant Cn.
The recursion is Vn(r) = ∫r-r Vn-1(√(r2-x2)) dx.
Using the trigonometric substitution x = r sin(θ):
In = ∫r-r Cn-1(r2-x2)(n-1)/2 dx = 2Cn-1rn ∫0π/2 cosn(θ) dθ
The reduction formula ∫ cosn(θ) dθ = (1/n) cosn-1 x sin x - ((n-1)/n) ∫ cosn-2(θ) dθ gives:
∫0π/2 cosn(θ) dθ = (n-1)!!/n!! for odd n, or π(n-1)!!/n!! for even n. Using gamma functions, it is:
∫0π/2 cosn(θ) dθ = (Γ((n+1)/2)√π) / (2Γ(n/2+1))
Cn = 2Cn-1(Γ((n+1)/2)√π) / (Γ(n/2+1)) = 2Cn-2 π/n with C1 = 2 and C2 = π.
This gives C3 = 4π/3, which is well known, and C4 = π2/2.