I Can Differential Equations with Quadratic Terms Be Solved Analytically?

  • I
  • Thread starter Thread starter davidge
  • Start date Start date
davidge
Messages
553
Reaction score
21
How can we solve a differential equation of the form $$a(r)Y' = Y - Y^2$$ for ##Y \equiv \phi(r)##? An equation of this form appears in https://en.wikipedia.org/wiki/Deriv...field_equations_to_find_A.28r.29_and_B.28r.29. If there were not the ##Y^2##, that would be a easy to solve differential equation: just a first order linear differential equation. The problem is the ##Y^2## though.
 
Physics news on Phys.org
You must use the separable variables method.
 
  • Like
Likes davidge
Note: In order to have a closed form for the solution ##Y## you must integrate ##\int \frac{dr}{a(r)}##, so it depends by the expression of ##a(r)## ...
Ssnow
 
  • Like
Likes davidge
Ssnow said:
##\ ##
Note: In order to have a closed form for the solution ##Y## you must integrate ##\int \frac{dr}{a(r)}##, so it depends by the expression of ##a(r)## ...
Ssnow
You must use the separable variables method.

Just too easy! Thanks for the hint

$$ a(r) \frac{dy}{dr} = y - y^2 \\
\frac{dy}{y} + \frac{dy}{1-y} = \frac{dr}{a(r)} \\
\text{ln}y + c_1 - \text{ln}(1-y) + c_2 = \int \frac{1}{a(r)}\ dr \\
C \equiv c_1 + c_2 \\
\text{ln}\bigg(\frac{y}{1-y}\bigg) + C = \int \frac{1}{a(r)} \ dr \\
\frac{y}{1-y} = e^{\int \frac{1}{a(r)}\ dr - C} \\
y\bigg(1- e^{\int \frac{1}{a(r)}\ dr - C}\bigg) = e^{\int \frac{1}{a(r)}\ dr - C} \\
\Rightarrow y = \frac{e^{\int \frac{1}{a(r)}\ dr - C}}{\bigg(1- e^{\int \frac{1}{a(r)}\ dr - C}\bigg)}$$
 
  • Like
Likes Ssnow
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