Part One: Linear Algebra (50 points)
- (5%) Which of the following statements are true?
- A linear system may have exactly 2 solutions.
- A linear system of 4 equations in 3 unknown will never have a unique solution.
- If AAT=0, then A=0.
- (A+B)T=A−1+B−1.
- If A is a squre matrix, then A+AT is symmetric.
- 若一個線性方程組有兩解,則可以推出有無窮多解,故不可能恰有兩解。更明確的說,若 x1≠x2 為 Ax=b 的解,那麼 x1−x2 為 Ax=0 的解,那麼我們可以注意到 x=x1+t(x1−x2) 皆為 Ax=b 的解,其中 t∈R。因此 Ax=b 不可能恰有兩解,本命題錯誤。
- 本命題未必正確。不妨考慮方程組
{x=0y=0z=0z=0
決定出唯一解 (x,y,z)=(0,0,0),故確實有可能有唯一解。 - 本命題未必正確,當 A 為實係數矩陣才正確。反例如下:
A=[1i1i]≠0
但 AAT=0。 - 本命題是錯的。考慮反例:A=[1001],B=[1011],那麼 A−1=[1001],B−1=[10−11]。因此
(A+B)T=[2012]T=[2102]≠[20−12]=A−1+B−1
- 直接確認可知
(A+AT)T=AT+A=A+AT
故 A+AT 為對稱矩陣。 - (5%) Given the following network of one-way street, find the possible flows along each street. (i.e., f1,⋯,f5)
- 對上方的節點有:f1+f2=50;
- 對左方的節點有:f1+f4=f3+40;
- 對右方的節點有:f2+f5+f3=60;
- 對下方的節點有:f4+f5=50。
- (9%)
- Let A,B,C denote n×n matrices and assume that det(A)=−1, det(B)=2, and det(C)=3. Evaluate det(A2BCTB−1).
- If A is 3×3 and det(2A−1)=−4=det(A3(B−1)T) find det(A) and det(B).
- If det[abcd]=−2, calculate det[2b04d12−2a+122(c−1)]=?
- 運用行列式的公式計算即可
det(A2BCTB−1)=[det(A)]2det(B)det(C)det(B−1)=(−1)2⋅2⋅3⋅12=3
- 首先注意到
−4=det(2A−1)=23[det(A)]−1
故 det(A)=−2。另一方面,也有−4=det(A3(B−1)T)=(det(A))3[det(B)]−1=(−2)3[det(B)]−1
因此解得 det(B)=2。 - 由條件知 ad−bc=−2,而直接計算三階行列式有
det[2b04d12−2a+122(c−1)]=8b(c−1)+0+8d−8d(a+1)+8b−0=−8(ad−bc)=−8⋅(−2)=16
- (6%) A small town has three primary industries: a copper mine, a railroad, and an electric utility. To produce $1 of copper, the copper mine uses $0.20 of copper, $0.10 of transportation, and $0.20 of electric power. To provide $1 of transportation, the railroad uses $0.10 of copper, $0.10 of transportation, and $0.40 of electric power. To provide $1 of electric power, the electric utility uses $0.20 of copper, $0.20 of transportation, and $0.30 of electric power. Suppose that there is an outside demand of $12, $8 and $15 for copper, transportation, and electric power respectively. How much should each industry produce?
- (12%) Answer each of the following as true (T) or false (F).
- Let L:Rn→Rn be a linear transformation defined by L(X)=AX for X in Rn. Then dim (range L) =n if and only if rank A=n.
- The set of all vectros of the form (a,b,−a) is a subspace of R3.
- Span{(1,1,0),(0,1,1),(1,0,1)}=R3.
- Every set of 5 orthonormal vectors is a basis for R5.
- Let P2→P2 be defined as L(at2+bt+c)=2at−b, then L is a linear transformation.
- A Markov chain will have a unique steady-state vector only if its transition matrix is regular.
- 矩陣的秩(rank)便表示行空間與列空間的維度,而矩陣的行空間便是該線性變換的值域,故兩者維數必定相同,本選項正確。
- 本選項正確。設 V={(a,b,−a)∈R3: a,b∈R},容易觀察到
- 原點 (0,0,0)∈V;
- 給定 v1=(a1,b1,−a1) 與 v2=(a2,b2,−a2) 以及實數 c∈R,有
v1+cv2=((a1+ca2),b1+cb2,−(a1+ca2))∈V
- 本選項正確。考慮一個五元正交集 B={v1,v2,v3,v4,v5},並給定一項量 v∈R5,那麼容易看出
v=5∑k=1⟨v,vk⟩vk
此處 ⟨ , ⟩ 表 R5 中通常的內積。上式表明 B 能夠生成 R5。又因 B 為五元集,故知此集合能作為基底。 - 本選項正確。任意給定 R3 中的向量 (a,b,c),可以注意到
(a,b,c)=a+b−c2(1,1,0)+−a+b+c2(0,1,1)+a−b+c2(1,0,1)
故 Span{(1,1,0),(0,1,1),(1,0,1)}=R3。 - 本選項正確。給定實數 d 可直接檢驗發現到
L((a1t2+b1t+c1)+d(a2t2+b2t+c2))=L((a1+da2)t2+(b1+db2)t+(c1+dc2))=2(a1+da2)t−(b1+db2)=(2a1t−b1)+d(2a2t−b2)=L(a1t2+b1t+c1)+dL(a2t2+b2t+c2)
- 本命題不成立。例如轉移矩陣 A=[1100] 有唯一的穩定態 [10],但 A 並非正規矩陣。
- (4%) Which of the following are equivalent to that A is nonsingular?
- AX=0 has infinite solutions.
- A is row equivalent to In.
- The linear system has a unique solution for every n×1 matrix B.
- detA≠0.
- If A2=A, then detA=1.
- 本選項錯誤。若 A 為非奇異矩陣,那麼 AX=0 僅有零解,而非無窮多解。
- 本選項正確,若矩陣 A 非奇異,那麼便存在一系列列運算化簡為單位方陣;反之亦然。
- 本選項正確。由於對於每個 n×1 的矩陣 B 皆有解且唯一解,這表明 A 非奇異;反之亦然。
- 本選項正確。矩陣非奇異等同矩陣存在反方陣,因此等價於 detA≠0。
- 本命題錯誤。考慮反例 A=[0100],此使敘述「若 A2=A,則 detA=1」的前提假且結論假,故敘述為真,但明顯 A 為奇異矩陣。
- (9%) Let A=[10012−31−10].
- Find the eigenvalues for A. Is A is diagonalizable?
- What is the value of trace(4A)?
- Find one corresponding eigenvector for any eigenvalue.
- 矩陣 A 所對應的特徵多項式為
det(xI3−A)=det[x−100−1x−23−11x]=(x−1)[x(x−2)−3]=(x+1)(x−1)(x−3)
由於 3 階方陣有三個相異的特徵值 ±1 與 3,故可對角化。 - 按跡的定義可知
trace(4A)=trace[40048−124−40]=4+8+0=12
亦可留意到 4A 的特徵值分別為 ±4 與 12,而跡則為特徵值之和故為 12。 - 特徵向量分別計算如下
- 若 x=−1,則矩陣 −I3−A=[−200−1−33−11−1],可取 v1=[011]∈N(−I3−A),可以檢驗有 Av1=−v1。
- 若 x=1,則矩陣 I3−A=[000−1−13−111],可取 v2=[211]∈N(I3−A),可以檢驗有 Av2=v2。
- 若 x=3,則矩陣 3I3−A=[200−113−113],可取 v3=[03−1]∈N(3I3−A),可以檢驗有 Av3=3v3。
訣竅
經由一般計算的經驗可容易舉出反例,而正確的命題則亦可給出計算式的證明。解法
訣竅
依據克希荷夫原理(Kirchhoffs Priciple)[每個節點所流入的量與流出的量相同]來列式並求解即可。解法
依據每個節點來列式如下[1100010−1100110100011][f1f2f3f4f5]=[50406050]
使用列運算計算至最簡列梯形式可得[10−10−1011010001100000][f1f2f3f4f5]=[−1060500]
設 f3=c1,f5=c2,那麼可解得[f1f2f3f4f5]=[−10600500]+c1[1−1100]+c2[1−10−11]
其中變數 c1 與 c2 滿足 {10≤c1+c2≤600≤c2≤500≤c1。訣竅
運用行列式的性質求解。解法
訣竅
依據題意列式即可求解。解法
設定內部消耗矩陣 C 如下C=[0.20.10.20.10.10.20.20.40.3]
以及需求 D=[12815]。若工廠應分別生產 x 單位的銅、y 單位的運輸與 z 單位的電力,那麼應滿足下列關係式[0.8−0.1−0.2−0.10.9−0.2−0.2−0.40.7][xyz]=(I−C)X=X−CX=D=[12815]
故所求為X=[xyz]=[0.8−0.1−0.2−0.10.9−0.2−0.2−0.40.7]−1[12815]=177[110304022104364468142][12815]=177[216016363202]
訣竅
依線性代數的基本知識即可答題。解法
訣竅
對於非奇異矩陣的充分且必要條件有基本的認識。解法
訣竅
按特徵多項式的定義求其特徵值與特徵向量,從而判定可否對角化;按照跡(trace)的定義計算即可。解法
【註】取矩陣
P=[v1v2v3]=[02011311−1],Λ=[−100010003]
那麼容易檢驗A=PΛP−1
此即矩陣 A 相似於對角矩陣 Λ,故直接說明了 A 可對角化。Part Two: Calculus (50 points)
- (5 points) Suppose that f is a real function such that f′(x0) exists. Is
limh→0f(x0+h)−f(x0−h)h=f′(x0)?
Why or why not? - (5 points)
ddx∫x20e−t2dt=?
- (6 points) If f(x)=∞∑n=0(−1)nx2n for all x∈(0,1), then f′(x)=?
- (6 points)
limn→∞3nn∑i=1{(3in)2−(3in)}=?
- (6 points) Compute ∫α[(x+y)dx+(x−y)dy], where α is any smooth curve joining the points (0,1) and (2,3).
- (6 points) If
f(x,y)=2y−1x+1,
and if the region T is bounded by x=0, y=0, and 2x−y−4=0, find the double integral of f over T. - (6 points) Find the volume of the solid S of intersection of two right circular cylinders of radius r, assuming that their axes meet at right angle.
- (10 points) Suppose we are hiring a weather forecaster to predict the probability that next summer will be rainy or sunny. The following suggests a method that can be used to ensure that the forecaster is accurate. Suppose that the actual probability of rain next summer is q. For simplicity, we assume that the summer can only be rainy or sunny. If the forecaster announces a probability p that the summer will be rainy, he or she receives a payment of 1−(1−p)2 if the summer is rainy and a payment of 1−p2 if the summer is sunny. Show that the forecaster will maximize expected profits by announcing that the probability of a rainy summer is q.
訣竅
運用導數的定義求解即可。解法
改寫極限式注意到為limh→0f(x0+h)−f(x0−h)h=limh→0f(x0+h)−f(x0)h+limh→0f(x0−h)−f(x0)−h=2f′(x0)
一般而言不會等於 f′(x0) 除非 f′(x0)=0,故該敘述未必正確。訣竅
運用微積分基本定理與連鎖律直接計算即可。解法
運用微積分基本定理與連鎖律直接計算可知ddx∫x20e−t2dt=e−(x2)2⋅2x=2xe−x4
訣竅
將函數 f 視為無窮等比級數和,隨後求導。解法
由於 x∈(0,1),因此−x2∈(−1,0),因此f(x)=∞∑n=0(−1)nx2n=∞∑n=0(−x2)n=11+x2 for x∈(0,1)
因此求導可得f′(x)=∞∑n=02n(−1)nx2n−1=−2x(1+x2)2 for x∈(0,1)
訣竅
可將此視為黎曼和,取極限後化為定積分計算之;亦可求其和後直接計算極限。解法一
設 f(x)=x2−x,那麼該極限式可視為 f 在 [0,3] 上的上黎曼和,故取極限可計算如下∫30f(x)dx=∫30(x2−x)dx=(x33−x22)|30=92
解法二
直接求和可知n∑i=1{(3in)2−(3in)}=9n2n∑i=1i2−3nn∑i=1i=9n2⋅n(n+1)(2n+1)6−3n⋅n(n+1)2=3(n+1)(2n+1)2n−3n+32=3(n+1)22n
因此所求為limn→∞3nn∑i=1{(3in)2−(3in)}=limn→∞9(n+1)22n2=92
訣竅
運用線積分基本定理即可。解法
運用偏積分觀察可取f(x,y)=x2+2xy−y22+C
那麼所求為∫α[(x+y)dx+(x−y)dy]=∫α∇f⋅d→r=f(2,3)−f(0,1)=(72+C)−(−12+C)=4
訣竅
明確地使用不等式表達出區域 T,隨後運用 Fubini 定理表達該重積分計算,而對於雙變數的順序選擇導致兩種不同的計算過程。解法一
積分區域 T 可表達為 {0≤x≤22x−4≤y≤0,如此所求的重積分可表達並計算如下∬Tf(x,y)dA=∫20∫02x−42y−1x+1dydx=∫20y2−yx+1|y=0y=2x−4dx=−2∫202x2−9x+10x+1dx=−2∫20(2x−11+21x+1)dx=−2(x2−11x+21ln(x+1))|20=36−42ln3
解法二
積分區域 T 可表達為 {0≤x≤(y+4)/2−4≤y≤0,如此所求的重積分可表達並計算如下∬Tf(x,y)dA=∫0−4∫y+4202y−1x+1dxdy=∫0−4(2y−1)ln(x+1)|x=y+42x=0dy=∫0−4[(2y−1)ln(y+6)−(2y−1)ln2]dy=∫0−4ln(y+6)d(y2−y)−ln2∫0−4(2y−1)dy=(y2−y)ln(y+6)|0−4−ln2(y2−y)|0−4−∫0−4y2−yy+6dy=−∫0−4[y−7+42y+6]dy=−(y22−7y+42ln(y+6))|0−4=36−42ln3
訣竅
按照題意的情境做出適當的假設,隨後選定一平面作為底面後,考慮由底面積成以高的概念出發以重積分的形式列出體積算式並計算。解法
考慮兩半徑為 r 的垂直圓柱C1={(x,y,z)∈R3:x2+y2≤r2}
以及C2={(x,y,z)∈R3:x2+z2≤r2}
並且考慮其交集 V=C1∩C2,而 C1 投影至 xy 平面的集合為D={(x,y)∈R2:x2+y2≤r2}
那麼以 D 為底面而以 z=±√r2−x2 分別為上下曲面可列出體積算式如下|V|=∬D2√r2−x2dA
運用極座標變換,令 {x=ρcosθy=ρsinθ,其中變數範圍為 {0≤ρ≤r0≤θ≤2π,故所求的體積可改寫並計算如下|V|=2∫2π0∫r0√r2−ρ2cos2θρdρdθ=8∫π20∫r0√r2−ρ2cos2θρdρdθ=−83∫π20(r2−ρ2cos2θ)3/2cos2θ|ρ=rρ=0dθ=8r33∫π20sec2θ(1−sin3θ)dθ=8r33(tanθ−secθ−cosθ)|π20=−8r33(1tanθ+secθ+cosθ)|π20=16r33
訣竅
依據題意列出天氣預測者的報償函數,其中變量為他或她所宣告的降雨率 p。我們利用微分求導使報償函數之值達到最大,進而發現 p=q 時可達到最大值。解法
考慮這位天氣預測者的報償函數如下P(p)=q⋅(1−(1−p)2)+(1−q)⋅(1−p2)=1+2pq−p2−q
其中 0≤p≤1。現在將 P 對 p 求導可知P′(p)=2q−2p
故 P′(q)=0。再者 P″(p)=−2<0,因此僅當 p=q 時天氣預測者的報償可達到最大值,故此人欲使自身獲得的報酬提高,那他必然會盡可能使 p 值盡可能接近 q 值。[即便 q=0 或 q=1 時亦同。]
沒有留言:
張貼留言