绝对值方程求解器
求解形如 |ax+b| = c 的绝对值方程,并将其解作为V形图像与水平线 y = c 的交点显示出来。
The equation has two solutions.
- 1
Positive branch: ax + b = c
8 ÷ 1 = 8 - 2
Negative branch: ax + b = −c
-2 ÷ 1 = -2 - 3
First solution (smaller root)
-2Roots are sorted in ascending order.
这个计算器是如何工作的?
求解 |ax+b| = c 时,先检查 c:若 c 为负数则无解;若 c 为零则唯一解为 x = −b/a;若 c 为正数则有两个解,x = (c−b)/a 和 x = (−c−b)/a,即V形图像 y = |ax+b| 与直线 y = c 的交点。
公式
How this is calculated
输入出现在 |ax + b| = c 中的三个数 a、b 和 c。系数 a 是 x 在绝对值符号内的乘数,b 是其内部所加的常数,c 是等号右边的值。系数 a 必须非零,否则方程中没有 x 可以求解。
绝对值表示到零的距离,因此永远不会是负数。若 c < 0,方程 |ax + b| = c 无解。若 c = 0,则绝对值符号内的表达式必须等于零,给出唯一解 x = −b/a。当 c > 0 时,内部表达式可以等于 +c 或 −c,产生两个线性方程,解分别为 x = (c − b)/a 和 x = (−c − b)/a。
从图形角度看,y = |ax + b| 是V形曲线,y = c 是水平线。解恰好是两图像相交的 x 值:当 c > 0 时有两个交点,当 c = 0 时在顶点处恰好相切,当 c < 0 时无交点。图中用红色标出这些交点。
常见问题
绝对值符号内的量可以是正数或负数,但绝对值相同,因此 |ax+b| = c 分解为 ax+b = c 和 ax+b = −c,最多可得两个解。
当 c 为负数时。绝对值表示距离,永远不可能为负数,因此对任意 c < 0,|ax+b| = c 无解。
恰好有一个解。内部表达式必须为零,即 ax + b = 0,得 x = −b/a,这是V形图像与 x 轴相切的顶点。
也称为
TG we-Calculate Editorial Team. (2026). 绝对值方程求解器 [Online calculator]. TG we-Calculate. https://we-calculate.com/zh/calculator/absolute-value-equation-solver
TG we-Calculate Editorial Team. "绝对值方程求解器." TG we-Calculate. 2026. https://we-calculate.com/zh/calculator/absolute-value-equation-solver.
TG we-Calculate Editorial Team, "绝对值方程求解器," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/zh/calculator/absolute-value-equation-solver
@misc{wecalculate_absolute_value_equation_solver, title = {绝对值方程求解器}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/zh/calculator/absolute-value-equation-solver}}, year = {2026}, note = {TG we-Calculate} }
这个计算器对您有帮助吗?
