Proving <t**n> = n!τ**n using Mathematical Induction

ZeroScope
Messages
18
Reaction score
0
The ’moments’ <t**n> of the distribution p(t) are defined as:

<t**n> = integral from (0, infinity) p(t).t**n dt (1) where ** denotes to the power of


Show (analytically) that

<t**n> = n!τ**n (2)

Hint: Use integration by parts to show that

<t**n> = nτ<t**n-1> (3)

and use mathematical induction



I have solved the integral to get equation 3 but i can't begin to think on where to start the mathematical induction. Its been so long since i have done it.

At first i thought that doing <tn>.<tn-1> = blabla would work but i get the answer

blabla = nτ<t**n-1> . (n-1)τ<t**n-2>

but i really think I am missing the mark by alot.

Sorry about the bad formatting.
 
Physics news on Phys.org
ive solved it it's fine now
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top