How do I solve for the integral of x^2 / (2x+2) without decomposition?

  • Thread starter Thread starter r16
  • Start date Start date
  • Tags Tags
    Integrate
r16
Messages
42
Reaction score
0
It has been about 2 years since i last did calculus but I am trying to get back into it so I am ready for college / don't kill myself because of boredom

I am having difficulty finding integrals of the form
\int{\frac{x^2}{x+a}dx}

This integral inparticular is:
\int{{\frac{x^2}{2x+2}dx}

I couldn't find a u or a du that would work

I then tried to decompose the fraction to \frac{x^2}{2x+2} = \frac{A}{2} + \frac{B}{x+1} but could't solve for A, which makes sense, so that won't work.

Next i tied integration by parts
\int{vdu} = uv - \int{udv}

where i used u=.5 ln|2x+2|,du=(2x+2)^{-1},v=x^2[/itex],dv=2x.<br /> <br /> then<br /> <br /> \int{\frac{x^2}{2x+2}dx} = .5x^2 ln |2x+2| - \int{ln |2x+2|xdx}<br /> <br /> for the second integral I have:<br /> u=.5x^2,du=xdx,v=ln |2x+2| [/itex],dv=2(2x+2)^{-1}.&lt;br /&gt; &lt;br /&gt; where&lt;br /&gt; &lt;br /&gt; \int{ x ln|2x+2| dx} = .5x^2 ln |2x+2| - \int{\frac{x^2}{2x+2}dx}&lt;br /&gt; &lt;br /&gt; and finally both sides cancel out:&lt;br /&gt; &lt;br /&gt; \int{\frac{x^2}{2x+2}dx} = .5x^2 ln |2x+2| - .5x^2 ln |2x+2| +\int{\frac{x^2}{2x+2}dx}&lt;br /&gt; &lt;br /&gt; \int{\frac{x^2}{2x+2}dx} = \int{\frac{x^2}{2x+2}dx}&lt;br /&gt; &lt;br /&gt; Ive checked the trig rules as well as the inverse trig rules and no other rules match. Does an integral for this function not exsist or am I missing something?
 
Last edited:
Physics news on Phys.org
When you are integrating a fraction, of which teh degree in the numerator is greater than or equal to the degree of the denominator, one should use Polynomial Long Division first, then use Partial Fraction.
I'll give you an example:
Say, you want to integrate:
\int \frac{x ^ 2}{x + 1} dx
The degree in the numerator is 2, which is greater than the degree of the denominator 1. So we should use Polynomial Long Division first to get:
\int \frac{x ^ 2}{x + 1} dx = \int \left( x - 1 + \frac{1}{x + 1} \right) dx = \int (x - 1) dx + \int \frac{dx}{x + 1}
From here, we can use the substitution u = x + 1 to solve the second integral. So the result is:
\int \frac{x ^ 2}{x + 1} dx = \int (x - 1) dx + \int \frac{dx}{x + 1} = \frac{x ^ 2}{2} - x + \ln |x + 1| + C.
Ok, can you get this? :)
Can you go from here? :)
 
Last edited:
r16 said:
It has been about 2 years since i last did calculus but I am trying to get back into it so I am ready for college / don't kill myself because of boredom

I am having difficulty finding integrals of the form
\int{\frac{x^2}{x+a}dx}

This integral inparticular is:
\int{{\frac{x^2}{2x+2}dx}

I couldn't find a u or a du that would work

I then tried to decompose the fraction to \frac{x^2}{2x+2} = \frac{A}{2} + \frac{B}{x+1} but could't solve for A, which makes sense, so that won't work.
?? Partial fractions requires "proper" fractions- that is, that the numerator has lower dimension than the denominator. In this case, you need to divide first.
\frac{x^2}{2x+2}= \frac{1}{2}x- \frac{1}{2}- \frac{\frac{1}{2}}{x+1}}

That should be easy to integrate.
 
polynomial long division rings a bell, i completely forgout about it. I am good from there
 
i didnt know the stipulation about decomposing the fraction, but that makes sense. thanks!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top