Which of the following is/are used in the derivation of
A.
Integration by parts
B.
U-substitution
C.
Induction
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let Γ ( s ) ≡ ∫ 0 ∞ e − t t s − 1 d t . Then, by integration by parts ,
Γ ( s + 1 ) = ∫ 0 ∞ e − t t s d t
= ∣ − e t t s − 1 ∣ 0 ∞ − ∫ 0 ∞ − s e − t t s − 1 d t
= 0 + s ∫ 0 ∞ e − t t s − 1 d t
= s Γ ( s )
Now, Γ ( s ) = ( s − 1 ) ! finally seems to be satisfied at first glance, but this is not yet the case.
By induction , if Γ ( n ) = ( n − 1 ) ! for some base case n , then equality holds for all s ∈ Z . (We don't need to prove the noninteger cases since we only care about Γ corresponding to the original values of the factorial, ie positive integral.)
So, setting n = 1 ,
Γ ( 1 ) = ∫ 0 ∞ e − t d t = ∣ − e − t ∣ 0 ∞ = 1
as desired!
Thus, we require A & C .