参数方程

画出普通函数无法画出的圆、椭圆、心形和曲线

大多数你见过的函数形如 y = f(x)——每个 x 对应一个 y。但圆、环和自身交叉的曲线怎么办?它们需要不同的方法:参数方程

x 和 y 不再互相依赖,而是都依赖于第三个变量 t(可以把它想象成时间)。随着 t 增加,点 (x(t), y(t)) 移动并描绘出曲线。经典例子是 x = \cos(t),\; y = \sin(t)——当 t 从 0 到 2π,点描绘出一个完美的圆。

在这节课中,你将从圆开始,拉伸成椭圆,创建利萨如图形,甚至画出一颗心——都通过改变参数公式。

什么是参数方程?
参数方程通过将 x 和 y 都表示为第三个变量 t 的函数来定义曲线:x = f(t), y = g(t)。这让你可以画出用单个 y = f(x) 方程无法画出的形状,如圆、环和螺旋。
参数 t 如何像时间?
把 t 想象成时间:在每个时刻 t,一个点位于 (x(t), y(t))。随着时间推移,点移动并画出轨迹。
参数方程和普通方程有什么区别?
普通方程 y = f(x) 对每个 x 给一个 y——图形通过垂直线测试。参数方程可以产生不通过垂直线测试的曲线,因为 x 和 y 是 t 的独立函数。
有哪些著名的参数曲线?
:(cos t, sin t)。椭圆:(a·cos t, b·sin t)。利萨如图形:(cos(at), sin(bt))。摆线:(t - sin t, 1 - cos t)。心脏线:心形曲线。
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.