Mathematics
语言:
中文
Language:English
Equations
Unfold
Unary equation
Multivariate equation
Math OP
Unfold
Inequality
Mathematics
Fractions
Statistics
Prime factor
Fraction and Decimal Interactions
Lenders ToolBox
Linear algebra
Unfold
Determinant
Matrix multiplication
Inverse matrix
Derivative function
Function image
Hot issues
Hot issues:
This module collects the frequently encountered and difficult problems for reference only.
Current location:
Hot issues
> Answer
提取因式法
这种解方程的方法,不限于一元二次方程,可以是更高次的一元方程。
它就是
把方程化为一般式,然后,通过提取公因式,把它化为几个因式的乘积为零的形式。这样,每一个因式为零,就可以求得相应的方程的根。
例如:
x - 14x = x^2 - 24
化为一般式:
x^3 - x^2 - 14x + 24 = 0
方程的左边可以化为:
\begin{align} &x^3 - x^2 - 14x + 24 \\ = &x^3 - 5x^2 + 6x + 4x^2 - 20x + 24 \\ = &(x^2 - 5x + 6) x + 4(x^2 - 5x + 6) \\ = &(x^2 - 5x + 6)\ (x + 4) \\ = &(x - 2)\ (x - 3)\ (x + 4) \\ \end{align}
所以,原来的方程可以化为:
(x-2)(x-3)(x+4)=0
由
\begin{align} x-2 &= 0\\ x-3 &= 0\\ x+4 &= 0 \end{align}
得:
\begin{align} x_1 &= 2\\ x_2 &= 3\\ x_3 &= -4 \end{align}
这就是使用提取因式法解一元方程的过程。
从这可以看出,它的
优点是:可以突破二次的限制,可以是更高次的方程;缺点是:它需要很强的提取公因式的技巧。
返 回
New addition:
Lenders ToolBox
module(Specific location:Math OP >
Lenders ToolBox
),welcome。