MHB Solving the separable equation, putting it in explicit form

shamieh
Messages
538
Reaction score
0
Find the solution of the given initial value problem in explicit form.
Determine interval which solution is defined. (which i think is the same thing as saying find the interval of validity)

$y' = (1-2x)y^2$ , $y(0) = -1/6$

So here is what I have so far..

$\int y^{-2}dy = x - x^2 + C$

$= \frac{-1}{y} = x-x^2+C$ <-- implicit form

then i plugged $y(0) = -1/6$ and found $C = 6$

But now my question is how do I get my solution in explicit form? If i multiply by a $y$ then I will lose my $y=$ so I'm confused on what to do . I know I need to have $y = x-x^2 + 6$ or something in that form for it to be in explicit form correcT?
 
Physics news on Phys.org
shamieh said:
Find the solution of the given initial value problem in explicit form.
Determine interval which solution is defined. (which i think is the same thing as saying find the interval of validity)

$y' = (1-2x)y^2$ , $y(0) = -1/6$

So here is what I have so far..

$\int y^{-2}dy = x - x^2 + C$

$= \frac{-1}{y} = x-x^2+C$ <-- implicit form

then i plugged $y(0) = -1/6$ and found $C = 6$

But now my question is how do I get my solution in explicit form? If i multiply by a $y$ then I will lose my $y=$ so I'm confused on what to do . I know I need to have $y = x-x^2 + 6$ or something in that form for it to be in explicit form correcT?

Yes you would lose your y= but you can easily get it back...

$\displaystyle \begin{align*} -\frac{1}{y} &= x - x^2 + 6 \\ -1 &= y \left( x - x^2 + 6 \right) \\ -\frac{1}{x - x^2 + 6} &= y \\ y &= \frac{1}{x^2 - x - 6} \end{align*}$
 
Ahh I didn't see that. I've been doing too much math today..

So would the IOV be: $-2< x < 3$
 
shamieh said:
Ahh I didn't see that. I've been doing too much math today..

So would the IOV be: $-2< x < 3$

Won't it be valid everywhere except where the denominator is 0?
 
shamieh said:
Ahh I didn't see that. I've been doing too much math today..

So would the IOV be: $-2< x < 3$

Yes that's correct. :D

Another way to get the explicit solution from what you had is to negate both sides:

$$\frac{1}{y}=x^2-x-6$$

Then just invert both sides:

$$y=\frac{1}{x^2-x-6}$$
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top