点$(x, y)$を通り、方向ベクトル$\vec{l}_{\theta} = (\cos\theta, \sin\theta)$と$\vec{l}_{\phi} = (\cos\phi, \sin\phi)$を持つ直線をそれぞれ$\ell_{\theta}, \ell_{\phi}$とする。関数$f(x, y)$が与えられているとき、方向微分$g_1(x, y; \theta) = \frac{\partial f}{\partial \vec{l}_{\theta}}(x, y)$および$g_2(x, y; \theta, \phi) = \frac{\partial g_1}{\partial \vec{l}_{\phi}}(x, y; \theta)$を考える。以下の問いに答えよ。 (1) $g_1(0, 0; \theta)$を求めよ。 (2) $g_2(0, 0; 0, \pi/2)$と$g_2(0, 0; \pi/2, 0)$を求めよ。 (3) $g_2(0, 0; \pi/4, \pi/4)$を求めよ。 ここで、関数$f(x, y)$は以下のように定義される。 $$ f(x, y) = \begin{cases} \frac{2x^3y - 3xy^3}{x^2 + y^2} + xy^3 & (x, y) \neq (0, 0) \\ 0 & (x, y) = (0, 0) \end{cases} $$

解析学方向微分偏微分多変数関数
2025/6/21

1. 問題の内容

(x,y)(x, y)を通り、方向ベクトルlθ=(cosθ,sinθ)\vec{l}_{\theta} = (\cos\theta, \sin\theta)lϕ=(cosϕ,sinϕ)\vec{l}_{\phi} = (\cos\phi, \sin\phi)を持つ直線をそれぞれθ,ϕ\ell_{\theta}, \ell_{\phi}とする。関数f(x,y)f(x, y)が与えられているとき、方向微分g1(x,y;θ)=flθ(x,y)g_1(x, y; \theta) = \frac{\partial f}{\partial \vec{l}_{\theta}}(x, y)およびg2(x,y;θ,ϕ)=g1lϕ(x,y;θ)g_2(x, y; \theta, \phi) = \frac{\partial g_1}{\partial \vec{l}_{\phi}}(x, y; \theta)を考える。以下の問いに答えよ。
(1) g1(0,0;θ)g_1(0, 0; \theta)を求めよ。
(2) g2(0,0;0,π/2)g_2(0, 0; 0, \pi/2)g2(0,0;π/2,0)g_2(0, 0; \pi/2, 0)を求めよ。
(3) g2(0,0;π/4,π/4)g_2(0, 0; \pi/4, \pi/4)を求めよ。
ここで、関数f(x,y)f(x, y)は以下のように定義される。
f(x, y) = \begin{cases}
\frac{2x^3y - 3xy^3}{x^2 + y^2} + xy^3 & (x, y) \neq (0, 0) \\
0 & (x, y) = (0, 0)
\end{cases}

2. 解き方の手順

(1) g1(0,0;θ)g_1(0, 0; \theta)を求める。方向微分の定義より、
g_1(0, 0; \theta) = \lim_{t \to 0} \frac{f(0 + t\cos\theta, 0 + t\sin\theta) - f(0, 0)}{t}
f(0,0)=0f(0, 0) = 0であるから、
g_1(0, 0; \theta) = \lim_{t \to 0} \frac{f(t\cos\theta, t\sin\theta)}{t}
f(tcosθ,tsinθ)f(t\cos\theta, t\sin\theta)を計算すると、
\begin{align*}
f(t\cos\theta, t\sin\theta) &= \frac{2(t\cos\theta)^3(t\sin\theta) - 3(t\cos\theta)(t\sin\theta)^3}{(t\cos\theta)^2 + (t\sin\theta)^2} + (t\cos\theta)(t\sin\theta)^3 \\
&= \frac{2t^4\cos^3\theta\sin\theta - 3t^4\cos\theta\sin^3\theta}{t^2(\cos^2\theta + \sin^2\theta)} + t^4\cos\theta\sin^3\theta \\
&= 2t^2\cos^3\theta\sin\theta - 3t^2\cos\theta\sin^3\theta + t^4\cos\theta\sin^3\theta
\end{align*}
したがって、
\begin{align*}
g_1(0, 0; \theta) &= \lim_{t \to 0} \frac{2t^2\cos^3\theta\sin\theta - 3t^2\cos\theta\sin^3\theta + t^4\cos\theta\sin^3\theta}{t} \\
&= \lim_{t \to 0} (2t\cos^3\theta\sin\theta - 3t\cos\theta\sin^3\theta + t^3\cos\theta\sin^3\theta) \\
&= 0
\end{align*}
(2) g2(0,0;θ,ϕ)=g1lϕ(0,0;θ)g_2(0, 0; \theta, \phi) = \frac{\partial g_1}{\partial \vec{l}_{\phi}}(0, 0; \theta)を求める。
g_2(0, 0; \theta, \phi) = \lim_{t \to 0} \frac{g_1(t\cos\phi, t\sin\phi; \theta) - g_1(0, 0; \theta)}{t}
g1(0,0;θ)=0g_1(0, 0; \theta) = 0であるから、
g_2(0, 0; \theta, \phi) = \lim_{t \to 0} \frac{g_1(t\cos\phi, t\sin\phi; \theta)}{t}
g1(x,y;θ)=flθ(x,y)g_1(x, y; \theta) = \frac{\partial f}{\partial \vec{l}_{\theta}}(x, y)である。問題文より、f(x,y)f(x,y)(0,0)(0,0)で微分可能であるとしてよいので、
fx(0,0)=0f_x(0, 0) = 0fy(0,0)=0f_y(0, 0) = 0となる。したがって、g1(x,y;θ)=fx(x,y)cosθ+fy(x,y)sinθg_1(x, y; \theta) = f_x(x, y) \cos\theta + f_y(x, y) \sin\thetaであり、g1(0,0;θ)=0g_1(0, 0; \theta) = 0が成り立つ。
まず、g2(0,0;0,π/2)g_2(0, 0; 0, \pi/2)を求める。
g2(0,0;0,π/2)=limt0g1(tcos(π/2),tsin(π/2);0)t=limt0g1(0,t;0)tg_2(0, 0; 0, \pi/2) = \lim_{t \to 0} \frac{g_1(t\cos(\pi/2), t\sin(\pi/2); 0)}{t} = \lim_{t \to 0} \frac{g_1(0, t; 0)}{t}
g1(x,y;θ)=flθ(x,y)g_1(x, y; \theta) = \frac{\partial f}{\partial \vec{l}_{\theta}}(x, y)なので、
g1(x,y;0)=limh0f(x+h,y)f(x,y)hg_1(x, y; 0) = \lim_{h \to 0} \frac{f(x+h, y) - f(x, y)}{h}
g1(0,t;0)=limh0f(h,t)f(0,t)h=limh02h3t3ht3h2+t2+ht3hg_1(0, t; 0) = \lim_{h \to 0} \frac{f(h, t) - f(0, t)}{h} = \lim_{h \to 0} \frac{\frac{2h^3t - 3ht^3}{h^2 + t^2} + ht^3}{h}
=limh02h2t3t3h2+t2+t3=3t3t2+t3=3t+t3 = \lim_{h \to 0} \frac{2h^2t - 3t^3}{h^2 + t^2} + t^3 = \frac{-3t^3}{t^2} + t^3 = -3t + t^3
g2(0,0;0,π/2)=limt03t+t3t=limt03+t2=3g_2(0, 0; 0, \pi/2) = \lim_{t \to 0} \frac{-3t + t^3}{t} = \lim_{t \to 0} -3 + t^2 = -3
次に、g2(0,0;π/2,0)g_2(0, 0; \pi/2, 0)を求める。
g2(0,0;π/2,0)=limt0g1(tcos(0),tsin(0);π/2)t=limt0g1(t,0;π/2)tg_2(0, 0; \pi/2, 0) = \lim_{t \to 0} \frac{g_1(t\cos(0), t\sin(0); \pi/2)}{t} = \lim_{t \to 0} \frac{g_1(t, 0; \pi/2)}{t}
g1(x,y;π/2)=limh0f(x,y+h)f(x,y)hg_1(x, y; \pi/2) = \lim_{h \to 0} \frac{f(x, y+h) - f(x, y)}{h}
g1(t,0;π/2)=limh0f(t,h)f(t,0)h=limh02t3h3th3t2+h2+th3hg_1(t, 0; \pi/2) = \lim_{h \to 0} \frac{f(t, h) - f(t, 0)}{h} = \lim_{h \to 0} \frac{\frac{2t^3h - 3th^3}{t^2 + h^2} + th^3}{h}
=limh02t33th2t2+h2+th2=2t3t2=2t= \lim_{h \to 0} \frac{2t^3 - 3th^2}{t^2 + h^2} + th^2 = \frac{2t^3}{t^2} = 2t
g2(0,0;π/2,0)=limt02tt=2g_2(0, 0; \pi/2, 0) = \lim_{t \to 0} \frac{2t}{t} = 2
(3) g2(0,0;π/4,π/4)g_2(0, 0; \pi/4, \pi/4)を求める。
g2(0,0;π/4,π/4)=limt0g1(tcos(π/4),tsin(π/4);π/4)t=limt0g1(t2,t2;π/4)tg_2(0, 0; \pi/4, \pi/4) = \lim_{t \to 0} \frac{g_1(t\cos(\pi/4), t\sin(\pi/4); \pi/4)}{t} = \lim_{t \to 0} \frac{g_1(\frac{t}{\sqrt{2}}, \frac{t}{\sqrt{2}}; \pi/4)}{t}
g1(x,y;θ)=fx(x,y)cosθ+fy(x,y)sinθg_1(x,y; \theta) = f_x(x, y) \cos\theta + f_y(x, y) \sin\thetaと考える。
g1(x,y;π/4)=fx(x,y)cos(π/4)+fy(x,y)sin(π/4)=12(fx(x,y)+fy(x,y))g_1(x, y; \pi/4) = f_x(x, y) \cos(\pi/4) + f_y(x, y) \sin(\pi/4) = \frac{1}{\sqrt{2}} (f_x(x, y) + f_y(x, y))
ここで、fx(x,y),fy(x,y)f_x(x, y), f_y(x, y)は複雑になるため、ffを微分して求める方法は難しい。
一旦保留とする。

3. 最終的な答え

(1) g1(0,0;θ)=0g_1(0, 0; \theta) = 0
(2) g2(0,0;0,π/2)=3g_2(0, 0; 0, \pi/2) = -3, g2(0,0;π/2,0)=2g_2(0, 0; \pi/2, 0) = 2
(3) g2(0,0;π/4,π/4)g_2(0, 0; \pi/4, \pi/4) : 計算困難

「解析学」の関連問題

(1) $n=1, 2, 3, ...$ のとき、不等式 $\frac{1}{n+1} < \int_n^{n+1} \frac{1}{x} dx < \frac{1}{n}$ が成り立つことを示す。...

積分不等式単調減少関数対数関数
2025/6/21

定積分 $\int_{1}^{2} (x-1)^2 e^{2x} dx$ を計算してください。

積分定積分部分積分
2025/6/21

以下の3つの関数のグラフを描く問題です。 (1) $y = \frac{x}{\log x} \quad (x > 0)$ (2) $y = \frac{e^x}{x} \quad (x \neq 0...

関数のグラフ微分極値漸近線対数関数指数関数
2025/6/21

次の関数を微分する問題です。 (1) $e^{3x+4}$ (2) $e^{x^2}$ (3) $xe^x$ (4) $\log(x^2+1)$ (5) $x\log x$ (6) $\log(x +...

微分合成関数の微分積の微分指数関数対数関数
2025/6/21

次の4つの関数のグラフを描く問題です。 (1) $y = 2^x$ (2) $y = (\frac{1}{2})^x$ (3) $y = \log_2 x$ (4) $y = \log_{\frac{...

指数関数対数関数グラフ
2025/6/21

$0 < a < 1$を満たす実数$a$に対し、$f_1(x) = ax$, $g_1(x) = x^2 - x$, $g_2(x) = |x^2 - x|$とおく。 直線$y = f_1(x)$を$...

積分面積関数のグラフ絶対値
2025/6/21

$0 < a < 1$ を満たす実数 $a$ が与えられ、$f_1(x) = ax$, $g_1(x) = x^2 - x$, $g_2(x) = |x^2 - x|$ とおく。直線 $y = f_1...

積分絶対値関数のグラフ面積
2025/6/21

$f(x) = kx$, $g(x) = x^2$ とする。 (i) 直線 $y = f(x)$ と曲線 $y = g(x)$ の交点の座標を求める。 (ii) 直線と曲線で囲まれた図形の面積 $S$...

積分面積接線微分
2025/6/21

関数 $f(x) = x^2 - 2x - 1$ の $x=5$ における微分係数を求めます。

微分微分係数関数
2025/6/21

関数 $f(x) = x^5 - 4x$ を微分した関数 $f'(x)$ を求め、空欄を埋める問題です。空欄はそれぞれ「ホ」「マ」「ミ」に対応しています。

微分関数多項式
2025/6/21