Differential Equations solution help

Ted123
Messages
428
Reaction score
0
One solution of the differential equation

x^2(x^2+1)y^{\prime\prime} - 2x^3 y^{\prime} + 2(x^2-1) y = 0

can be obtained in the form y_1 = x^n. Use this solution to find another, and in this way find the general solution.

The DE can be written as:

\displaystyle y^{\prime\prime} - \frac{2x}{x^2+1} y^{\prime} + \frac{2(x^2-1)}{x^2(x^2+1)}y = 0.


\displaystyle - \int \frac{2x}{x^2+1} = -\ln (x^2+1)

Therefore the Wronskian \displaystyle W(x) = Ce^{\ln (x^2+1)} = C(x^2+1).

By inspection y_1 = x^2 - how can you see this straight away?

To find y_2 use the formula below with W for C=1 - can you always just take C=1?

\displaystyle y_2 = y_1 \int \frac{W}{y_1^2}\;dx
 
Physics news on Phys.org
Yes, you can but you could use other numbers as well- there are, after all, an infinite number of solutions.
 
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