Convergence of Power Series without Recursion Relation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
Winzer
Messages
597
Reaction score
0

Homework Statement



Suppose I have the power series:
f(x) = A0 + A1 x +A2 x^2 ...An x^n
Where A0..An are numbers, there is no recursion relation.
Find the interval of convergence

Homework Equations


The Attempt at a Solution


Can I use ratio test?
How would I do this since there is no recursion relation for the A's?
Can I do this numerically?
 
Last edited:
Physics news on Phys.org
Winzer said:
So no?

So no, what? All I said is that you have to know something about the A's to figure out what test might work. If you don't know anything there is no way to answer. That's it.
 
Ok the reason I want to know convergence is because of the following:
I have a nonlinear ode. I want to find a power series solution for it. I throw in the series I stated and I get relations for the coefficents. I do have initial conditions. I need to know the radius of convergence.
 
What you have there is a Power Series, so generally speaking |x| must be less then 1 (you need to check separately for x=1).
This will give you the radius of convergence.

You CAN use the Ratio Test, you can use any other convergence test as well (they will give you the answer I wrote above).

P.S. show us you ODE and you answer, you will get more precise answers ! :)
 
ok but it is ugly:

[tex]y' = \left( c_1 x^3 - c_2 x^5 \right)[/tex]
[tex]x' = \left( c_2 y^5 - c_1 y^3 \right)[/tex]
c1 & c2 are free parameters