Part of CALC-10 — Integration: Advanced Techniques & Reduction

Beta and Gamma Functions (Advanced)

by Notetube Official82 words4 views

Gamma function: Gamma(n) = integral(0 to inf) t^(n-1) * e^(-t) dt

  • Gamma(n+1) = n * Gamma(n) (recurrence)
  • Gamma(n+1) = n! for positive integers
  • Gamma12\frac{1}{2} = sqrt(pi)

Beta function: B(m,n) = integral(0 to 1) t^(m-1)(1-t)^(n-1) dt

  • B(m,n) = Gamma(m)GammanGamma\frac{n}{Gamma}(m+n)
  • B(m,n) = B(n,m) (symmetric)

Connection to Wallis: integral0topi2\frac{0 to pi}{2} sin^(2m-1)(x)cos^(2n-1)(x) dx = Bm,n2\frac{m,n}{2}

JEE relevance: Rarely tested directly, but the Wallis formula results can be derived from Beta function. Understanding Gamma12\frac{1}{2} = sqrt(pi) helps with Gaussian integral problems.

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes