Differential equation in chemical reaction

74 Views Asked by At

What kind of differential equation is the following? $$ y'=k(a-y)(b-y), \qquad y(0) = 0 $$

I suppose that it is a Bernoulli differential equation, but am not sure.

1

There are 1 best solutions below

0
On BEST ANSWER

$$y'=k(a-y)(b-y), \qquad y(0) = 0$$ is separable.

$$ \frac {dy}{(a-y)(b-y)} = kdx$$

Integrate using partial fraction and solve for $y$.