How do you deal with a leading coefficient greater than #1# ?
1 Answer
A few thoughts...
Explanation:
I am not sure quite where you have encountered this phrase, but I suspect it may be in the context of an explanation as to how you might attempt to factor a quadratic.
When written in standard form, a polynomial is a sum of terms in descending order of power (a.k.a. degree) of
For example, the cubic polynomial:
#x^3+5x^2-7#
is in standard form since the degrees of the terms
When written in this way, the "leading" term is the term of highest degree and the "leading coefficient" is the multiplier (coefficient) of this term.
In the case of
A polynomial with leading coefficient
So a monic quadratic looks like this:
#x^2+bx+c#
If we can find two numbers
#x^2+bx+c = (x+alpha)(x+beta)#
For example, given:
#x^2+8x+15#
we can find
#x^2+8x+15 = (x+5)(x+3)#
What if we find a leading coefficient greater than
(there's your expression)
This means that we have something like:
#2x^2+7x+6#
How might we try to factor this?
Using an AC method we can try to find a pair of factors of
The pair
We can then use this pair to split the middle term and factor by grouping:
#2x^2+7x+6 = (2x^2+4x)+(3x+6)#
#color(white)(2x^2+7x+6) = 2x(x+2)+3(x+2)#
#color(white)(2x^2+7x+6) = (2x+3)(x+2)#