因式分解
公因式分解(抽)
编辑
原则:
分解必須要彻底(即分解後之因式均不能再做分解)
結果最後只留下小括號
結果的多項式首項為正。
在一個公式內把其公因子抽出,例子:
7
a
+
98
a
b
{\displaystyle 7a+98ab}
其中,
7
a
{\displaystyle 7a}
是公因子。因此,因式分解後得到的答案是:
7
a
(
1
+
14
b
)
{\displaystyle 7a(1+14b)}
51
a
4
b
7
+
24
a
3
b
2
+
75
a
5
b
5
{\displaystyle 51a^{4}b^{7}+24a^{3}b^{2}+75a^{5}b^{5}}
其中,
3
a
3
b
2
{\displaystyle 3a^{3}b^{2}}
是公因子。因此,因式分解後得到的答案是:
3
a
3
b
2
(
17
a
b
5
+
25
a
2
b
3
+
8
)
{\displaystyle 3a^{3}b^{2}(17ab^{5}+25a^{2}b^{3}+8)}
公式法
编辑
兩個立方數之和
a
3
+
b
3
=
(
a
+
b
)
(
a
2
−
a
b
+
b
2
)
{\displaystyle a^{3}+b^{3}=(a+b)(a^{2}-ab+b^{2})}
兩個立方數之差
a
3
−
b
3
=
(
a
−
b
)
(
a
2
+
a
b
+
b
2
)
{\displaystyle a^{3}-b^{3}=(a-b)(a^{2}+ab+b^{2})}
兩個n次方數之差
a
n
−
b
n
=
(
a
−
b
)
(
a
n
−
1
+
a
n
−
2
b
+
.
.
.
.
.
.
+
b
n
−
1
)
{\displaystyle a^{n}-b^{n}=(a-b)(a^{n-1}+a^{n-2}b+......+b^{n-1})}
兩個奇數次方數之和
a
n
+
b
n
=
(
a
+
b
)
(
a
n
−
1
−
a
n
−
2
b
+
.
.
.
.
.
.
+
b
n
−
1
)
{\displaystyle a^{n}+b^{n}=(a+b)(a^{n-1}-a^{n-2}b+......+b^{n-1})}
分组分解法
编辑
透過公式重組,然後再抽出公因數,例子:
3
a
2
b
−
5
y
+
12
a
3
b
2
−
20
a
b
y
=
(
3
a
2
b
+
12
a
3
b
2
)
−
(
5
y
+
20
a
b
y
)
=
3
a
2
b
(
1
+
4
a
b
)
−
5
y
(
1
+
4
a
b
)
=
(
1
+
4
a
b
)
(
3
a
2
b
−
5
y
)
{\displaystyle {\begin{aligned}&3a^{2}b-5y+12a^{3}b^{2}-20aby\\=&(3a^{2}b+12a^{3}b^{2})-(5y+20aby)\\=&3a^{2}b(1+4ab)-5y(1+4ab)\\=&(1+4ab)(3a^{2}b-5y)\end{aligned}}}
15
n
2
+
2
m
−
3
n
−
10
m
n
=
(
15
n
2
−
3
n
)
+
(
2
m
−
10
m
n
)
=
3
n
(
5
n
−
1
)
+
2
m
(
1
−
5
n
)
=
3
n
(
5
n
−
1
)
−
2
m
(
5
n
−
1
)
=
(
5
n
−
1
)
(
3
n
−
2
m
)
{\displaystyle {\begin{aligned}&15n^{2}+2m-3n-10mn\\=&(15n^{2}-3n)+(2m-10mn)\\=&3n(5n-1)+2m(1-5n)\\=&3n(5n-1)-2m(5n-1)=&(5n-1)(3n-2m)\end{aligned}}}
拆添项法
编辑
透過添項然後減掉,然後再抽出公因數,例子:
x
4
+
x
2
+
1
=
x
4
+
x
2
+
x
2
−
x
2
+
1
=
x
4
+
2
x
2
−
x
2
+
1
=
x
4
+
2
x
2
+
1
−
x
2
=
(
x
2
+
1
)
2
−
x
2
=
(
x
2
+
1
−
x
)
(
x
2
+
1
+
x
)
=
(
x
2
−
x
+
1
)
(
x
2
+
x
+
1
)
{\displaystyle {\begin{aligned}&x^{4}+x^{2}+1\\=&x^{4}+x^{2}+x^{2}-x^{2}+1\\=&x^{4}+2x^{2}-x^{2}+1\\=&x^{4}+2x^{2}+1-x^{2}\\=&\left(x^{2}+1\right)^{2}-x^{2}\\=&\left(x^{2}+1-x\right)\left(x^{2}+1+x\right)\\=&\left(x^{2}-x+1\right)\left(x^{2}+x+1\right)\end{aligned}}}
或者透過分裂某項,然後再抽出公因數,例子:
x
3
−
7
x
+
6
{\displaystyle x^{3}-7x+6}
其中,
−
7
x
{\displaystyle -7x}
可以被拆成
−
x
{\displaystyle -x}
和
−
6
x
{\displaystyle -6x}
。所以,
x
3
−
7
x
+
6
{\displaystyle x^{3}-7x+6}
可以被寫成
x
3
−
x
−
6
x
+
6
{\displaystyle x^{3}-x-6x+6}
。因此,
x
3
−
7
x
+
6
=
x
3
−
x
−
6
x
+
6
=
(
x
3
−
x
)
−
(
6
x
−
6
)
=
x
(
x
2
−
1
)
−
6
(
x
−
1
)
=
x
(
x
+
1
)
(
x
−
1
)
−
6
(
x
−
1
)
=
[
x
(
x
+
1
)
−
6
]
(
x
−
1
)
=
(
x
2
+
x
−
6
)
(
x
−
1
)
{\displaystyle {\begin{aligned}&x^{3}-7x+6\\=&x^{3}-x-6x+6\\=&\left(x^{3}-x\right)-\left(6x-6\right)\\=&x\left(x^{2}-1\right)-6\left(x-1\right)\\=&x\left(x+1\right)\left(x-1\right)-6\left(x-1\right)\\=&\left[x\left(x+1\right)-6\right]\left(x-1\right)\\=&\left(x^{2}+x-6\right)\left(x-1\right)\end{aligned}}}
其中,
+
x
{\displaystyle +x}
可以被拆成
+
3
x
{\displaystyle +3x}
和
−
2
x
{\displaystyle -2x}
。所以,
x
2
+
x
−
6
{\displaystyle x^{2}+x-6}
可以被寫成
x
2
+
3
x
−
2
x
−
6
{\displaystyle x^{2}+3x-2x-6}
。因此,
(
x
2
+
x
−
6
)
(
x
−
1
)
=
(
x
2
+
3
x
−
2
x
−
6
)
(
x
−
1
)
=
[
(
x
2
+
3
x
)
−
(
2
x
+
6
)
]
(
x
−
1
)
=
(
x
(
x
+
3
)
−
2
(
x
+
3
)
)
(
x
−
1
)
=
(
x
−
2
)
(
x
+
3
)
(
x
−
1
)
=
(
x
−
1
)
(
x
−
2
)
(
x
+
3
)
{\displaystyle {\begin{aligned}&\left(x^{2}+x-6\right)\left(x-1\right)\\=&\left(x^{2}+3x-2x-6\right)\left(x-1\right)\\=&\left[\left(x^{2}+3x\right)-\left(2x+6\right)\right]\left(x-1\right)\\=&\left(x\left(x+3\right)-2\left(x+3\right)\right)\left(x-1\right)\\=&\left(x-2\right)\left(x+3\right)\left(x-1\right)\\=&\left(x-1\right)\left(x-2\right)\left(x+3\right)\end{aligned}}}
十字交乘法
编辑
主条目:十字交乘法
十字交乘法(cross method),也叫做十字相乘法。它实際上是拆項法的一個變形,只不過用十字形矩陣來表示。