方程组

两个方程,两条线——找到它们相交的地方,同时解出两个未知数

如果同时有两个方程会怎样? 例如:y = 2x + 1y = -x + 4。 每个方程描述一条线,而这两条线交叉的点就是同时满足两个方程的 (x, y) 对。

这就是方程组——求解它意味着找到那个交点。 有时两条线相交(一个解),有时它们平行(无解), 有时它们是同一条线(无穷多个解)。

在这节课中,你将直观地找到交点,用代数方法验证, 探索平行线的情况,甚至解决一道应用题——全程由AI辅导一步步带你在图上学习。

什么是方程组?
方程组是包含相同变量的两个或多个方程的集合。例如,y = 2x + 1y = -x + 4 构成一个方程组。是同时使两个方程都成立的 (x, y) 对。
二元一次方程组可以有多少个解?
二元一次方程组可以有一个解(两条线交于一点)、无解(两条线平行——斜率相同、截距不同)或无穷多个解(两条线完全重合——斜率和截距都相同)。
平行线与无解方程组有什么关系?
平行线有相同的斜率但不同的y截距,所以它们永远不会相交。例如,y = 2x + 1y = 2x - 1 是平行的。因为没有交点,所以不存在同时满足两个方程的 (x, y)——方程组无解
如何验证方程组的解?
把 (x, y) 值代入两个方程,检查是否都成立。例如,如果解是 (1, 3):检查方程1:2(1) + 1 = 3 ✓,检查方程2:-(1) + 4 = 3 ✓。两个都成立,所以 (1, 3) 是正确的。
What can it graph?
It can plot explicit, implicit, and parametric functions, add points and geometry, and animate sliders on the same graph.
Can I use voice or a photo?
Yes. You can talk to the tutor, upload a worksheet or handwritten problem, and let the graph update from that input.
Will it explain the steps?
Yes. The AI explains what it is drawing and why, so you see the answer on the graph instead of getting only a final number.