How to Evaluate $\int_1^4 (\frac{1}{2t}+i)^2 dt$

79 Views Asked by At

Question:

$$\int \limits _1^4\left (\frac{1}{2t}+i \right )^2\,dt.$$

How can I solve this? I believe its an indefinite integral and I can probably expand it by using $(a+b)^2=a^2+2ab+b^2$ to get something like$$\int \frac{1}{4t^2}+\frac{2i}{2t}+i^2\,dt$$but I'm not even sure if that's right.

2

There are 2 best solutions below

0
On

Since $$ \left(\frac1{2t}+i\right)^2=\frac1{4t^2}-1+\frac it, $$ you have $$ \begin{align*} \int_1^4\left(\frac1{2t}+i\right)^2\,dt&=\int_1^4\frac1{4t^2}-1\,dt+\left(\int_1^4\frac1t\,dt\right)i\\ &=-\frac{45}{16}+i\log(4). \end{align*} $$

3
On

We have \begin{align*}\int \limits _1^4\left (\frac{1}{2t}+i\right )^2\,dt & =\int \limits _1^4\left (\frac{i}{t}+\frac{1}{4t^2}-1\right )\,dt \\ & =i\int \limits _1^4\frac{1}{t}\,dt+\frac{1}{4}\int \limits _1^4\frac{1}{t^2}\,dt-\int \limits _1^41\,dt \\ & =\left .i\ln |t|-t-\frac{1}{4t}\right |_1^4 \\ & =\frac{16i\ln 4-65}{16}+\frac{5}{4} \\ & =\frac{16i\ln 4-45}{16}. \end{align*}