Integrate: (x^2 + 4)/ (x^2+5x-6) dx

  • Thread starter Thread starter beaf123
  • Start date Start date
  • Tags Tags
    Dx Integrate
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 · 10K views
beaf123
Messages
40
Reaction score
0

Homework Statement



"Express the integrand (what does "integrand" mean?) as a sum of partial fractions and evaluate the integrals.

∫(x + 4)/ (x^2+5x-6) dx

Homework Equations


The Attempt at a Solution



x^2+5x-6 = (x-1)(x+6)

Gives:

∫ A/(x-1) + B/(x+6) dx

Findig A and B:

A(x+6) + B(x-1)

A+B=1

6A-B =4

A= 5/7
B= - (2/7)Then:

∫ (5/7) (1/x-1) dx +∫ - (3/7)(1/x+6) dx

Gives I think:

5/7ln(x-1) -2/7ln(x+6)But its wrong accordng to the solution. I can post the solution here if you want me to:
 
Last edited:
Physics news on Phys.org
beaf123 said:

Homework Statement



"Express the integrand (what does "integrand" mean?) as a sum of partial fractions and evaluate the integrals.

∫(x + 4)/ (x^2+5x-6) dx

Homework Equations


The Attempt at a Solution



x^2+5x-6 = (x-1)(x+6)

Gives:

∫ A/(x-1) + B/(x+6) dx

Findig A and B:

A(x+6) + B(x-1)

A+B=1

6A-B =4

A= 5/7
B= - (3/7)Then:

∫ (5/7) (1/x-1) dx +∫ - (3/7)(1/x+6) dx

Gives I think:

5/7ln(x-1) -3/7ln(x+6)But its wrong accordng to the solution. I can post the solution here if you want me to:

The integrand is the expression being integrated, in this case, the rational function [tex]\frac{x+4}{x^2+5x-6}[/tex]

How did you get A+B=1 ?
 
Okey, thanks.

A(x+6) + B(x-1) = x+4

Ax +Bx +6A -B = x+4

Ax + Bx = xA+B =1
 
beaf123 said:
Okey, thanks.

A(x+6) + B(x-1) = x+4

Ax +Bx +6A -B = x+4

Ax + Bx = x


A+B =1

Oh I see, you were comparing coefficients :smile:

Sorry I didn't spot your error before, but you incorrectly solved the simultaneous equations in A and B. 1 - 5/7 = 2/7
 
Oh, I changed it now. It is correct so far, but I don't understand how they get 5/7ln(x-1) -2/7ln(x+6) to become ( from solution): (1/7)ln[(x+6)^2(x-1)^5] + C
 
beaf123 said:
Oh, I changed it now. It is correct so far, but I don't understand how they get

5/7ln(x-1) -2/7ln(x+6)

to become ( from solution):

(1/7)ln[(x+6)^2(x-1)^5] + C
That should be
5/7ln(x-1) + 2/7ln(x+6)​
Then use properties of logarithms to get the desired result.

Of course the given answer includes the constant of integration.