Solving Initial Value Problems and Finding Solution Ranges

roam
Messages
1,265
Reaction score
12

Homework Statement



Find a one-parameter family of solutions to the DE:

\frac{dy}{dt} = -y^3(t+1)


Then find solutions to the DE that satisfies each of the following initial conditions y(0) = 2 and y(0) = -1, and give the range of t for which each solution exists.


The Attempt at a Solution



My main trouble is with the last part of the question which is very difficult. Here's my attempt so far:

I used the method of separation to get the general solution:

\frac{dy}{-y^3} = (t+1)dt

\int \frac{1}{-y^3} dy = \int t+1 dt

\frac{1}{2y^2} = \frac{t^2}{2} + t +c

\frac{y^{-2}}{2} = \frac{t^2}{2} + t +c

y(t) = \frac{1}{\sqrt{t^2 + 2t + 2c}}

We write the constant more compactly:

y = \frac{1}{\sqrt{t^2 + 2t + k}}

Is this general solution correct?

Now I found the solutions to those initial conditions:

y(0) =2 \implies \ 2=\frac{1}{\sqrt{k}} \implies k=\frac{1}{4}

y(t) = \frac{1}{\sqrt{t^2 + 2t + 1/4}}

y(0) =-1 \implies \ -1=\frac{1}{\sqrt{k}} \implies k=1

y(t) = \frac{1}{\sqrt{t^2 + 2t + 1}}

How do I find the range for which each solution exists? I think for the first initial condition we must have that t2+2t+1>0, and that's only 0 when t = -1, so the range is [-1,∞)?

For the second one, we must have t2+2t+1/4 > 0, and it's only 0 when t=-0.133, -1.86. So what can we say about that?

I appreciate any guidance.
 
Physics news on Phys.org
Since you are given the value at x= 0, which is between those two points at which the solution does not exist, your solution exists between those values of x.

By the way, the it is better to give the exact values, (2- \sqrt{3})/2 and (2+ \sqrt{3})/2 rather than "-0.133" and "1.86".
 
For your solution when k=1, why do you have [-1,\infty)?

If t = -1, you are dividing by zero.

What is wrong with the (-\infty, -1)?

(-2)^2-4+1>0 Is this true for the entire set?
 
Thank you very much guys, I got the right answer. :)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top