Forgot password?
 Create new account
View 120|Reply 2

[几何] 4次方程 二次曲线线性系统

[Copy link]

3146

Threads

8493

Posts

610K

Credits

Credits
66158
QQ

Show all posts

hbghlyj Posted at 2023-5-9 17:24:43 |Read mode
MathWorld
CRC Archive
对于四次方程 $ x^4+px^2+qx+r = 0$ 因为 $x_1+x_2+x_3+x_4= 0$ 可定义
\begin{align*}
\alpha &= (x_1+x_2)(x_3+x_4)=-(x_1+x_2)^2 \\
\beta &= (x_1+x_3)(x_2+x_4)=-(x_1+x_3)^2 \\
\gamma &= (x_1+x_4)(x_2+x_3)=-(x_2+x_3)^2
\end{align*}The resolvent cubic 定义为
\begin{align*}
h(x) &= (x-\alpha)(x-\beta)(x-\gamma)\\
     &= x^3-(\alpha+\beta+\gamma)x^2+(\alpha\beta+\alpha\gamma+\beta\gamma)x-\alpha\beta\gamma.
\end{align*}比较
\begin{align*}
P(x) &= x^4+px^2+qx+r\\
     &= (x-x_1)(x-x_2)(x-x_3)(x-x_4) \\
     &= x^4+\left({\,\prod_{i\not=j}^4 x_ix_j}\right)x^2+(x_1+x_2)(x_1+x_3)(x_2+x_3)x \\
     &\phantom{=}-x_1x_2x_3(x_1+x_2+x_3)
\end{align*}

\begin{align*}
h(x) &= x^3-2px^2=(p^2-r)z+q^2.
\end{align*}
解这个三次方程得 $\alpha$, $\beta$, 与 $\gamma$, 从而解出 $x_i$.
Faucette 1996 A Geometric Interpretation of the Solution of the General Quartic Polynomial JSTOR
Dave Auckly 2007 Solving the Quartic with a Pencil PDF
Degenerate conic
geometric solution to a quartic equation

3146

Threads

8493

Posts

610K

Credits

Credits
66158
QQ

Show all posts

 Author| hbghlyj Posted at 2023-5-9 17:53:12
Last edited by hbghlyj at 2023-5-14 20:40:00用sed使旧的CropBox失效(Only replace the first occurrence)
  1. D:\Git\usr\bin\sed.exe  -i 's#/CropBox #/cropbox #'  "A Geometric Interpretation of the Solution of the General Quartic Polynomial.pdf"
Copy the Code

用pdfinfo找到Page size:      595 x 882 pts
(1 in = 72 pt)
  1. D:\MiKTeX\miktex\bin\x64\pdfinfo.exe "A Geometric Interpretation of the Solution of the General Quartic Polynomial.pdf"
Copy the Code

测量(要剪掉的高度) ymin (因为gs坐标原点在左下角)为60 pt
用gs写入CropBox [0 60 595 882]
  1. D:\gs9.54.0\bin\gswin32c.exe -o AGISGQP.pdf -sDEVICE=pdfwrite -c "[/CropBox [0 60 595 882] /PAGES pdfmark" -dFirstPage=2 "A Geometric Interpretation of the Solution of the General Quartic Polynomial.pdf"
  2. D:\gs9.54.0\bin\gswin32c.exe -o "A Geometric Interpretation of the Solution of the General Quartic Polynomial.pdf" -sDEVICE=pdfwrite -dNOPAUSE -dBATCH AGISGQP.pdf
Copy the Code

把页面的文字全选复制出来发现已经没有"Download from..."说明CropBox外的文字已被gs去除
但是文件从362 KB增大到672 KB
$type A Geometric Interpretation of the Solution of the General Quartic Polynomial.pdf (679.04 KB, Downloads: 28)

3146

Threads

8493

Posts

610K

Credits

Credits
66158
QQ

Show all posts

 Author| hbghlyj Posted at 2023-5-9 18:06:14

四次方程的几何解

考虑四次方程的4个根对应的二次曲线系,其中的3个退化二次曲线[完全四边形的3双对角线]确定Resolvent cubic三个根。

手机版Mobile version|Leisure Math Forum

2025-4-20 22:06 GMT+8

Powered by Discuz!

× Quick Reply To Top Return to the list