How do you find all solutions of the differential equation #dy/dx=B+ky#?
1 Answer
Explanation:
We have to first separate the variables, treating
First, we see that there are no
Further, we can't subtract
So, what we can do is divide both sides by
#dy/dx=B+ky#
#dy/(B+ky)=dx#
We then integrate:
#intdy/(B+ky)=intdx#
The left-hand integral can either be solved using the substitution
#1/kint((k)dy)/(B+ky)=x+C#
#1/klnabs(B+ky)=x+C#
Multiply both sides by
#lnabs(B+ky)=kx+C#
#abs(B+ky)=e^(kx+C)#
Note that
#abs(B+ky)=Ce^(kx)#
The absolute value bars are just a reminder that it's possible that
#ky=Ce^(kx)-B#
#y=(Ce^(kx)-B)/k#