- (15 分)
- Please express the following quadratic form
3y21+y22+2y23+4y1y2+5y1y3−6y2y3
as YtAY where Y is a 3×1 vector whose transpose equals (y1,y2,y3). - Please find a symmetric matrix B, B≠A, such that YtAY=YtBY.
- What is the rank of matrix A?
- Please express the following quadratic form
- 簡單起見可讓矩陣 A 盡可能多 0,故我們取
A=(34501−6002).
那麼可以檢驗如下YtAY=(y1y2y3)(34501−6002)(y1y2y3)=(3y14y1+y25y1−6y2+2y3)(y1y2y3)=3y21+y2(4y1+y2)+y3(5y1−6y2+2y3)=3y21+y22+2y23+4y1y2+5y1y3−6y2y3.
- 取 B 如下
B=(325/221−32/5−32).
容易檢驗 YtAT=YtBY 成立。 - 按照我們取的矩陣為上三角矩陣,並且對角元皆非零,從而明顯秩(rank)為 3。事實上無論如何選取矩陣 A 都有相同的秩,因為將其對角化後都必然具有相同的特徵值,而特徵值皆非零,從而秩為 3。
- (10 分) Suppose A is a n×p matrix and B is a p×n matrix, please show that the trace of AB equals the trace of BA.
- (20 分) For a 3×3 matrix A=(311102120).
- Please find its eigenvalues.
- Please find matrices C and D such that A=CDCt, D is a diagonal matrix, and C is an orthogonal matrix.
- Please find A−1, the inverse matrix of A.
- Please find the eigenvalues of A5+2A3.
- 首先考慮 A 的特徵多項式如下
p(x)=det(xI−A)=|x−3−1−1−1x−2−1−2x|=x2(x−3)−2−2−x−4(x−3)−x=x3−3x2−6x+8=(x−4)(x−1)(x+2).
故其特徵根為 4、1 和 −2。 - 承前一小題,我們進一步對每個特徵值求其對應的特徵向量如下
- 當 x=4 時所對應的特徵向量為 (211);
- 當 x=1 時所對應的特徵向量為 (−111);
- 當 x=−2 時所對應的特徵向量為 (01−1)。
C=1√6(2−√201√2√31√2−√3),D=(40001000−2).
並且容易確認 CCt=CtC=I,故 C 為正交矩陣,並且滿足 A=CDCt。 - 由第二小題所得的關係式可以直接計算反方陣如下
A−1=CD−1Ct=16(2−√201√2√31√2−√3)(1/40001000−1/2)(211−√2√2√20√3−√3)=16(1/2−√201/4√2−√3/21/4√2√3/2)(211−√2√2√20√3−√3)=(1/2−1/4−1/4−1/41/85/8−1/45/81/8)=18(4−2−2−215−251).
- 設 q(x)=x5+2x3,那麼 q(A) 的特徵值則為 q(4)、q(1) 和 q(−2),亦即為 1152、3 和 −48。
- (15 分) Define for x=0,1,2,⋯,n, the following function
f(x)=n!x!(n−x)!px(1−p)n−x
where the positive integer n and p∈(0,1) are both constants. Please express the summation n∑x=0x2f(x) in terms of n and p. - (20 分) Derive the first and second derivative of the following functions with respect to x.
- xx
- log|logx|
- 換底後使用連鎖律求導如下
ddxxx=ddxexlogx=exlogx⋅(1+logx)=xx(1+logx).
進一步求二階導函數則有d2dx2xx=ddxxx(1+logx)=xx(1+logx)2+xx−1.
- 使用連鎖律求導有
ddxlog|logx|=1xlogx.
進一步求二階導函數則有d2dx2log|logx|=ddx1xlogx=−1+logxx2log2x.
- (10 分) Does the infinite series ∞∑n=1n3n2+3n+7 converge or diverge? Please verify your answer.
- (10 分) Please show that √1+x can be approximated by (1+12x−18x2) on the interval [0,0.1].
訣竅
此為標準的二次型,可取出(唯一的)對稱矩陣具有題幹所示的形式,假若不需要對稱的條件則容易計算而有。解法
訣竅
按照矩陣乘法與跡的定義表達求和並適當的改寫以說明兩者相同。解法
設 A=(Aij)n×p 且 B=(Bkl)p×n,那麼觀察有trace(AB)=n∑s=1(AB)ss=n∑s=1p∑t=1AstBts=p∑t=1n∑s=1BtsAst=p∑t=1(BA)tt=trace(BA).
訣竅
按照特徵根的定義求特徵多項式的根,隨後按照對角化的想法寫出 C 與 D,而反方陣則可透過對角化的表示法立即求得。對於給定的矩陣的多項式組合的特徵值則可將原先的特徵值用相同的多項式組合產生。解法
訣竅
將級數改寫後利用二項式定理求和即可。解法
首先可以注意到x2f(x)=npx(n−1)!(x−1)!(n−x)!px−1(1−p)n−x=n(n−1)p2(n−2)!(x−2)!(n−x)!px−2(1−p)n−x+np(n−1)!(x−1)!(n−x)!px−1(1−p)n−x.
如此求和可知n∑x=0x2f(x)=n(n−1)p2n∑x=2(n−2)!(x−2)!(n−x)!px−2(1−p)n−x+npn∑x=1(n−1)!(x−1)!(n−x)!px−1(1−p)n−x=n(n−1)p2+np=np(1+np−p).
訣竅
使用連鎖律計算即可,其中第一小題應先使用換底公式。解法
訣竅
運用極限比較審歛法即可。解法
設 an=n3n2+3n+7 與 bn=1n,容易看出 limn→∞anbn=13,因此由極限比較審歛法可知兩級數 ∞∑n=1an 與 ∞∑n=1bn 有相同的歛散性。而後者為調和級數(p 級數在 p=1 的情形)故發散,從而題目給定的級數亦發散。訣竅
運用 Taylor 定理計算之。解法
設 f(x)=√1+x,那麼由 Taylor 定理可知f(x)=f(0)+f′(0)x+f″,
其中 \xi\in\left(0,x\right)\subset\left[0,0.1\right]。因此\displaystyle\left|\sqrt{1+x}-\left(1+\frac12x-\frac18x^2\right)\right|\leq\frac{0.1^3}{16}=\frac1{16000}=6.25\times10^{-5}.
故使用該多項式在 \left[0,0.1\right] 逼近 \sqrt{1+x} 時其誤差至多不超過 6.25\times10^{-5},在大多數場合都是足夠小的誤差了。
沒有留言:
張貼留言