I have the integral $$\int \frac 5{90-2t} dt$$. I thought that's $5ln(90-2t)$. I thought as long as the $t$ is first degree the integral is $ln(denominator)$. Could someone just remind of the rule for this integral? I know I could use a u-substitution method but I want to know the clear rule for integrating when the variable is on the bottom.
2026-04-23 06:17:07.1776925027
A calc 2 question on integration
34 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
The rule is
$$\int \dfrac {du}{u} = \ln |u| + C$$
If you let $u = 90-2t$ on the bottom, then $du = -2 dt$, which is not on the top, so you cannot apply to rule. You must manipulate the top to be $-2 dt$.
To do that, multiply the integral by a convenient form of $1$:
$$\int \frac 5{90-2t} dt= \dfrac {5}{-2}\cdot \dfrac {-2}{5} \int \frac 5{90-2t} dt = \dfrac {5}{-2} \int \frac {-2dt}{90-2t} =\dfrac {5}{-2} \ln |90-2t|+C$$