Can Power Series Solve the Differential Equation xy' - 3y = k?

siddharth
Homework Helper
Gold Member
Messages
1,142
Reaction score
0
Question: Find a power series solution in powers of x for the following differential equation

xy' - 3y = k

My attempt:
Assume
y = \sum_{m=0}^{\infty} a_m x^m

So,
xy' = \sum_{m=0}^{\infty}m a_m x^m

xy'-3y-k=0

implies

\sum_{m=0}^{\infty}m a_m x^m - 3\sum_{m=0}^{\infty} a_m x^m - k = 0

and

\left(a_1x+2a_2x^2 +3a_3x^3 +... \right) - \left(k + 3a_0 + 3a_1x+3a_2x^2+3a_3x^3+... \right) = 0

Which means

a_0=-k/3
a_1-3a_1=0, a_1=0
2a_2-3a_2=0, a_2=0
3a_3 - 3a_3=0, a_3=?
... a_n=0, n>3

The Question: Now, how do I find a_3?
 
Last edited:
Physics news on Phys.org
It could be anything-substitute back.
 
0rthodontist said:
It could be anything-substitute back.

Of course.What was I thinking? I think my brain degenerated over the summer hols :frown:
Thanks for the help.
 
Just to add to this, for a n'th order linear DE you should expect to find n arbitrary constants. So it shouldn't be too surprising that one of the coeffiecients is arbitrary given that this is a first order linear DE.
 
nocturnal said:
Just to add to this, for a n'th order linear DE you should expect to find n arbitrary constants. So it shouldn't be too surprising that one of the coeffiecients is arbitrary given that this is a first order linear DE.

Perfect!

In fact the general solution for the given equation has the form

y = C x^3 - \frac{k}{3}.
 
i got the same question; but i am not sure that the general solution is a power series representation
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top