I have a second order differential equation that I want to solve it in python. The problem is that for one of the variables I don't have the initial condition in 0
but only the value at infinity. Can one tell me what parameters I should provide for scipy.integrate.odeint
? Can it be solved?
Equation:
Theta needs to be found in terms of time. Its first derivative is equal to zero at t=0
. theta is not known at t=0
but it goes to zero at sufficiently large time. all the rest is known. As an approximate I
can be set to zero, thus removing the second order derivative which should make the problem easier.