2nd basis function for 2nd order ODE

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
X89codered89X
Messages
149
Reaction score
2
i have the first solution y_1(t) = t for (1-t)y'' + ty' - y = 0.

I need to get the 2nd linearly independent using Abels theorem.

the integration is messy but i have it set up (sorry no latex);

y_2 = (t) * integral to t ( 1/s^2 * exp( -integral to t (s(s+1) ds) ) ds.

Could anyone show me how to do this integration step by step?

Thanks in advance!
 
Physics news on Phys.org
found it, integral was a telescoping series from parts. the solution is \exp(-t)
 
Obviously, the second solution is exp(t)