Oxymoron
- 868
- 0
Consider the differential equation
t^2x''-tx'+x=0
Given that x(t)=t is a solution of the ordinary differential equation, find another linearly independent solution.
\textsc{SOLUTION}
Since we know x(t) = t is a solution, the general solution of the ODE will be of the form x(t) = Kt + Kty(t), where y(t) is some function linearly independent to x(t) = t. This suggests that we utilize a solution of the form:
x(t) = ty(t)
Take x(t) = ty(t). Then
x'(t) = y(t) + ty'(t)
x''(t) = 2y'(t) + y''(t)
Substitute this back into the original ODE we get
t^2\left(2y'(t) + y''(t)\right) - t\left(y(t) + ty'(t)\right) + ty(t) = 0
t^2y''(t)+t^2y'(t) -ty(t) +ty(t) = 0
t^2y''(t)+t^2y'(t) = 0
t^2\left(y''(t)+y'(t)\right) = 0
y''(t) + y'(t) = 0
Integrating both sides with respect to t we obtain
y'(t) + y(t) = C
Rearranging
y'(t) = -y(t) + C
This differential equation is separable
\frac{dy(t)}{dt} = -y(t) + C
\frac{dy(t)}{(-y(t)+C)} = dt
\int \frac{dy(t)}{(-y(t)+C)} = \int dt
-\ln|y(t)+C| = t
-\ln|y(t)|\ln|C|=t
\ln\left|\frac{1}{y(t)}\right|C = t
\frac{1}{y(t)} = e^{tC'}
y(t) = e^{-tC'}
y(t) = C'e^{-t}
Therefore x(t) = ty(t) = C'te^{-t} is another linearly independent solution.
But when I use Maple (to check that this solution works), it says that y(t) = C'e^{-t} is not a solution. Instead is solves the ODE and finds that x(t) = t and x(t) = \ln|t| are the solutions. So I must have made a mistake somewhere??
t^2x''-tx'+x=0
Given that x(t)=t is a solution of the ordinary differential equation, find another linearly independent solution.
\textsc{SOLUTION}
Since we know x(t) = t is a solution, the general solution of the ODE will be of the form x(t) = Kt + Kty(t), where y(t) is some function linearly independent to x(t) = t. This suggests that we utilize a solution of the form:
x(t) = ty(t)
Take x(t) = ty(t). Then
x'(t) = y(t) + ty'(t)
x''(t) = 2y'(t) + y''(t)
Substitute this back into the original ODE we get
t^2\left(2y'(t) + y''(t)\right) - t\left(y(t) + ty'(t)\right) + ty(t) = 0
t^2y''(t)+t^2y'(t) -ty(t) +ty(t) = 0
t^2y''(t)+t^2y'(t) = 0
t^2\left(y''(t)+y'(t)\right) = 0
y''(t) + y'(t) = 0
Integrating both sides with respect to t we obtain
y'(t) + y(t) = C
Rearranging
y'(t) = -y(t) + C
This differential equation is separable
\frac{dy(t)}{dt} = -y(t) + C
\frac{dy(t)}{(-y(t)+C)} = dt
\int \frac{dy(t)}{(-y(t)+C)} = \int dt
-\ln|y(t)+C| = t
-\ln|y(t)|\ln|C|=t
\ln\left|\frac{1}{y(t)}\right|C = t
\frac{1}{y(t)} = e^{tC'}
y(t) = e^{-tC'}
y(t) = C'e^{-t}
Therefore x(t) = ty(t) = C'te^{-t} is another linearly independent solution.
But when I use Maple (to check that this solution works), it says that y(t) = C'e^{-t} is not a solution. Instead is solves the ODE and finds that x(t) = t and x(t) = \ln|t| are the solutions. So I must have made a mistake somewhere??