Loading [MathJax]/jax/output/HTML-CSS/jax.js

2017年5月11日 星期四

國立臺灣大學一百零五學年度轉學生入學考試試題詳解

※注意:禁止使用計算機
※注意:請於試卷上「非選擇題作答區」標明題號並依序作答。

  1. 考試不可使用計算機。
  2. 請於試卷上「非選擇題作答區」依序作答。
  3. 保留答案簿前兩面(四頁)為答案區,第五頁之後為計算草稿區。
  4. 16 為填充題,答案請寫在答案簿第一面(兩頁),任何計算皆不計分。
  5. 7 題為計算題,請將計算過程詳細寫在翻面的第三、四頁,只寫答案不計分。

  1. Assume a (real valued) function y=f(x) satisfy y5+9y=x3+x. Suppose g(x) is a (real valued) function satisfying f(g(x))=x.
    1. (5%) The value g(1) must be 2. True or false? Answer: (1) .
    2. (10%)The derivative g(1)= (2) .
  2. 訣竅g(1)=b 代入後解 b 即可;運用連鎖律計算。
    解法
    1. g(1)=b,根據題目條件有 f(b)=f(g(1))=1,因此 b3+b=10。因式分解可得 (b2)(b2+2b+5)=0,因此 b=2(其餘為複數根不合),從而本題為 True.
    2. 運用連鎖律可得

      f(g(1))g(1)=1.

      因此所求為

      g(1)=1f(g(1))=1f(2).

      此時回到原本方程中,同時對 x 微分可得隱函數微分為 (5f4(x)+9)f(x)=3x2+1,接著取 x=g(1)=2 可得 14f(2)=13,因此可得

      g(1)=1413.


  3. An experiment detects that a particle at (1,0) (on the xy-plane) is moving towards the north at the speed 3 meters per minute. At the same time another particle at (2,1) is moving towards the east at the speed 4 meters per minute.
    1. (5%) Let s(t) be the distance (in meters) between the two particles in t minutes. s(t)= (3) .
    2. (10%) Suppose at t=t0 the two particles are closest to each other. Then t0= (4) .
  4. 訣竅將物體的運動情形用參數化的形式表達出來並計算之。
    解法
    1. 設第一個物體的座標隨時間的變化為 A(t)=(1,3t),第二個物體的座標為 B(t)=(2+4t,1),因此他們的距離為

      s(t)=(34t)2+(3t1)2=25t230t+10.

    2. 根據上題的結果,我們知道

      s(t)=25(t35)2+11,

      其中等號成立的條件為 t=35,故 t0=35

  5. (10%) Compute the indefinite integral dx(x21)(x+1)= (5) .
  6. 訣竅根據有理函數的積分原則處理之。
    解法運用部分分式,設被積分函數為

    1(x21)(x+1)=1(x1)(x+1)2=Ax1+Bx+1+C(x+1)2,

    其中 ABC 為待定常數。兩邊同乘以 (x21)(x+1) 可得

    1=A(x+1)2+B(x1)(x+1)+C(x1)=(A+B)x2+(2A+C)+(ABC).

    由於兩式恆等,因此藉由比較係數可列式為

    {A+B=0,2A+C=0,ABC=1.

    第一式與第三式相加可得 2AC=1,再與第二式相加可得 4A=1,從而解得 A=14,接著回到前兩式分別有 B=14C=12。據此原式可以改寫計算如下

    dx(x21)(x+1)==[14(x1)14(x+1)12(x+1)2]dx=ln|x1|4ln|x+1|4+12(x+1)+C.


  7. (10%) Let Ω be a region (on the xy-plane) enclosed by x=lny, x=0 and y=e. Let S be the solid obtained by revolving Ω about the y-axis. Let V be the volume of S. V= (6) .
  8. 訣竅根據旋轉體體積公式計算之。
    解法由於 x=0x=lny 的交點為 (0,1),因此運用旋轉體體積公式結果如下:

    V=e1π(x(y))2dy=πe1lnydy=π(ylnyy)|e1=π.


  9. Let f(x,y)=x2exy2 and the surface S be the graph of the function z=f(x,y). Let P=(1,0,0) in S and p=(1,0) in the xy-plane.
    1. (10%) If the unit vector u (in the xy-plane) at p is the direction (among all directions at p) along which the height (i.e. the value of z) of S increases most rapidly, then u= (7) .
    2. (10%) Write H for the plane x+2y+3z=1 and the curve C for the intersection SH. Let L be the tangent line to C at P and N be the plane perpendicular to L at P. Then the equation of N is  (8) .
  10. 訣竅利用方向導數的觀念找出變化率最大的方向;利用外積找出法向量。
    解法
    1. 題目想求變化率最快的方向,而這個方向會與函數 f 的梯度平行。根據梯度的定義,計算可得

      f(x,y)=(fx(x,y),fy(x,y))=(2xy2exy2,2xyexy2).

      如此代入座標 (x,y)=(1,0) 可得

      f(1,0)=(2,0)(1,0).

      因此沿方向 u=(1,0) 為增加率最大的方向。
    2. 由於曲面 Sz=f(x,y) 的圖形,我們可以考慮 F:R3R 如下

      F(x,y,z)=x2exy2z

      那麼曲面 S 則由 F(x,y,z)=0 所決定,故在 (x,y,z)S 的法向量即為

      F(x,y,z)=(2xy2exy2,2xyexy2,1).

      故在 P=(1,0,0) 處的法向量為 (2,0,1)。而在平面 HP 處的法向量為 (1,2,3),故直線 L 的方向向量為 (2,0,1)×(1,2,3)=(2,7,4),因此通過 P 點且垂直 L 的平面方程式可由點法式寫為如下

      2(x1)7(y0)+4(z0)=0,

      2x7y+4z=2

  11. Let R be the region enclosed by y=x, y=x2, y=1 and y=0.
    1. (10%) Let A be the area of R. A= (9) .
    2. (5%) The double integral Rxydxdy= (10) .
  12. 訣竅根據圖形的範圍列出式子計算。
    解法
    1. 列式計算如下:

      A=10y+2y1dxdy=102dy=2.

    2. 列式計算如下:

      10y+2yxydxdy=2310(xy)32|x=y+2x=ydy=42310dy=423.


  13. (15%) Let Ω be the region {(x,y)|(x1)2+y2<1}. Evaluate the double integral Ω1xdxdy.
  14. 訣竅利用極座標變換計算即可;亦可直接透過 Fubini 定理化為迭代積分求解。
    解法一x=rcosθy=rsinθ,根據 Ω 所定義的區域可寫為 x2+y2<2x,利用極座標即能化為 r<2cosθ,因此積分範圍可表達為 0r2cosθπ/2θπ/2,如此原重積分可改寫並計算如下:

    π/2π/22cosθ0rrcosθdrdθ=π/2π/22dθ=2π.

    解法二注意到 Ω={(x,y)R2:0x2,1(x1)2y1(x1)2},如此所求的重積分可表達並計算如下

    Ω1xdxdy=201(x1)21(x1)21xdydx=2201(x1)2xdx.

    x1=sinθ,那麼
    • x=0 時有 θ=π/2
    • x=2 時有 θ=π/2
    • 求導有 dx=cosθdθ
    據此所求為

    Ω1xdxdy=2π/2π/2cosθ1+sinθcosθdθ=2π/2π/2(1sinθ)dθ=2θ+2cosθ|π/2π/2=2π.

沒有留言:

張貼留言