$$\int \frac{3-7z}{21z^2-7}dz$$ I would like to get some advice how to solve this integral
2026-04-29 21:46:22.1777499182
Try to solve integral $\int \frac{3-7z}{21z^2-7}dz$
116 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You can use partial fraction decomposition to break the integral down:
$$\int \frac{3-7z}{21z^2-7}\,dz = \int \frac{3- 7z}{7(3z^2 - 1)}\,dz = \int \frac 17\left(\frac{A}{\sqrt{3}z+1} + \frac{B}{\sqrt{3}z-1}\right)\,dz$$
Now just solve for the constants $A, B$: $$A(\sqrt 3 z - 1) + B(\sqrt 3 z + 1) = 3 - 7z$$