CANADA'S WINDVIEW

趣味の写真を投稿していきます。昆虫好きな長男と一緒に昆虫を追いかけています。最初の年はセミやカマキリ、次の年はカブトムシ、トンボ、そして今年は…

x^3+2x のグラフ

カテゴリー[ 昆虫| 田園| | | 数学・幾何学| 寺院| | 祭り| 鉄道| | 風力発電]

 

以前Rで描いた y = x^3 - 2 x = f ( x ) のグラフをGeoGebraで描き直したものです。GeoGebraの方が断然便利です。

f:id:windview_canada:20211216003322p:plain

y = x^3 - 2 x のグラフ01

f:id:windview_canada:20211216003411p:plain

y = x^3 - 2 x のグラフ02
 y = x^3 - 2 x = x \left( x + \sqrt{2} \right) \left( x - \sqrt{2} \right)  
より、 x軸との交点は、

 \left( - \sqrt{2}  , 0 \right) \left( 0 , 0 \right) \left( \sqrt{2}  , 0 \right)

となります。

更に、 y = f ( x )  x微分すると、

 \displaystyle y ' = f ' ( x ) = 3 x ^ 2 - 2 = 3 \left( x^ 2 - \frac{2}{3}  \right) = 3 \left( x + \sqrt{\frac{2}{3}} \right) \left( x - \sqrt{\frac{2}{3}} \right) = 3 \left( x + \frac{\sqrt{6}}{3} \right) \left( x - \frac{\sqrt{6}}{3} \right)
となり、増減表を書くと、

 x  \displaystyle - \frac{\sqrt{6}}{3}  \displaystyle \frac{\sqrt{6}}{3}
 f ' ( x )  0  0
 f ( x )  \displaystyle \frac{ 4 \sqrt{ 6 } }{ 9 }  \displaystyle - \frac{ 4 \sqrt{ 6 } }{ 9 }

極値の座標は、
  \displaystyle \left( - \frac{ \sqrt{ 6 } }{ 3 } , \frac{ 4 \sqrt{ 6 } }{ 9 } \right)   \displaystyle \left( \frac{ \sqrt{ 6 } }{ 3 } , - \frac{ 4 \sqrt{ 6 } }{ 9 } \right)

 

参考までに  y ' = f ' ( x ) = 3 x ^ 2 - 2 のグラフも描いてみました。

f:id:windview_canada:20211216004032p:plain

y' = 3 x^2 - 2 のグラフ