找回密码
 快速注册
搜索
查看: 1111|回复: 2

证明是 $C^{\infty}$ 函数

[复制链接]

7

主题

6

回帖

73

积分

积分
73

显示全部楼层

hjnk900 发表于 2015-11-11 09:16 |阅读模式
函数 $f:\mathbb R\to\mathbb R$ 定义为:
$$f(x)=\begin{cases}
e^{-\frac{1}{(x-1)^2}}\cdot e^{-\frac{1}{(x+1)^2}} & x \in(-1,1) \\
0 & x\notin (-1,1)\end{cases}$$
若 $a\in \mathbb R^n$,定义函数 $h:\mathbb R^n \to \mathbb R$:
$$h(x)=f(\epsilon^{-1}(x^{1}-a^{1}))\cdot...\cdot f(\epsilon^{-1}(x^{n}-a^{n}))$$
证明 $h$ 是一个 $C^{\infty}$ 函数,i.e.在 $(a^{1}-\epsilon,a^{1}+\epsilon) \times ...\times (a^{n}-\epsilon,a^{n}+\epsilon)$ 上为正,在其余处为 0.

7

主题

6

回帖

73

积分

积分
73

显示全部楼层

 楼主| hjnk900 发表于 2015-11-18 11:19
回复 1# hjnk900

跟这道题相关的,还有一个小问也是做不出...

令 $ \epsilon>0 $. 证明存在函数 $ g: \mathbb R\to [0,1] $ 满足:
当 $ x≤0 $ 时, $ g(x)=0 $,
当 $ 0<x<\epsilon $ 时, $ g(x)\in(0,1) $,
当 $ x≥\epsilon $ 时, $ g(x)=1 $.

提示说考虑: \[ g(x)=\frac{\int_0^xf(y)\rmd y}{\int_0^\epsilon f(y)\rmd y} \]
这里的函数 $ f $ 满足在 $(0,\epsilon)$上为正,在其余处为0.

我尝试了写出了一个貌似满足条件的f函数:$e^\frac{-1}{(x-\epsilon)^2}e^\frac{-1}{x^2}$, 可是还是解不出,求帮忙!

3149

主题

8388

回帖

6万

积分

$\style{scale:11;fill:#eff}꩜$

积分
65401
QQ

显示全部楼层

hbghlyj 发表于 2023-2-27 04:55
hjnk900 发表于 2015-11-18 04:19
跟这道题相关的,还有一个小问也是做不出...

令 $ \epsilon>0 $. 证明存在函数 $ g: \mathbb R\to [0,1] $ 满足:
当 $ x≤0 $ 时, $ g(x)=0 $,
当 $ 0<x<\epsilon $ 时, $ g(x)\in(0,1) $,
当 $ x≥\epsilon $ 时, $ g(x)=1 $.


Smooth transition functions
The function\[g(x)={\frac {f(x)}{f(x)+f(1-x)}},\qquad x\in \mathbb {R} ,\]has a strictly positive denominator everywhere on the real line, hence $g$ is also smooth. Furthermore, $g(x) = 0$ for $x ≤ 0$ and $g(x) = 1$ for $x ≥ 1$, hence it provides a smooth transition from the level $0$ to the level $1$ in the unit interval $[0, 1]$.

Mathematica
  1. f[x_] := If[x <= 0, 0, Exp[-1/x]]
  2. Plot[f[x]/(f[x] + f[1 - x]), {x, -1/2, 3/2}]
复制代码

手机版|悠闲数学娱乐论坛(第3版)

GMT+8, 2025-3-4 16:22

Powered by Discuz!

× 快速回复 返回顶部 返回列表