找回密码
 快速注册
搜索
查看: 88|回复: 4

[几何] 抛物线的经过一点的法线个数

[复制链接]

3150

主题

8382

回帖

6万

积分

$\style{scale:11;fill:#eff}꩜$

积分
65377
QQ

显示全部楼层

hbghlyj 发表于 2023-2-24 02:59 |阅读模式
Parabola Evolute
P为平面上一点, 证明抛物线$x=y^2$的经过一点P的法线个数是1,2或3, 分别当P在渐屈线左,上或右.
import graph;
import math;
size(8cm);
path p = graph(new pair(real t) { return (t^2, t); }, -2, 2);
draw(p);
draw(graph(new pair (real t) { return ((1+6*t^2)/2, -4*t^3); }, -1, 1),blue);
for(real M:sequence(0,100,10)) {
    pair dir = dir(p, M);
    pair perp = (-dir.y, dir.x);
    pair q = point(p,M);
    drawline(q,q+perp,red+linewidth(0.5)+opacity(.5));
}

在Asymptote取等距的参数time为{0,10,20,30,40,50,60,70,80,90,100}作法线, 看上去有一些三线共点? 是精确的吗

3150

主题

8382

回帖

6万

积分

$\style{scale:11;fill:#eff}꩜$

积分
65377
QQ

显示全部楼层

 楼主| hbghlyj 发表于 2023-2-24 20:33
The equation of the normal at $(t^2,t)$ is
$$y-t = -2t(x-t^2)$$
Suppose $P(x_0,y_0)$ is on the normal
\begin{equation}\label1y_0-t = -2t(x_0-t^2)\end{equation}
This is a cubic equation in $t$. Computing discriminant:
$$\frac\Delta8=(2 x_0 - 1)^3 - \frac{27}2 y_0^2$$So $\Delta=0$ is the equation of the evolute.
If $\Delta>0$, \eqref{1} has 3 distinct real roots, P is on the left of the evolute;
If $\Delta=0$, \eqref{1} has 3 real roots and 2 of them are equal, P is on the evolute (the repeated root corresponds to the normal at P, the other root corresponds to the normal at another point);
If $\Delta<0$, \eqref{1} has 1 real root, P is on the right of the evolute.

471

主题

945

回帖

9837

积分

积分
9837

显示全部楼层

青青子衿 发表于 2024-5-22 04:04
hbghlyj 发表于 2023-2-24 20:33
The equation of the normal at $(t^2,t)$ is
$$y-t = -2t(x-t^2)$$
Suppose $P(x_0,y_0)$ is on the normal
\begin{align*}
y_0-t = -2t(x_0-t^2)
\end{align*}
This is a cubic equation in $t$. Computing discriminant:


确实和点到抛物线极小距离满足的三次方程有关
geogebra.org/m/JA9vHxWT

471

主题

945

回帖

9837

积分

积分
9837

显示全部楼层

青青子衿 发表于 2024-7-4 23:29
本帖最后由 青青子衿 于 2024-7-5 20:01 编辑 空间点到抛物面$z=Ax^2+By^2$的情况呢?


3150

主题

8382

回帖

6万

积分

$\style{scale:11;fill:#eff}꩜$

积分
65377
QQ

显示全部楼层

 楼主| hbghlyj 发表于 2024-7-4 23:40
hbghlyj 发表于 2023-2-23 18:59
在Asymptote取等距的参数time为{0,10,20,30,40,50,60,70,80,90,100}作法线, 看上去有一些三线共点?

是精确的:因为\eqref{1}的二次项系数$=0$,所以当$t_1+t_2+t_3=0$,在$(t_i^2,t_i)$处的三条法线就会共点。

也可直接代入法线方程$y-t_i = -2t_i(x-t_i^2)$,即$2t_ix+y-2t_i^3-t_i = 0$
$$\begin{vmatrix}2t_1&1&-2t_1^3-t_1\\2t_2&1&-2t_2^3-t_2\\2t_3&1&-2t_3^3-t_3\end{vmatrix}=4 (t_1 - t_2)  (t_2 - t_3) (t_3 - t_1)(t_1 + t_2 + t_3)$$当$t_1+t_2+t_3=0$,在$(t_i^2,t_i)$处的三条法线就会共点。

手机版|悠闲数学娱乐论坛(第3版)

GMT+8, 2025-3-5 04:40

Powered by Discuz!

× 快速回复 返回顶部 返回列表