I have a integral $$\int_0^1\frac{-x^2+4x+4}{x^2-4}~dx$$ Which I changed to $$\int_0^1\frac{-x^2+4x+4}{(x-2)(x+2)}~dx$$ But I don't know how to change numerator to have lesser polynom degree than the denominator to use partial-fraction decomposition.
2026-03-29 12:25:39.1774787139
Is it possible to solve following integral with partial-fraction decomposition?
97 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Big Hint: $$ \begin{align} \int_0^1\frac{-x^2+4x+4}{x^2-4}\,\mathrm{d}x &=\int_0^1\left(\frac{4x}{x^2-4}-1\right)\mathrm{d}x\\ &=\int_0^1\left(\frac2{x-2}+\frac2{x+2}-1\right)\mathrm{d}x\\ \end{align} $$