5. 函数$f(x)=x^2 e^{-x} $的上凸区间为
A: $\mathbb{R} $
B: $\emptyset $
C: $(-\infty,2-\sqrt{2}) \cup (2+\sqrt{2},+\infty) $
D: $(2-\sqrt{2},2+\sqrt{2}) $
A: $\mathbb{R} $
B: $\emptyset $
C: $(-\infty,2-\sqrt{2}) \cup (2+\sqrt{2},+\infty) $
D: $(2-\sqrt{2},2+\sqrt{2}) $
举一反三
- 6. 函数$f(x)=-e^{-x^2}$的上凸区间为 A: $\mathbb{R} $ B: $\emptyset $ C: $(-\infty,-\frac{\sqrt{2}}{2}) \cup (\frac{\sqrt{2}}{2},+\infty) $ D: $(-\frac{\sqrt{2}}{2},\frac{\sqrt{2}}{2}) $
- 关于函数$f(x)=x^{\frac{2}{3}} e^{x} $的上凸区间为凹凸性说法错误的是 A: 在区间$ (-\infty,\frac{-2-\sqrt{6}}{3}] $上是下凸的 B: 在区间$ [\frac{-2+\sqrt{6}}{3},+\infty) $上是下凸的 C: $0$是拐点 D: 在$\mathbb{R}$上一共有两个拐点
- 函数$f(x,y)=\sqrt{1+{{y}^{2}}}\cos x$在点$(0,1)$处的1次Taylor多项式为 A: $\sqrt{2}-\frac{1}{\sqrt{2}}(y-1)$ B: $\frac{\sqrt{2}}{2}+\frac{1}{\sqrt{2}(}y-1)$ C: $2\sqrt{2}+\frac{1}{\sqrt{2}}(y-1)$ D: $\sqrt{2}+\frac{1}{\sqrt{2}}(y-1)$
- 求函数$y = \root 3 \of {x + \sqrt x } $的导数$y' = $( ) A: ${{1 + 2\sqrt x } \over {\root 3 \of {{{\left( {x + \sqrt x } \right)}^2}} }}$ B: $ {{1 + 2\sqrt x } \over {6\root 3 \of {{{\left( {x + \sqrt x } \right)}^2}} }}$ C: $ {{1 + 2\sqrt x } \over {6\sqrt x \cdot \root 3 \of {{{\left( {x + \sqrt x } \right)}^2}} }}$ D: $ {{1 + 2\sqrt x } \over {\sqrt x \cdot \root 3 \of {{{\left( {x + \sqrt x } \right)}^2}} }}$
- 将[img=83x51]17de8a0fc777b0b.png[/img]表示为程序所能接受的表达式,正确的为 A: sqrt(pow(x, 2) / (pow(x, 2) + 1)) B: sqrt(pow(2, x) / (pow(2, x) + 1)) C: pow(sqrt(2, x) / (sqrt(2, x) + 1)) D: pow(sqrt(x, 2) / (sqrt(x, 2) + 1))