I have this (it looks simple) example
$$\int \frac{3}{2-5x}\,dx$$
It looks really simple, no logarithms or trigonometric functions, but I just cannot get the proper result here...
I have this (it looks simple) example
$$\int \frac{3}{2-5x}\,dx$$
It looks really simple, no logarithms or trigonometric functions, but I just cannot get the proper result here...
\begin{align} u & = 2 - 5x \\[15pt] du & = -5\,dx \\[15pt] -du/5 & = dx \\[15pt] \int \frac{3}{2-5x}\,dx & = \int \frac{3}{u} \left(\frac{du}{-5}\right) \\[15pt] & =\frac{-3}{5}\int \frac 1 u \, du \\[15pt] & = \frac{-3}{5}\log_e |u| + C \\[15pt] & = \frac{-3}{5}\log_e|2-5x| + C \end{align}