実数 $x, y$ が $\frac{x^2}{16} + \frac{y^2}{4} = 1$ を満たしながら変化するとき、$(x-1)^2 + 4(y-1)^2$ の最大値と最小値を求めよ。

代数学最大値最小値楕円三角関数パラメータ表示
2025/6/21

1. 問題の内容

実数 x,yx, yx216+y24=1\frac{x^2}{16} + \frac{y^2}{4} = 1 を満たしながら変化するとき、(x1)2+4(y1)2(x-1)^2 + 4(y-1)^2 の最大値と最小値を求めよ。

2. 解き方の手順

まず、楕円 x216+y24=1\frac{x^2}{16} + \frac{y^2}{4} = 1 上の点 (x,y)(x, y) をパラメータ表示する。
x=4cosθ,y=2sinθx = 4\cos\theta, y = 2\sin\theta とおくと、与えられた式は
(4cosθ1)2+4(2sinθ1)2=16cos2θ8cosθ+1+4(4sin2θ4sinθ+1)=16cos2θ8cosθ+1+16sin2θ16sinθ+4=16(cos2θ+sin2θ)8cosθ16sinθ+5=168cosθ16sinθ+5=218cosθ16sinθ(4\cos\theta - 1)^2 + 4(2\sin\theta - 1)^2 = 16\cos^2\theta - 8\cos\theta + 1 + 4(4\sin^2\theta - 4\sin\theta + 1) = 16\cos^2\theta - 8\cos\theta + 1 + 16\sin^2\theta - 16\sin\theta + 4 = 16(\cos^2\theta + \sin^2\theta) - 8\cos\theta - 16\sin\theta + 5 = 16 - 8\cos\theta - 16\sin\theta + 5 = 21 - 8\cos\theta - 16\sin\theta
となる。
ここで、f(θ)=218cosθ16sinθf(\theta) = 21 - 8\cos\theta - 16\sin\theta とおくと、この関数の最大値と最小値を求めればよい。
f(θ)=21(8cosθ+16sinθ)f(\theta) = 21 - (8\cos\theta + 16\sin\theta)
8cosθ+16sinθ=Rsin(θ+α)8\cos\theta + 16\sin\theta = R\sin(\theta + \alpha) となる R,αR, \alpha を求める。
R=82+162=64+256=320=85R = \sqrt{8^2 + 16^2} = \sqrt{64 + 256} = \sqrt{320} = 8\sqrt{5}
よって、
f(θ)=2185sin(θ+α)f(\theta) = 21 - 8\sqrt{5}\sin(\theta + \alpha)
1sin(θ+α)1-1 \le \sin(\theta + \alpha) \le 1 より、
8585sin(θ+α)85-8\sqrt{5} \le 8\sqrt{5}\sin(\theta + \alpha) \le 8\sqrt{5}
8585sin(θ+α)85-8\sqrt{5} \le -8\sqrt{5}\sin(\theta + \alpha) \le 8\sqrt{5}
2185f(θ)21+8521 - 8\sqrt{5} \le f(\theta) \le 21 + 8\sqrt{5}
最大値は 21+8521 + 8\sqrt{5}、最小値は 218521 - 8\sqrt{5}

3. 最終的な答え

最大値:21+8521 + 8\sqrt{5}
最小値:218521 - 8\sqrt{5}