Method Selection for Solving Differential Equations
I have a differential equation here:
This equation can be solved relatively easily by dividing through by x, and then doing a y=vx substitution (making the equation separable).
However, my question is: can this be solved by taking a Laplace transform instead?
When I try to do so, I get this:
The RHS is fairly simple when it comes to a laplace transform. On the LHS, I believe that the 2ty′ term can be translated to something like −F′(s). But that second term is causing me a bit of trouble.
Can a Laplace transform even be taken for such an equation? I feel that it should, I'm just not quite sure how, the integral ends up being quite messy. If so, could you show me how? (and if not, why not?)
Additionally, I'd like to know how to best select a method to solve a differential equation. In the case of this one, clearly, the easiest way would be doing a substitution. But how do I know that would be the most efficient way?