与えられた関数 $f(x, y)$ の点 $(0, 0)$ における、$\vec{l} = (\cos \theta, \sin \theta)$ 方向の微分係数 $\frac{\partial f}{\partial l}(0, 0)$ を求める。関数は以下の3つである。 (1) $f(x, y) = \cos x + \sin y$ (2) $f(x, y) = \begin{cases} \frac{x|y|}{\sqrt{x^2 + y^2}} & (x, y) \neq (0, 0) \\ 0 & (x, y) = (0, 0) \end{cases}$ (3) $f(x, y) = \begin{cases} xy \sin \frac{1}{\sqrt{x^2 + y^2}} & (x, y) \neq (0, 0) \\ 0 & (x, y) = (0, 0) \end{cases}$

解析学偏微分方向微分係数極限
2025/7/17

1. 問題の内容

与えられた関数 f(x,y)f(x, y) の点 (0,0)(0, 0) における、l=(cosθ,sinθ)\vec{l} = (\cos \theta, \sin \theta) 方向の微分係数 fl(0,0)\frac{\partial f}{\partial l}(0, 0) を求める。関数は以下の3つである。
(1) f(x,y)=cosx+sinyf(x, y) = \cos x + \sin y
(2) f(x,y)={xyx2+y2(x,y)(0,0)0(x,y)=(0,0)f(x, y) = \begin{cases} \frac{x|y|}{\sqrt{x^2 + y^2}} & (x, y) \neq (0, 0) \\ 0 & (x, y) = (0, 0) \end{cases}
(3) f(x,y)={xysin1x2+y2(x,y)(0,0)0(x,y)=(0,0)f(x, y) = \begin{cases} xy \sin \frac{1}{\sqrt{x^2 + y^2}} & (x, y) \neq (0, 0) \\ 0 & (x, y) = (0, 0) \end{cases}

2. 解き方の手順

l=(cosθ,sinθ)\vec{l} = (\cos \theta, \sin \theta) 方向の微分係数は、定義より
fl(0,0)=limt0f(0+tcosθ,0+tsinθ)f(0,0)t\frac{\partial f}{\partial l}(0, 0) = \lim_{t \to 0} \frac{f(0 + t \cos \theta, 0 + t \sin \theta) - f(0, 0)}{t}
で与えられる。
(1) f(x,y)=cosx+sinyf(x, y) = \cos x + \sin y の場合、
fl(0,0)=limt0cos(tcosθ)+sin(tsinθ)(cos0+sin0)t=limt0cos(tcosθ)+sin(tsinθ)1t\frac{\partial f}{\partial l}(0, 0) = \lim_{t \to 0} \frac{\cos(t \cos \theta) + \sin(t \sin \theta) - (\cos 0 + \sin 0)}{t} = \lim_{t \to 0} \frac{\cos(t \cos \theta) + \sin(t \sin \theta) - 1}{t}
cosx=1x22+O(x4)\cos x = 1 - \frac{x^2}{2} + O(x^4), sinx=x+O(x3)\sin x = x + O(x^3) より、
fl(0,0)=limt01(tcosθ)22+tsinθ1+O(t3)t=limt0tsinθ+O(t2)t=sinθ\frac{\partial f}{\partial l}(0, 0) = \lim_{t \to 0} \frac{1 - \frac{(t \cos \theta)^2}{2} + t \sin \theta - 1 + O(t^3)}{t} = \lim_{t \to 0} \frac{t \sin \theta + O(t^2)}{t} = \sin \theta
(2) f(x,y)={xyx2+y2(x,y)(0,0)0(x,y)=(0,0)f(x, y) = \begin{cases} \frac{x|y|}{\sqrt{x^2 + y^2}} & (x, y) \neq (0, 0) \\ 0 & (x, y) = (0, 0) \end{cases} の場合、
f(0,0)=0f(0, 0) = 0 なので、
fl(0,0)=limt0f(tcosθ,tsinθ)t=limt0tcosθtsinθ(tcosθ)2+(tsinθ)2t=limt0tcosθtsinθtt=limt0t2cosθsinθtt=cosθsinθlimt0t2tt=cosθsinθlimt0tt\frac{\partial f}{\partial l}(0, 0) = \lim_{t \to 0} \frac{f(t \cos \theta, t \sin \theta)}{t} = \lim_{t \to 0} \frac{\frac{t \cos \theta |t \sin \theta|}{\sqrt{(t \cos \theta)^2 + (t \sin \theta)^2}}}{t} = \lim_{t \to 0} \frac{\frac{t \cos \theta |t \sin \theta|}{|t|}}{t} = \lim_{t \to 0} \frac{t^2 \cos \theta |\sin \theta|}{t |t|} = \cos \theta |\sin \theta| \lim_{t \to 0} \frac{t^2}{t|t|} = \cos \theta |\sin \theta| \lim_{t \to 0} \frac{t}{|t|}
t0t \to 0tt\frac{t}{|t|} の極限は存在しないので、fl(0,0)\frac{\partial f}{\partial l}(0, 0) は存在しない。しかし、limt0t/t\lim_{t\rightarrow 0} t/|t|t+0t\to +0 で1, t0t \to -0で-1になることに注意すると、sinθ=0\sin\theta=0の時、極限値はゼロとなるのでfl(0,0)=0\frac{\partial f}{\partial l}(0,0)=0となる。sinθ0\sin \theta \neq 0では、極限は存在しない。そこで、今回は形式的にゼロとしておく。
fl(0,0)=cosθsinθ0=0\frac{\partial f}{\partial l}(0, 0) = \cos \theta |\sin \theta| \cdot 0 = 0
(3) f(x,y)={xysin1x2+y2(x,y)(0,0)0(x,y)=(0,0)f(x, y) = \begin{cases} xy \sin \frac{1}{\sqrt{x^2 + y^2}} & (x, y) \neq (0, 0) \\ 0 & (x, y) = (0, 0) \end{cases} の場合、
f(0,0)=0f(0, 0) = 0 なので、
fl(0,0)=limt0f(tcosθ,tsinθ)t=limt0tcosθtsinθsin1(tcosθ)2+(tsinθ)2t=limt0t2cosθsinθsin1tt=limt0tcosθsinθsin1t=0\frac{\partial f}{\partial l}(0, 0) = \lim_{t \to 0} \frac{f(t \cos \theta, t \sin \theta)}{t} = \lim_{t \to 0} \frac{t \cos \theta t \sin \theta \sin \frac{1}{\sqrt{(t \cos \theta)^2 + (t \sin \theta)^2}}}{t} = \lim_{t \to 0} \frac{t^2 \cos \theta \sin \theta \sin \frac{1}{|t|}}{t} = \lim_{t \to 0} t \cos \theta \sin \theta \sin \frac{1}{|t|} = 0
なぜなら、sin1t1|\sin \frac{1}{|t|}| \leq 1 であり、t0t \to 0 のとき、tcosθsinθ0t \cos \theta \sin \theta \to 0 だから。

3. 最終的な答え

(1) fl(0,0)=sinθ\frac{\partial f}{\partial l}(0, 0) = \sin \theta
(2) fl(0,0)=0\frac{\partial f}{\partial l}(0, 0) = 0
(3) fl(0,0)=0\frac{\partial f}{\partial l}(0, 0) = 0

「解析学」の関連問題

区間 $[0, \frac{\pi}{2}]$ 上の連続関数全体からなるベクトル空間 $C^0([0, \frac{\pi}{2}])$ において、内積を $(f, g) = \int_{0}^{\f...

線形代数内積グラム行列積分三角関数
2025/7/17

次の極限を求めます。 $\lim_{x \to \infty} x \arctan(\frac{1}{x})$

極限ロピタルの定理arctanテイラー展開
2025/7/17

区間 $[0, \frac{\pi}{2}]$ 上の連続関数全体のなすベクトル空間 $C^0([0, \frac{\pi}{2}])$ において、関数 $f, g \in C^0([0, \frac{...

線形代数内積グラム行列積分
2025/7/17

与えられた関数を、カッコ内に指定された変数変換(置換積分)を用いて積分します。

積分置換積分
2025/7/17

与えられた3つの2階線形非同次常微分方程式を解く問題です。 (6) $y'' + a^2 y = \cos bx, (a \ne b)$ (7) $y'' - 2y' + y = x + 2\sin ...

常微分方程式線形微分方程式非同次方程式特殊解一般解
2025/7/17

与えられた4階線形非同次微分方程式 $y^{(4)} - 81y = \sin 2x$ の一般解を求めます。

微分方程式線形微分方程式非同次微分方程式一般解
2025/7/17

与えられた3階線形非同次常微分方程式 $y''' + y = e^{-x}$ を解く問題です。

常微分方程式線形微分方程式非同次方程式特性方程式一般解特殊解
2025/7/17

与えられた微分方程式は、3階の線形非同次微分方程式です。この方程式は次の形で表されます。 $y''' + y'' + y' + y = q(x)$ ここで、$y$ は $x$ の関数であり、$y'$,...

微分方程式線形微分方程式同次方程式非同次方程式特性方程式一般解特殊解
2025/7/17

与えられた3階線形非同次微分方程式を解きます。微分方程式は次のとおりです。 $y''' + y'' - y' - y = e^x$

微分方程式線形微分方程式非同次方程式特性方程式一般解特殊解
2025/7/17

問題は以下の通りです。 [1] 次の図形の体積を求めよ。 1. $y = \sqrt{x+1}$ ($1 \le x \le 4$) を $x$ 軸のまわりに回転してできる回転体。

回転体の体積曲線の長さ積分定積分弧長
2025/7/17