Integrate $\int_{2}^{3}_\frac{x^2-2x+3}{(x-1)^2}dx$ Problem

  • Thread starter Thread starter Briggs
  • Start date Start date
  • Tags Tags
    Integration
AI Thread Summary
The integral $\int_{2}^{3} \frac{x^2-2x+3}{(x-1)^2}dx$ simplifies to $\int_{2}^{3} \left( 1 + \frac{2}{(x-1)^2} \right) dx$. The integration can be approached by separating the terms, leading to $\int dx + 2 \int (x-1)^{-2} dx$. The correct evaluation of the second integral yields a result of 2 when applying the limits from 2 to 3. The discussion also touches on a misunderstanding regarding the factorization of expressions, clarifying that $(x+1)^2$ is not the same as $(x+1)(x-1)$.
Briggs
Messages
34
Reaction score
0
I have a question in my book to evaluate
\int_{2}^{3}_\frac{x^2-2x+3}{(x-1)^2}dx
I have completed the square on the top line of the fraction so that
\frac{x^2-2x+3}{(x-1)^2} = \frac{(x-1)^2+2}{(x-1)^2}
I have simplified so I end up with \int_{2}^{3}1+\frac{2}{(x-1)^2}dx and now I don't know how to integrate this function. I have never encountered an integral with a number other than one on top of the fraction.
 
Last edited:
Physics news on Phys.org
You can use u-substitution in this case.
So let u = x - 1, so du = dx.
The integral becomes:
\int \left( 1 + \frac{2}{(x - 1) ^ 2} \right) dx = \int dx + \int \frac{2}{(x - 1) ^ 2} dx = x + \int \frac{2}{u ^ 2} du, now after integrating: \int \frac{2}{u ^ 2} du, just change u back to x. After finding the anti-derivative of the function, just apply the limits to it, and you are done. Can you go from here?
 
Last edited:
Thanks for the help but the question is from the chapter before the substitution method so I don't think substitution is to be used. Is there another way to do it?
 
Perhaps you have used subtitution implicitly. As you said, we can simplify it to:

\int {1 + \frac{2}{{\left( {x - 1} \right)^2 }}} dx = \int 1 dx + \int {\frac{2}{{\left( {x - 1} \right)^2 }}dx}

Now rewrite to see:

\int {\frac{2}{{\left( {x - 1} \right)^2 }}dx} = 2\int {\left( {x - 1} \right)^{ - 2} d\left( {x - 1} \right)}
 
I'm a little confused, would it be..

2[\frac{(x-1)^-1}{-1}] with limits 2 and 1? Actually that wouldn't work because of 0^-1, is there any way to get rid of the -1?
 
Last edited:
You integrated that second part correctly, but the limits just stay the same as in your original problem, being 2 and 3.
 
Therefore the answer would be (3+-1)-(2+-2) = 2?
 
2 is correct, if you're referring to the entire (initial) integral.
 
Yes, thank you for your help.
 
  • #10
No problem :smile:
 
  • #11
Oh by the way, is it correct in saying (X+1)^2 is the same as (X+1)(X-1)
 
  • #12
Briggs said:
Oh by the way, is it correct in saying (X+1)^2 is the same as (X+1)(X-1)
Certainly not, you can see that by working out both expressions.

Of course, it's easy to see that (x+1)² = (x+1)(x+1) and that's not the same as (x+1)(x-1).
Perhaps you're confused with the identity a²-b² = (a-b)(a+b) with a = x and b = 1.
 
  • #13
Yes I was getting mixed up with the difference of two squares because I am trying to solve \int_{0}^{1}_\frac{x^2+2x}{(x+1)^2}dx
This led me to\int_{0}^{1}_\frac{(x-1)^2-1}{(x+1)^2}dx but I have completed the square wrongly and it should be (x+1)^2-1 which was leading be astray a bit :)
 
Last edited:
  • #14
Ok, but were you able to do it or are you stuck somewhere?
 
  • #15
Yep thanks to your help earlier I have completed the question. I got the answer as 0.5
 
  • #16
Briggs said:
Yep thanks to your help earlier I have completed the question. I got the answer as 0.5
That is correct :smile:
 
Back
Top