Integral Homework Help: Solving (x+2)/(x^2-2x+3) dx | Step-by-Step Guide

  • Thread starter Thread starter grimireaper
  • Start date Start date
  • Tags Tags
    Integral Stuck
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
grimireaper
Messages
3
Reaction score
0

Homework Statement


Integrate

Homework Equations



I started with (2x^2+3)/(x^3-2x^2+3x) dx

The Attempt at a Solution



Got dx/x + (x+2)/(x^2-2x+3) dx using the A/x + (Bx+C)/(x^2-2x+3) method.

But I can't seem to solve (x+2)/(x^2-2x+3) dx

Possible solutions are welcome.
 
Last edited:
Physics news on Phys.org
grimireaper said:
I started with (2x^2+3)/(x^3-2x^2+3x) dx

and got dx/x + (x+2)/(x^2-2x+3) dx using the A/x + (Bx+C)/(x^2-2x+3) method.

But I can't seem to solve (x+2)/(x^2-2x+3) dx

Possible solutions are welcome.

Welcome to PF. You won't get solutions here, but you may get hints. Try this:$$
\frac {x+2}{x^2-2x+3} = \frac{(x-1)+3}{(x-1)^2+2}$$and see if that gives you any ideas.
 
I thought of that but the +2 at the bottom ruins it, because splitting up x-1 and 3 into 2 integrals won't help, as I can't cancel anything out
 
grimireaper said:
I thought of that but the +2 at the bottom ruins it, because splitting up x-1 and 3 into 2 integrals won't help, as I can't cancel anything out

But you can break it up into two fractions and use different methods on them.
 
$$2x^2+3=(x^2-x)+(3x)+(x^2-2x+3)=\frac{x}{2}\left(\frac{x^3-2x^2+3x}{x}\right)^\prime+3\frac{x^3-2x^2+3x}{x^2-2x+3}+\frac{x^3-2x^2+3x}{x}$$
 
Got it solved. Thank you for the help.