Represent (1+x)/(1-x) as a power series.

In summary, Homework Equations: the first term of the power series is 1, and the method involving division seems to yield -1 as the first term.
  • #1
cheater1
34
0

Homework Statement



Represent (1+x)/(1-x) as a power series.

Homework Equations


The Attempt at a Solution



I started with 1/ (1-x) = sum (x)^n n= 0 - infinity

(1 + x) sum x^n

and this is where I am stuck.

Homework Statement


Homework Equations


The Attempt at a Solution

 
Physics news on Phys.org
  • #2
That's actually a good start. So (1+x)*(sum x^n) should be (sum x^n)+x*(sum x^n), right? Start writing terms out starting with n=0. It should become pretty obvious soon.
 
  • #3
ohh i see it now, thanks you. My class just started this section and I'm kinda new to this. Is there a shortcut of doing this or I have to write out the terms to find power series?
 
  • #4
cheater1 said:
ohh i see it now, thanks you. My class just started this section and I'm kinda new to this. Is there a shortcut of doing this or I have to write out the terms to find power series?

You got that the power series is 1+2x+2x^2+2x^3+..., I hope? Writing out terms never hurts. And if you've just started on the subject, I'd say you should always do it until it becomes clearer. No, no shortcut really except for adjusting indices between series with different starting points.
 
  • #5
Dick is right. Also, when you get used to writing down the terms, you'll start seeing the patterns and won't have to write down all the terms.
 
  • #6
alright, thanks a lot guys. I'm going to practice some more.
 
  • #7
Another approach is to divide 1 + x by 1 - x using polynomial long division.
 
  • #8
I'm very thankful for this tread, as I ran into the same problem as cheater1.
I would like to point out, however, that while with Dick's method the 1st term of the series is 1, with Mark44's the first term appears to be -1. Any help in understanding why this is so would be greatly appreciated.
 
  • #9
1-x | 1+x

The first term is 1 as far as I can see. Don't do it -x+1 | x+1, if the notation makes sense.
 
  • #10
seeker247 said:
I'm very thankful for this tread, as I ran into the same problem as cheater1.
I would like to point out, however, that while with Dick's method the 1st term of the series is 1, with Mark44's the first term appears to be -1. Any help in understanding why this is so would be greatly appreciated.
No, if you use the technique I suggested, you get a first term of +1, not -1. Dick's approach and mine yield the same results.
 
  • #11
There must be something I'm missing, since the result I get from computing the division "(1+x)/(1-x)" is "-1+2/(1-x)"; so that the power series representation is "-1 + 2(sum x^n)" for n from 0 to infinity...
As a side note, I recognize that the 1st term of the correct representation is 1, but simply don't understand why the method involving division seems to yields -1 as the 1st term. Thanks.
 
  • #12
You are doing the division incorrection. When you divide 1 + x by 1 - x, the first term you get is 1, not -1.
 
  • #13
Mark44 said:
You are doing the division incorrection. When you divide 1 + x by 1 - x, the first term you get is 1, not -1.

If you could tell me how I may be doing this wrongly, I'd really appreciate it ..
Also, I did try to evaluate the problem using Wolfram Alpha, and my answer showed up as the first of several "alternate forms" listed ..I've included the link.
http://www.wolframalpha.com/input/?i=(1+x)/(1-x)"
 
Last edited by a moderator:
  • #14
In the series expansion on the Wolframalpha page, it has 1 + 2x + 2x2 + ...

It's hard to lay out division problems using just text, so I'll try to explain the first few steps.

1 - x ) 1 + x

Divide 1 by 1, getting a partial answer of 1.
1 - x ) 1 + x ( 1

Multiply the divisor 1 - x by the partial answer 1, getting 1 - x. Put it under the dividend (the thing being divided).

1 - x ) 1 + x ( 1
______1 - x

Subtract 1 - x from 1 + x, getting 2x

1 - x ) 1 + x ( 1
______1 - x
_________2x

Divide 2x by 1, getting 2x

1 - x ) 1 + x ( 1 + 2x
______1 - x
_________2x

Keep repeating this process.
 
  • #15
It all makes sense now: the quotient is the series.
Thanks Mark44, and all who contributed. I'm glad I joined this forum.
 
  • #16
If you can entertain one more follow up query, I'd like to know if the method of division you just explained is for special cases (as I've been taught to arrange the dividend and divisor in increasing powers of x when dividing polynomials)? ..
 
  • #17
You mean that you've been taught to arrange them by decreasing powers of x. No, I don't think this is for special cases. The algorithm works exactly the same as what you've been taught.

If you perform the division with (x + 1) / (-x + 1), you get -1 + 2/(-x + 1) = -1 + 2/(1 - x) = -1 + 2(1 + x + x2 + ... + xn + ...)
= -1 + 2 + 2x + 2x2 + ... + 2xn + ...
= 1 + 2x + 2x2 + ... + 2xn + ...
 
  • #18
Thanks, once again, for the clarification.

The whole problem, as I have discovered, was that I thought I could simply represent the result of the division[(x + 1) / (-x + 1)], which is "-1 + 2/(-x + 1)", by the power series "-1 + 2(sum x^n)" for n from 0 to infinity.

Again, thanks.
 

1. What is a power series?

A power series is an infinite series of the form ∑n=0∞ cnxn, where cn are constants and x is the variable.

2. How can (1+x)/(1-x) be represented as a power series?

To represent (1+x)/(1-x) as a power series, we can use the geometric series formula:
1 + x + x2 + x3 + ... = 1/(1-x).
We can then substitute -x for x in the formula to get:
1 - x + x2 - x3 + ... = 1/(1+x).
Finally, multiplying both sides by x gives us the desired form (1 + x)/(1 - x) = 1 + 2x + 2x2 + 2x3 + ... = ∑n=0∞ 2xn.

3. What is the interval of convergence for this power series?

The interval of convergence for the power series (1+x)/(1-x) is -1 < x < 1. This means that the series will converge for all values of x within this interval and diverge for all values of x outside of this interval.

4. Can this power series be used to approximate the function (1+x)/(1-x) for all values of x?

Yes, the power series representation of (1+x)/(1-x) can be used to approximate the function for all values of x within the interval of convergence. However, it may not be as accurate for values of x closer to the endpoints of the interval.

5. What is the advantage of representing a function as a power series?

Representing a function as a power series allows us to approximate the function easily and accurately, especially for values of x close to the center of the interval of convergence. It also allows us to manipulate the function algebraically, making it easier to solve complex problems and find patterns in the function's behavior.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
658
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
653
  • Calculus and Beyond Homework Help
Replies
22
Views
3K
  • Calculus and Beyond Homework Help
Replies
9
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
14
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
997
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
Back
Top