圓形的圓心及半徑 ( Centre and Radius of Circle )

( 程式版本:1.0,最後更新日期 14 AUG 2003。)

LBL 0
R/S
STO 1
R/S
STO 2
R/S
STO 3
R/S
STO 4
RCL 1
STO ÷2
STO ÷3
STO ÷4
2
+/-
STO ÷2
STO ÷3
RCL 2
R/S
x2
+
RCL 3
R/S
x2
RCL 4
=
x
PRGM
28 steps

例:計算圓形 x2 + y2 – 4x + 6y + 9 = 0 的圓心座標及半徑。

XEQ 0,再按  1 R/S       ( x2 y2 的係數 coefficient )
4 +/- R/S  6 R/S  9 R/S


顯示  2  再按 R/S  顯示  –3         ( 圓心座標 = (2, –3) )
再按 R/S  顯示  2                      ( 半徑 = 2 )

從外點至圓形的切線 ( Tangent to Circle from external point )

圓形已知斜率的切線 ( 第一版 ) ( Tangent to Circle with given slope : Version 1 )

圓形已知斜率的切線 ( 第二版 ) ( Tangent to Circle with given slope : Version 2 )

返回選擇程式頁

返回頁首

Hosted by www.Geocities.ws

1