与えられた関数 $f(x, y)$ の、点 $(0, 0)$ における方向 $\mathbf{l} = (\cos\theta, \sin\theta)$ への方向微分係数 $\frac{\partial f}{\partial \mathbf{l}}(0, 0)$ を求める問題です。 (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/6/14

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) を求める問題です。
(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. 解き方の手順

方向微分係数の定義より、
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=1+0=1f(0, 0) = \cos 0 + \sin 0 = 1 + 0 = 1
f(tcosθ,tsinθ)=cos(tcosθ)+sin(tsinθ)f(t \cos\theta, t \sin\theta) = \cos(t \cos\theta) + \sin(t \sin\theta)
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}
ここで、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\frac{\partial f}{\partial \mathbf{l}}(0, 0) = \lim_{t \to 0} \frac{1 - \frac{(t \cos\theta)^2}{2} + t \sin\theta - 1 + O(t^3)}{t}
=limt0tsinθt2cos2θ2+O(t3)t=limt0(sinθtcos2θ2+O(t2))=sinθ= \lim_{t \to 0} \frac{t \sin\theta - \frac{t^2 \cos^2\theta}{2} + O(t^3)}{t} = \lim_{t \to 0} (\sin\theta - \frac{t \cos^2\theta}{2} + O(t^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
f(tcosθ,tsinθ)=tcosθtsinθ(tcosθ)2+(tsinθ)2=t2cosθsinθt2(cos2θ+sin2θ)=t2cosθsinθt=tcosθsinθf(t \cos\theta, t \sin\theta) = \frac{|t \cos\theta||t \sin\theta|}{\sqrt{(t \cos\theta)^2 + (t \sin\theta)^2}} = \frac{t^2 |\cos\theta \sin\theta|}{\sqrt{t^2 (\cos^2\theta + \sin^2\theta)}} = \frac{t^2 |\cos\theta \sin\theta|}{|t|} = |t| |\cos\theta \sin\theta|
fl(0,0)=limt0tcosθsinθ0t=limt0ttcosθsinθ\frac{\partial f}{\partial \mathbf{l}}(0, 0) = \lim_{t \to 0} \frac{|t| |\cos\theta \sin\theta| - 0}{t} = \lim_{t \to 0} \frac{|t|}{t} |\cos\theta \sin\theta|
t0t \to 0 の近づき方によって極限が異なる場合があるので、これは存在しない。
θ=0 \theta = 0 または θ=π/2\theta = \pi/2 または θ=π\theta = \pi または θ=3π/2\theta = 3\pi/2 の時、 cosθsinθ=0 \cos\theta\sin\theta = 0 になるので、 fl(0,0)=0 \frac{\partial f}{\partial \mathbf{l}}(0, 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
f(tcosθ,tsinθ)=(tcosθ)(tsinθ)sin1(tcosθ)2+(tsinθ)2=t2cosθsinθsin1tf(t \cos\theta, t \sin\theta) = (t \cos\theta)(t \sin\theta) \sin \frac{1}{\sqrt{(t \cos\theta)^2 + (t \sin\theta)^2}} = t^2 \cos\theta \sin\theta \sin \frac{1}{|t|}
fl(0,0)=limt0t2cosθsinθsin1tt=limt0tcosθsinθsin1t\frac{\partial f}{\partial \mathbf{l}}(0, 0) = \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|}
1sin1t1-1 \leq \sin \frac{1}{|t|} \leq 1 より、
tcosθsinθtcosθsinθsin1ttcosθsinθ-|t \cos\theta \sin\theta| \leq t \cos\theta \sin\theta \sin \frac{1}{|t|} \leq |t \cos\theta \sin\theta|
limt0tcosθsinθ=0\lim_{t \to 0} -|t \cos\theta \sin\theta| = 0 and limt0tcosθsinθ=0\lim_{t \to 0} |t \cos\theta \sin\theta| = 0
挟み撃ちの原理より、
fl(0,0)=0\frac{\partial f}{\partial \mathbf{l}}(0, 0) = 0

3. 最終的な答え

(1) fl(0,0)=sinθ\frac{\partial f}{\partial \mathbf{l}}(0, 0) = \sin\theta
(2) θ=0\theta = 0 または θ=π/2\theta = \pi/2 または θ=π\theta = \pi または θ=3π/2\theta = 3\pi/2 の時、 fl(0,0)=0\frac{\partial f}{\partial \mathbf{l}}(0, 0) = 0。それ以外の時、方向微分係数は存在しない。
(3) fl(0,0)=0\frac{\partial f}{\partial \mathbf{l}}(0, 0) = 0

「解析学」の関連問題

与えられた関数 $y = \log{\frac{(x+2)^3}{(2x+1)^2}}$ を微分せよ。

微分対数関数合成関数の微分導関数
2025/6/14

与えられた微分方程式は $y' + 2x^2y = 0$ です。これは1階線形同次微分方程式です。

微分方程式1階微分方程式変数分離法線形微分方程式同次微分方程式
2025/6/14

与えられた10個の関数を微分する問題です。 (1) $y = \frac{\cos x}{\sin x}$ (2) $y = \cos(3x + 2)$ (3) $y = e^{2x + 3}$ (4...

微分三角関数指数関数対数関数
2025/6/14

与えられた8つの関数をそれぞれ微分せよ。

微分導関数多項式分数関数合成関数
2025/6/14

問題29は与えられた関数を微分する問題です。問題30は与えられた極限を求める問題です。 問題29 (1) $y = x^4 - 3x^3 + 2x^2 - 4x + 1$ を微分する。 (2) $s ...

微分極限導関数積の微分sin
2025/6/14

## 問題の解答

極限微分平均変化率微分係数接線三角関数分数関数無理関数
2025/6/14

## 1. 問題の内容

微分対数関数指数関数極限合成関数積の微分
2025/6/14

$0 \le \theta \le 2\pi$ のとき、関数 $y = \sin \theta + \sqrt{3} \cos \theta$ の最大値と最小値を求めよ。

三角関数最大値最小値三角関数の合成
2025/6/14

与えられた積分を計算する問題です。 (1) $I = \int \frac{1}{8 + 7\cos{x} - 4\sin{x}} dx$ の不定積分を計算します。 (2) $J = \int_{e\...

不定積分定積分積分三角関数置換積分双曲線関数
2025/6/14

関数 $y = e^{3x}$ を微分します。

微分対数合成関数の微分積の微分商の微分指数関数自然対数
2025/6/14