\left\{ \begin{array} { l } { x - 2 = y } \\ { 2 x + 4 = y } \end{array} \right.
求解 x, y 的值
x=-6
y=-8
图表
共享
已复制到剪贴板
x-2-y=0
考虑第 1 个公式。 将方程式两边同时减去 y。
x-y=2
将 2 添加到两侧。 任何数与零相加其值不变。
2x+4-y=0
考虑第 2 个公式。 将方程式两边同时减去 y。
2x-y=-4
将方程式两边同时减去 4。 零减去任何数都等于该数的相反数。
x-y=2,2x-y=-4
要使用代入法解一对方程式,则先要对其中一个方程式求解一个变量。然后用所得解替换另一个方程式的同一个变量。
x-y=2
选择其中一个方程式并对 x 进行求解,方法是进行移项,使等号左边仅留 x。
x=y+2
在等式两边同时加 y。
2\left(y+2\right)-y=-4
用 y+2 替换另一个方程式中 2x-y=-4 中的 x。
2y+4-y=-4
求 2 与 y+2 的乘积。
y+4=-4
将 -y 加上 2y。
y=-8
将等式的两边同时减去 4。
x=-8+2
用 -8 替换 x=y+2 中的 y。由于所得方程式中仅包含一个变量,因此可以直接求得 x 的解。
x=-6
将 -8 加上 2。
x=-6,y=-8
系统现在已得到解决。
x-2-y=0
考虑第 1 个公式。 将方程式两边同时减去 y。
x-y=2
将 2 添加到两侧。 任何数与零相加其值不变。
2x+4-y=0
考虑第 2 个公式。 将方程式两边同时减去 y。
2x-y=-4
将方程式两边同时减去 4。 零减去任何数都等于该数的相反数。
x-y=2,2x-y=-4
将等式化为标准形式,然后使用矩阵求解方程组。
\left(\begin{matrix}1&-1\\2&-1\end{matrix}\right)\left(\begin{matrix}x\\y\end{matrix}\right)=\left(\begin{matrix}2\\-4\end{matrix}\right)
将方程式表示为矩阵形式。
inverse(\left(\begin{matrix}1&-1\\2&-1\end{matrix}\right))\left(\begin{matrix}1&-1\\2&-1\end{matrix}\right)\left(\begin{matrix}x\\y\end{matrix}\right)=inverse(\left(\begin{matrix}1&-1\\2&-1\end{matrix}\right))\left(\begin{matrix}2\\-4\end{matrix}\right)
用 \left(\begin{matrix}1&-1\\2&-1\end{matrix}\right) 的逆矩阵左乘公式。
\left(\begin{matrix}1&0\\0&1\end{matrix}\right)\left(\begin{matrix}x\\y\end{matrix}\right)=inverse(\left(\begin{matrix}1&-1\\2&-1\end{matrix}\right))\left(\begin{matrix}2\\-4\end{matrix}\right)
矩阵及其逆的乘积为单位矩阵。
\left(\begin{matrix}x\\y\end{matrix}\right)=inverse(\left(\begin{matrix}1&-1\\2&-1\end{matrix}\right))\left(\begin{matrix}2\\-4\end{matrix}\right)
将等号左边的矩阵相乘。
\left(\begin{matrix}x\\y\end{matrix}\right)=\left(\begin{matrix}-\frac{1}{-1-\left(-2\right)}&-\frac{-1}{-1-\left(-2\right)}\\-\frac{2}{-1-\left(-2\right)}&\frac{1}{-1-\left(-2\right)}\end{matrix}\right)\left(\begin{matrix}2\\-4\end{matrix}\right)
对于 2\times 2 矩阵 \left(\begin{matrix}a&b\\c&d\end{matrix}\right),反向矩阵为 \left(\begin{matrix}\frac{d}{ad-bc}&\frac{-b}{ad-bc}\\\frac{-c}{ad-bc}&\frac{a}{ad-bc}\end{matrix}\right),因此矩阵公式可以重写为矩阵乘法问题。
\left(\begin{matrix}x\\y\end{matrix}\right)=\left(\begin{matrix}-1&1\\-2&1\end{matrix}\right)\left(\begin{matrix}2\\-4\end{matrix}\right)
执行算术运算。
\left(\begin{matrix}x\\y\end{matrix}\right)=\left(\begin{matrix}-2-4\\-2\times 2-4\end{matrix}\right)
矩阵相乘。
\left(\begin{matrix}x\\y\end{matrix}\right)=\left(\begin{matrix}-6\\-8\end{matrix}\right)
执行算术运算。
x=-6,y=-8
提取矩阵元素 x 和 y。
x-2-y=0
考虑第 1 个公式。 将方程式两边同时减去 y。
x-y=2
将 2 添加到两侧。 任何数与零相加其值不变。
2x+4-y=0
考虑第 2 个公式。 将方程式两边同时减去 y。
2x-y=-4
将方程式两边同时减去 4。 零减去任何数都等于该数的相反数。
x-y=2,2x-y=-4
为了通过消除项来求解,必须使两个方程式中某个变量的系数相同以便使用一个等式减去另一个等式时,该变量可被消去。
x-2x-y+y=2+4
用 x-y=2 减去 2x-y=-4,运算方法是在两个等式的等号两边分别进行同类项减法运算。
x-2x=2+4
将 y 加上 -y。 项 -y 和 y 消去,剩下一个仅含一个变量的可求解的方程式。
-x=2+4
将 -2x 加上 x。
-x=6
将 4 加上 2。
x=-6
两边同时除以 -1。
2\left(-6\right)-y=-4
用 -6 替换 2x-y=-4 中的 x。由于所得方程式中仅包含一个变量,因此可以直接求得 y 的解。
-12-y=-4
求 2 与 -6 的乘积。
-y=8
在等式两边同时加 12。
y=-8
两边同时除以 -1。
x=-6,y=-8
系统现在已得到解决。
示例
二次方程式
{ x } ^ { 2 } - 4 x - 5 = 0
三角学
4 \sin \theta \cos \theta = 2 \sin \theta
线性方程
y = 3x + 4
算术
699 * 533
矩阵
\left[ \begin{array} { l l } { 2 } & { 3 } \\ { 5 } & { 4 } \end{array} \right] \left[ \begin{array} { l l l } { 2 } & { 0 } & { 3 } \\ { -1 } & { 1 } & { 5 } \end{array} \right]
联立方程
\left. \begin{cases} { 8x+2y = 46 } \\ { 7x+3y = 47 } \end{cases} \right.
微分
\frac { d } { d x } \frac { ( 3 x ^ { 2 } - 2 ) } { ( x - 5 ) }
积分
\int _ { 0 } ^ { 1 } x e ^ { - x ^ { 2 } } d x
限制
\lim _{x \rightarrow-3} \frac{x^{2}-9}{x^{2}+2 x-3}