3

So I asked this question a while back but the answer I recorded really did not help me solve it.

Find the general solution to:

$a_0 + a_1x + a_2y + a_3dy/dx = 0$

If $a_0 = 0$ this becomes quite easy to solve (just set y = vx and factor it) but separation of variables doesn't work otherwise.

I think it is important to note that this is non homogenous.

Can someone give the general solution with an explanation of how it was solved (and if it isn't too much) as well as an explanation of intuitions/motivations behind the methods used?

Potato
  • 40,171

1 Answers1

3

Hints:

  • Rewrite it as $\displaystyle y' + \frac{a_2}{a_3} y = -\frac{a_0}{a_3} - \frac{a_1}{a_3} x$
  • Find an integrating factor

After those steps, you'll end up with:

$$\displaystyle \large y(x) = -\frac{a_0}{a_2}+\frac{a_1 a_3}{a_2^2}-\frac{a_1 x}{a_2}+c_1 e^{-\frac{a_2 x}{a_3}}$$

As an alternate approach, you could solve the homogeneous equation and then guess at a particular solution and find the constants.

Amzoti
  • 56,093