Particular Integral of arctan example

  • Thread starter Thread starter relinquished™
  • Start date Start date
  • Tags Tags
    Example Integral
relinquished™
Messages
79
Reaction score
0
I know for a fact that

<br /> \int \frac{(du)}{(a^2 + u^2)} = \frac{1}{a} \cdot arctan \frac{u}{a} + C<br />

I was given the problem of solving the indefinite integral of

<br /> \int \frac{(dx)}{(2x^2 + 2x + 5)}<br />

First, I multiplied the integral by (1/2) / (1/2) to eliminate the coefficient of the x^2 in the denominator, so now I am left with

<br /> \frac{1}{2} \cdot \int \frac{(dx)}{(x^2 + x + \frac{5}{2})}<br />

Now, in completing the square of the denominator, I added \frac{1}{4} - \frac{1}{4} (which is zero) so that the equation would look like this:

<br /> = \frac{1}{2} \int \frac{dx}{x^2 + x + \frac{5}{2} + \frac{1}{4} - \frac{1}{4}}<br />

Simplifying, I got:

<br /> = \frac{1}{2} \int \frac{dx}{x^2 + x + \frac{1}{4} + (\frac{5}{2} - \frac{1}{4})}<br />

<br /> = \frac{1}{2} \int \frac{dx}{(x + \frac{1}{2})^2 + \frac{9}{4}}<br />

<br /> = \frac{1}{2} \int \frac{dx}{(x + \frac{1}{2})^2 + ( \frac{3}{2})^2}<br />

If we let (x + \frac{1}{2})^2 = u^2 and ( \frac{3}{2})^2 = a^2 we now have the integrable form stated above, so

<br /> = \frac{1}{2} \int \frac{du}{u^2 + a^2}<br />

<br /> = \frac{1}{2} \cdot \frac{2}{3} \cdot arctan \frac{u}{a} + C<br />

<br /> = \frac{1}{3} \cdot arctan \frac{x^2 + \frac{1}{2}}{\frac{3}{2}} + C<br />

<br /> = \frac{1}{3} \cdot arctan \frac{2(x^2 + \frac{1}{2})}{3} + C<br />

My questions are:
(1) Is this the correct solution?
(2) If my solution is correct, how do you get the necessary constant in order to make the denominator of this problem a complete square? the (1/4 - 1/4) I added to the denominator just popped out of my mind. Is there any way to get it without resorting to trial and error?

thank you
 
Physics news on Phys.org
1) No, there seems to be some confusion regarding the subsitution of variables, you've chosen (x + 1/2)^2 = u^2, this means that u = x + 1/2, not u = (x + 1/2)^2.

2) Suppose you wanted to write x^2 + bx + c in the form (x + p)^2 + q, i.e. you want to choose p, q such that x^2 + bx + c = (x + p)^2 + q = x^2 + 2px + p^2 + q. Comparing coefficients on both sides of the equation gives 2p = b and p^2 + q = c. So you can take p = b/2 and q = c - p^2 = c - (b/2)^2.
 
Last edited:
When I was doing this I found trying to complete all the quadratic equations I had by completing the square rather than any other method. Either actually solving them or just putting them in the form a(x+b)^2 + c, remember good algebra techniques greatly help calculus.
 
Muzza said:
1) No, there seems to be some confusion regarding the subsitution of variables, you've chosen (x + 1/2)^2 = u^2, this means that u = x + 1/2, not u = (x + 1/2)^2.

um... since u^2 = ( x + \frac{1}{2} )^2 you can directly place this in the integrable form because the form needs a u^2,

but I understand the process of solving the quadratic eq'n or completing the square. thanx.

I was just wondering if the answer I got was correct.
 
relinquished™ said:
um... since u^2 = ( x + \frac{1}{2} )^2 you can directly place this in the integrable form because the form needs a u^2,

but I understand the process of solving the quadratic eq'n or completing the square. thanx.

I was just wondering if the answer I got was correct.
In the final two steps you have ended up replaces u with x^2 + 1/2, that was the only mistake I think.
 
You also picked the wrong u originally. But then when you went to substitute you put in the right one. But later when you replaced u with x you went back to the wrong u.
 
ahh.. ok, I see the mistake. Sorry. And the title should be Particular Integral that yields arctan. My mistake as well...

the u should be

u = x + \frac{1}{2}

and the real answer should be

= \frac{1}{3} \cdot arctan \frac{2(x + \frac{1}{2})}{3} + C


thanx again for the clarifications and replies. ^_^
 
Last edited:
I like your approach though; I probably would have used a ugly trig sub. I should probably memorize a few of the basic integral in tables.
 
Back
Top