Q: Prove that, if ax^3 + bx^2 + cx + d = (x-1)^2(px+q) then b = d - 2a and c = a - 2d
expand the RHS
ax^3 + bx^2 + cx + d = (x^2-2x+1)(px+q)
ax^3 + bx^2 + cx + d = px^3 +qx^2-2px^2-2qx+px+q
ax^3 + bx^2 + cx + d = px^3+(q-2p)x^2(-2q+p)x+q
Equate co-efficients:
a=p
b=q-2p
c=-2q+p
d=q
therefore
b=d-2a (since d=q and a=p)
and
c=-2d+a (since d=q and a = p)
Proven.
Q: If 3x^2 + 10x + 3 = c(x-a)(x-b) for all values of x, find the values of a,b,c.
Expand the RHS
3x^2 + 10x + 3 = c(x^2-bx-ax+ab)
3x^2 + 10x + 3 = cx^2-cbx-acx+abc
3x^2 + 10x + 3 = cx^2-(cb+ac)x+abc
Equate co-efficients
c=3
-(cb+ac)=10
-c(b+a) =10
-3(b+a)=10
b+a = -10/3
b= -10/3 - a
3ab=3
ab=1
a=1/b
Simultaneous eqns.
b=-10/3 - 1/b
b= -1/3 or -3
sub back into eqns.
when b = -1/3
a=-3
when b = -3
a= -1/3
a= -3, b= -1/3, c= 3 OR a= -1/3, b= -3, c=3
Sorry - it's a bit hard to read. I don't know how to do the big math working out like others do..
and do correct me anyone if i'm wrong.