Find the sum of a geometric progression

  • Thread starter Thread starter mindauggas
  • Start date Start date
  • Tags Tags
    Geometric Sum
AI Thread Summary
The discussion focuses on finding the sum of a geometric progression represented by the series 1/(1+x²) + 1/(1+x²)² + ... + 1/(1+x²)ⁿ. Participants analyze the reduction of the series to a common denominator and the application of the geometric series sum formula, identifying the first term and the common ratio. There is a debate about the necessity and extent of simplification, with suggestions to eliminate complex fractions for clarity. Ultimately, the correct form of the sum is confirmed as S_n = ((1+x²)ⁿ - 1) / (x²(1+x²)ⁿ). The conversation emphasizes the importance of simplification in mathematical expressions.
mindauggas
Messages
127
Reaction score
0

Homework Statement



(1) \frac{1}{(1+x^{2})}+\frac{1}{(1+x^{2})^{2}}+...+\frac{1}{(1+x^{2})^{n}}

The Attempt at a Solution



(2) \frac{1}{(1+x^{2})}*\frac{(1+x^{2})^{n-1}}{(1+x^{2})^{n-1}}+\frac{1}{(1+x^{2})^{2}}*\frac{(1+x^{2})^{n-2}}{(1+x^{2})^{n-2}}+...+\frac{1}{(1+x^{2})^{n}}*\frac{(1+x^{2})^{n-n}}{(1+x^{2})^{n-n}}

(3) \frac{(1+x^{2})^{n-1}+(1+x^{2})^{n-2}+...+(1+x^{2})^{n-n}}{(1+x^{2})^{n}}

Then I use the formula

{S(n)=\frac{n(n-1)}{2}}

I think i didn't do (2) correctly (reduction to a common denominator). Or did I?
 
Last edited:
Physics news on Phys.org
What you're doing is unnecessary. You already know that the formula for the sum of a geometric progression is

S_n=\frac{a(1-r^n)}{1-r}

So what is r and a in this case?
 
Yeah I probably should have done it this way.

Both a and r are: \frac{1}{1+x^{2}}

Now 3 questions:

(1) Have I reduced sum to a common denominator correctly (previous post eq. (2))?

(2) Should I simplify the eq.:

S_n=\frac{\frac{1}{1+x^{2}}(1-\frac{1}{1+x^{2}}^n)}{1-\frac{1}{1+x^{2}}}

(3) How to know when to leave the exercise, what is the rule of thumb to remember on how much to simplify?
 
Last edited:
mindauggas said:
(2) Should I simplify the eq.:

S_n=\frac{\frac{1}{1+x^{2}}(1-\frac{1}{1+x^{2}}^n)}{1-\frac{1}{1+x^{2}}}

(3) How to know when to leave the exercise, what is the rule of thumb to remember on how much to simplify?

By all means you should simplify. I don't consider a complex fraction to be in simpliest form. Can you simplify so that neither the numerator or denominator contain fractions?
 
Yes you have correctly found the common denominator in (2).

You should definitely cancel out the \frac{1}{1+x^2} in both the numerator and denominator. From there, I think it would be fine, if you go further as to get rid of the fraction in the numerator then you're going to have two (1+x^2)^n terms and some would argue that it isn't as neat.
 
S_n=\frac{\frac{1}{1+x^{2}}(1-\frac{1}{1+x^{2}}^n)}{1-\frac{1}{1+x^{2}}}

I went:

(1) S_n=\frac{\frac{1}{1+x^{2}}(1-\frac{1}{1+x^{2}}^n)}{\frac{1+x^{2}}{1+x^{2}}-\frac{1}{1+x^{2}}}

At the end got:

(2) S_n=\frac{1-\frac{1}{1+x^{2}}^{n}}{x^{2}}

Can I do smth. more (I doesn't seem to me)? Or should i do something different? Is there a way to get rid of the fraction in the numerator?
 
Last edited:
In exactly the same way that you would get rid of the fraction in an expression such as this,

\frac{1+\frac{1}{x}}{y}
 
Continuing:

S_n=\frac{1-\frac{1}{(1+x^{2})^{n}}}{x^{2}}

Got:

S_n=\frac{(1+x^{2})^{n}}{x^{2}(1+x^{2})^{n}-1}

Is this correct?
 
Last edited:
Probably should have written a few more steps:

(1) S_n=\frac{1-\frac{1}{(1+x^{2})^{n}}}{x^{2}}

(2) S_n=\frac{\frac{(1+x^{2})^{n}}{(1+x^{2})^{n}}-\frac{1}{(1+x^{2})^{n}}}{x^{2}}

(3) S_n=\frac{\frac{(1+x^{2})^{n}-1}{(1+x^{2})^{n}}}{x^{2}}

(4) S_n=\frac{x^{2}(1+x^{2})^{n}-1}{(1+x^{2})^{n}}

Is this the form that I should leave it in?
 
Last edited:
  • #10
mindauggas said:
Probably should have written a few more steps:


(4) S_n=\frac{x^{2}(1+x^{2})^{n}-1}{(1+x^{2})^{n}}

Is this the form that I should leave it in?

It should be
S_n=\frac{(1+x^{2})^{n}-1}{x^{2}(1+x^{2})^{n}}
 
  • #11
Yes, my bad.

Thank you all for the help.
 
Back
Top