This is a beta course, so its structure, chapters, and examples may continue to change.
Advanced Exercises
Advanced exercises with challenging problems to cultivate mathematical thinking and creative ability.
These problems are quite difficult and require the integrated use of multiple knowledge points and flexible thinking. Do not be discouraged; think slowly!
Competition-Level Problems
Exercise 1
Find the sum: S n = 1 × 1 ! + 2 × 2 ! + 3 × 3 ! + ⋯ + n × n ! S_n = 1 \times 1! + 2 \times 2! + 3 \times 3! + \cdots + n \times n! S n = 1 × 1 ! + 2 × 2 ! + 3 × 3 ! + ⋯ + n × n !
Reference Answer (2 个标签)
sequence advanced exercise
Solution :
Note that k × k ! = ( k + 1 ) ! − k ! k \times k! = (k+1)! - k! k × k ! = ( k + 1 )! − k !
S n = ∑ k = 1 n k × k ! = ∑ k = 1 n [ ( k + 1 ) ! − k ! ] S_n = \sum_{k=1}^{n} k \times k! = \sum_{k=1}^{n} [(k+1)! - k!] S n = ∑ k = 1 n k × k ! = ∑ k = 1 n [( k + 1 )! − k !]
= ( 2 ! − 1 ! ) + ( 3 ! − 2 ! ) + ⋯ + ( ( n + 1 ) ! − n ! ) = (2! - 1!) + (3! - 2!) + \cdots + ((n+1)! - n!) = ( 2 ! − 1 !) + ( 3 ! − 2 !) + ⋯ + (( n + 1 )! − n !)
= ( n + 1 ) ! − 1 = (n+1)! - 1 = ( n + 1 )! − 1
Answer : ( n + 1 ) ! − 1 (n+1)! - 1 ( n + 1 )! − 1
Exercise 2
The sequence { a n } \{a_n\} { a n } satisfies a 1 = 1 a_1 = 1 a 1 = 1 and a n + 1 = a n 1 + a n a_{n+1} = \frac{a_n}{1 + a_n} a n + 1 = 1 + a n a n . Find a n a_n a n .
Reference Answer (2 个标签)
sequence advanced exercise
Solution :
Take reciprocals: 1 a n + 1 = 1 + a n a n = 1 a n + 1 \frac{1}{a_{n+1}} = \frac{1 + a_n}{a_n} = \frac{1}{a_n} + 1 a n + 1 1 = a n 1 + a n = a n 1 + 1
Let b n = 1 a n b_n = \frac{1}{a_n} b n = a n 1 . Then b n + 1 = b n + 1 b_{n+1} = b_n + 1 b n + 1 = b n + 1 and b 1 = 1 b_1 = 1 b 1 = 1 .
This is an arithmetic sequence, b n = n b_n = n b n = n
a n = 1 n a_n = \frac{1}{n} a n = n 1
Answer : a n = 1 n a_n = \frac{1}{n} a n = n 1
Exercise 3
Find the sum: S n = sin 1 ° + sin 2 ° + sin 3 ° + ⋯ + sin 180 ° S_n = \sin 1° + \sin 2° + \sin 3° + \cdots + \sin 180° S n = sin 1° + sin 2° + sin 3° + ⋯ + sin 180°
Reference Answer (2 个标签)
sequence advanced exercise
Solution :
Use symmetry: sin k ° = sin ( 180 ° − k ° ) \sin k° = \sin(180° - k°) sin k ° = sin ( 180° − k ° )
S n = ∑ k = 1 180 sin k ° = ∑ k = 1 90 [ sin k ° + sin ( 180 ° − k ° ) ] = 2 ∑ k = 1 90 sin k ° S_n = \sum_{k=1}^{180} \sin k° = \sum_{k=1}^{90} [\sin k° + \sin(180° - k°)] = 2\sum_{k=1}^{90} \sin k° S n = ∑ k = 1 180 sin k ° = ∑ k = 1 90 [ sin k ° + sin ( 180° − k ° )] = 2 ∑ k = 1 90 sin k °
But this is still complex. A simpler method:
Use sin 90 ° = 1 \sin 90° = 1 sin 90° = 1 ; the other terms cancel in pairs (sin k ° + sin ( 180 ° − k ° ) = 2 sin 90 ° cos ( 90 ° − k ° ) \sin k° + \sin(180°-k°) = 2\sin 90° \cos(90°-k°) sin k ° + sin ( 180° − k ° ) = 2 sin 90° cos ( 90° − k ° ) )
In fact, using complex numbers or trigonometric identities, one can prove:
S n = sin ( 180 ° 2 ) sin ( 181 ° 2 ) sin ( 1 ° 2 ) = 1 sin 0.5 ° S_n = \frac{\sin(\frac{180°}{2}) \sin(\frac{181°}{2})}{\sin(\frac{1°}{2})} = \frac{1}{\sin 0.5°} S n = s i n ( 2 1° ) s i n ( 2 180° ) s i n ( 2 181° ) = s i n 0.5° 1
Answer : about 1 sin 0.5 ° ≈ 114.6 \frac{1}{\sin 0.5°} \approx 114.6 s i n 0.5° 1 ≈ 114.6
Limits and Series
Exercise 4
Find the limit: lim n → ∞ ( 1 n 2 + 1 + 1 n 2 + 2 + ⋯ + 1 n 2 + n ) \lim_{n \to \infty} \left(\frac{1}{\sqrt{n^2+1}} + \frac{1}{\sqrt{n^2+2}} + \cdots + \frac{1}{\sqrt{n^2+n}}\right) lim n → ∞ ( n 2 + 1 1 + n 2 + 2 1 + ⋯ + n 2 + n 1 )
Reference Answer (2 个标签)
sequence advanced exercise
Solution :
Squeeze theorem:
n n 2 + n < S n < n n 2 + 1 \frac{n}{\sqrt{n^2+n}} < S_n < \frac{n}{\sqrt{n^2+1}} n 2 + n n < S n < n 2 + 1 n
lim n → ∞ n n 2 + n = lim n → ∞ 1 1 + 1 n = 1 \lim_{n \to \infty} \frac{n}{\sqrt{n^2+n}} = \lim_{n \to \infty} \frac{1}{\sqrt{1+\frac{1}{n}}} = 1 lim n → ∞ n 2 + n n = lim n → ∞ 1 + n 1 1 = 1
lim n → ∞ n n 2 + 1 = lim n → ∞ 1 1 + 1 n 2 = 1 \lim_{n \to \infty} \frac{n}{\sqrt{n^2+1}} = \lim_{n \to \infty} \frac{1}{\sqrt{1+\frac{1}{n^2}}} = 1 lim n → ∞ n 2 + 1 n = lim n → ∞ 1 + n 2 1 1 = 1
Answer : 1
Exercise 5
Prove: lim n → ∞ ( 1 + 1 2 ) ( 1 + 1 4 ) ( 1 + 1 8 ) ⋯ ( 1 + 1 2 n ) = 2 \lim_{n \to \infty} \left(1 + \frac{1}{2}\right)\left(1 + \frac{1}{4}\right)\left(1 + \frac{1}{8}\right) \cdots \left(1 + \frac{1}{2^n}\right) = 2 lim n → ∞ ( 1 + 2 1 ) ( 1 + 4 1 ) ( 1 + 8 1 ) ⋯ ( 1 + 2 n 1 ) = 2
Reference Answer (2 个标签)
sequence advanced exercise
Proof :
Use 1 + x = 1 − x 2 1 − x 1 + x = \frac{1 - x^2}{1 - x} 1 + x = 1 − x 1 − x 2 (when x ≠ 1 x \neq 1 x = 1 )
( 1 + 1 2 k ) = 1 − 1 2 2 k 1 − 1 2 k = 2 2 k − 1 2 2 k ⋅ 2 k 2 k − 1 \left(1 + \frac{1}{2^k}\right) = \frac{1 - \frac{1}{2^{2k}}}{1 - \frac{1}{2^k}} = \frac{2^{2k} - 1}{2^{2k}} \cdot \frac{2^k}{2^k - 1} ( 1 + 2 k 1 ) = 1 − 2 k 1 1 − 2 2 k 1 = 2 2 k 2 2 k − 1 ⋅ 2 k − 1 2 k
In fact, a simpler method:
P n = ∏ k = 1 n ( 1 + 1 2 k ) = ∏ k = 1 n 2 k + 1 2 k P_n = \prod_{k=1}^{n} \left(1 + \frac{1}{2^k}\right) = \prod_{k=1}^{n} \frac{2^k + 1}{2^k} P n = ∏ k = 1 n ( 1 + 2 k 1 ) = ∏ k = 1 n 2 k 2 k + 1
Take logarithms: ln P n = ∑ k = 1 n ln ( 1 + 1 2 k ) \ln P_n = \sum_{k=1}^{n} \ln\left(1 + \frac{1}{2^k}\right) ln P n = ∑ k = 1 n ln ( 1 + 2 k 1 )
As n → ∞ n \to \infty n → ∞ , P n → 2 P_n \to 2 P n → 2 (can be verified numerically or proved more rigorously)
Answer : 2
Creative Thinking
Exercise 6
The Fibonacci sequence has F 1 = F 2 = 1 F_1 = F_2 = 1 F 1 = F 2 = 1 and F n + 2 = F n + 1 + F n F_{n+2} = F_{n+1} + F_n F n + 2 = F n + 1 + F n . Prove: F 1 + F 2 + ⋯ + F n = F n + 2 − 1 F_1 + F_2 + \cdots + F_n = F_{n+2} - 1 F 1 + F 2 + ⋯ + F n = F n + 2 − 1
Reference Answer (2 个标签)
sequence advanced exercise
Proof (mathematical induction):
Base step : when n = 1 n = 1 n = 1 , the left side = 1 = 1 = 1 and the right side = F 3 − 1 = 2 − 1 = 1 = F_3 - 1 = 2 - 1 = 1 = F 3 − 1 = 2 − 1 = 1 , so it holds.
Inductive hypothesis : assume F 1 + ⋯ + F k = F k + 2 − 1 F_1 + \cdots + F_k = F_{k+2} - 1 F 1 + ⋯ + F k = F k + 2 − 1
Inductive step :
F 1 + ⋯ + F k + F k + 1 = ( F k + 2 − 1 ) + F k + 1 = F k + 3 − 1 F_1 + \cdots + F_k + F_{k+1} = (F_{k+2} - 1) + F_{k+1} = F_{k+3} - 1 F 1 + ⋯ + F k + F k + 1 = ( F k + 2 − 1 ) + F k + 1 = F k + 3 − 1
Conclusion : by mathematical induction, the identity holds.
Exercise 7
Find the general term formula: a 1 = 1 a_1 = 1 a 1 = 1 , a 2 = 2 a_2 = 2 a 2 = 2 , a n + 2 = a n + 1 + a n a_{n+2} = a_{n+1} + a_n a n + 2 = a n + 1 + a n (the Fibonacci sequence)
Reference Answer (2 个标签)
sequence advanced exercise
Solution (characteristic equation method):
Let a n = r n a_n = r^n a n = r n and substitute into the recurrence relation:
r n + 2 = r n + 1 + r n r^{n+2} = r^{n+1} + r^n r n + 2 = r n + 1 + r n
r 2 = r + 1 r^2 = r + 1 r 2 = r + 1
r 2 − r − 1 = 0 r^2 - r - 1 = 0 r 2 − r − 1 = 0
r = 1 ± 5 2 r = \frac{1 \pm \sqrt{5}}{2} r = 2 1 ± 5
General solution: a n = A ( 1 + 5 2 ) n + B ( 1 − 5 2 ) n a_n = A\left(\frac{1+\sqrt{5}}{2}\right)^n + B\left(\frac{1-\sqrt{5}}{2}\right)^n a n = A ( 2 1 + 5 ) n + B ( 2 1 − 5 ) n
Determine A , B A, B A , B from the initial conditions…
Answer (Binet’s formula):
a n = 1 5 [ ( 1 + 5 2 ) n − ( 1 − 5 2 ) n ] a_n = \frac{1}{\sqrt{5}}\left[\left(\frac{1+\sqrt{5}}{2}\right)^n - \left(\frac{1-\sqrt{5}}{2}\right)^n\right] a n = 5 1 [ ( 2 1 + 5 ) n − ( 2 1 − 5 ) n ]
Summary
The advanced exercises cover:
✅ Factorial summation
✅ Complex recurrence relations
✅ Trigonometric summation
✅ The squeeze theorem for limits
✅ The Fibonacci sequence
✅ The characteristic equation method
Congratulations on completing all the exercises! 🎉