topengonzo
- 24
- 0
summation from k to n of 1/((k-1)!(k+1)) < 1/k! using induction
How can i write it to look math
How can i write it to look math
mathman said:You have 2 integer variables, k and n. What is the induction variable?
This is how I would interpret what you wrote:topengonzo said:summation from k to n of 1/((k-1)!(k+1)) < 1/k! using induction
How can i write it to look math
This is how I would interpret what you wrote:
∑r=kn1(k−1)!(k+1)<1k!
This is "the sum from k to n of 1/((k-1)!(k+1))" -- and it is false.This is what I think you meant:
∑r=kn1(r−1)!(r+1)<1k!
This is true for all finite integers k>0, n≥k. You don't need recursion to prove this.
This is the homework section of PhysicsForums. You need to show some work.topengonzo said:Yes the second one you wrote is what i exactly mean. How do I prove it? Also I think if i set n -> infinity (find lim at infinity), I would get = instead of < . Am I correct?
D H said:This is the homework section of PhysicsForums. You need to show some work.
I will give a hint: Induction is not the way to go here. Simply find the value of the series.
Yes!topengonzo said:\sum_{r=k+1}^{n+1} \frac {r-1} {(r)!} < \frac 1 {k!}
Is this correct?
No!\sum_{r=0}^{inf} \frac {r-1} {(r)!} = e-e=0
And then I take out term from 0 to k?
Prove every positive rational number x can be expressed in ONE way in the form
x= a1 + a2/2! + a3/3! + ... + ak/k!
where a1,a2,...,ak are integers and 0<=a1,0<=a2<2,...,0<=ak<k