Problems from Homogeneous linear equations of order 2 with non constant coefficients

Solve the equation 4t2x+x=0 knowing that one solution is x1(t)=tlnt

See development and solution

Development:

This is an homogeneous 2nd order ODE with non constant coefficients. As we already know one solution, the method of reduction of order will give us another linearly independent solution x2(t), so that we will obtain two linearly independent solutions that will solve the ODE, since any solution can be written: x(t)=C1x1(t)+C2x2(t)

We look for the second solution of the form: x2(t)=x1(t)u(t).

We compute:

x2=x1u

x2=x1u+x1u

x2=x1u+x1u+x1u+x1u=x1u+2x1u+x1u

Let's designate this as a solution:

4t2x2+x2=4t2(x1u+2x1u+x1u)+x1u= =u(4t2x1)+u(8t2x1)+u(4t2x1+x1)=0 Notice that the last term equals zero, since x1(t) is a solution. Introducing the change w(t)=u(t), we obtain a linear ODE in w(t): w(4t2x1)+w(8t2x1)=0dwdt=w(8t2x1)4t2x1 dww=2x1x1dtdww=2x1x1dt ln|w(t)|=2ln|x1(t)|=ln(|x1(t)|2) w(t)=1x1(t)2=1t(ln(t))2 We now compute the primitive function of w(t) to find u(t): u(t)=1t(ln(t))2dt=1ln(t) Finally: x2(t)=x1(t)u(t)=tln(t)1ln(t)=t Therefore any solution will be written as: x(t)=C1x1(t)+C2x2(t)=C1(t)tln(t)+C2(t)t

Solution:

x(t)=C1(t)tln(t)+C2(t)t

Hide solution and development
View theory