考点代数与应用题

数列与规律

考什么 · What it tests

给一串数找规律,再求某一项或前若干项的和。主角是等差(每次加同一个数)和等比(每次乘同一个数),还有循环出现的周期数列。
Spot the pattern in a sequence, then find a specific term or a running sum. The stars are arithmetic (add a fixed number) and geometric (multiply by a fixed number), plus repeating periodic sequences.

需要先会 · Prerequisites

  • 等差数列通项 $a_n = a_1 + (n-1)d$ / The arithmetic term formula $a_n = a_1 + (n-1)d$
  • 四则运算与代数式代入 / Arithmetic and substituting into expressions
  • 余数(周期数列要用) / Remainders (needed for periodic sequences)

常见套路 · Common moves

  1. 等差求和用「首尾配对」:和 =\frac{(\text{首项}+\text{末项})\times\text{项数}}{2},本质是把两端往中间配成相等的对——最常用也最快。
    Sum an arithmetic series by pairing ends: sum =(first+last)×count2\displaystyle =\frac{(\text{first}+\text{last})\times\text{count}}{2}, which really just pairs the two ends inward into equal sums — the most common and fastest move.
  2. 周期数列先找周期,再用余数定位:数列每 kk 项循环一次,第 nn 项就看 nn 除以 kk 的余数落在周期哪个位置。
    For periodic sequences, find the period then use a remainder to locate: if it repeats every kk terms, the nn-th term is fixed by nn divided by kk.
  3. 项数别数错:从第 mm 到第 nn 项一共 n-m+1 项,「加 1」容易漏。
    Don't miscount the number of terms: from term mm to term nn there are n-m+1 terms — the "+1" is easy to drop.

易错点 · Common pitfalls

  • 项数漏「加 1」:1100100 个数不是 99 个,求和时代错项数满盘皆输。
    Dropping the "+1": 1 to 100 is 100 numbers, not 99, and a wrong count wrecks the whole sum.
  • 把非等差的数列硬套等差公式:先验证「相邻两项差是否恒定」,差不恒定不能用等差求和。
    Forcing the arithmetic formula onto a non-arithmetic sequence: first check that consecutive differences are constant — if not, the sum formula doesn't apply.
开始练习包真题混变形,自动配 8–12 题

真题

官方真题54

变形生成中 · 练习包先用官方真题