MHB How to Solve a Separable Equation with Initial Condition u(0)=6?

  • Thread starter Thread starter jahrens
  • Start date Start date
  • Tags Tags
    Separable
jahrens
Messages
4
Reaction score
0
4 du/dt = u^2 with initial condition u(0)=6

I have worked this multiple times, and all I get is u = (-8/(t-27))^(1/3) and it is NOT right! If anyone can help it would be very appreciated.
 
Physics news on Phys.org
Okay, we are given the IVP:

$$4\d{u}{t}=u^2$$ where $$u(0)=6$$

Separating variables, switching out the dummy variables of integration and using the boundaries, we obtain:

$$4\int_6^u v^{-2}\,dv=\int_0^t\,dw$$

Application of the FTOC yields:

$$-4\left[\frac{1}{v}\right]_6^u=[w]_0^t$$

$$4\left(\frac{1}{6}-\frac{1}{u}\right)=t$$

Solving for $u$, there results:

$$u(t)=\frac{12}{2-3t}$$
 
That's it! Thank you so much!
 
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...
Back
Top