I am trying to find the integral of this by using integration of rational functions by partial fractions.
∫x2−5x+16(2x+1)(x−2)2dx
I am not really sure how to start this but the books gives some weird formula to memorize with no explanation of why A(ax+b)i and Ax+B(ax2+bx+c)j
I am not sure at all what this means and there is really no explanation of any of it, I am guessing i is for imaginary number, and j is just a representation of another imaginary number that is no the same as i. A, B and C, I have no idea what that means and I am not familiar with capital letters outside of triangle notation so I am guessing that they are angles of lines for something.
Answer
See first Arturo's excellent answer to Integration by partial fractions; how and why does it work?
I am guessing i is for imaginary number, and j is just a representation
of another imaginary number that is no the same as i.
I don't know what an indice or natural number is and it is not
mentioned naywhere in the text. (in a comment)
The numbers i and j are natural numbers, i.e. they are positive integers 1,2,3,…,n,…. Their set is denoted by N.
A, B and C, I have no idea what that means and I am not familiar
with capital letters outside of triangle notation so I am guessing
that they are angles of lines for something.
In this context the leters A, B and C are constants, i.e. independent of the variable x.
Let
P(x)Q(x):=x2−5x+16(2x+1)(x−2)2. The denominator Q(x):=(2x+1)(x−2)2 has factors of the form (ax+b)i only. Each one originates i∈N partial fractions whose integrals can be computed recursively and/or found in tables of integrals. See (6),(7),(8) bellow for the present case.)
Ai(ax+b)i+Ai−1(ax+b)i−1+…+A1ax+b. The exponent of the factor (x−2)2 is i=2 and of the factor 2x+1 is i=1. Therefore we should find the constants A1, A2, B such that
P(x)Q(x)=x2−5x+16(2x+1)(x−2)2=B2x+1+A2(x−2)2+A1x−2.One method† is to reduce the RHS to a common denominator
x2−5x+16(2x+1)(x−2)2=B(x−2)2+A2(2x+1)+A1(x−2)(2x+1)(2x+1)(x−2)2.
[See remak below.] This means that the polynomials of the numerators must be equal on both sides of this last equation. Expanding the RHS, grouping the terms of the same degree
P(x):=x2−5x+16=B(x−2)2+A2(2x+1)+A1(x−2)(2x+1)=(Bx2−4Bx+4B)+(2A2x+A2)+(2A1x2−3A1x−2A1)=(B+2A1)x2+(−4B+2A2−3A1)x+(4B+A2−2A1) and equating the coefficients of x2, x1 and x0, we conclude that they must satisfy‡ the following system of 3 linear equations [See (*) for a detailed solution of the system]
{B+2A1=1−4B+2A2−3A1=−54B+A2−2A1=16⇔{A1=−1A2=2B=3. In short, this method reduces to solving a linear system. So, we have
x2−5x+16(2x+1)(x−2)2=32x+1+2(x−2)2−1x−2.We are now left with the integration of each partial fraction
∫x2−5x+16(2x+1)(x−2)2dx=3∫12x+1dx+2∫1(x−2)2dx−∫1x−2dx.
Can you proceed from here? Remember these basic indefinite integral formulas:
∫1ax+bdx=1aln|ax+b|+C,
∫1(x−r)2dx=−1x−r+C,
∫1x−rdx=ln|x−r|+C.
--
† Another method is to evaluate both sides of (3) at 3 different values, e.g. x=−1,0,1 and obtain a system of 3 equations. Another one is to compute P(x)
P(x)=x2−5x+16=B(x−2)2+A2(2x+1)+A1(x−2)(2x+1)
first at the zeros of each term, i.e. x=2 and x=−1/2
P(2)=10=5A2⇒A2=2P(−1/2)=754=254B⇒B=3;
and then at e.g. x=0
P(0)=16=4B+A2−2A1=12+2−2A1⇒A1=−1.
For additional methods see this Wikipedia entry
‡ If B+2A1=1,−4B+2A2−3A1=−5,4B+A2−2A1=16, then x2−5x+16=(B+2A1)x2+(−4B+2A2−3A1)x+(4B+A2−2A1) for all x and (3a) is an identity.
REMARK in response a comment below by OP. For x=2 the RHS of (3a) is not defined. But we can compute as per (3b,c) or as per †, because we are not plugging x=2 in the fraction (3a). In (3c) we assure that the numerators of (3a) x2−5x+16 and B(x−2)2+A2(2x+1)+A1(x−2)(2x+1) are identically equal, i.e. they must have equal coefficients of x2,x,x0.
(*) Detailed solution of (3c). Please note that we cannot find A,B and C with one equation only, as you tried below in a comment ("16=2b+A1−A2 I have no idea how to solve this.")
{B+2A1=1−4B+2A2−3A1=−54B+A2−2A1=16⇔{B=1−2A1−4(1−2A1)+2A2−3A1=−54(1−2A1)+A2−2A1=16⇔{B=1−2A1−4+5A1+2A2=−54−10A1+A2=16⇔{B=1−2A1A2=−1+5A124−10A1−1+5A12=16⇔{B=1−2A1A2=−1+5A12A1=−1⇔{B=1−2(−1)A2=−1+5(−1)2A1=−1⇔{A1=−1A2=2B=3
Comment below by OP
I watched the MIT lecture on this and they use the "cover up" method to solve systems like this and I am attempting to use that here. I have A2x+1+Bx−2+C(x−2)2 Is there anything wrong so far? It appears to me to be correct. Now I try to find B by making x = 2 and multplying by x-2 which gets rid of C and A since it makes them zero and then the RHS which cancels out and leaves me with B = 2 but that also works for C I think so I am confused, and for A I get 55/6 which I know is wrong but the method works and I am doing the math right so what is wrong?
Starting with x2−5x+16(2x+1)(x−2)2=A2x+1+Bx−2+C(x−2)2
we can multiply it by (x−2)2
x2−5x+162x+1=A(x−2)22x+1+B(x−2)+C.
To get rid of A and B we make x=2 and obtain C
22−5⋅2+162⋅2+1=A(2−2)22x+1+B(2−2)+C
⇒2=0+0+C⇒C=2
We proceed by multiplying (3′) by 2x+1
x2−5x+16(x−2)2=A+B(2x+1)x−2+C(2x+1)(x−2)2
and making x=−1/2 to get rid of B and C
(−1/2)2−5(−1/2)+16(−1/2−2)2=A+B(2(−1/2)+1)−1/2−2+C(2(−1/2)+1)(−1/2−2)2
⇒3=A+0+0⇒A=3
Substituing A=3,C=2 in (3′), we have
x2−5x+16(2x+1)(x−2)2=32x+1+Bx−2+2(x−2)2
Making e.g. x=1 (it could be e.g. x=0)
12−5+16(2+1)(1−2)2=32+1+B1−2+2(1−2)2,
⇒4=1−B+2⇒B=−1.
Thus
x2−5x+16(2x+1)(x−2)2=32x+1−1x−2+2(x−2)2,
which is the same decomposition as (4).
No comments:
Post a Comment