Solving an Integral Problem: Finding the Definite Integral

  • Thread starter Thread starter duelle
  • Start date Start date
  • Tags Tags
    Integral Stuck
duelle
Messages
3
Reaction score
0
1. The problem
Find the definite integral.
\int \frac {t^2 - 3}{-t^3 + 9t + 1} dt2. The attempt at a solution
The answer is the book made it seem like the rule \int \frac {du}{u} = ln|u| + C was used. Here's what I got:
u = -t^3 + 9t + 1
du = -3t^2 + 9\;dt
-\frac{1}{3}du = t^2 + 9\;dt
Obviously this won't work out, so is there something I'm overlooking that anyone can point out?
 
Last edited:
Physics news on Phys.org
yes that rule is used, but when you take du, you're entire quantity needs to be multiplied by dt.
 
the last line of your calculation is wrong.

notice that it should be:
-\frac{1}{3}du=(t^2-3)dt

you forgot changing the dt.
 
you've got the right substitution. By rearranging your du formula for dt you'll get:

dt = -du/(3(t^2-3))
and it will cancel out leaving you with the simple integral
 
Last edited:
Wow, I feel dumb. Thanks for pointing that out, though.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top