0% found this document useful (0 votes)
32 views1 page

Enhanced Simultaneous Equation

GJ数学补习团队正在招收2025年的课程,提供增强型联立方程程序,能够计算任意两条方程的解,包括直线、圆和抛物线。文档中包含多个示例,展示如何使用该程序求解不同类型的方程。还提供相关的数学资源和公式以辅助学习。

Uploaded by

dahaoye97
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views1 page

Enhanced Simultaneous Equation

GJ数学补习团队正在招收2025年的课程,提供增强型联立方程程序,能够计算任意两条方程的解,包括直线、圆和抛物线。文档中包含多个示例,展示如何使用该程序求解不同类型的方程。还提供相关的数学资源和公式以辅助学习。

Uploaded by

dahaoye97
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

2025 課程現正火熱招⽣!等GJ數學補習團隊

幫你數學絕地翻⾝!

立即了解

 GJ MATHS 

【DSE Maths】
數學計數機
Program 02 :
Enhanced
simultaneous
equation 進階聯
立⽅程Program

Enhanced simultaneous

equation 進階聯立⽅程

可計算任意兩條⽅程的解,包括直
線、圓、拋物線

[MODE 1] COMP Mode

1. 2. 3. 4. 5. 6. 7. 8. 9.

? → M : M = 0 Goto

11. 12. 13. 14. 15. 16. 17. 18. 19.

: M = 1 Goto 1 : M

21. 22. 23. 24. 25. 26. 27. 28. 29.

2 Goto 2 : Lbl 0 : ?

31. 32. 33. 34. 35. 36. 37. 38. 39.

A : ? → B : ? → C

41. 42. 43. 44. 45. 46. 47. 48. 49.

? → D : ? → X : −

51. 52. 53. 54. 55. 56. 57. 58. 59.

÷ 2 A ◢ − D ÷ 2 A

61. 62. 63. 64. 65. 66 67. 68. 69.

√( ( − C ÷ 2 A )

71. 72. 73. 74. 75. 76. 77. 78. 79.


2
( − D ÷ 2 A ) −

81. 82. 83. 84. 85. 86. 87. 88. 89.


2
÷ A → M ◢ M ◢ 1

91. 92. 93. 94. 95. 96. 97. 98. 99.

Goto 0 : Lbl 1 : ? → A

101. 102. 103. 104. 105. 106. 107. 108. 109.

? → B : ? → C : ?

111. 112. 113. 114. 115. 116. 117. 118. 119.

D : ? → X : ? → Y

121. 122. 123. 124. 125. 126. 127. 128. 129.

A X − D B → M : M

131. 132. 133. 134. 135. 136. 137. 138. 139.


−1
( Y B − C X ◢ M

141. 142. 143. 144. 145. 146. 147. 148. 149.

D C − A Y ◢ Lbl 2 :

151. 152. 153. 154. 155. 156. 157. 158. 159.

→ A : ? → B : ? →

161. 162. 163. 164. 165. 166. 167. 168. 169.

: ? → D : ? → Y :

171. 172. 173. 174. 175. 176. 177. 178. 179.


2
→ M : D B + Y A

181. 182. 183. 184. 185. 186. 187. 188. 189.


2
→ D : − M B − 2

191. 192. 193. 194. 195. 196. 197. 198. 199.

A Y → M : ? → X :

201. 202.203.204.205.206.207.208.209.
2
X B M+ : Y C − X

211. 212. 213. 214. 215. 216. 217. 218. 219.

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

271. 272. 273. 274. 275. 276. 277. 278. 279.

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

Program 部分 (YB − CX 需改為 CX − YB、


DC − AY 需改為 AY − DC) 已⽤紅⾊標註

_____________________
_____________________
__________

Example 1 (模式0):
求 x2 + y 2 −4x + 3y = 0

→ x2 + y 2 −4x + 3y + 0 = 0

Format : 順次序輸入 5個未知數,沒有輸


入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

圓⼼的 y 坐標 −1.5 EXE

Radius 半徑 2.5 EXE

r2 6.25 ON (退出Prog)
圓⼼ = (2, −1.5)

半徑 = 2.5

圓⽅程:(x−2)2 + (y + 1.5)2 = 6.25

_____________________
_____________________
__________

Example 2 (模式1) :
Solve 2y + x + 1 = 0 and 3x + y = 7

→ x + 2y + 1 = 0 and 3x + y − 7 = 0

Format : 順次序輸入 6個未知數,沒有輸


入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

Format : 順次序輸入 8個未知數,沒有輸入


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

設 k 為常數。直線 y = 2kx + 1 與拋物線 y


= x2 + 1 相交與點 A 及 B。AB 的中點的 y
座標為

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 分成兩部分。

A. −22 < k < 2


B. −2 < k < 22
C. k < −22 or 或 k > 2
D. k < −2 or 或 k > 22

Solution :

Test 1 : Sub k = −23 → (4.43 , 0.56),


(−10.9 , 15.9)

then 可以排除 A、B(包 −23 先岩)

Test 2 : Sub k = 21 → (7.75 , −2.75), (7.75 ,


−2.75)

then 可以排除 C(包 21 就錯)

Answer : D

Upgrade 線上學習平

Program 02 : Enhanced
simultaneous equation 進階聯立
⽅程課程

相關資源

數學公式

Polynomials多項式

計數機 Program

終極 Program 合集

數學公式

Estimation and Error Formula誤差公


數學公式

Rate and Ratio Formula 率和比

計數機 Program

Program 03 : Cos Formula 餘弦公式

計數機 Program

Program 09 : Simultaneous
Equation 聯立⽅程

數學公式

Laws of integral indices formula 整


數指數律公式

數學公式

Quadratic Functions ⼆次函數公式

計數機 Program

Program 11 : Distance between two


parallel lines 兩條平⾏線的距離

數學公式

Deductive Geometry 演繹幾何定理

立即查詢

© 2025 GJ Mathematic. Copyrights

You might also like