Διαφήμιση
← Πίσω στο Αριθμητικές Ακολουθίες · Οδηγοί
Δεύτερες Διαφορές
Ένα μοτίβο όπου οι διαφορές μεταξύ διαδοχικών όρων σχηματίζουν τη δική τους αριθμητική ακολουθία.
Μάθηση
Ένα μοτίβο όπου οι διαφορές μεταξύ διαδοχικών όρων σχηματίζουν τη δική τους αριθμητική ακολουθία.
Second differences occur when the first differences between terms aren't constant, but the differences of those differences (second differences) are constant. This indicates a quadratic relationship. Sequences with constant second differences include square numbers, triangular numbers, and other polynomial sequences of degree 2.
If second differences are constant = c, then aₙ = An² + Bn + C
- 1, 4, 9, 16, 25... (squares) → 1st diff: 3, 5, 7, 9 → 2nd diff: 2, 2, 2
- 1, 3, 6, 10, 15... (triangular) → 1st diff: 2, 3, 4, 5 → 2nd diff: 1, 1, 1
- 2, 6, 12, 20, 30... → 1st diff: 4, 6, 8, 10 → 2nd diff: 2, 2, 2
Πώς να το αναγνωρίζετε
- Calculate first differences between consecutive terms
- If first differences aren't constant, calculate second differences
- Constant second differences indicate a quadratic pattern
- The sequence grows faster than arithmetic but slower than geometric
Συνηθισμένα λάθη
- Stopping at first differences when they're not constant
- Confusing with geometric sequences (check ratios vs differences)
- Forgetting to continue to third differences for cubic sequences
Λύση βήμα προς βήμα
Βρείτε τον επόμενο όρο: 1, 3, 6, 10, 15, ?
- Υπολογίστε πρώτες διαφορές: 3-1=2, 6-3=3, 10-6=4, 15-10=5
- Οι πρώτες διαφορές αυξάνονται κατά 1 κάθε φορά
- Δεύτερες διαφορές: 3-2=1, 4-3=1, 5-4=1
- Επόμενη 1η διαφ = 6, άρα επόμενος όρος = 15 + 6 = 21
Απάντηση: 21
Καθοδήγηση εξάσκησης
Διαφήμιση