Separable Differential Equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
Dusty912
Messages
149
Reaction score
1

Homework Statement


Solve the differential equation:
(ex+1)cosy dy + ex(siny +1)dx=0 y(0)=3

Homework Equations


none

The Attempt at a Solution


(ex+1)cosy dy + ex(siny +1)dx=0
(ex+1)cosy dy =- ex(siny +1)dx
cosy/(siny+1)dy=-ex/(ex+1)dx
∫cosy/(siny+1)dy=-∫ex/(ex+1)dx
using u sub on both the left and right for u=siny+1 on left and u=(ex+1) on right yeilds
∫1/u du=-∫ 1/u du
ln|siny +1|= -ln|ex+1| +c
exponentiating both sides ( this is where I think I messed up)
siny +1= -x-1 +c
 
Physics news on Phys.org
Dusty912 said:

Homework Statement


Solve the differential equation:
(ex+1)cosy dy + ex(siny +1)dx=0 y(0)=3

Homework Equations


none

The Attempt at a Solution


(ex+1)cosy dy + ex(siny +1)dx=0
(ex+1)cosy dy =- ex(siny +1)dx
cosy/(siny+1)dy=-ex/(ex+1)dx
∫cosy/(siny+1)dy=-∫ex/(ex+1)dx
using u sub on both the left and right for u=siny+1 on left and u=(ex+1) on right yeilds
∫1/u du=-∫ 1/u du
ln|siny +1|= -ln|ex+1| +c
exponentiating both sides ( this is where I think I messed up)
siny +1= -x-1 +c
Yes, it's messed up.
Use the ideas that a * ln(b) = ln(ba) and that exp(m + n) = exp(m) * exp(n)
 
So all of my work is fine up until the last step?
 
yea, I figured that was bad notation. Anyways, for the next step, is the left side of the equation is right? sin(y) +1

as far as the right side and applying the rules you gave me. The right side would look something like this before the exponentiating:

-(x+1)ln|e| +c
 
You have a mistake that I didn't notice before.
Dusty912 said:
ln|siny +1|= -ln|ex+1| +c
On the right side it should be ##-\ln(e^x + 1) + C##. You had ##-\ln|e^{x + 1}| + C##.
Also note that I didn't use absolute values, since ##e^x > 0## for all real x, so ##e^x + 1 > 1 > 0## for all real x.

You don't need absolute values on the left side, either, since ##\sin(y) + 1 \ge 0## for all real y.