MHB What is the integral of 1 over t times the quantity t squared minus 4?

  • Thread starter Thread starter karush
  • Start date Start date
Click For Summary
The integral of 1 over t times the quantity t squared minus 4 can be expressed as I = (1/8)ln|1 - 4/t²| + C. Various methods for solving this integral are discussed, including substitution and partial fractions. A substitution of u = 1 - 4t⁻² simplifies the integral, leading to the same result. The discussion highlights the importance of recognizing different approaches to arrive at the solution. Ultimately, the integral can be effectively solved using these techniques.
karush
Gold Member
MHB
Messages
3,240
Reaction score
5
{W8.7.7} nmh{1000}
$\displaystyle
I=\int \frac{1}{t\left(t^2 - 4 \right)}
\ d{t}

= \frac{1}{8}\ln\left|{1-\frac{4}{{t}^{2}}}\right|+ C$

$$I=\int \frac{1}{t\left(t^2 - 4 \right)}
\ d{t}=-\int\frac{1}{t\left(4-{t}^{2 } \right)}
\ d{t}$$
$\begin{align}\displaystyle
t& = 2\sin\left(u\right)&
dt&= 2\cos\left({u}\right)\ d{u}
\end{align}$

$$\int\frac{2\cos\left({u}\right)}
{2 \sin\left({u}\right)4\cos^2 \left({u}\right)} \ du $$

$\text{I continued but didn't seem to work}$
 
Last edited:
Physics news on Phys.org
What you can do is:

$$I=\int\frac{1}{t(t^2-4)}\,dt=\frac{1}{8}\int\frac{8t^{-3}}{1-4t^{-2}}\,dt$$

Now use a $u$-subsititution...
 
$\displaystyle
I=\frac{1}{8}\int\frac{8t^{-3}}{1-4t^{-2}}\,dt
=\frac{1}{8}\int\frac
{\frac{8}{t^3}}
{1-\frac{4}{{t}^{2}}}
$Then substitute $2\sin(u)$ for $t$?
 
karush said:
$\displaystyle
I=\frac{1}{8}\int\frac{8t^{-3}}{1-4t^{-2}}\,dt
=\frac{1}{8}\int\frac
{\frac{8}{t^3}}
{1-\frac{4}{{t}^{2}}}
$Then substitute $2\sin(u)$ for $t$?

No, let:

$$u=1-4t^{-2}\,\therefore\,du=8t^{-3}\,dt$$
 
karush said:
$\tiny\text{Whitman 8.7.7 inverse integral} $
$$\displaystyle
I=\int \frac{1}{t\left(t^2 - 4 \right)}
\ d{t}

= \frac{1}{8}\ln\left|{1-\frac{4}{{t}^{2}}}\right|+ C$$

$$I=\int \frac{1}{t\left(t^2 - 4 \right)}
\ d{t}=-\int\frac{1}{t\left(4-{t}^{2 } \right)}
\ d{t}$$
$\begin{align}\displaystyle
t& = 2\sin\left(u\right)&
dt&= 2\cos\left({u}\right)\ d{u}
\end{align}$

$$\int\frac{2\cos\left({u}\right)}
{2 \sin\left({u}\right)4\cos^2 \left({u}\right)} \ du $$

$\text{I continued but didn't seem to work}$$\tiny\text
{from Surf the Nations math study group} \\
🏄 🏄 🏄$
I don't know what methods you are working with but you could also do partial fractions:
[math]\frac{1}{t(t^2 - 4)} = \frac{1}{8} \left ( \frac{-2}{t} + \frac{1}{t + 2} + \frac{1}{t - 2} \right )[/math]

-Dan
 
topsquark said:
I don't know what methods you are working with but you could also do partial fractions:
[math]\frac{1}{t(t^2 - 4)} = \frac{1}{8} \left ( \frac{-2}{t} + \frac{1}{t + 2} + \frac{1}{t - 2} \right )[/math]

-Dan

Without having seen the anti-derivative given in the first post, that's probably how I would have approached the integral. :)
 
MarkFL said:
No, let:

$$u=1-4t^{-2}\,\therefore\,du=8t^{-3}\,dt$$

So then
$$I=\frac{1}{8}\int\frac{1}{u} \ du
= \frac{1}{8}\ln\left|{1-\frac{4}{{t}^{2 }}}\right|+C$$

I guess the most obvious is the hardest thing to see!