Back to tree

📌 二元一次方程组:两条直线的交点📌 Systems of Linear Equations: where two lines meet

前几片的方程都只有一个未知数。可小算盘机器人今天同时收到两张订单,里面既有 x 也有 y——两个条件都要算数,答案该往哪儿找? Earlier leaves solved equations with a single unknown. But today the little abacus robot gets two orders at once, each mentioning both x and y — two conditions must hold. Where is the answer?

第 1 步:一个方程,一条直线Step 1: One equation, one straight line

先看看订单上写了什么。First, look at what the order says.

两条直线交叉于一点
像 x + y = 5 这样的方程,答案不止一个:x = 1 时 y = 4,x = 2 时 y = 3……把所有满足它的 (x, y) 点连起来,正好是一条笔直的线。第二个方程也一样,画出来是另一条线。两个条件,就是两条线。 An equation like x + y = 5 has many answers: x = 1 needs y = 4, x = 2 needs y = 3 … plot every (x, y) that satisfies it and they line up perfectly straight. The second equation draws a second line. Two conditions, two lines.

那什么样的 (x, y),能让两张订单同时成立?So which (x, y) makes both orders true at once?

第 2 步:同时满足,只有一个点Step 2: Both true at once — one point

两个条件同时满足的交点
两条直线只会交叉一次,交叉点就是唯一同时落在两条线上的位置——它是方程组的解,也是机器人取包裹的地方。怎么算?用消元法:x + y = 5 与 x − y = 1 相加,y 一正一负刚好抵消,得 2x = 6,x = 3;再把 x = 3 代回任一式,y = 2。 Two straight lines cross exactly once; the crossing is the only point lying on both lines — that single point is the system's solution, and where the robot picks up the parcel. How to compute it? Elimination: add x + y = 5 and x − y = 1; the y terms cancel, giving 2x = 6, so x = 3. Substitute back and y = 2.

这个“交叉点”,在生活里长什么样?What does this crossing look like in real life?

第 3 步:生活中的十字路口Step 3: A real crossroads

十字路口:两条路线的唯一交汇点
两条送货路线在十字路口汇合——城市的路线、工厂的排班、两种手机套餐,只要是“两个条件同时成立”,都能画成两条线,答案就在交点。如果两条线怎么都不相交(平行),那这组条件就无解。 Two delivery routes meet at a crossroads. City routes, factory schedules, two phone plans — whenever two conditions must hold at once, draw two lines and the answer sits at their crossing. If the lines never meet (parallel), the system simply has no solution.

🎮 你来当接单人(30 秒)🎮 Your turn: take the order (30 seconds)

帮机器人拖一拖 x 和 y:两个条件卡片同时打勾,交点就会亮起来。Drag x and y for the robot: when both condition cards check, the crossing lights up.

一句话记住它:方程组 = 两条直线;解 = 交点。两个条件同时成立,答案只有一对 (x, y)。 Remember it in one line: a system = two lines; its solution = their crossing. When two conditions must hold, only one pair (x, y) works.
一个二元一次方程画出来是一条直线,单独有无数个解Each equation draws a line: on its own it has infinitely many solutions 两个条件同时满足的点 = 两条线的交点 = 方程组的唯一解The point true for both = the crossing = the system's single solution 解法:代入或消元——先消掉一个未知数,再回代求另一个Solve by substitution or elimination: remove one unknown, then substitute back

← 浏览全部 302 个知识点← Browse all 302 topics

内容参考 OpenStax 等公开教材,多来源核对 · AI 生成、人工审核 · 发现错误欢迎指正,帮这片叶子长得更好。 Based on OpenStax and other open textbooks, cross-checked across sources · AI-generated, human-reviewed · Spotted a mistake? Tell us — help this leaf grow.