I'm stuck on a basic question regarding identities.
$A(x^2-1)+B(x-1)+C = (3x-1)(x+1)$
I've managed to substitute $x$ for $1$ to work out C is $4$. However, I'm unsure how to work out A and B respectively.
I'm stuck on a basic question regarding identities.
$A(x^2-1)+B(x-1)+C = (3x-1)(x+1)$
I've managed to substitute $x$ for $1$ to work out C is $4$. However, I'm unsure how to work out A and B respectively.
For $x=-1$ we have, $-2B+C=0\Rightarrow 2B=C=4\Rightarrow B=2$
for $x=0$ we have , $-A-B+C=-1 \Rightarrow A=1-B+C\Rightarrow A=3$
For A equate the coefficients of $x^2$ on each side. For $B$ set $x=-1$ which kills the term with $A$ in.
You can multiply through and equate coefficients to get three equations in three unknowns. Spotting good values of $x$ to substitute can reduce the amount of work.
by equating the coefficients you mean place on either side? it would be helpful to give me a step by step breakdown.
– peter_gent Jun 11 '13 at 14:29Comparing lead coef's, $\,A = 3.\,$ At $\,x=1\,\Rightarrow\,C = 4,\,$ so at $\,x=-1\,\Rightarrow\,B=2.$
As above, generally for linear factors, a judicious choice of evaluation and coefficient comparisons easily yields the result. This is sometimes called the Heaviside cover up method, esp. when solving equations arising from partial-fraction decompositions. It deserves to be better known that analogous methods extend to nonlinear factors.
-2B+4=-4 if we know that C is 4 ?
– peter_gent Jun 11 '13 at 14:36