博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Analysis by Its History_exercise 2.1
阅读量:6932 次
发布时间:2019-06-27

本文共 1595 字,大约阅读时间需要 5 分钟。

(Euler 1755,page261).Study the functions

\begin{equation}
\label{eq:29.14.51}
y=x^4-8x^3+22x^2-24x+12
\end{equation}

\begin{equation}

\label{eq:29.14.52}
y=x^5-5x^4+5x^3+1
\end{equation}

Find maxima,minima,convex downward regions,inflection points.

Solve1:$y'=4x^3-24x^2+44x-24$.$y''=12x^2-48x+44$.When
\begin{equation}
\label{eq:29.15.16}
4x^3-24x^2+44x-24=0
\end{equation}
That is,
\begin{equation}
\label{eq:29.15.18}
4x^3-4x^2-20x^2+20x+24x-24=0
\end{equation}
That is,
\begin{equation}
\label{eq:29.15.19}
(x-1)(4x^2-20x+24)=0
\end{equation}
So $x_1=1,x_2=2,x_3=3$.$y''(x_1)>0,y''(x_2)>0,y''(x_3)>0$,so there is no maxima to the function $y=x^4-8x^3+22x^2-24x+12$,the minima of the function is $1,2,3$.

Let $y''=12x^2-48x+44>0$,so the convex downward regions are $(\frac{6-\sqrt{3}}{3},\frac{6+\sqrt{3}}{3})$.The inflection points are $\frac{6-\sqrt{3}}{3}$ and $\frac{6+\sqrt{3}}{3}$.

 

 

Solve2:$y'=5x^4-20x^3+15x^2$.$y''=20x^3-60x^2+30x$.When

\begin{equation}
\label{eq:29.15.48}
y'=5x^4-20x^3+15x^2=0
\end{equation},
$x_1=0,x_2=1,x_3=3$.$y''(x_1)=0,y''(x_2)<0,y''(x_3)>0$,so $x_2=1$ is a maxima,$x_3=3$ is a minima.What about $x_1=0$?It is easy to verify that $x_1=0$ is neither a maxima nor a minima(How?hint:Observe \ref{eq:29.14.52}).

Let $y''=20x^3-60x^2+30x>0$,then $x(2x^2-6x+3)>0$,then $x(x-\frac{3-\sqrt{3}}{2})(x-\frac{3+\sqrt{3}}{2})>0$.So the convex downward regions are $(0,\frac{3-\sqrt{3}}{2})\bigcup (\frac{3+\sqrt{3}}{2},+\infty)$.The inflectino points are $0,\frac{3-\sqrt{3}}{2},\frac{3+\sqrt{3}}{2}$.  

转载于:https://www.cnblogs.com/yeluqing/archive/2012/10/29/3827866.html

你可能感兴趣的文章
Java基础学习总结(24)——Java单元测试之JUnit4详解
查看>>
选择核心路由器时需要注意的七大性能指标
查看>>
数据结构(一)——数据结构简介
查看>>
小梅科普:微信公众平台深度开发第二季(JAVA版)
查看>>
STP理论01-背景及概念
查看>>
STP故障02-镜像问题
查看>>
大型网站技术架构(四)网站的高性能架构
查看>>
Oracle 10g RAC On Linux Using NFS
查看>>
Python练习2
查看>>
js-yaml简单使用
查看>>
Java基础学习总结(1)——equals方法
查看>>
Java认证:J2ME中用低级界面实现数字输入
查看>>
Java注释模板
查看>>
Linux实用工具
查看>>
Spring3 MVC详解
查看>>
Docker学习总结(2)——Docker实战之入门以及Dockerfile(二)
查看>>
网络研讨会的邀请:网络公开课_请搭载我们的雷霆战机进行跨平台的数据迁移...
查看>>
Windows Server 2012之部署Windows Server 更新服务(3)
查看>>
实易科技荣获“2012年度中国行业信息化最佳产品奖”
查看>>
Mybatis应用学习——简单使用示例
查看>>