A Can you solve (a-bx)y'+(c-dx)y-e=0 with a,b,c,d,e constants?

JanisEB
Messages
2
Reaction score
0
I'm having trouble solving the differential equation (a-bx)y'+(c-dx)y-e=0 with a,b,c,d,e constants.
I tried laplace transforming it, but then I end up with yet another differential equation in the laplace domain because of the xy and xy' terms.
 
Physics news on Phys.org
So what methods have you ruled out?

(a-bx)y'+(c-dx)y-e=0
You really want to avoid using "d" as a constant label in differential equations.

The DE is 1st order, linear, and has form:
y' + p(x)y = q(x) if you put p = (c-dx)/(a-bx) and q=e/(a-bx)

More generally: f(x)y' + g(x)y = e

Have you looked for an integrating factor? - watch for funny integrals like the gamma function.
 
  • Like
Likes Ravikant Rajan
Thanks a lot! That works, but indeed I end up with a funny integral that does not have an analytical solution. I was hoping for an elegant solution, but I'll have to rely on my computer then.
 
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top