関数 $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}$ 方向ベクトル $l_\theta = (\cos \theta, \sin \theta)$ および $l_\phi = (\cos \phi, \sin \phi)$ を持つ直線に対する方向微分 $g_1(x,y;\theta) = \frac{\partial f}{\partial l_\theta}(x,y)$ と $g_2(x,y;\theta, \phi) = \frac{\partial g_1}{\partial 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)$ を求める。

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

1. 問題の内容

関数 f(x,y)f(x,y) が与えられています。
f(x,y)={2x3y3xy3x2+y2+xy3,(x,y)(0,0)0,(x,y)=(0,0)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}
方向ベクトル lθ=(cosθ,sinθ)l_\theta = (\cos \theta, \sin \theta) および lϕ=(cosϕ,sinϕ)l_\phi = (\cos \phi, \sin \phi) を持つ直線に対する方向微分 g1(x,y;θ)=flθ(x,y)g_1(x,y;\theta) = \frac{\partial f}{\partial l_\theta}(x,y)g2(x,y;θ,ϕ)=g1lϕ(x,y;θ)g_2(x,y;\theta, \phi) = \frac{\partial g_1}{\partial 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) を求める。

2. 解き方の手順

(1) f(x,y)f(x,y)(0,0)(0,0) で微分可能であることを利用して、g1(0,0;θ)g_1(0,0;\theta) を求めます。 方向微分の定義から、
g1(0,0;θ)=limh0f(0+hcosθ,0+hsinθ)f(0,0)h=limh0f(hcosθ,hsinθ)hg_1(0,0;\theta) = \lim_{h \to 0} \frac{f(0 + h\cos \theta, 0 + h\sin \theta) - f(0,0)}{h} = \lim_{h \to 0} \frac{f(h\cos \theta, h\sin \theta)}{h}
=limh02h3cos3θhsinθ3hcosθh3sin3θh2cos2θ+h2sin2θ+hcosθh3sin3θh = \lim_{h \to 0} \frac{\frac{2h^3 \cos^3 \theta h \sin \theta - 3h \cos \theta h^3 \sin^3 \theta}{h^2 \cos^2 \theta + h^2 \sin^2 \theta} + h \cos \theta h^3 \sin^3 \theta}{h}
=limh02h4cos3θsinθ3h4cosθsin3θ+h4cosθsin3θ(cos2θ+sin2θ)h3 = \lim_{h \to 0} \frac{2h^4 \cos^3 \theta \sin \theta - 3h^4 \cos \theta \sin^3 \theta + h^4 \cos \theta \sin^3 \theta (\cos^2 \theta + \sin^2 \theta)}{h^3}
=limh02h4cos3θsinθ2h4cosθsin3θh3=limh0h(2cos3θsinθ2cosθsin3θ)=0 = \lim_{h \to 0} \frac{2h^4 \cos^3 \theta \sin \theta - 2h^4 \cos \theta \sin^3 \theta}{h^3} = \lim_{h \to 0} h (2 \cos^3 \theta \sin \theta - 2 \cos \theta \sin^3 \theta) = 0
よって、g1(0,0;θ)=0g_1(0,0;\theta) = 0
(2) g2(x,y;θ,ϕ)=g1lϕ(x,y;θ)g_2(x,y;\theta, \phi) = \frac{\partial g_1}{\partial l_\phi}(x,y;\theta) であり、g1(0,0;θ)=0g_1(0,0;\theta) = 0 より、
g2(0,0;θ,ϕ)=limh0g1(0+hcosϕ,0+hsinϕ;θ)g1(0,0;θ)h=limh0g1(hcosϕ,hsinϕ;θ)0hg_2(0,0;\theta, \phi) = \lim_{h \to 0} \frac{g_1(0 + h\cos \phi, 0 + h\sin \phi; \theta) - g_1(0,0;\theta)}{h} = \lim_{h \to 0} \frac{g_1(h\cos \phi, h\sin \phi; \theta) - 0}{h}
g1(x,y;θ)=flθ(x,y)=fx(x,y)cosθ+fy(x,y)sinθg_1(x,y;\theta) = \frac{\partial f}{\partial l_\theta}(x,y) = \frac{\partial f}{\partial x}(x,y) \cos \theta + \frac{\partial f}{\partial y}(x,y) \sin \theta.
まず fxf_xfyf_y を計算します。
fx=(6x2y3y3+y3)(x2+y2)(2x3y3xy3+xy5)(2x)(x2+y2)2=4x4y+9x2y36x2y3+3xy5(x2+y2)2f_x = \frac{(6x^2y-3y^3+y^3)(x^2+y^2)-(2x^3y-3xy^3+xy^5)(2x)}{(x^2+y^2)^2} = \frac{4x^4y+9x^2y^3-6x^2y^3+3xy^5}{(x^2+y^2)^2}
fy=(2x39xy2+5xy4)(x2+y2)(2x3y3xy3+xy5)(2y)(x2+y2)2=2x57x3y27xy4(x2+y2)2f_y = \frac{(2x^3-9xy^2+5xy^4)(x^2+y^2)-(2x^3y-3xy^3+xy^5)(2y)}{(x^2+y^2)^2}=\frac{2x^5-7x^3y^2-7xy^4}{(x^2+y^2)^2}
なので g1(x,y;θ)=fxcosθ+fysinθg_1(x,y;\theta) = f_x \cos \theta + f_y \sin \theta となります。
しかし、g2(0,0;θ,ϕ)=limh0g1(hcosϕ,hsinϕ;θ)hg_2(0,0;\theta, \phi) = \lim_{h \to 0} \frac{g_1(h\cos \phi, h\sin \phi; \theta)}{h} を計算するとき、
fx(0,0)=limh0f(h,0)f(0,0)h=limh00h=0f_x(0,0) = \lim_{h\rightarrow 0} \frac{f(h,0) - f(0,0)}{h} = \lim_{h\rightarrow 0} \frac{0}{h} = 0
fy(0,0)=limh0f(0,h)f(0,0)h=limh00h=0f_y(0,0) = \lim_{h\rightarrow 0} \frac{f(0,h) - f(0,0)}{h} = \lim_{h\rightarrow 0} \frac{0}{h} = 0
よって g1(0,0;θ)=0g_1(0,0;\theta)=0.
g2(0,0;0,π/2)=limh0g1(0,h;0)0hg_2(0,0;0,\pi/2) = \lim_{h \to 0} \frac{g_1(0,h;0) - 0}{h}
g1(x,y;θ)=fxcosθ+fysinθg_1(x,y;\theta) = f_x cos \theta + f_y sin \theta fx(0,h)cos(0)+fy(0,h)sin(0)=f(0,h)f(0,0)h=0h=0f_x(0,h) cos(0) + f_y(0,h) sin(0) = \frac{f(0,h)-f(0,0)}{h} = \frac{0}{h} =0
g2(0,0;0,π/2)=0g_2(0,0;0,\pi/2) = 0
g2(0,0;π/2,0)=limh0g1(h,0;π/2)h=0g_2(0,0;\pi/2,0) = \lim_{h \to 0} \frac{g_1(h,0;\pi/2)}{h} = 0
f(h,0)=0,f(0,h)=0f(h,0)=0, f(0,h)=0 なので g1(h,0;π/2)=fxcosπ/2+fysinπ/2=fy=0g_1(h,0;\pi/2) = f_x cos \pi/2 + f_y sin \pi/2 =f_y=0.
よって g2(0,0;π/2,0)=0g_2(0,0;\pi/2,0)=0
(3) g2(0,0;π/4,π/4)=limh0g1(hcos(π/4),hsin(π/4);π/4)h=limh0g1(h/2,h/2;π/4)hg_2(0,0;\pi/4,\pi/4) = \lim_{h \to 0} \frac{g_1(h \cos(\pi/4), h \sin(\pi/4); \pi/4)}{h} = \lim_{h \to 0} \frac{g_1(h/\sqrt{2}, h/\sqrt{2}; \pi/4)}{h}
g1=fxcosθ+fysinθg_1 = f_x cos \theta + f_y sin \theta .
x=h/2,y=h/2,θ=π/4x = h/\sqrt{2}, y= h/\sqrt{2}, \theta = \pi/4 とします.
fx=4(h2)4h2+9(h2)2(h2)36(h2)2(h2)3+3h2(h2)5((h2)2+(h2)2)2f_x = \frac{4(\frac{h}{\sqrt{2}})^4 \frac{h}{\sqrt{2}}+9 (\frac{h}{\sqrt{2}})^2 (\frac{h}{\sqrt{2}})^3-6 (\frac{h}{\sqrt{2}})^2 (\frac{h}{\sqrt{2}})^3+3\frac{h}{\sqrt{2}} (\frac{h}{\sqrt{2}})^5}{((\frac{h}{\sqrt{2}})^2+(\frac{h}{\sqrt{2}})^2)^2}
fx=(4h542+9h5426h542+3h642)h4=742h5h4=7h42f_x = \frac{ (\frac{4h^5}{4\sqrt{2}} + \frac{9h^5}{4\sqrt{2}}-\frac{6h^5}{4\sqrt{2}}+ \frac{3h^6}{4\sqrt{2}})}{h^4}=\frac{\frac{7}{4\sqrt{2}} h^5}{h^4}=\frac{7h}{4\sqrt{2}}
fy=2x57x3y27xy4(x2+y2)2f_y = \frac{2x^5-7x^3y^2-7xy^4}{(x^2+y^2)^2}
fy=2h5427h5427h542h4=12h542h4=3h2f_y= \frac{\frac{2h^5}{4\sqrt{2}}- \frac{7h^5}{4\sqrt{2}}-\frac{7h^5}{4\sqrt{2}}}{h^4}=\frac{\frac{-12h^5}{4\sqrt{2}}}{h^4}=-\frac{3h}{\sqrt{2}}
g1=(7h42)(12)+(3h2)(12)=7h83h2=7h812h8=5h8g_1= (\frac{7h}{4\sqrt{2}}) (\frac{1}{\sqrt{2}})+ (-\frac{3h}{\sqrt{2}})(\frac{1}{\sqrt{2}})=\frac{7h}{8}-\frac{3h}{2} =\frac{7h}{8}-\frac{12h}{8}=-\frac{5h}{8}.
g2=limh>05h8h=58g_2 = \lim_{h->0}\frac{-\frac{5h}{8}}{h}= -\frac{5}{8}.

3. 最終的な答え

(1) g1(0,0;θ)=0g_1(0,0;\theta) = 0
(2) g2(0,0;0,π/2)=0g_2(0,0;0,\pi/2) = 0, g2(0,0;π/2,0)=0g_2(0,0;\pi/2,0) = 0
(3) g2(0,0;π/4,π/4)=58g_2(0,0;\pi/4,\pi/4) = -\frac{5}{8}

「解析学」の関連問題

$\int_1^2 (\log x)^3 dx$ を計算します。

積分部分積分対数関数定積分
2025/6/21

与えられた三角関数の等式 $ \frac{\cos\theta - 1}{\sin\theta} + \frac{\sin\theta}{\cos\theta - 1} = -\frac{2}{\si...

三角関数等式恒等式方程式解なし
2025/6/21

$-\frac{\pi}{2} < x < \frac{\pi}{2}$ のとき、不等式 $\sin x - \sqrt{3}\cos x \ge 0$ を解け。

三角関数不等式三角関数の合成
2025/6/21

関数 $y = a\sin x + b\cos x$ は $x = \frac{\pi}{6}$ で最大値をとり、最小値は $-5$ である。定数 $a, b$ の値を求めよ。

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

定積分 $\int_{0}^{\frac{\pi}{2}} \sin^4 x \, dx$ の値を求めます。

定積分三角関数積分次数下げ
2025/6/21

与えられた定積分を計算します。問題は次の通りです。 $8\sqrt{3} \int_{\frac{\sqrt{3}}{2}}^{1} \sqrt{1-x^2} \, dx$

定積分置換積分三角関数
2025/6/21

次の3つの不等式を証明する。 (1) $x \geq \log(1+x)$ ($x > -1$) (2) $\log(x+1) \geq x - x^2$ ($x \geq -\frac{1}{2}$...

不等式の証明関数の微分対数関数指数関数単調性
2025/6/21

定積分 $\int_{0}^{1} x(x-1)^{4} dx$ を計算します。

定積分積分多項式
2025/6/21

点P(x, y)が $x = \cos t$, $y = \sin^2 t$, $-\pi \le t \le \pi$ を満たすとき、点Pが動く道のり $l$ と、Pが動いてできる曲線の長さ $L$...

積分曲線の長さパラメータ表示置換積分
2025/6/21

点Pの座標 $(x, y)$ が $x = \cos t$, $y = \sin^2 t$, $-\pi \le t \le \pi$ で表されるとき、点Pが動く道のり $L$ を、$a = \int...

積分曲線の長さ置換積分三角関数
2025/6/21