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 ?
Asked
Active
Viewed 309 times
6
Harish Chandra Rajpoot
- 37,450
daniel furhang
- 131
-
1Just use the | button for absolute value. It should be below the backspace button. – Simply Beautiful Art Dec 13 '15 at 02:12
-
1Your integration was close, but it's off. Have you studied $u$-substitutions? If you let $u=4t+23$, the correct answer should be a bit more clear. – zahbaz Dec 13 '15 at 02:17
-
1Or factor out $1/4$ before integrating. That'd work too. – zahbaz Dec 13 '15 at 02:20
-
1Minor detail: It's Fundamental Theorem of Calculus. – YoTengoUnLCD Dec 13 '15 at 02:26
3 Answers
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}.$$
Daniel Robert-Nicoud
- 29,795
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$$
Harish Chandra Rajpoot
- 37,450
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