Proving Sum of Fractions with a=1: A Study Guide

AI Thread Summary
The discussion focuses on proving the series sum, specifically showing that the infinite series ∑(1/((n+a)(n+1+a))) equals 1/a when a=1. The user begins by attempting partial fraction decomposition and recognizes the need for convergence. A helpful approach is suggested, involving rewriting the series and combining terms to simplify the expression. Ultimately, the series can be rearranged to demonstrate that it converges to the desired result. This method highlights the importance of recognizing patterns in series to facilitate easier calculations.
quasar987
Science Advisor
Homework Helper
Gold Member
Messages
4,796
Reaction score
32
Hi. I am starting the study of series and I don't see how to do this problem.

"Show that

\sum_{n=0}^\infty \frac{1}{(n+a)(n+1+a)} = \frac{1}{a}"

All i got is the decomposition in partial fractions as

\sum_{n=0}^\infty (...) = \sum_{n=0}^\infty \frac{1}{(n+a)} + \sum_{n=0}^\infty \frac{-1}{(n+1+a)}

if these sum converge. I tried seeing a patern in the partial sums to find S_n but it's too difficult so there must be another way.


Any hint/help will be appreciated.
 
Last edited:
Physics news on Phys.org
Using your partial fractions decomposition and rearranging the terms gives:

\frac{1}{a} - \frac{1}{a+1} + \frac{1}{a+1} - \frac{1}{a+2} + \ldots

It can't be any more obvious now can it.
 


Hi there! It's great that you're starting to study series, it can definitely be a challenging topic. Let me try to help you out with this problem.

First, let's rewrite the given series as:

\sum_{n=0}^\infty \frac{1}{(n+a)(n+1+a)} = \sum_{n=0}^\infty \frac{1}{n+a} - \frac{1}{n+1+a}

Now, let's focus on the first term, \frac{1}{n+a}. We can rewrite this as \frac{1}{n+a} = \frac{1}{a} \cdot \frac{1}{n+1}, using the fact that a=1.

Substituting this into our series, we get:

\sum_{n=0}^\infty \frac{1}{(n+a)(n+1+a)} = \sum_{n=0}^\infty \frac{1}{a} \cdot \frac{1}{n+1} - \frac{1}{n+1+a}

Now, we can combine these two terms by finding a common denominator:

\frac{1}{a} \cdot \frac{1}{n+1} - \frac{1}{n+1+a} = \frac{1}{a(n+1)(n+1+a)} - \frac{a}{a(n+1)(n+1+a)}

Notice that the denominators are the same, so we can simply add the numerators:

\frac{1}{a(n+1)(n+1+a)} - \frac{a}{a(n+1)(n+1+a)} = \frac{1-a}{a(n+1)(n+1+a)}

Now, we can rewrite this as:

\frac{1}{a(n+1)(n+1+a)} = \frac{1}{a} \cdot \frac{1}{(n+a)(n+1+a)}

And this is exactly the first term in our original series! So, we can rewrite the series as:

\sum_{n=0}^\infty \frac{1}{(n+a)(n+1+a)} = \frac{1}{a} \sum_{n=0}^\infty \frac{1}{(n+a)(n+1+a)}

But this is just
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...

Similar threads

Back
Top