What did I do wrong in solving this basic differential equation?

Tzabcan
Messages
10
Reaction score
0
I have this basic differential equation du/dt=(u^2)*(sin t)

This is obviously a separable diff eq.

So what I've done is:

g(t) = sin t h(u) = u^2

1/(u^2) du = sin t dt

Integrating both side...

1/y = - cos t + c

therefor y = - 1/(cos t + c)Which is wrong, there isn't supposed to be a minus sign apparently. I don't know what I've done wrong. Any suggestions? Thanks.
 
Physics news on Phys.org
Tzabcan said:
I have this basic differential equation du/dt=(u^2)*(sin t)

This is obviously a separable diff eq.

So what I've done is:

g(t) = sin t h(u) = u^2

1/(u^2) du = sin t dt

Integrating both side...

1/y = - cos t + c

\frac{d}{du}(u^{-1}) = - u^{-2}, so you should have <br /> -\frac1u = -\cos t + c<br />

therefor y = - 1/(cos t + c)Which is wrong, there isn't supposed to be a minus sign apparently. I don't know what I've done wrong. Any suggestions? Thanks.
 
pasmith said:
\frac{d}{du}(u^{-1}) = - u^{-2}, so you should have <br /> -\frac1u = -\cos t + c<br />

Ah! Wow I'm so dumb haha, 3 hours sleep :D lol.

Thanks a lot.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...

Similar threads

Back
Top