Enhanced Simultaneous Equation
Enhanced Simultaneous Equation
幫你數學絕地翻⾝!
立即了解
GJ MATHS
【DSE Maths】
數學計數機
Program 02 :
Enhanced
simultaneous
equation 進階聯
立⽅程Program
Enhanced simultaneous
equation 進階聯立⽅程
可計算任意兩條⽅程的解,包括直
線、圓、拋物線
1. 2. 3. 4. 5. 6. 7. 8. 9.
? → M : M = 0 Goto
: M = 1 Goto 1 : M
2 Goto 2 : Lbl 0 : ?
A : ? → B : ? → C
? → D : ? → X : −
÷ 2 A ◢ − D ÷ 2 A
√( ( − C ÷ 2 A )
Goto 0 : Lbl 1 : ? → A
? → B : ? → C : ?
D : ? → X : ? → Y
A X − D B → M : M
D C − A Y ◢ Lbl 2 :
→ A : ? → B : ? →
: ? → D : ? → Y :
A Y → M : ? → X :
201. 202.203.204.205.206.207.208.209.
2
X B M+ : Y C − X
B → Y : ? → X : Y
221. 222.223.224.225.226.227.228.229.
2
X B → Y : D Goto
231. 232.233.234.235.236.237.238.239.
: Y ┘ M : Goto 4 : Lbl
241. 242.243.244.245.246.247.248.249.
2
: ( √( M − 4 Y D
251. 252.253.254.255.256.257.258.259.
+ M ) ┘ ( 2 D → Y
261. 262.263.264.265.266.267.268.269.
( − C − A Y ) ┘ B
M ┘ D − Y : Lbl 4 :
281.282.283.284.285.286.287.288.289.
◢ ( − C − A Ans ) ┘
注意:
若 2y + x = −1、3x + y = 7 常數部分輸入
−1 及 7
_____________________
_____________________
__________
Example 1 (模式0):
求 x2 + y 2 −4x + 3y = 0
→ x2 + y 2 −4x + 3y + 0 = 0
Ax2 + Ay 2 + Dx + Ey + F = 0
代表 輸入 輸入
模式 0 EXE
x2 1 EXE
y2 1 EXE
x −4 EXE
y 3 EXE
Constant 常數 0 EXE
顯示 輸入
圓⼼的 x 坐標 2 EXE
r2 6.25 ON (退出Prog)
圓⼼ = (2, −1.5)
半徑 = 2.5
_____________________
_____________________
__________
Example 2 (模式1) :
Solve 2y + x + 1 = 0 and 3x + y = 7
→ x + 2y + 1 = 0 and 3x + y − 7 = 0
Ax + By + C = 0
Dx + Ey + F = 0
代表 輸入 輸入
模式 1 EXE
x 1 EXE
y 2 EXE
Constant 常數 1 EXE
x 3 EXE
y 1 EXE
Constant 常數 −7 EXE
顯示 輸入
x 3 EXE
y −2 ON (退出Prog)
∴ x = 3, y = −2
_____________________
_____________________
__________
Example 3 (模式2) :
Solve 3x − y = 5 and x2 + y 2 −8x−4y +
15 = 0
→ 3x − y − 5 = 0 and x2 +
y 2 −8x−4y + 15 = 0
Ax + By + C = 0
Ax2 + Ay 2 + Dx + Ey + F = 0
代表 輸入 輸入
模式 2 EXE
x 3 EXE
y −1 EXE
Constant 常數 −5 EXE
x2 1 EXE
y2 1 EXE
x −8 EXE
y −4 EXE
Constant 常數 15 EXE
顯示 輸入
第⼀組解的 x 3 EXE
第⼀組解的 y 4 EXE
第⼆組解的 x 2 EXE
第⼆組解的 y 1 ON (退出Prog)
∴ (3 , 4) or (2 , 1)
_____________________
_____________________
__________
實戰:
MC
Example 1 :
Find the values of k such that the circle
x2 + y 2 − 6x − 2y + 8 = 0 and the straight
line x + y + k = 0 intersect at only one
point.
求 k 的值使得圓 x2 + y 2 − 6x − 2y + 8 =
0 與直線 x + y + k = 0 只相交⼀點。
A. −2 or −6
B. 2 or 6
C. 0 or 12
D. 0 or −12
Test 1 : k = −2
2 1 1 −2 1 1 −6−2 8
(2 , 0), (2 , 0) → 1 point only
Answer : A
_____________________
_____________________
__________
Example 2 :
Let k be a constant. The straight line y =
2kx + 1 and the parabola y = x2 + 1
intersect at the points A and B. The y-
coordinate of the mid-point of AB is
A. k
B. 2k
C. k 2 + 1
D. 2k 2 + 1
Test 1 : k = 3
2 6 −1 1 1 0 0 −1 1
(6 , 37), (0 , 1)
37+1
2
= 19
A. 3
B. 2(3) = 6
C. 32 + 1 = 10
D. 2(3)2 + 1 = 19
Answer : D
_____________________
_____________________
__________
Example 3 :
Find the range of values of k such that the
straight line x + y − 5 = 0 divides the circle
x2 + y 2 + ky − 7 = 0 into two segments.
求 k 值的範圍使得直線 x + y − 5 = 0 把圓
x2 + y 2 + ky − 7 = 0 分成兩部分。
Solution :
Answer : D
Upgrade 線上學習平
台
Program 02 : Enhanced
simultaneous equation 進階聯立
⽅程課程
相關資源
數學公式
Polynomials多項式
計數機 Program
終極 Program 合集
數學公式
數學公式
計數機 Program
計數機 Program
Program 09 : Simultaneous
Equation 聯立⽅程
數學公式
數學公式
計數機 Program
數學公式
立即查詢