MHB Differential Equations - Bernoulli equation

ajkess1994
Messages
9
Reaction score
0
Afternoon, anyone that would like to take a look at this Differential Equation problem it would be very helpful. I have tried separating the problem, but I am only working with one known term.

Consider the logistic equation

$$\dot{y}=y(1-y). $$

(a) Find the solution satisfying $y_1(0)=6$ and $y_2(0)=−1. $

$y_1(t)= ?$

$y_2(t)= ?$

(b) Find the time $t$ when $y_1(t)=3. $

$t= ?$

(c) When does $y_2(t)$ become infinite?

$t= ?$
 
Physics news on Phys.org
ajkess1994 said:
Afternoon, anyone that would like to take a look at this Differential Equation problem it would be very helpful. I have tried separating the problem, but I am only working with one known term.

Consider the logistic equation

[y˙=y(1−y)] NOTICE: There is a small dot above the first y term, NOT off to the side

(a) Find the solution satisfying y1(0)=6 and y2(0)=−1.

y1(t)= ?

y2(t)= ?

(b) Find the time t when [y1(t)=3].

t= ?

(c) When does y2(t) become infinite?

t= ?
To get you started: This is a Bernoulli differential equation. You can see the solution method here.

-Dan
 
Or another approach:
\begin{align*}
\dot{y}&=y(1-y) \\
\int\frac{dy}{y(1-y)}&=\int dt \\
\int\frac{dy}{y}-\int\frac{dy}{y-1}&=t+C \\
\ln|y|-\ln|y-1|&=t+C \\
\ln\left|\frac{y}{y-1}\right|&=t+C \\
\frac{y}{y-1}&=Ce^t \\
&\vdots
\end{align*}
You can solve for $y$ from here.
 
Thank you Dan

- - - Updated - - -

Thank you Ackbach
 
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