What is the general solution to the 2nd order linear ODE xy''+2y'+4xy=0?

sydneyfranke
Messages
72
Reaction score
0

Homework Statement


Find general solution to:

xy''+2y'+4xy=0

Homework Equations



Frobenius Method or Bessel's Equation

The Attempt at a Solution



I know how to get the roots for this problem (which are r1 = 0 & r2 = -1). But not I don't know what to do with these roots. I know that this is considered "Case 3", but I seriously don't know what to do from here.

Furthermore, I have attempted to solve for y1(x) and came up with the answer:

y1(x) = a0(x^-1)cos(2x) + ((a1)/2)(x^-1)sin(2x)

If this is right, then I'm not sure what the next step is. Do I do reduction of order? I hope not because that would take FOREVER.

Wolfram Alpha has the general solution as

y= (c1(exp(-2ix)))/x - (ic2(exp(2ix)))/4x

I'm totally lost. Any help would be appreciated.
 
Physics news on Phys.org
sydneyfranke said:
y1(x) = a0(x^-1)cos(2x) + ((a1)/2)(x^-1)sin(2x)
Did you check that satisfies the original equation? (It doesn't look right to me. I get exponentials, not trig.)
 
No I didn't, but exponentials match the wolfram alpha solution. Can you maybe explain how you got the exponentials?
 
The way it works on these fora is that you post your working and others try to spot where you went wrong.
 
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