Is there a solution to definite integral $$\int_{0}^{y} \frac{A + t}{B-t} dt = N$$
Where $A$, $B$, $N$ are constants.
Is there a solution to definite integral $$\int_{0}^{y} \frac{A + t}{B-t} dt = N$$
Where $A$, $B$, $N$ are constants.
$$F(y)=\int_0^y \frac{A+t}{B-t}\,dt=\int_0^y \frac{A+B-(B-t)}{B-t}\,dt=(A+B)\int_0^y\frac {dt}{B-t}-\int_0^y dt$$ $$F(y)=-(A+B)\log(1-\frac y B)-y$$ provided that $y<B$.
Now, solving for $y$ $$-(A+B)\log(1-\frac y B)-y=N$$ leads to Lambert function and the solution write $$y=B+(A+B)\,W\left(-\frac{B }{A+B}e^{-\frac{B+N}{A+B}}\right)$$