Find a solution of $xy' = y^2- y$ that passes through indicated points : $$a)\space (1,0), \space b) \space(0,0) \space c)\space (1/2 , 1/2) \space d)\space (2, 1/4)$$
2026-04-13 08:24:54.1776068694
Solve following Separable Differential Equation. Explain is there any constant solution?
80 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Note : It's always important to show some effort. This is not a homework solving site. Below I'll just elaborate on a partial answer to leave you with work to do.
First of all, you have to find a general solution, which you will use to apply the initial values given (the points) in order to conclude to a specific solution via constant calculation. Starting off :
$$xy' = y^2 - y \Leftrightarrow y' = \frac{y^2-y}{x} \Rightarrow \int \frac{y'}{y^2-y}dx=\int\frac{1}{x}dx $$
$$ \Leftrightarrow $$
$$\ln|-y(x)+1| - \ln|y(x)| = \ln|x| + c_1 \Leftrightarrow \ln\bigg|\frac{-y(x)+1}{y(x)}\bigg| = \ln|x| + c_1 $$
$$\Rightarrow \dots \Rightarrow$$
$$y(x) = \frac{1}{c_1x+1}$$
I left the steps in the calculations in-between for you to handle and figure out. Now, for the part of the points, you just have to express them as $(x_0,y(x_0))$ and apply them as $y(x_0) = y_0$ to find different values for $c_1$ each time. Finally, regarding the constant solution, what conclusion can you figure out by the elaboration of the points-part of the question ?