Difference between revisions of "Simon's Favorite Factoring Trick"
Dumplingsman (talk | contribs) (→The General Statement) |
Gzgavinzhao (talk | contribs) (→The General Statement) |
||
Line 1: | Line 1: | ||
==The General Statement== | ==The General Statement== | ||
+ | Simon's Favorite Factoring Trick (SFF) is often used in a diophantine equation where factoring is needed. The most common form it appears is when there is a constant on one side of the equation and a product of variables with each of those variables in a linear term on the other side. A simple example would be: <cmath>xy+66x-88y=23333</cmath>where <math>23333</math> is the constant term, <math>xy</math> is the product of the variables, <math>66x</math> and <math>-88y</math> are the variables in linear terms. | ||
+ | |||
+ | |||
+ | Let's put it in general terms. We have an equation <math>xy+jx+ky=a</math>, where <math>j</math>, <math>k</math>, and <math>a</math> are integral constants. According to Simon's Favorite Factoring Trick, this equation can be transformed into: <cmath>(x+k)(y+j)=a+jk</cmath> | ||
+ | Using the previous example, <math>xy+66x-88y=23333</math> is the same as: <cmath>(x-88)(y+66)=(23333)(-88)(-66)</cmath> | ||
+ | |||
+ | |||
+ | If this is confusing or you would like to know the thought process behind SFF, see this eight-minute video by Richard Rusczyk from AoPS: https://www.youtube.com/watch?v=0nN3H7w2LnI. For the thought process, start from https://youtu.be/0nN3H7w2LnI?t=366 | ||
== Applications == | == Applications == |
Revision as of 10:14, 26 August 2020
Contents
The General Statement
Simon's Favorite Factoring Trick (SFF) is often used in a diophantine equation where factoring is needed. The most common form it appears is when there is a constant on one side of the equation and a product of variables with each of those variables in a linear term on the other side. A simple example would be: where is the constant term, is the product of the variables, and are the variables in linear terms.
Let's put it in general terms. We have an equation , where , , and are integral constants. According to Simon's Favorite Factoring Trick, this equation can be transformed into:
Using the previous example, is the same as:
If this is confusing or you would like to know the thought process behind SFF, see this eight-minute video by Richard Rusczyk from AoPS: https://www.youtube.com/watch?v=0nN3H7w2LnI. For the thought process, start from https://youtu.be/0nN3H7w2LnI?t=366
Applications
This factorization frequently shows up on contest problems, especially those heavy on algebraic manipulation. Usually and are variables and are known constants. Also, it is typically necessary to add the term to both sides to perform the factorization.
Fun Practice Problems
Introductory
- Two different prime numbers between and are chosen. When their sum is subtracted from their product, which of the following numbers could be obtained?
(Source)
Intermediate
- are integers such that . Find .
(Source)
Olympiad
- The integer is positive. There are exactly 2005 ordered pairs of positive integers satisfying:
Prove that is a perfect square.
Source: (British Mathematical Olympiad Round 3, 2005)