関数 $y = x^2 \cos 2x$ を微分した $y'$ を求める問題です。解析学微分積の微分合成関数三角関数2025/7/311. 問題の内容関数 y=x2cos2xy = x^2 \cos 2xy=x2cos2x を微分した y′y'y′ を求める問題です。2. 解き方の手順積の微分公式 (uv)′=u′v+uv′(uv)' = u'v + uv'(uv)′=u′v+uv′ を利用します。ここで、u=x2u = x^2u=x2 、v=cos2xv = \cos 2xv=cos2x とおきます。まず、u=x2u = x^2u=x2 の微分はu′=2xu' = 2xu′=2x次に、v=cos2xv = \cos 2xv=cos2x の微分は、2x2x2x を ttt とおくと v=costv = \cos tv=cost より、合成関数の微分公式を使って、v′=dvdt⋅dtdx=−sint⋅2=−2sin2xv' = \frac{dv}{dt} \cdot \frac{dt}{dx} = -\sin t \cdot 2 = -2 \sin 2xv′=dtdv⋅dxdt=−sint⋅2=−2sin2xしたがって、y=x2cos2xy = x^2 \cos 2xy=x2cos2x の微分は、y′=(x2)′cos2x+x2(cos2x)′=2xcos2x+x2(−2sin2x)=2xcos2x−2x2sin2xy' = (x^2)' \cos 2x + x^2 (\cos 2x)' = 2x \cos 2x + x^2 (-2 \sin 2x) = 2x \cos 2x - 2x^2 \sin 2xy′=(x2)′cos2x+x2(cos2x)′=2xcos2x+x2(−2sin2x)=2xcos2x−2x2sin2xこれを 2x2x2x でくくると、y′=2x(cos2x−xsin2x)y' = 2x (\cos 2x - x \sin 2x)y′=2x(cos2x−xsin2x)3. 最終的な答えy′=2x(cos2x−xsin2x)y' = 2x (\cos 2x - x \sin 2x)y′=2x(cos2x−xsin2x)選択肢5が正しいです。