求解 x 的值 (复数求解)
x=5+\sqrt{5}i\approx 5+2.236067977i
x=-\sqrt{5}i+5\approx 5-2.236067977i
图表
共享
已复制到剪贴板
x^{2}-10x+25=-5
形式为 ax^{2}+bx+c=0 的所有方程式均可求解,方法是使用二次公式来求解: \frac{-b±\sqrt{b^{2}-4ac}}{2a}。此二次公式可得到两个解,一个是当 ± 取加号时的解,另一个是取减号时的解。
x^{2}-10x+25-\left(-5\right)=-5-\left(-5\right)
在等式两边同时加 5。
x^{2}-10x+25-\left(-5\right)=0
-5 减去它自己得 0。
x^{2}-10x+30=0
将 25 减去 -5。
x=\frac{-\left(-10\right)±\sqrt{\left(-10\right)^{2}-4\times 30}}{2}
此公式采用标准形式: ax^{2}+bx+c=0。在二次公式 \frac{-b±\sqrt{b^{2}-4ac}}{2a} 中用 1 替换 a,-10 替换 b,并用 30 替换 c。
x=\frac{-\left(-10\right)±\sqrt{100-4\times 30}}{2}
对 -10 进行平方运算。
x=\frac{-\left(-10\right)±\sqrt{100-120}}{2}
求 -4 与 30 的乘积。
x=\frac{-\left(-10\right)±\sqrt{-20}}{2}
将 -120 加上 100。
x=\frac{-\left(-10\right)±2\sqrt{5}i}{2}
取 -20 的平方根。
x=\frac{10±2\sqrt{5}i}{2}
-10 的相反数是 10。
x=\frac{10+2\sqrt{5}i}{2}
现在 ± 为加号时求公式 x=\frac{10±2\sqrt{5}i}{2} 的解。 将 2i\sqrt{5} 加上 10。
x=5+\sqrt{5}i
10+2i\sqrt{5} 除以 2。
x=\frac{-2\sqrt{5}i+10}{2}
现在 ± 为减号时求公式 x=\frac{10±2\sqrt{5}i}{2} 的解。 将 10 减去 2i\sqrt{5}。
x=-\sqrt{5}i+5
10-2i\sqrt{5} 除以 2。
x=5+\sqrt{5}i x=-\sqrt{5}i+5
现已求得方程式的解。
x^{2}-10x+25=-5
这样的二次方程式可通过转换为完全平方形式来求解。要化为完全平方形式,等式必须先转换为 x^{2}+bx=c 的形式。
\left(x-5\right)^{2}=-5
因数 x^{2}-10x+25。一般说来,当 x^{2}+bx+c 是一个平方数时,它始终可以分解为 \left(x+\frac{b}{2}\right)^{2}。
\sqrt{\left(x-5\right)^{2}}=\sqrt{-5}
对方程两边同时取平方根。
x-5=\sqrt{5}i x-5=-\sqrt{5}i
化简。
x=5+\sqrt{5}i x=-\sqrt{5}i+5
在等式两边同时加 5。
示例
二次方程式
{ 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}