Finding the integral using partial fractions

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
2 replies · 2K views
sdoyle
Messages
18
Reaction score
0

Homework Statement


Solve the integral x/x^2+4x+13


Homework Equations


I think that you would use partial fractions but I'm not really sure. I know that you need to complete the square on the denominator.


The Attempt at a Solution


The completed square would be (x+2)^2+9. I don't know what to do now b/c of the x term on top. Help!
 
Physics news on Phys.org
Since the denominator cannot be factored (in terms of real coefficients), there is no "partial fractions".

Let u= x+ 2 so x= u-2. Then the fraction becomes
[tex]\frac{u-2}{u^2+ 9}= \frac{u}{u^2+ 9}-2\frac{1}{u^2+ 9}[/tex]
Let [itex]v= u^2+ 9[/itex] to integrate the first and the second is an arctangent.
 
[itex]\frac{x}{x^2+4x+13} = -\frac{2}{x^2+4x+13} + \frac{x+2}{x^2+4x+13}[/itex]

[itex]\int \frac{dx}{x^2+a^2} = \frac{1}{a}ArcTan\frac{x}{a} + C[/itex]

[itex]\int \frac{x'}{x} = Ln|x| + C[/itex]

That's all you need.

Edit: Method below a lot better.