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.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top