How Do You Solve Integrals Using Partial Fractions?

nameVoid
Messages
238
Reaction score
0
<br /> \int \frac{5x^2+11x+17}{x^3+5x^2+4x+20}dx<br />
<br /> \int \frac{5x^2+11x+17}{(x^2+4)(x+5)}dx<br />
<br /> \frac{Ax+B}{x^2+4}+\frac{C}{x+5}=\frac{5x^2+11x+17}{(x^2+4)(x+5)}<br />
<br /> (Ax+B)(x+5)+C(x^2+4)=5x^2+11x+17<br />
<br /> Ax^2+5Ax+Bx+5B+Cx^2+4C=5x^2+11x+17<br />
<br /> x^2(A+C)+x(5A+B)+(5B+4C)=5x^2+11x+17<br />
<br /> A+C=5, 5A+B=11, 5B+4C=17<br />
<br /> A=5-C<br />
<br /> 5(5-C)+B=11, 25-5C+B=11, B=-14+5C<br />
<br /> 5(-14+5C)+4C=17, -70+29C=17, C=3, B=1, A=2<br />
<br /> \int \frac{2x+1}{x^2+4}+ \frac{3}{x+5}dx<br />
<br /> ln(x^2+4) +aractan(x/2)/2+3ln|x+5|+Z<br />
orginally I thought I had made a mistake somwhere but I believe this is correct please make suggestions I am new to this technique
 
Physics news on Phys.org
Looks good, but I haven't checked each detail. Two things you can do are
1) check that (2x + 1)/(x2 + 4) + 3/(x + 5) = your original integrand.
2) check that d/dx[ln(x2 + 4) + 1/2*arctan(x/2) + ln|x + 5| = your original integrand.
 
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...
Back
Top