6

I'm studying for finals and having issues with a question about the Fundamental Theorem of Calculus. The question is: $$\int_1^6 \frac {\mathrm{d}t}{4t+23}.$$
I took the integral of $$\frac{\mathrm{d}t}{4t+23}$$ and got $$\ln\left|4t+23\right|$$ I then used Fundamental Theorem of Calculus and plugged in $$F(6)-F(1)$$ and got $$\ln(47)-\ln(27)$$ But the program I'm using has it marked wrong. Can you help me find my mistake ?

3 Answers3

12

You are wrong by a factor: $$\frac{d}{dt}\ln(4t+23) = \frac{4}{4t+23},$$ so the correct antiderivative is $$\frac{\ln(4t+23)}{4}.$$

1

HINT: Remember in general $$\int \frac{dx}{ax+b}=\frac{1}{a}\ln|ax+b|+C$$ hence, one should get $$\int_{1}^{6} \frac{dt}{4t+23}=\frac{1}{4}[\ln|4t+23|]_{1}^6$$

0

$$\int_{1}^{6}\frac{1}{4t+23}\space\text{d}t=$$


Substitute $u=4t+23$ and $\text{d}u=4\space\text{d}t$.

Then the new lower bound is $u=23+4\cdot1=27$ and upper bound $u=23+4\cdot6=47$:


$$\frac{1}{4}\int_{27}^{47}\frac{1}{u}\space\text{d}u=$$ $$\frac{1}{4}\left[\ln\left|u\right|\right]_{27}^{47}=$$ $$\frac{1}{4}\left(\ln\left|47\right|-\ln\left|27\right|\right)=$$ $$\frac{1}{4}\left(\ln\left(\frac{47}{27}\right)\right)=\frac{\ln\left(\frac{47}{27}\right)}{4}$$

Jan Eerland
  • 28,671