✔ 最佳答案
(a)
For n = 1,
LHS = 1^3 + 2^3 = 1 + 8 = 9 [Focus on the general term (2n)^3, we have to sum until n = 1, i.e. 2^3.]
RHS = (1^2)[(2+1)^2] = (1)(9) = 9
LHS = RHS.
For n = k+1,
1^3 + 2^3 + 3^3 + ... + (2k)^3 + (2k+1)^3 + [2(k+1)]^3
[Be reminded that we have to sum until [2(k+1)]^3. However, between 2k and 2(k+1), there is 2k+1.]
= (k^2)[(2k+1)^2] + (2k+1)^3 + [2(k+1)]^3
[Use the assume for n = k here.]
= [(2k+1)^2][k^2 + (2k+1)] + [2(k+1)]^3
[Consider the "future" RHS [(k+1)^2]{[2(k+1)+1]^2}, we have to factorize and take (k+1)^2 outside.]
= [(2k+1)^2](k^2 + 2k + 1) + [2(k+1)]^3
["Making" (k+1)^2.]
= [(2k+1)^2][(k+1)^2] + (2^3)[(k+1)^3]
= [(k+1)^2][(2k+1)^2 + 8(k+1)]
= [(k+1)^2][(2k+1)^2 + 4(2k+2)]
[Just keep 2k+2 as I am lazy to expand (2k+1)^2. You should know the "lazyness" advantage. ^_^]
= [(k+1)^2][(2k+1)^2 + 4(2k+1+1)]
= [(k+1)^2][(2k+1)^2 + 4(2k+1) + 4]
= [(k+1)^2]{[(2k+1)+2]^2}
= [(k+1)^2]{[(2k+2)+1]^2}
= [(k+1)^2]{[2(k+1)+1]^2}
(b)
We can't use the formula in (a) to solve the sum directly. As you see, the formula in (a) are used to find the sum of the cubes of nature numbers until n. The question in (b) are used to find the sum of the cubes of odd numbers until 95.
Therefore, we can find the sum of the cubes of nature numbers, then minus that of the even numbers.
1^3 + 3^3 + 5^3 + ... + 95^3
= 1^3 + 2^3 + 3^3 + ... + 96^3 - (2^3 + 4^3 + 6^3 + ... + 96^3)
= (48^2){[2(48)+1]^2} - {[(2)(1)]^3 + [(2)(2)]^3 + [(2)(3)]^3 + ... + [(2)(48)]^3}
[As 2n = 96, n = 96/2 = 48.]
= (48^2)(97^2) - [(2^3)(1^3) + (2^3)(2^3) + (2^3)(3^3) + ... + (2^3)(48^3)]
= (48^2)(97^2) - (2^3)(1^3 + 2^3 + 3^3 + ... + 48^3)
= (48^2)(97^2) - (2^3){(24^2)[2(24)+1]^2}
[As 2n = 48, n = 48/2 = 24.]
= (48^2)(97^2) - (2^3)(24^2)(49^2)
= [(48)(97)]^2 - (8){[(24)(49)]^2}
[Lazy??]
= 10614528