Urgend Geometric series question

In summary, the conversation discusses how to prove the identity 1/(1+x^2) = 1-x^2 + x^4 + (-1)^n*(x^2n-2) + (-1)^n * (x^2n)/(1+x^2) using the geometric series formula and expanding the arctan function. The conversation also covers finding the general term of the series and the sum of the series, eventually arriving at the result of 1/(1-x^2). The conversation includes a few mistakes and corrections, but ultimately leads to the desired proof.
  • #1
Mathman23
254
0
Hi

I have the following problem:

show that

1/(1+x^2)) = 1-x^2 + x^4 + (-1)^n*(x^2n-2) + (-1)^n * (x^2n)/(1+x^2)

I that know this arctan function can be expanded as a geometric series by using:

1 + q + q^2 + q^3 + ... + = 1/(1-q)


Then by putting q = -x^2. I get:


1/(1-(-x^2) = 1 - x^2 - (-x^2) - (-x^2)^3 + ... +

My question is how do I proceed from this to get the desired result?

Sincerley and Best Regards

Fred
 
Physics news on Phys.org
  • #2
No, try again. Do EXACTLY as in the 1/(1-q) example, with q=-x^2
 
  • #3
arildno said:
No, try again. Do EXACTLY as in the 1/(1-q) example, with q=-x^2

I still get first result, but has it something to do that the series converges? And then I then add a sum to the first result?

/Fred
 
  • #4
No, you simply haven't done it correctly. Try again.
Insert (-x^2) on the q-places in the following expression:
[tex]1+q+q^2+q^3+++[/tex]
What do you get?
 
  • #5
Mathman23 said:
Then by putting q = -x^2. I get: 1/(1-(-x^2) = 1 - x^2 - (-x^2) - (-x^2)^3 + ... +

This is wrong. Try again.
 
  • #6
arildno said:
No, you simply haven't done it correctly. Try again.
Insert (-x^2) on the q-places in the following expression:
[tex]1+q+q^2+q^3+++[/tex]
What do you get?

Hello by inserting q = -x^2 into the above I get:


1/(1-x^2) = 1 - x^2 + x^4 - x^6 + ... +

but how do I proceed from there ?

Sincerley

Fred
 
  • #7
Now you got it right and should be able to "see" how the general term looks like. Just see how the sign changes and how the exponent increases.
 
  • #8
Mathman23 said:
Hello by inserting q = -x^2 into the above I get:


1/(1-x^2) = 1 - x^2 + x^4 - x^6 + ... +

but how do I proceed from there ?

Sincerley

Fred
Great! One flaw though:
You've been working with 1/(1-(-x^2)), not 1/(1-x^2)!

Now, find the n'th term, and scrutinize the infinite part of the series starting with the n'th term.
 
  • #9
assyrian_77 said:
Now you got it right and should be able to "see" how the general term looks like. Just see how the sign changes and how the exponent increases.


Hello I can see that the the function changes in the following way

(-1)^n * (x^2)^n, then


1/(1-x^2) = 1/(1-x^2) = 1 - x^2 + x^4 - x^6 + ... + (-1)^n * (x^2)^n


Do I then rewrite the above result to get the result required ?

Sincerely
Fred
 
  • #10
You have now found the general term of the series expansion of 1/(1-(-x^2))
For all N>=n, draw out the common factor (-1)^(n)x^(2n)
What are you left with then?
 
  • #11
The n-1 term ?

/Fred


arildno said:
You have now found the general term of the series expansion of 1/(1-(-x^2))
For all N>=n, draw out the common factor (-1)^(n)x^(2n)
What are you left with then?
 
  • #12
No.
Let's see:
We have:
[tex](-1)^{n}x^{2n}+(-1)^{n+1}x^{2n+2}+++=(-1)^{n}x^{2n}(1-x^{2}+++)[/tex]
Try to deduce how the +++++ will look like..:wink:
 
  • #13
The n + 1 term ?

/Fred

arildno said:
No.
Let's see:
We have:
[tex](-1)^{n}x^{2n}+(-1)^{n+1}x^{2n+2}+++=(-1)^{n}x^{2n}(1-x^{2}+++)[/tex]
Try to deduce how the +++++ will look like..:wink:
 
  • #14
What are you talking about?
Try to figure out the rest by yourself
 
  • #15
I'v have been looking at mathworld, and then arrieved at the following idear:
Then I need to do it for infinity?

/Fred


[tex]S_n = \sum_{k=1} ^ {\infty} (-1)^k \frac{1}{1-x^k} [/tex]


arildno said:
What are you talking about?
Try to figure out the rest by yourself
 
Last edited:
  • #16
Try to tackle it this way:
The infinite series starting with the n'th term is of the form:
[tex]\sum_{i=n}^{\infty}(-1)^{i}x^{2i}[/tex]
Now, introduce the new index j=i-n, that is i=j+n
Then, the series can be written in the form:
[tex]\sum_{j=0}^{\infty}(-1)^{j+n}x^{2n+2j}[/tex]
What can you do about this expression?
 
  • #17
I rewrite it as a product of a two Sums ??

/Fred

arildno said:
Try to tackle it this way:
The infinite series starting with the n'th term is of the form:
[tex]\sum_{i=n}^{\infty}(-1)^{i}x^{2i}[/tex]
Now, introduce the new index j=i-n, that is i=j+n
Then, the series can be written in the form:
[tex]\sum_{j=0}^{\infty}(-1)^{j+n}x^{2n+2j}[/tex]
What can you do about this expression?
 
  • #18
No, draw out the common factor!
[tex]\sum_{j=0}^{\infty}(-1)^{n+j}x^{2n+2j}=(-1)^{n}x^{2n}\sum_{j=0}^{\infty}(-1)^{j}x^{2j}[/tex]
What is the j-sum equal to?
 
  • #19
arildno said:
No, draw out the common factor!

[tex]\sum_{j=0}^{\infty}(-1)^{n+j}x^{2n+2j}=(-1)^{n}x^{2n}\sum_{j=0}^{\infty}(-1)^{j}x^{2j} = (-1)^{n} 2^{n} [/tex]
What is the j-sum equal to?
??


[tex]\sum_{j=0}^{\infty}(-1)^{n+j}x^{2n+2j}=(-1)^{n}x^{2n}\sum_{j=0}^{\infty}(-1)^{j}x^{2j} = (-1)^{n} x^{2n} [/tex]

/Fred
 
Last edited:
  • #20
Please write out the first few terms of the series [itex]\sum_{j=0}^{\infty}(-1)^{j}x^{2j}[/itex]
 
Last edited:
  • #21
arildno said:
Please write out the first few terms of the series [itex]\sum_{j=0}^{\infty}(-1)^{n}x^{2j}[/itex]

Hello

[itex]\sum_{j=0}^{\infty}(-1)^{n}x^{2j} = (-1)^{n} + (-1)^{n}x^{2} + (-1)^{n}x^{4} + (-1)^{n}x^{6} + (-1)^{n}x^{8}[/itex]

/Fred
 
  • #22
Ok, what arildno meant was this: [itex]\sum_{j=0}^{\infty}(-1)^{j}x^{2j}[/itex]. The index is j everywhere.
 
  • #23
Oops; sorry about that mistake in the index.
 
  • #24
[itex]\sum_{j=0}^{\infty}(-1)^{j}x^{2j} = (-1) + (-1)x^{2} + (-1)x^{4} + (-1)x^{6} + (-1)x^{8}[/itex]

/Fred
 
  • #25
Correct! That series have you seen before in this thread; what does it sum up to?
 
  • #26
arildno said:
Correct! That series have you seen before in this thread; what does it sum up to?


Hi it sums up to

[itex](-1)^{n} x^{2n}[/itex]

/Fred
 
  • #27
No it does not; that is a TERM in the series.
What does the whole series sum up to?
 
  • #28
Mathman23 said:
[itex]\sum_{j=0}^{\infty}(-1)^{j}x^{2j} = (-1) + (-1)x^{2} + (-1)x^{4} + (-1)x^{6} + (-1)x^{8}[/itex]

/Fred
OOPS! This is wrong!
When j is even, [itex](-1)^{j}=1[/itex] wheras if j is odd, we have [itex](-1)^{j}=-1[/itex]

Use this info.
 
  • #29
Hi the series summes up to [tex]\frac{1}{1-x^2}[/tex]

/Fred

arildno said:
No it does not; that is a TERM in the series.
What does the whole series sum up to?
 
  • #30
Hi

Then

[itex]\sum_{j=0}^{\infty}(-1)^{j}x^{2j} = x^{2} + x^{4} + x^{6} + x^{8}[/itex]

Because j is even.

/Fred

arildno said:
OOPS! This is wrong!
When j is even, [itex](-1)^{j}=1[/itex] wheras if j is odd, we have [itex](-1)^{j}=-1[/itex]

Use this info.
 
  • #31
No, it sums up to 1/(1+x^{2}).
 
  • #32
Mathman23 said:
Hi

Then

[itex]\sum_{j=0}^{\infty}(-1)^{j}x^{2j} = x^{2} + x^{4} + x^{6} + x^{8}[/itex]

Because j is even.

/Fred
No, j alternates being even and odd.
 
  • #33
Mathman23 said:
Hi

Then

[itex]\sum_{j=0}^{\infty}(-1)^{j}x^{2j} = x^{2} + x^{4} + x^{6} + x^{8}[/itex]

Because j is even.

/Fred

No, j is not only even! If that would be the case, your expression would be [itex]x^{4} + x^{8} + x^{12}+...[/itex]. Go back and check again.
 
  • #34
arildno said:
No, it sums up to 1/(1+x^{2}).
Then

[itex]\sum_{j=0}^{\infty}(-1)^{j}x^{2j} = x^{2} + x^{4} + x^{6} + x^{8}[/itex] Sums up to

[tex]\frac{1}{(1+x^{2})} [/tex]
 
Last edited:
  • #35
arildno said:
No, it sums up to 1/(1+x^{2}).
Then

[itex]\sum_{j=0}^{\infty}(-1)^{j}x^{2j} = x^{2} + x^{4} + x^{6} + x^{8}[/itex] Sums up to [tex][/tex]
 
Last edited:

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
265
  • Calculus and Beyond Homework Help
Replies
3
Views
422
  • Calculus and Beyond Homework Help
Replies
9
Views
2K
  • Calculus and Beyond Homework Help
Replies
17
Views
623
  • Calculus and Beyond Homework Help
Replies
4
Views
318
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
872
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
713
  • Calculus and Beyond Homework Help
Replies
3
Views
292
Back
Top