What is the power series representation for F(x)= 3/4x^3-5, where c=1?

rent981
Messages
20
Reaction score
0
1. Find a power series for F(x)= 3/4x^3-5, where c=1
2. power series = 1/a-r



3. What I did was take a derivative to get a similar function that was easier to solve. I used 1/x^3-1. Then I found a series for that function. Which I got \sum(x^3)^n. Then I added back from my orginal problem and got \sum(4/3x)^3n does this look at all right?
 
Physics news on Phys.org
Without parentheses it's difficult to tell what your function F is. It should be interpreted as (3/4)*x^3 - 5, but I don't think that's what you had in mind.
 
Doesn't seem right to me. How does the 5 affect your result for instance?

From the geometrical series you know that

\frac{1}{1-x} = \sum_{n=0}^{\infty} x^n

Your function

\frac{3}{4x^3 - 5}

is already almost in the same form, all you have to do is manipulate it a little bit.
 
Ok if I rewrite I need to make the first term of the denominator 1. So I divide by -5. So then does the sum from 0 to infinity of (-3/5)(x)^3n look better?
 
Where did the 4 go?
 
oops. I am meant to write [infinity]\sum[/n=0] (-3/5)(4x)^3n.
 
<br /> \frac{1}{1-x} = \sum_{n=0}^{\infty} x^n (-3/5)(4x)^3n<br />
 
does that look ok?
 
When you divide by five you should do that to the whole denominator. And you have too much x's in there though I suspect that's a typo.
 
  • #10
Yes that was a typo. So...\sum (from 0-infinty) (-3/5)(4/5X)^3n would be ok? Sorry this is a new topic for me. Thanks you so much for helping!
 
  • #11
Almost, except that 4/5 is not cubed so it's power is n:

<br /> \frac{3}{4x^3 - 5} = -\frac{3}{5} \frac{1}{1-\frac{4x^3}{5}} = -\frac{3}{5}\sum_{n=0}^{\infty} (\frac{4x^3}{5})^n<br />
 
Back
Top