
Francisco P. answered 01/27/15
Tutor
5.0
(297)
Differential Equations is my Jam!
dy/dt = 2t/(1 - t2)
y(t) = ∫ 2t/(1 - t2) dt = -ln[1 - t2] + k where k is an integrating constant.
Solve for k using the initial condition, y(0) = 0:
0 = -ln[1 - 02] + k = -ln[1] + k = 0 + k
So, k = 0.
Note that the domain of ln(x) is x > 0, so the domain for y would be -1 < t < 1.