Taylor series using Geometric Series

Click For Summary

Homework Help Overview

The discussion revolves around finding the Taylor series of the function f(x) = (4 - 4x) / (4x² - 8x - 5) about the point x = 1, utilizing partial fraction decomposition. Participants are exploring the conversion of the function into a Taylor series using geometric series and are concerned with simplifying their results and determining the interval of convergence.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants are attempting to convert the function into a Taylor series and are questioning their methods of simplification. There are discussions about the radius of convergence and the correctness of their conclusions regarding the interval of convergence. Some participants are also checking for errors in their algebraic manipulations and the signs in their series.

Discussion Status

The discussion is ongoing, with participants providing feedback on each other's work. Some have offered guidance on checking for convergence at endpoints and simplifying expressions further. There is a recognition of potential errors in the original setup and calculations, but no consensus has been reached on the final form of the series.

Contextual Notes

Participants are working under the constraints of homework rules that require them to express their answers in sigma notation and simplify as much as possible. There is an emphasis on ensuring the correctness of the series and the interval of convergence based on their calculations.

jegues
Messages
1,085
Reaction score
3
Let f(x) = \frac{4-4x}{4x^{2} -8x -5}; given the partial decomposition,


\frac{4-4x}{4x^{2} -8x -5} = \frac{1}{5-2x} - \frac{1}{1+2x},



find the Taylor series of f(x) about 1. Express your answer in sigma notation and simplify as much as possible. Dtermine the open interval of convergence.

See figure attached for my attempt.



Did I a mistake converting each piece into a taylor series by use of geometric series?



Also I can't think of how to simplify this anymore, but this may be due to a mistake in the first portion of my work.



Does anyone see any problems in my work?



Thanks again!
 

Attachments

  • Q2A1P1.jpg
    Q2A1P1.jpg
    27.8 KB · Views: 560
  • Q2A1P2.jpg
    Q2A1P2.jpg
    36.1 KB · Views: 570
Physics news on Phys.org
You have |x - 1| < 3/2, from which you conclude |x| < 5/2, which is incorrect.
|x - 1| < 3/2
==> -3/2 < x - 1 < 3/2
==> -1/2 < x < 5/2

Also, that -2/3 that you're asking about. It seems to me that it shows up in (-2/3)n.
 
Mark44 said:
You have |x - 1| < 3/2, from which you conclude |x| < 5/2, which is incorrect.
|x - 1| < 3/2
==> -3/2 < x - 1 < 3/2
==> -1/2 < x < 5/2

Also, that -2/3 that you're asking about. It seems to me that it shows up in (-2/3)n.

So for the radius of convergence I can't take the 1 out? I must keep it as,

|x - 1| < 3/2 ?

But then, when I want the open interval of convergence then I can take the 1 out like so,

-1/2 < x < 5/2

Is that what you are trying to say?

Aside from that is there any errors in the way in which I produced the Taylor series for f(x)? And should I be able to simplify more than what I have?
 
The radius of convergence is 3/2 (for that one series). The interval of convergence is -1/2 < x < 5/2. The series might converge at the endpoints - you have to check them separately.

I didn't notice anything else, but then your scan looks like it's in pencil, so is a little hard to read.
 
Mark44 said:
The radius of convergence is 3/2 (for that one series). The interval of convergence is -1/2 < x < 5/2. The series might converge at the endpoints - you have to check them separately.

I didn't notice anything else, but then your scan looks like it's in pencil, so is a little hard to read.

So is the final expression I have as simplified as it can get? I can't think of what else to do and the question says simplify as much as possible.
 
I would combine the two series into one summation.
 
Mark44 said:
I would combine the two series into one summation.

I did that on the last line of my work didn't I?
 
I was having a hard time trying to follow your work in two different places. In the 2nd thumbnail, between line 2 and line 3, there's a sign that mysteriously changes from - to +. Also, you have |x| < 5/2, which isn't correct.
 
Mark44 said:
I was having a hard time trying to follow your work in two different places. In the 2nd thumbnail, between line 2 and line 3, there's a sign that mysteriously changes from - to +. Also, you have |x| < 5/2, which isn't correct.

From line 2 to 3 I took the negative 1 outside the sum and put it inside the sum. So,

(-1)^{n} \rightarrow (-1)^{n+1}

I understand that |x| < 5/2 is from our previous discussion.

Aside from that mistake, is there anything else I should be doing in this problem to simplify more?

Most of the times we've done these problems in class and in homework they've simplified nicer than this.

The answer I have (aside from the error you mentioned) could be perfectly fine, I'm just not sure.
 
  • #10
I don't see anything else. It looks OK to me.
 
  • #11
Mark44 said:
I don't see anything else. It looks OK to me.

I found another error right at the beginning.

7 - 2(x-1) \neq 5-2x

I'm going to change this and reattempt the problem from the beginning.

I'll post my results.
 
  • #12
Hmm, the function is odd about x=1, so you should end up with only odd powers of (x-1). You can see it's odd if you rewrite the original function as

\frac{4-4x}{4x^2-8x-5} = -\frac{4(x-1)}{4(x-1)^2-9}

Based on the expansions I got out of Mathematica, I'll suggest your series with the 7s in it is wrong. You should recheck your algebra.

EDIT: Oh, I see you already probably found the mistake.
 
  • #13
Here's my 2nd attempt. (See Figure Attached)

Things look a lot better this time, I just want to be sure I am simplifying it as much as it can possibly be simplified.

How's it look?
 

Attachments

  • Q2A2.jpg
    Q2A2.jpg
    32.2 KB · Views: 530
  • #14
You can simplify it a bit more. (Try writing out the first few terms.) Also, did you check for convergence of the endpoints?
 
  • #15
vela said:
You can simplify it a bit more. (Try writing out the first few terms.) Also, did you check for convergence of the endpoints?

I don't need to check for convergence of the endpoints because the questions asks for the open interval of convergence.

As far as simplifying after opening the series I think it can be rewritten as,

\sum_{n=0}^{\infty}\frac{2^{n+1}}{3^{n+1}}(x-1)^{n} \text{ if } |x-1| &lt; \frac{3}{2}

Could I have realized this from what I had without rewriting the series in open form by using algebra? If so, how?

Let me know what you think.

Thanks again.
 
  • #16
That's not quite right. It's close though. You found the series has only odd powers, right? Your expression has both even and odd terms.
 
  • #17
vela said:
That's not quite right. It's close though. You found the series has only odd powers, right? Your expression has both even and odd terms.

Whoops I think I see it now. Let me try this again,

\sum_{n=0}^{\infty} \frac{2^{2(n+1)}}{3^{2(n+1)}}(x-1)^{2n+1} \text{ if } |x-1| &lt; \frac{3}{2}

Hopefully this one works.
 
  • #18
Yeah, that looks right. You could make the numerical factor a tad simpler by writing it as (4/9)n+1, but that's just nit-picking.
 

Similar threads

  • · Replies 27 ·
Replies
27
Views
4K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
Replies
6
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
5
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K