Finding the Homogenous Solution to a Variable Coefficients 2nd order ODE

joelio36
Messages
22
Reaction score
1
x y'' + (x + 1) y' = 2 x

Solve for y(x).

Due to the coefficients being a function of x, I have no idea where to start to find the homogenous solution (Complementary Function). I know how to proceed after this part with the variation of parameters method.

I just have no idea where to begin to find a solution of this equation, which seems to be the pre-requisite for all solution methods! Do you just used ansatz? If so how would I pick an ansatz?

I'm tearing my hair out here, any help would be greatly appreciated.
 
Physics news on Phys.org
The homogenous equation x y'' + (x + 1) y' = 0 can be solved by separation of variables.
 
y' = z
then separation of variables in a first order ODE.
 
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