関数 $y = \sin^3 \theta + \cos^3 \theta - 2\sin 2\theta$ ($0 \le \theta \le \pi$)の最大値と最小値を求める問題です。$x = \sin \theta + \cos \theta$ とおき、与えられた関数を $x$ で表して、最大値と最小値を計算します。

解析学三角関数最大値最小値微分関数のグラフ
2025/5/6

1. 問題の内容

関数 y=sin3θ+cos3θ2sin2θy = \sin^3 \theta + \cos^3 \theta - 2\sin 2\theta0θπ0 \le \theta \le \pi)の最大値と最小値を求める問題です。x=sinθ+cosθx = \sin \theta + \cos \theta とおき、与えられた関数を xx で表して、最大値と最小値を計算します。

2. 解き方の手順

(1) x=sinθ+cosθx = \sin \theta + \cos \theta を変形します。
x=2sin(θ+π4)x = \sqrt{2} \sin (\theta + \frac{\pi}{4})
0θπ0 \le \theta \le \pi より、π4θ+π45π4\frac{\pi}{4} \le \theta + \frac{\pi}{4} \le \frac{5\pi}{4}
したがって、12sin(θ+π4)1 -\frac{1}{\sqrt{2}} \le \sin (\theta + \frac{\pi}{4}) \le 1
22sin(θ+π4)1-\frac{\sqrt{2}}{2} \le \sin (\theta + \frac{\pi}{4}) \le 1
ゆえに 12sin(θ+π4)2-1 \le \sqrt{2}\sin(\theta + \frac{\pi}{4}) \le \sqrt{2}より 1x2-1 \le x \le \sqrt{2}.
ア:2、イ:4、ウ:-1、エ:2
(2) yyxx で表します。
sin3θ+cos3θ=(sinθ+cosθ)(sin2θsinθcosθ+cos2θ)=x(1sinθcosθ)\sin^3 \theta + \cos^3 \theta = (\sin \theta + \cos \theta)(\sin^2 \theta - \sin \theta \cos \theta + \cos^2 \theta) = x(1 - \sin \theta \cos \theta)
x2=sin2θ+2sinθcosθ+cos2θ=1+2sinθcosθx^2 = \sin^2 \theta + 2\sin \theta \cos \theta + \cos^2 \theta = 1 + 2\sin \theta \cos \theta
sinθcosθ=x212\sin \theta \cos \theta = \frac{x^2 - 1}{2}
sin3θ+cos3θ=x(1x212)=x(3x22)=3xx32\sin^3 \theta + \cos^3 \theta = x(1 - \frac{x^2 - 1}{2}) = x(\frac{3 - x^2}{2}) = \frac{3x - x^3}{2}
sin2θ=2sinθcosθ=x21\sin 2\theta = 2\sin \theta \cos \theta = x^2 - 1
y=3xx322(x21)=12x32x2+32x+2y = \frac{3x - x^3}{2} - 2(x^2 - 1) = -\frac{1}{2}x^3 - 2x^2 + \frac{3}{2}x + 2
オ:1、カ:2、キ:2、ク:3、ケ:2
(3) yy を微分します。
dydx=32x24x+32=32(x2+83x1)=32(x13)(x+3)\frac{dy}{dx} = -\frac{3}{2}x^2 - 4x + \frac{3}{2} = -\frac{3}{2}(x^2 + \frac{8}{3}x - 1) = -\frac{3}{2}(x - \frac{1}{3})(x + 3)
コ:1、サ:3、シ:3
y=0y' = 0 となるのは x=13,3x = \frac{1}{3}, -3.
1x2-1 \le x \le \sqrt{2} なので x=13x = \frac{1}{3} のみを考慮します。
(4) 最大値と最小値を求めます。
x=1x = -1 のとき y=12(1)32(1)2+32(1)+2=12232+2=1y = -\frac{1}{2}(-1)^3 - 2(-1)^2 + \frac{3}{2}(-1) + 2 = \frac{1}{2} - 2 - \frac{3}{2} + 2 = -1
x=13x = \frac{1}{3} のとき y=12(13)32(13)2+32(13)+2=15429+12+2=112+27+10854=12254=6127y = -\frac{1}{2}(\frac{1}{3})^3 - 2(\frac{1}{3})^2 + \frac{3}{2}(\frac{1}{3}) + 2 = -\frac{1}{54} - \frac{2}{9} + \frac{1}{2} + 2 = \frac{-1 - 12 + 27 + 108}{54} = \frac{122}{54} = \frac{61}{27}
x=2x = \sqrt{2} のとき y=12(2)32(2)2+322+2=2224+322+2=222=242=2+222+0.707=1.293y = -\frac{1}{2}(\sqrt{2})^3 - 2(\sqrt{2})^2 + \frac{3}{2}\sqrt{2} + 2 = -\frac{2\sqrt{2}}{2} - 4 + \frac{3\sqrt{2}}{2} + 2 = \frac{\sqrt{2}}{2} - 2 = \frac{\sqrt{2}-4}{2} = -2 + \frac{\sqrt{2}}{2} \approx -2+0.707 = -1.293
x=13x = \frac{1}{3} の時、yは最大値 6127\frac{61}{27}
x=2x = \sqrt{2} の時、yは最小値 2+22-2 + \frac{\sqrt{2}}{2}

3. 最終的な答え

スセ:61、ソタ:27、チ:-2、ツ:2
x3=1/2x32x2+3/2x+2x^3 = -1/2 x^3 - 2x^2 + 3/2 x + 2
x2=x212x^2 = \frac{x^2 -1}{2}
最大値は 6127\frac{61}{27} 、最小値は 2+122-2 + \frac{1}{2}\sqrt{2} である。