与えられた関数 $f(x,y)$ に対して、点 $(0,0)$ における方向ベクトル $\mathbf{l} = (\cos \theta, \sin \theta)$ 方向の微分係数 $\frac{\partial f}{\partial \mathbf{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} \frac{xy \sin \frac{1}{\sqrt{x^2+y^2}}}{\sqrt{x^2+y^2}} & (x,y) \neq (0,0) \\ 0 & (x,y) = (0,0) \end{cases}$

解析学多変数関数方向微分係数極限微分
2025/6/18

1. 問題の内容

与えられた関数 f(x,y)f(x,y) に対して、点 (0,0)(0,0) における方向ベクトル l=(cosθ,sinθ)\mathbf{l} = (\cos \theta, \sin \theta) 方向の微分係数 fl(0,0)\frac{\partial f}{\partial \mathbf{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+y2x2+y2(x,y)(0,0)0(x,y)=(0,0)f(x,y) = \begin{cases} \frac{xy \sin \frac{1}{\sqrt{x^2+y^2}}}{\sqrt{x^2+y^2}} & (x,y) \neq (0,0) \\ 0 & (x,y) = (0,0) \end{cases}

2. 解き方の手順

方向微分係数は、定義より
fl(0,0)=limt0f(0+tcosθ,0+tsinθ)f(0,0)t\frac{\partial f}{\partial \mathbf{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 の場合
f(0,0)=cos0+sin0=1f(0,0) = \cos 0 + \sin 0 = 1.
fl(0,0)=limt0cos(tcosθ)+sin(tsinθ)1t\frac{\partial f}{\partial \mathbf{l}}(0,0) = \lim_{t \to 0} \frac{\cos(t \cos \theta) + \sin(t \sin \theta) - 1}{t}
cosx1x22\cos x \approx 1 - \frac{x^2}{2}, sinxx\sin x \approx x for small xx.
よって
fl(0,0)=limt01(tcosθ)22+tsinθ1t=limt0tsinθt2cos2θ2t=limt0(sinθtcos2θ2)=sinθ\frac{\partial f}{\partial \mathbf{l}}(0,0) = \lim_{t \to 0} \frac{1 - \frac{(t \cos \theta)^2}{2} + t \sin \theta - 1}{t} = \lim_{t \to 0} \frac{t \sin \theta - \frac{t^2 \cos^2 \theta}{2}}{t} = \lim_{t \to 0} (\sin \theta - \frac{t \cos^2 \theta}{2}) = \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θ)0t=limt0tcosθtsinθ(tcosθ)2+(tsinθ)2t=limt0tcosθtsinθtt2(cos2θ+sin2θ)=limt0t2cosθsinθtt=cosθsinθ\frac{\partial f}{\partial \mathbf{l}}(0,0) = \lim_{t \to 0} \frac{f(t \cos \theta, t \sin \theta) - 0}{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{t \cos \theta |t \sin \theta|}{t \sqrt{t^2 (\cos^2 \theta + \sin^2 \theta)}} = \lim_{t \to 0} \frac{t^2 \cos \theta |\sin \theta|}{t |t|} = \cos \theta |\sin \theta|.
(3) f(x,y)={xysin1x2+y2x2+y2(x,y)(0,0)0(x,y)=(0,0)f(x,y) = \begin{cases} \frac{xy \sin \frac{1}{\sqrt{x^2+y^2}}}{\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θ)0t=limt0tcosθtsinθsin1(tcosθ)2+(tsinθ)2(tcosθ)2+(tsinθ)2t=limt0t2cosθsinθsin1ttt=limt0cosθsinθsin1t\frac{\partial f}{\partial \mathbf{l}}(0,0) = \lim_{t \to 0} \frac{f(t \cos \theta, t \sin \theta) - 0}{t} = \lim_{t \to 0} \frac{\frac{t \cos \theta t \sin \theta \sin \frac{1}{\sqrt{(t \cos \theta)^2 + (t \sin \theta)^2}}}{\sqrt{(t \cos \theta)^2 + (t \sin \theta)^2}}}{t} = \lim_{t \to 0} \frac{\frac{t^2 \cos \theta \sin \theta \sin \frac{1}{|t|}}{t}}{t} = \lim_{t \to 0} \cos \theta \sin \theta \sin \frac{1}{|t|}.
t0t \to 0 のとき 1t\frac{1}{|t|} \to \infty であり、sin1t\sin \frac{1}{|t|} は振動するので、この極限は存在しません。したがって、方向微分係数は存在しません。

3. 最終的な答え

(1) sinθ\sin \theta
(2) cosθsinθ\cos \theta |\sin \theta|
(3) 存在しない

「解析学」の関連問題

$f(x) = kx^2$ ($k > 0$, $x \ge 0$) が与えられている。 $A = \int_{0}^{a} f(x) dx$, $B = \int_{a}^{1} f(x) dx$,...

積分定積分関数大小比較
2025/6/18

与えられた関数 $f(x)$ がすべての実数で連続となるように、定数 $a$ の値を求める問題です。具体的には、以下の4つの関数について、$a$ の値を求めます。 (1) $f(x) = \begin...

関数の連続性極限関数の極限分数関数
2025/6/18

$y = \frac{b}{a}\sqrt{a^2 - x^2}$ とする ($a$ は 0 でない定数, $b$ は定数)。 $u = a^2 - x^2$ とおくとき、$\frac{dy}{du}...

微分合成関数の微分導関数
2025/6/18

次の関数を微分せよ。ただし、$a$は定数とする。 (1) $y = (x+2)^3 (x-3)^4$ (7) $y = (1+x^2)\sqrt{4-x^2}$

微分積の微分関数
2025/6/18

関数 $f(x,y)$ が与えられています。 $f(x,y) = \begin{cases} \frac{2x^3y - 3xy^3}{x^2+y^2} + xy^3 & (x,y) \neq (0,...

偏微分極限多変数関数
2025/6/18

与えられた関数の最大値、最小値、およびそれらを取る時の $x$ の値を指定された区間で求める問題です。 (1) $y = \log_3 x$ , $1 \le x \le 3\sqrt{3}$ (2...

対数関数最大値最小値単調性
2025/6/18

与えられた関数のグラフを描く問題です。関数は対数関数であり、様々な底や係数、平行移動などが含まれています。

対数関数グラフ関数のグラフ定義域漸近線平行移動
2025/6/18

与えられた5つの極限値を求める問題です。 (1) $\lim_{x \to 2} (x^2 + 5x - 8)$ (2) $\lim_{x \to 0} \frac{x^2 + 3x}{x}$ (3)...

極限関数の極限有理化無限大
2025/6/18

次の関数の最大値・最小値とそのときの$x$の値を求めます。 (1) $y = \log_3 x$ ($1 \le x \le 3\sqrt{3}$) (2) $y = -\log_3 x$ ($\sq...

対数関数最大値最小値関数の増減
2025/6/18

はい、承知いたしました。画像にある問題を解きます。

極値導関数極限マクローリン展開
2025/6/18