Lily M.
asked 05/06/22Find the general solution of the following differential equations.
Find the general solution of the following differential equations.
1. dy/dx= -x+1/2(y+3)
2. dy/dx= y²(1+ ex )
1 Expert Answer
Tom N. answered 05/06/22
Strong proficiency in elementary and advanced mathematics
Rewrite the equation as dy/dx -y/2 =- x +3/2. use an integration factor I= e-∫dx/2 which is now I= e-x/2. So the equation is now d(ye-x/2) = -xe-x/2 +3e-x/2/2 which when integrating gives ye-x/2 = -∫xe-x/2dx + ∫3e-x/2dx/2 +C. Use integration by parts to integrate ∫xe-x/2dx. Let u=x and dv = e-x/2dx. Now du=dx and v= -2 e-x/2 so intregral is -2xe-x/2 + 2∫e-x/2dx = -2xe-x/2 -4e-x/2 so the integral is now 2xe-x/2 +4e-x/2. So ye-x/2 =e-x/2(2x +4) -3e-x/2 +C. Now divide both sides by e-x/2 to get y=2x+1 + Cex/2.
Use separation of variables for the second equation such that dy/y2 = dx(1+ex). Just integrate both sides. ∫y-2dy = ∫(1+ ex)dx. Doing the integration gives - y-1= x +ex + C. So 1/y = C -x-ex. Therefore y= 1/(C-x-ex).
Cassandra S.
Thank you, sir!05/07/22
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Omar E.
the first one you need to solve firstly the linear homogene equation which write as dy/dx=1/2 y ,it has as solution y0 =k e^(x/2) ; for its general solution you can use the variation constant , by consider the k as fonction and dy/dx=k' e^(x/2)+k dy/dx= -x+3/2+1/2y so k' e^(x/2)=3/2-x by integral you get the value of k and you replace in y0 to get new y1 and the general y= y0+y1. //////////////////////////////////////////////////////////////// the second one: dy/dx=y^2(1+e^x) gives dy/y^2=(1+e^x)dx by integration -1/y= x+e^x +const so y=-1/(x+e^x+const)05/06/22