อนุกรม (Series) เกิดจากการนำสมาชิกทุกพจน์ของลำดับมาบวกกัน ถ้ากำหนดให้ \(a_1, a_2, a_3, \dots, a_n\) เป็นลำดับจำกัด อนุกรมที่ได้คือ \(a_1 + a_2 + a_3 + \dots + a_n\) เรียกว่าอนุกรมจำกัด โดยแสดงผลบวกด้วย สัญลักษณ์แทนการบวก (Sigma Notation) คือ
A Series is created by adding the terms of a sequence together. Given a finite sequence \(a_1, a_2, a_3, \dots, a_n\), the resulting series is \(a_1 + a_2 + a_3 + \dots + a_n\), called a finite series. It is often represented using Sigma Notation:
📏 สมบัติและสูตรของซิกม่า / Properties and Summation Formulas
สมบัติที่สำคัญของการแจกแจง \(\sum\) / Key properties of Sigma:
สูตรผลบวกพหุนามที่พบบ่อย (Summation Formulas):
Common Polynomial Summation Formulas:
📝 ตัวอย่างการคำนวณ / Solved Examples
โจทย์หลากหลายรูปแบบ พร้อมวิธีทำอย่างละเอียด
\(\displaystyle \sum_{i=1}^{4} (2i + 1) = (2(1)+1) + (2(2)+1) + (2(3)+1) + (2(4)+1)\)
\(\displaystyle = 3 + 5 + 7 + 9\)
\(\displaystyle = 24\)
ตอบ: 24
\(\displaystyle \sum_{i=1}^{4} (2i + 1) = (2(1)+1) + (2(2)+1) + (2(3)+1) + (2(4)+1)\)
\(\displaystyle = 3 + 5 + 7 + 9\)
\(\displaystyle = 24\)
Answer: 24
\(\displaystyle \sum_{i=1}^{10} (3x_i - 2) = \sum_{i=1}^{10} 3x_i - \sum_{i=1}^{10} 2\)
\(\displaystyle = 3 \sum_{i=1}^{10} x_i - 10(2)\)
แทนค่า \(\displaystyle \sum_{i=1}^{10} x_i = 15\) ลงไป
\(\displaystyle = 3(15) - 20 = 45 - 20 = 25\)
ตอบ: 25
\(\displaystyle \sum_{i=1}^{10} (3x_i - 2) = \sum_{i=1}^{10} 3x_i - \sum_{i=1}^{10} 2\)
\(\displaystyle = 3 \sum_{i=1}^{10} x_i - 10(2)\)
Substitute \(\displaystyle \sum_{i=1}^{10} x_i = 15\):
\(\displaystyle = 3(15) - 20 = 45 - 20 = 25\)
Answer: 25
ใช้สูตรแทนค่า \(n = 20\):
สำหรับ \(i^2\): \(\displaystyle \frac{20(21)(41)}{6} = 2870\)
สำหรับ \(i\): \(\displaystyle 2\left[\frac{20(21)}{2}\right] = 2(210) = 420\)
ผลรวม = \(\displaystyle 2870 + 420 = 3290\)
ตอบ: 3290
Apply formula with \(n = 20\):
For \(i^2\): \(\displaystyle \frac{20(21)(41)}{6} = 2870\)
For \(i\): \(\displaystyle 2\left[\frac{20(21)}{2}\right] = 2(210) = 420\)
Total Sum = \(\displaystyle 2870 + 420 = 3290\)
Answer: 3290
\(\displaystyle \sum_{i=10}^{20} i = \sum_{i=1}^{20} i - \sum_{i=1}^{9} i\)
\(\displaystyle = \frac{20(21)}{2} - \frac{9(10)}{2}\)
\(\displaystyle = 210 - 45 = 165\)
ตอบ: 165
\(\displaystyle \sum_{i=10}^{20} i = \sum_{i=1}^{20} i - \sum_{i=1}^{9} i\)
\(\displaystyle = \frac{20(21)}{2} - \frac{9(10)}{2}\)
\(\displaystyle = 210 - 45 = 165\)
Answer: 165
🧮 เครื่องคำนวณผลบวกซิกม่า / Sigma Calculator
คำนวณหาผลบวก \(\sum\) ในรูปแบบ \(\displaystyle \sum_{i=1}^{n} (Ai^2 + Bi + C)\)
ให้ระบุสัมประสิทธิ์นำ และค่า \(n\) (พจน์สุดท้าย)
คำศัพท์ที่น่าสนใจ / Key Vocabulary
คำศัพท์คณิตศาสตร์ภาษาอังกฤษ พร้อมรากศัพท์
| คำศัพท์ | รากศัพท์ / Root | ความหมาย / Meaning |
|---|---|---|
| Series | serere (to join/link) | อนุกรม · ผลบวกของสมาชิกลำดับที่เรียงต่อกัน |
| Summation | summa (highest/total) | การหาผลรวม · การคำนวณค่ารวมของชุดตัวเลข |
| Sigma (\(\sum\)) | Greek letter (Σ) | ซิกม่า · อักษรกรีกที่ถูกใช้เป็นสัญลักษณ์แทนผลบวก |
| Partial Sum | pars (part) + summa | ผลบวกย่อย · ผลบวกของพจน์จากที่กำหนดถึงเทอมที่ n |