Question:
I am working on a problem involving the product of two polynomials and their derivatives, and I need some help understanding a specific part of the derivation.
Suppose we have two polynomials:
p(x)=a0+a1x+a2x2+⋯+anxn
q(x)=b0+b1x+b2x2+⋯+bnxn
We want to prove that:
(pq)′(x)=p′(x)q(x)+p(x)q′(x)
To be more specific, we have shown that the coefficient of xk−1 in the product pq is equal to
k(a0bk+a1bk−1+⋯+akb0)
However, the part I am struggling with involves finding the coefficient of xk−1 in p′(x)q(x)+p(x)q′(x). I want to understand why the same result holds for the expression p′(x)q(x)+p(x)q′(x). I have tried expanding both products p′(x)q(x) and p(x)q′(x) and then combining the terms, but I'm not sure how to prove that the sum of these terms also yields the coefficient k(a0bk+a1bk−1+⋯+akb0).
My solution attempt is the following:
Suppose
Let p′(x)=c0+c1x+⋯+cn−1xn−1 where c0=a1,c1=2a2,⋯,cn−1=nan
and q′(x)=d0+d1x+⋯dn−1xn−1 for d0=b1,d1=2b2,⋯,dn−1=nbn
Now consider the product p′(x)q(x). Its terms will be of the form cibjxi+j, and for the exponent of x to equal xk−1 we must have i+j=k−1. Hence the coefficient is equal to
c0bk−1+c1bk−2+⋯+ck−1b0
By substitution, we find that the coefficient for xk−1 in the product p′(x)q(x) is equal to
a1bk−1+2a2bk−2+⋯+kakb0
By a similar method, we find the coefficient for xk−1 in the product p(x)q′(x) is equal to
ka0bk+⋯+2ak−2b2+ak−1b1
Here I'm stuck as I fail to see how the addition of these two expressions equals k(a0bk+a1bk−1+⋯+akb0)
I am working on a problem involving the product of two polynomials and their derivatives, and I need some help understanding a specific part of the derivation.
Suppose we have two polynomials:
p(x)=a0+a1x+a2x2+⋯+anxn
q(x)=b0+b1x+b2x2+⋯+bnxn
We want to prove that:
(pq)′(x)=p′(x)q(x)+p(x)q′(x)
To be more specific, we have shown that the coefficient of xk−1 in the product pq is equal to
k(a0bk+a1bk−1+⋯+akb0)
However, the part I am struggling with involves finding the coefficient of xk−1 in p′(x)q(x)+p(x)q′(x). I want to understand why the same result holds for the expression p′(x)q(x)+p(x)q′(x). I have tried expanding both products p′(x)q(x) and p(x)q′(x) and then combining the terms, but I'm not sure how to prove that the sum of these terms also yields the coefficient k(a0bk+a1bk−1+⋯+akb0).
My solution attempt is the following:
Suppose
Let p′(x)=c0+c1x+⋯+cn−1xn−1 where c0=a1,c1=2a2,⋯,cn−1=nan
and q′(x)=d0+d1x+⋯dn−1xn−1 for d0=b1,d1=2b2,⋯,dn−1=nbn
Now consider the product p′(x)q(x). Its terms will be of the form cibjxi+j, and for the exponent of x to equal xk−1 we must have i+j=k−1. Hence the coefficient is equal to
c0bk−1+c1bk−2+⋯+ck−1b0
By substitution, we find that the coefficient for xk−1 in the product p′(x)q(x) is equal to
a1bk−1+2a2bk−2+⋯+kakb0
By a similar method, we find the coefficient for xk−1 in the product p(x)q′(x) is equal to
ka0bk+⋯+2ak−2b2+ak−1b1
Here I'm stuck as I fail to see how the addition of these two expressions equals k(a0bk+a1bk−1+⋯+akb0)
Last edited: