跳到主要内容

東北大学 量子エネルギー工学専攻 2023年8月実施 数学A 1

Author

Miyake

Description

以下の問いに答えよ。

(1) 次の関数の x=0x=0 近傍における 33 次までのテイラー展開を求めよ。

f(x)=e2xcosxf(x) = e^{2x} \cos x

(2) 次の不定積分を求めよ。

1a2+x2 dx     (a>0)\int \frac{1}{\sqrt{a^2 + x^2}}\ dx\ \ \ \ \ (a>0)

(3) 次の重積分を求めよ。

Dsin(x+y) dxdy,  D={(x,y)x0,y0,x+yπ}\iint_D \sin(x+y)\ dxdy,\ \ D=\{(x,y) \mid x \ge 0, y\ge 0, x+y \le \pi\}

Kai

(1)

f(x)=(1+2x+(2x)22+(2x)36+)(1x22+x424+)=1+2x+32x2+13x3+\begin{aligned} f(x) &= \left( 1 + 2x + \frac{(2x)^2}{2} + \frac{(2x)^3}{6} + \cdots \right) \left( 1 - \frac{x^2}{2} + \frac{x^4}{24} + \cdots \right) \\ &= 1 + 2x + \frac{3}{2} x^2 + \frac{1}{3} x^3 + \cdots \end{aligned}

(2)

t=x+a2+x2t = x + \sqrt{a^2 + x^2} とおくと、

dtdx=1+xa2+x2=a2+x2+xa2+x2=ta2+x2  dxa2+x2=dtt\begin{aligned} \frac{dt}{dx} &= 1 + \frac{x}{\sqrt{a^2 + x^2}} \\ &= \frac{\sqrt{a^2 + x^2} + x}{\sqrt{a^2 + x^2}} \\ &= \frac{t}{\sqrt{a^2 + x^2}} \\ \therefore \ \ \frac{dx}{\sqrt{a^2 + x^2}} &= \frac{dt}{t} \end{aligned}

なので、

dxa2+x2=dtt=logt+C=logx+a2+x2+C        (C は積分定数 )\begin{aligned} \int \frac{dx}{\sqrt{a^2 + x^2}} &= \int \frac{dt}{t} \\ &= \log \left| t \right| + C \\ &= \log \left| x + \sqrt{a^2 + x^2} \right| + C \ \ \ \ \ \ \ \ ( C \text{ は積分定数 } ) \end{aligned}

である。

(3)

Dsin(x+y) dxdy=0πdx0πxdysin(x+y)=0πdx[cos(x+y)]y=0y=πx=0πdx(1+cosx)=[x+sinx]0π=π\begin{aligned} \iint_D \sin (x+y) \ dx dy &= \int_0^\pi dx \int_0^{\pi - x} dy \sin (x+y) \\ &= \int_0^\pi dx \left[ - \cos (x+y) \right]_{y=0}^{y = \pi - x} \\ &= \int_0^\pi dx \left( 1 + \cos x \right) \\ &= \left[ x + \sin x \right]_0^\pi \\ &= \pi \end{aligned}