I am trying to solve a differential equation, but I can't solve an integral, because I forgot which rule to apply. What rule do I use to do $$\int \frac{1}{3y-y^2}\mathrm dy\ ?$$
2026-04-12 03:32:07.1775964727
What integration rule to use?
227 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
You can use Partial Fraction Decomposition since $3y-y^2=y(3-y)$. So $\frac{1}{y(3-y)}=\frac{1/3}{y}+\frac{1/3}{(3-y)}$ and certainly you know the integral of $1/y$.
I hope I could help you :)