Finding a Power Series for a function

Click For Summary

Homework Help Overview

The discussion revolves around finding a power series representation for the function f(x) = (x-1)/(3-x)^2, with a validity condition of |x|<3. Participants explore the manipulation of the function to express it in a form suitable for power series expansion.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the differentiation of known series and the challenge of adapting the function to a recognizable form for series expansion. There are attempts to factor and simplify the denominator, with questions about the validity of arithmetic manipulations involving squaring terms.

Discussion Status

Several participants have provided insights on how to approach the problem, including factoring techniques and clarifications on the arithmetic involved. There is ongoing exploration of different interpretations of the series and its convergence properties, with no explicit consensus reached yet.

Contextual Notes

Participants note the importance of the condition |x|<3 and discuss the implications of including x=0 in the context of the series convergence.

aerospacev
Messages
4
Reaction score
0

Homework Statement



Find a power series representation for the function [itex]f(x) = \frac{(x-1)}{(3-x)^2}^2[/itex], valid for every [itex]x[/itex] with [itex]|x|<3[/itex]

Homework Equations



The equation that I think would be useful is [itex]\frac{1}{1-x} = \sum_{n=0}^\infty x^n[/itex]

The Attempt at a Solution



I began by just looking at the term [itex]\frac{1}{(3-x)^2}[/itex]

[itex]\frac{1}{1-x} = \sum_{n=0}^\infty x^n[/itex]

differentiating both sides:

[itex]\frac{1}{(1-x)^2}= \sum_{n=1}^\infty nx^{(n-1)}[/itex]

now I'm stuck here, my train of thought is that if I can turn [itex]\frac{1}{(3-x)^2}[/itex] into someform of [itex]\frac{1}{(1-x)^2}[/itex] to obtain its summation formula, I can then multiply the polynomial [itex]{(x-1)}^2[/itex] to that summation and go from there.

Usually the assignment questions involve functions in the likes of [itex]\frac{x}{(1-x^2)}[/itex] or [itex]\frac{x^2}{(1+x)^3}[/itex], which I can solve, but the [itex]3[/itex] in front of the x in [itex]\frac{1}{(3-x)^2}[/itex] is really troubling me, any help? Thanks!
 
Physics news on Phys.org
Hi aerospacev!

You can factor out the 3 from the denominator and write it as following:
$$f(x)=\frac{(x-1)^2}{9}\frac{1}{(1-x/3)^2}$$
Can you proceed now?
 
I wondered about that, maybe I need to review my basic arithmetic, am I allowed to simply divide each number individually in [itex]{(3-x)^2}[/itex] by 3 and multiply by [itex]3^2[/itex]? Even though the entire term is squared?
 
aerospacev said:
I wondered about that, maybe I need to review my basic arithmetic, am I allowed to simply divide each number individually in [itex]{(3-x)^2}[/itex] by 3 and multiply by [itex]3^2[/itex]? Even though the entire term is squared?

I am not sure what you mean there. What I did is the following:
$$(3-x)^2=\left(3\left(1-\frac{x}{3}\right)\right)^2=3^2\left(1-\frac{x}{3}\right)^2=9\left(1-\frac{x}{3}\right)^2$$
I hope that helps.
 
Last edited:
Pranav-Arora said:
I am not sure what you mean there. What I did is the following:
$$(3-x)^2=\left(3\left(1-\frac{x}{3}\right)\right)^2=3^2\left(1-\frac{x}{3}\right)=9\left(1-\frac{x}{3}\right)$$
I hope that helps.
Hi Panav-Arora.

I think you want to correct those last two versions of the right hand sides, to have an exponent of 2.

Chet
 
  • Like
Likes   Reactions: 1 person
Chestermiller said:
Hi Panav-Arora.

I think you want to correct those last two versions of the right hand sides, to have an exponent of 2.

Chet

Woops, thanks Chet! :D
 
Pranav-Arora said:
I am not sure what you mean there. What I did is the following:
$$(3-x)^2=\left(3\left(1-\frac{x}{3}\right)\right)^2=3^2\left(1-\frac{x}{3}\right)^2=9\left(1-\frac{x}{3}\right)^2$$
I hope that helps.

Oh ok thanks, I think there was just some confusion on my part.

I got the correct answer, thanks again!
 
How about
##f(x) = (\frac{x-1}{3-x})^2 = (\frac{x}{3-x}-\frac{1}{3-x})^2##
## = (\frac{-1}{1-(\frac{3}{x})}-\frac{(\frac{1}{3})}{1-(\frac{x}{3})})^2 ##
##so, f(x) = [-\sum\limits_{n=0}^∞ (\frac{3}{x})^n - \frac{1}{3}\sum\limits_{n=0}^∞ (\frac{x}{3})^n]^2 ## where ##-3 < x < 3##
 
Last edited:
vanceEE said:
How about
##f(x) = (\frac{x-1}{3-x})^2 = (\frac{x}{3-x}-\frac{1}{3-x})^2##
## = (\frac{-1}{1-(\frac{3}{x})}-\frac{(\frac{1}{3})}{1-(\frac{x}{3})})^2 ##
##so, f(x) = [-\sum\limits_{n=0}^∞ (\frac{3}{x})^n - \frac{1}{3}\sum\limits_{n=0}^∞ (\frac{x}{3})^n]^2 ## where ##-3 < x < 3##

I don't think so, wouldn't you then have to divide by zero?
 
  • #10
Also, even if the calculation is correct,
$$[-\sum\limits_{n=0}^∞ (\frac{3}{x})^n - \frac{1}{3}\sum\limits_{n=0}^∞ (\frac{x}{3})^n]^2$$
is not a power series as written. It is a expression involving power series, but that's not the same thing.
 
  • #11
aerospacev said:
I don't think so, wouldn't you then have to divide by zero?
Divide what by zero? The index of summation n = 0 means that we would first have a zero as an exponent. This series isn't convergent, an error on my part, but there is nothing being divided by zero in this series; x ≠ 0.
 
  • #12
vanceEE said:
there is nothing being divided by zero in this series; x ≠ 0.
But the original problem statement says "valid for every ##x## with ##|x|< 3##", so that includes ##x=0##.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
8
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K