Find the sum of a geometric progression

  • Thread starter Thread starter mindauggas
  • Start date Start date
  • Tags Tags
    Geometric Sum
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 2K views
mindauggas
Messages
127
Reaction score
0

Homework Statement



(1) [itex]\frac{1}{(1+x^{2})}[/itex]+[itex]\frac{1}{(1+x^{2})^{2}}[/itex]+...+[itex]\frac{1}{(1+x^{2})^{n}}[/itex]

The Attempt at a Solution



(2) [itex]\frac{1}{(1+x^{2})}[/itex]*[itex]\frac{(1+x^{2})^{n-1}}{(1+x^{2})^{n-1}}[/itex]+[itex]\frac{1}{(1+x^{2})^{2}}[/itex]*[itex]\frac{(1+x^{2})^{n-2}}{(1+x^{2})^{n-2}}[/itex]+...+[itex]\frac{1}{(1+x^{2})^{n}}[/itex]*[itex]\frac{(1+x^{2})^{n-n}}{(1+x^{2})^{n-n}}[/itex]

(3) [itex]\frac{(1+x^{2})^{n-1}+(1+x^{2})^{n-2}+...+(1+x^{2})^{n-n}}{(1+x^{2})^{n}}[/itex]

Then I use the formula

[itex]{S(n)=\frac{n(n-1)}{2}}[/itex]

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

[tex]S_n=\frac{a(1-r^n)}{1-r}[/tex]

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

Both a and r are: [itex]\frac{1}{1+x^{2}}[/itex]

Now 3 questions:

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

(2) Should I simplify the eq.:

[tex]S_n=\frac{\frac{1}{1+x^{2}}(1-\frac{1}{1+x^{2}}^n)}{1-\frac{1}{1+x^{2}}}[/tex]

(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.:

[tex]S_n=\frac{\frac{1}{1+x^{2}}(1-\frac{1}{1+x^{2}}^n)}{1-\frac{1}{1+x^{2}}}[/tex]

(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 [tex]\frac{1}{1+x^2}[/tex] 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 [tex](1+x^2)^n[/tex] terms and some would argue that it isn't as neat.
 
[tex]S_n=\frac{\frac{1}{1+x^{2}}(1-\frac{1}{1+x^{2}}^n)}{1-\frac{1}{1+x^{2}}}[/tex]

I went:

(1) [tex]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}}}[/tex]

At the end got:

(2) [tex]S_n=\frac{1-\frac{1}{1+x^{2}}^{n}}{x^{2}}[/tex]

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,

[tex]\frac{1+\frac{1}{x}}{y}[/tex]
 
Continuing:

[tex]S_n=\frac{1-\frac{1}{(1+x^{2})^{n}}}{x^{2}}[/tex]

Got:

[tex]S_n=\frac{(1+x^{2})^{n}}{x^{2}(1+x^{2})^{n}-1}[/tex]

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

(1) [tex]S_n=\frac{1-\frac{1}{(1+x^{2})^{n}}}{x^{2}}[/tex]

(2) [tex]S_n=\frac{\frac{(1+x^{2})^{n}}{(1+x^{2})^{n}}-\frac{1}{(1+x^{2})^{n}}}{x^{2}}[/tex]

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

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

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


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

Is this the form that I should leave it in?

It should be
[tex]S_n=\frac{(1+x^{2})^{n}-1}{x^{2}(1+x^{2})^{n}}[/tex]
 
Yes, my bad.

Thank you all for the help.