跳到主要内容

京都大学 情報学研究科 知能情報学専攻 2023年2月実施 基礎科目 F1-2

Author

祭音Myyura (co-authored with GPT 5.6 SOL)

Description

  1. Find the angles of intersection of the curves

    2x2+y2=20,4y2x2=8.2x^2+y^2=20,\qquad 4y^2-x^2=8.
  2. Evaluate

    limx1x1/(x1).\lim_{x\to1}x^{1/(x-1)}.
  3. A circle of radius 11 rolls once, without slipping, around the outside of a fixed circle of radius 44. Initially, the marked point pp is the outermost point of the small circle.

    1. Sketch the curve traced by pp.
    2. Find its length.
    3. Find the area enclosed by it.

题目描述

  1. 求曲线 2x2+y2=202x^2+y^2=204y2x2=84y^2-x^2=8 的交角。
  2. 计算 limx1x1/(x1)\displaystyle\lim_{x\to1}x^{1/(x-1)}
  3. 半径为 11 的小圆在半径为 44 的静止大圆外侧无滑动地滚行一周。初始时小圆上的定点 pp 位于最外侧。
    1. 画出 pp 的轨迹;
    2. 求轨迹长度;
    3. 求轨迹所围成的面积。

Kai

Q.1

Solving the two equations gives

y2=4,x2=8,y^2=4,\qquad x^2=8,

so the intersections are (±22,±2)(\pm2\sqrt2,\pm2). Implicit differentiation gives the tangent slopes

m1=2xy,m2=x4y.m_1=-\frac{2x}{y},\qquad m_2=\frac{x}{4y}.

At every intersection,

m1m2=x22y2=1.m_1m_2=-\frac{x^2}{2y^2}=-1.

Thus the curves meet orthogonally, and every angle of intersection is

π2.\boxed{\frac{\pi}{2}}.

Q.2

Let the limit be LL. Then

logL=limx1logxx1=1.\log L =\lim_{x\to1}\frac{\log x}{x-1} =1.

Therefore

L=e.\boxed{L=e}.

Q.3

Let tt be the polar angle of the small circle's center. Its center is

C(t)=(5cost,5sint).C(t)=(5\cos t,5\sin t).

The no-slip condition makes the small circle rotate through angle 5t5t. Since pp initially points outward, its trajectory is the four-cusped epicycloid

x(t)=5cost+cos5t,y(t)=5sint+sin5t,0t2π.\boxed{ x(t)=5\cos t+\cos5t,\qquad y(t)=5\sin t+\sin5t,\quad 0\le t\le2\pi }.

(1)

                              |
*****y*****
***** | *****
*** | ***
** | **
** | **
** | **
* | *
******** | ********
**** | ****
*** | ***
** | **
** | **
* | *
** | **
--*---------------------------+---------------------------p--x
** | **
* | *
** | **
** | **
*** | ***
**** | ****
******** | ********
* | *
** | **
** | **
** | **
*** | ***
***** | *****
***********
|

The cusps are at radius 44 and polar angles π/4,3π/4,5π/4,7π/4\pi/4,3\pi/4,5\pi/4,7\pi/4; the initial point is p=(6,0)p=(6,0).

(2)

Differentiating,

γ(t)=52+2cos4t=10cos2t.\|\gamma'(t)\| =5\sqrt{2+2\cos4t} =10|\cos2t|.

Hence

L=02π10cos2tdt=40.L=\int_0^{2\pi}10|\cos2t|\,dt =\boxed{40}.

(3)

Since

xyyx=30(1+cos4t),xy'-yx'=30(1+\cos4t),

Green's theorem yields

S=1202π(xyyx)dt=1502π(1+cos4t)dt=30π.\begin{aligned} S&=\frac12\int_0^{2\pi}(xy'-yx')\,dt\\ &=15\int_0^{2\pi}(1+\cos4t)\,dt =\boxed{30\pi}. \end{aligned}