How to Solve an Antiderivative with Tricky Denominators

OSalcido
Messages
66
Reaction score
0

Homework Statement


Find the antiderivative of x^2 / [ (x-1)(x^2 + 4x +5)].


Homework Equations





The Attempt at a Solution



I first tried multiplying the denominator to get x^2 / x^3 + 3x^2 + x - 5 ... I noticed that the numerator is almost the derivative of the denominator, and if I can alter the expression to get du/u I can integrate it by using some form of ln |u|. I've tried several ways but I don't know where to go from here or what to do.
 
Physics news on Phys.org
OSalcido said:
[I first tried multiplying the denominator to get x^2 / x^3 + 3x^2 + x - 5 ... I noticed that the numerator is almost the derivative of the denominator

Almost? I wouldn't say that. Not even close.

I thought about it, and it certainly doesn't look like an easy one to solve. I then put it in Maple to see what the solution looks like, and it's definitely looks tricky to get too.

What methods have you studied so far?

I think you can probably pull off partial fractions as your first steps actually. Oh, it looks doable now. I always think substitutions first. I'm still practicing my integrals. :frown:
 
You have some nasty stuff on your hands. Did it say to show working? If it just said "Find the antiderivative...", www.calc101.com can help :)

partial Fractions, i might be wrong, gave me this:

\frac{x^2}{(x-1)(x^2 +4x+5)} = \frac{9x+5}{10(x^2+4x+5)} + \frac{1}{10(x-1)}.

The 2nd bit is easy, the first bit isn't fun >.<.

Your going to have to do some completing the square, then let u = x+2 and hopefully our nice friend arctan will help you with the rest.
 
Gib Z said:
You have some nasty stuff on your hands. Did it say to show working? If it just said "Find the antiderivative...", www.calc101.com can help :)

partial Fractions, i might be wrong, gave me this:

\frac{x^2}{(x-1)(x^2 +4x+5)} = \frac{9x+5}{10(x^2+4x+5)} + \frac{1}{10(x-1)}.

The 2nd bit is easy, the first bit isn't fun >.<.

Your going to have to do some completing the square, then let u = x+2 and hopefully our nice friend arctan will help you with the rest.

Sounds like a solid plan to me.
 
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