Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Factorization
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
====Quadratic ac method==== The above method may be adapted for [[quadratic polynomial]]s, leading to the ''ac method'' of factorization.<ref>{{cite web|last=Stover|first=Christopher|url=http://mathworld.wolfram.com/ACMethod.html|title=AC Method|work=Mathworld|archive-url=https://web.archive.org/web/20141112231252/http://mathworld.wolfram.com/ACMethod.html|archive-date=2014-11-12|url-status=live|mode=cs2}}</ref> Consider the quadratic polynomial :<math>P(x)=ax^2 + bx + c</math> with integer coefficients. If it has a rational root, its denominator must divide {{math|''a''}} evenly and it may be written as a possibly [[irreducible fraction|reducible fraction]] <math>r_1 = \tfrac ra.</math> By [[Vieta's formulas]], the other root <math>r_2</math> is :<math>r_2 = -\frac ba - r_1 = -\frac ba-\frac ra =-\frac{b+r}a = \frac sa,</math> with <math>s=-(b+r).</math> Thus the second root is also rational, and Vieta's second formula <math>r_1 r_2=\frac ca</math> gives :<math>\frac sa\frac ra =\frac ca,</math> that is :<math>rs=ac\quad \text{and}\quad r+s=-b.</math> Checking all pairs of integers whose product is {{math|''ac''}} gives the rational roots, if any. In summary, if <math>ax^2 +bx+c</math> has rational roots there are integers {{mvar|r}} and {{mvar|s}} such <math>rs=ac</math> and <math>r+s=-b</math> (a finite number of cases to test), and the roots are <math>\tfrac ra</math> and <math>\tfrac sa.</math> In other words, one has the factorization :<math>a(ax^2+bx+c) = (ax-r)(ax-s).</math> For example, let consider the quadratic polynomial :<math>6x^2 + 13x + 6.</math> Inspection of the factors of {{math|1=''ac'' = 36}} leads to {{math|1=4 + 9 = 13 = ''b''}}, giving the two roots :<math>r_1 = -\frac 46 =-\frac 23 \quad \text{and} \quad r_2 = -\frac96 = -\frac 32,</math> and the factorization :<math> 6x^2 + 13x + 6 = 6(x+\tfrac 23)(x+\tfrac 32)= (3x+2)(2x+3). </math>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)