Solving a Differential Equation: dy/dt = t/(y + 1)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
magnifik
Messages
350
Reaction score
0
Can someone help me find the solution for this

dy/dt = t/(y + 1) with initial condition y(2) = 0

here's what i have done so far
(y + 1) dy = t dt
y2/2 + y = t2/2 + C

i am confused on how to isolate y.
this is the solution
rmim21.gif
without using the initial condition. where did the + 1 in the square root and - 1 outside of the square root come from?
 
Physics news on Phys.org
First, multiply both sides by 2. Then complete the square on the LHS.
 
After you've separated your variables and integrated both sides (which you have done correctly), multiply both sides by 2 to get rid of your coefficents and take the square root of both sides to solve for t. Then apply your condition.
 
TJ@UNF said:
After you've separated your variables and integrated both sides (which you have done correctly), multiply both sides by 2 to get rid of your coefficents and take the square root of both sides to solve for t. Then apply your condition.
Once you have multiplied both sides by 2, you will still have [itex]y^2+ 2y[/itex] on the left side and just "taking the square root" won't give you y. Complete the square as Char. Limit said in the very first response to this thread.
 
Thanks for the help!