polynomials - How do I prove this math rule? -


the given information is:

f(1)=1/2  f(2)=f(1)+2/(2*2)  f(3)=f(2)+3/(2*2*2)  f(4)=f(3)+4/(2*2*2*2) ... f(n)=f(n-1)+n/(2^n) 

how prove

 f(n) < 2 ? 

and sum on n*q^n

q/(1-q)^2 

now set q=0.5 2 limit value steadily increasing sequence tends to, never reaches.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -