Math Pro 數學補給站's Archiver

除非太陽不再升起,
否則不能不達到目標。

bugmens 發表於 2024-5-16 19:16

113西松高中

數學科及數學(IB)科為同一份試題

113.5.17補充
感謝Superconan提醒,更新答案
一、填充題
3(2)答案更正為01

bugmens 發表於 2024-5-16 19:16

3.
回答下列與數相關的問題:
(1)若將\(a=(2+\sqrt{5})^{20}+(2-\sqrt{5})^{20}\)展開後,其個位數字為[u]   [/u]。
(2)若將\(b=(2+\sqrt{5})^{20}\)展開後,其整數部分的末兩位數為[u]   [/u]。
[url]https://math.pro/db/viewthread.php?tid=1286&page=1#pid4841[/url]

5.
求\(\displaystyle \sum_{n=1}^{\infty}(-1)^n\frac{n^2+n+1}{3^n}=\)[u]   [/u]。

求無窮級數\( \displaystyle \frac{3 \times 1}{2^4}+\frac{4 \times 2}{2^6}+\frac{5 \times 3}{2^8}+\frac{6 \times 4}{2^{10}}+\ldots \)之值為?
(103中央大學附屬中壢高中,連結有解答[url]https://math.pro/db/viewthread.php?tid=1868&page=2#pid10068[/url])

Superconan 發表於 2024-5-17 15:54

回覆 1# bugmens 的帖子

學校有更新答案

peter0210 發表於 2024-5-18 14:29

填充3.(2)

fierthe 發表於 2024-5-28 14:12

填充第6題,提供一個純幾何的解法:

chu 發表於 2024-6-10 16:14

填6

[attach]7149[/attach]

swallow7103 發表於 2024-6-11 23:42

填充第八題

一開始以為是Integral by parts,照以下方法算:
\[ \int_{-1}^{1} \frac{x^2}{1+2^x} dx= \int_{-1}^{1} \frac{(1+2^x)x^2-2^x x^2}{1+2^x} dx =\int^1_{-1} x^2 dx -\frac{1}{ln2} \int^{1}_{-1} \frac{2^x ln2}{1+2^x} x^2 dx =\frac{2}{3}-\frac{1}{ln2}(x^2 ln(1+2^x) |^1_{-1} - 2\int^{1}_{-1} xln(1+2^x) dx)... \]
然後就不知道怎麼處理了,那麼來問問Wolfram alpha \( \frac{x^2}{1+2^x} \)的反導函數是甚麼。
\[ \int \frac{x^2}{1+2^x} dx =\frac{2Li_3(-2^{-x})}{ln^3 2} +\frac{2xLi_2(-2^{-x})}{ln^2 2}-\frac{x^2log(2^{-x}+1)}{ln2} +C \]
其中\( Li_n(x) \)是polylogarithm function,這是甚麼函數啊...?

那麼改採其他辦法,因為有些極限的問題會用到Taylor expansion,不然也來試試好了。
由\( e^x= 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \frac{x^4}{4!} + ...\),以及\( 2^x=e^{x ln2}\),可得\( 1+2^x=2 + (ln2) x + \frac{ln^2 2}{2!} x^2 + \frac{ln^3 2}{3!} x^3 +... \)
再由長除法得 \( x^2 \div (1+2^x) =\frac{1}{2} x^2 -\frac{ln2}{4} x^3 +\frac{ln^3 2}{48} x^5 -...後面都是x的奇數次 \)。故
\[ \int_{-1}^{1} \frac{x^2}{1+2^x} dx= \int^{1}_{-1}  (\frac{1}{2} x^2 -\frac{ln2}{4} x^3 +\frac{ln^3 2}{48} x^5 -...) dx = \int^{1}_{-1}  \frac{1}{2} x^2 dx=\frac{1}{3} \]
上式的後面用到了奇函數的性質。

沒想到可以用泰勒展開式,但如果在考試當下,分部積分卡關大概就會放棄了。
還有沒有其他神奇的做法呢?

[[i] 本帖最後由 swallow7103 於 2024-6-11 23:46 編輯 [/i]]

weiye 發表於 2024-6-12 07:58

回覆 7# swallow7103 的帖子

填充8.

令 \(t = -x\),則 \(dt = -dx\)

\(\displaystyle \int_{-1}^1 \frac{x^2}{1+2^x} dx = \int_{1}^{-1}  - \frac{t^2}{1+2^{-t}} dt = \int_{1}^{-1}  - \frac{2^t \cdot t^2}{2^t+1} dt = \int_{-1}^{1}  \frac{2^t \cdot t^2}{2^t+1} dt = \int_{-1}^{1}  \frac{2^x \cdot x^2}{2^x+1} dx\)

再由

\(\displaystyle \int_{-1}^1 \frac{x^2}{1+2^x} dx +  \int_{-1}^{1}  \frac{2^x \cdot x^2}{2^x+1} dx = \int_{-1}^{1}  x^2 dx = \frac{2}{3}\)

得 \(\displaystyle \int_{-1}^1 \frac{x^2}{1+2^x} dx = \frac{1}{3}\) 。

註: 其實就是您開頭的第一行第一個等號。
\(\displaystyle \int_{-1}^1 \frac{x^2}{1+2^x} dx = \int_{-1}^1 \frac{(1+2^x)x^2 - 2^x \cdot x^2}{1+2^x} dx =\int_{-1}^1 x^2 dx - \int_{-1}^1 \frac{2^x \cdot x^2}{1+2^x} dx \)

\(\displaystyle= \frac{2}{3} - \int_{-1}^1 \frac{ x^2}{2^{-x}+1} dx  \frac{2}{3} - \int_{-1}^1 \frac{x^2}{2^x+1} dx\)

swallow7103 發表於 2024-6-12 10:26

回覆 8# weiye 的帖子

感謝瑋岳老師,能發現
\( \displaystyle \int^1_{-1} \frac{x^2}{1+2^x} dx = \int^1_{-1} \frac{ 2^x x^2}{1+2^x} dx \) 真是太厲害了!

aizin 發表於 2024-6-24 15:34

不好意思,想請教計算題3,謝謝

ruee29 發表於 2024-7-30 23:21

整理了西松高中填充題解答 供參考~
填充2 與113桃園陽明高中 填充4
AAAABBBCCC同字不相鄰類似

Superconan 發表於 2024-8-28 01:58

請教計算第 2(1)、3、4 題

頁: [1]

論壇程式使用 Discuz! Archiver   © 2001-2022 Comsenz Inc.