|
kuing
Posted 2021-11-24 15:17
给定 `a`, `c>0`,曲线
\[\sqrt{(x+c)^2+y^2}\cdot\sqrt{(x-c)^2+y^2}=a^2.\quad(*)\]
先求 `x` 范围,式 (*) 两边平方展开按 `y` 配方为
\[(x^2+y^2+c^2)^2=a^4+4c^2x^2,\]上式存在 `y` 当且仅当
\[a^4+4c^2x^2\geqslant(x^2+c^2)^2,\]即 `a^4\geqslant(x^2-c^2)^2`,也即 `c^2-a^2\leqslant x^2\leqslant c^2+a^2`,所以 `x` 的范围为
\[\led
&{\Bigl[-\sqrt{c^2+a^2},\sqrt{c^2+a^2}\Bigr],}&&a\geqslant c,\\
&{\Bigl[-\sqrt{c^2+a^2},-\sqrt{c^2-a^2}\Bigr]\cup\Bigl[\sqrt{c^2-a^2},\sqrt{c^2+a^2}\Bigr],}&&a<c.
\endled\]
再求 `y` 范围,式 (*) 两边平方展开按 `x` 配方为
\[(x^2+y^2-c^2)^2=a^4-4c^2y^2,\]上式存在 `x` 当且仅当
\[(y^2\leqslant c^2\land a^4-4c^2y^2\geqslant0)\lor\bigl(y^2>c^2\land a^4-4c^2y^2\geqslant(y^2-c^2)^2\bigr),\]即
\[y^2\leqslant\min\left\{ c^2,\frac{a^4}{4c^2} \right\}\lor c^2<y^2\leqslant a^2-c^2,\]当 `a^2\geqslant2c^2` 时上式化为 `y^2\leqslant a^2-c^2`,当 `a^2<2c^2` 时上式化为 `y^2\leqslant\frac{a^4}{4c^2}`,所以 `y` 的范围为
\[\led
&{\Bigl[-\sqrt{a^2-c^2},\sqrt{a^2-c^2}\Bigr],}&&a\geqslant\sqrt2c,\\
&{\left[-\frac{a^2}{2c},\frac{a^2}{2c}\right],}&&a<\sqrt2c.
\endled\] |
Rate
-
View Rating Log
|