Friday, October 6, 2017

sequences and series - Help with Geometric or Arithmetic progression



Evaluate
2004(112+123+134++120032004)
I think that this is based on either geometric or arithmetic progressions but I am not sure.
Please help me solve this problem.


Answer



You should know that 1x(x+1)=1x1x+1.




Apply this to your series. I will ignore the 2004 factor for now.
112+123++120032004=112+1213+1312003+1200312004
See how you can cancel pretty much all the terms? What you are left with is 112004, which equals 20032004. Now don't forget that 2004 factor at the left.
200420032004=2003



If you want to see why \dfrac{1}{x(x+1)}=\dfrac{1}{x}-\dfrac{1}{x+1}, it is easy to prove. Just use LHS-RHS. I will try to make \dfrac{1}{x}-\dfrac{1}{x+1} equal to \dfrac{1}{x(x+1)}.
\frac{1}{x}-\dfrac{1}{x+1}=\frac{x+1}{x(x+1)}-\frac{x}{x(x+1)}=\frac{x+1-x}{x(x+1)}=\frac{1}{x(x+1)}
\therefore \frac{1}{x}-\frac{1}{x+1}=\frac{1}{x(x+1)} \ \ \text{by LHS-RHS}

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f \colon A \rightarrow B and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...