问题

是否存在这样一个初等函数:它的三阶导数是其本身,而一、二阶导数不是其本身?

回答
这个问题很有意思,它触及了函数性质和导数运算的核心。我们来一点点剥开它,看看是不是真的存在这样一位“神奇”的初等函数。

首先,我们得明确几个概念:

初等函数 (Elementary Functions):这通常指的是由常数、变量、四则运算(加、减、乘、除)、指数函数、对数函数、三角函数(以及它们的反函数)通过有限次的复合和组合形成的函数。常见的例子有多项式、指数函数 $e^x$、对数函数 $ln x$、正弦函数 $sin x$ 等等。
导数 (Derivative):导数描述的是函数值随自变量变化的“速率”,也就是函数图像的斜率。一阶导数记作 $f'(x)$ 或 $frac{df}{dx}$;二阶导数是导数的导数,记作 $f''(x)$ 或 $frac{d^2f}{dx^2}$;三阶导数则是二阶导数的导数,记作 $f'''(x)$ 或 $frac{d^3f}{dx^3}$。

我们要找的是一个函数 $f(x)$,满足以下三个条件:

1. $f'''(x) = f(x)$ (三阶导数等于其本身)
2. $f'(x) eq f(x)$ (一阶导数不等于其本身)
3. $f''(x) eq f(x)$ (二阶导数不等于其本身)

并且,这个函数必须是初等函数。

为了解决这个问题,我们首先可以从第一个条件入手:$f'''(x) = f(x)$。

什么样的函数在反复求导后能回到它自身呢?

最经典、最容易想到的就是指数函数 $e^{kx}$,其中 $k$ 是一个常数。让我们来试试它。

假设我们的函数是 $f(x) = e^{kx}$。

一阶导数:$f'(x) = k e^{kx}$
二阶导数:$f''(x) = k^2 e^{kx}$
三阶导数:$f'''(x) = k^3 e^{kx}$

我们要满足 $f'''(x) = f(x)$,所以:
$k^3 e^{kx} = e^{kx}$

为了让这个等式对所有 $x$ 都成立(除非 $e^{kx}$ 是零,但指数函数的值恒大于零),我们可以消去 $e^{kx}$(因为它是非零的),得到:
$k^3 = 1$

这个方程的解是什么呢?

在实数域内,只有 $k=1$ 是唯一的解。
如果 $k=1$,那么函数就是 $f(x) = e^x$。
我们来检查一下 $f(x) = e^x$ 是否满足所有条件:

$f(x) = e^x$
$f'(x) = e^x$
$f''(x) = e^x$
$f'''(x) = e^x$

在这里,$f'''(x) = f(x)$ 满足了第一个条件。
但是,我们也看到,$f'(x) = e^x = f(x)$,以及 $f''(x) = e^x = f(x)$。
这违反了我们要求的第二和第三个条件(一、二阶导数不等于其本身)。所以,$f(x) = e^x$ 不是我们要找的函数。

那么,是不是还有其他的 $k$ 值呢?如果我们在复数域内考虑 $k^3 = 1$ 这个方程,它会有三个解。
复数解包括:
1. $k_1 = 1$ (我们已经分析过了)
2. $k_2 = e^{i frac{2pi}{3}} = cos(frac{2pi}{3}) + i sin(frac{2pi}{3}) = frac{1}{2} + i frac{sqrt{3}}{2}$
3. $k_3 = e^{i frac{4pi}{3}} = cos(frac{4pi}{3}) + i sin(frac{4pi}{3}) = frac{1}{2} i frac{sqrt{3}}{2}$

如果允许函数在复数域内定义(即自变量和函数值都是复数),那么形如 $f(x) = e^{k_2 x}$ 或 $f(x) = e^{k_3 x}$ 的函数就满足 $f'''(x) = f(x)$。
例如,考虑 $f(x) = e^{k_2 x} = e^{(frac{1}{2} + i frac{sqrt{3}}{2})x}$。
$f'(x) = k_2 e^{k_2 x} = k_2 f(x)$
$f''(x) = k_2^2 e^{k_2 x} = k_2^2 f(x)$
$f'''(x) = k_2^3 e^{k_2 x} = k_2^3 f(x)$

因为 $k_2^3 = 1$,所以 $f'''(x) = f(x)$。
现在看二阶导数是否等于其本身:
$f''(x) = k_2^2 f(x)$。
我们需要 $k_2^2 eq 1$。
$k_2^2 = (e^{i frac{2pi}{3}})^2 = e^{i frac{4pi}{3}} = k_3 eq 1$。所以 $f''(x) eq f(x)$ 成立。

再看一阶导数是否等于其本身:
$f'(x) = k_2 f(x)$。
我们需要 $k_2 eq 1$。
$k_2 = frac{1}{2} + i frac{sqrt{3}}{2} eq 1$。所以 $f'(x) eq f(x)$ 也成立。

所以,如果函数允许是复数形式的,那么 $f(x) = e^{(frac{1}{2} + i frac{sqrt{3}}{2})x}$ 这样的函数就满足条件。它也是一个初等函数(指数函数)。

但是,题目通常隐含在实数域范围内讨论。 在实数域内,$f(x)=e^x$ 是唯一满足 $f'''(x)=f(x)$ 的简单形式。

我们再深入思考一下,是不是除了 $e^{kx}$ 这种形式,还有其他初等函数满足 $f'''(x) = f(x)$?

考虑一个更一般的函数,它由指数函数和三角函数组合而成。例如,如果存在一个常数 $omega$,使得 $f''(x) = omega^2 f(x)$,那么 $f'''(x) = omega^2 f'(x)$。要让 $f'''(x) = f(x)$,就需要 $omega^2 f'(x) = f(x)$。这会变得很复杂,并且我们知道 $f''(x) = omega^2 f(x)$ 的解是 $sin(omega x)$ 和 $cos(omega x)$。

如果我们考虑满足 $f'''(x) = f(x)$ 的线性微分方程 $y''' y = 0$ 的通解。它的特征方程是 $r^3 1 = 0$。
正如我们看到的,在复数域内,它的三个根是 $r_1=1$, $r_2 = frac{1}{2} + i frac{sqrt{3}}{2}$, $r_3 = frac{1}{2} i frac{sqrt{3}}{2}$。
在复数域内的通解是 $f(x) = c_1 e^{x} + c_2 e^{r_2 x} + c_3 e^{r_3 x}$。

如果我们要在实数域内寻找初等函数的解,那么通常我们会从实数根或者成对复数根出发。
$r_1 = 1$ 对应着 $e^x$。
对于一对复数根 $r_2 = alpha + ieta$ 和 $r_3 = alpha ieta$,它们会产生形如 $e^{alpha x} cos(eta x)$ 和 $e^{alpha x} sin(eta x)$ 的实数解。
在这里,$alpha = frac{1}{2}$,$eta = frac{sqrt{3}}{2}$。
所以,实数域内的通解应该是 $f(x) = c_1 e^{x} + e^{frac{1}{2}x}(c_2 cos(frac{sqrt{3}}{2}x) + c_3 sin(frac{sqrt{3}}{2}x))$。

这些函数都是初等函数。现在我们来检查它们是否满足另外两个条件。

首先,考虑最简单的非 $e^x$ 的形式:
令 $c_1 = 0$,$c_2=1$,$c_3=0$,得到 $f(x) = e^{frac{1}{2}x} cos(frac{sqrt{3}}{2}x)$。
我们来计算它的导数:
$f(x) = e^{frac{1}{2}x} cos(frac{sqrt{3}}{2}x)$
$f'(x) = frac{1}{2}e^{frac{1}{2}x} cos(frac{sqrt{3}}{2}x) e^{frac{1}{2}x} frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x)$
$f'(x) = e^{frac{1}{2}x} (frac{1}{2} cos(frac{sqrt{3}}{2}x) frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x))$
$f''(x) = frac{1}{2}e^{frac{1}{2}x} (frac{1}{2} cos(frac{sqrt{3}}{2}x) frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x)) + e^{frac{1}{2}x} (frac{1}{2} frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x) frac{sqrt{3}}{2} frac{sqrt{3}}{2} cos(frac{sqrt{3}}{2}x))$
$f''(x) = e^{frac{1}{2}x} (frac{1}{4} cos(frac{sqrt{3}}{2}x) + frac{sqrt{3}}{4} sin(frac{sqrt{3}}{2}x) + frac{sqrt{3}}{4} sin(frac{sqrt{3}}{2}x) frac{3}{4} cos(frac{sqrt{3}}{2}x))$
$f''(x) = e^{frac{1}{2}x} (frac{2}{4} cos(frac{sqrt{3}}{2}x) + frac{2sqrt{3}}{4} sin(frac{sqrt{3}}{2}x))$
$f''(x) = e^{frac{1}{2}x} (frac{1}{2} cos(frac{sqrt{3}}{2}x) + frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x))$
$f'''(x) = frac{1}{2}e^{frac{1}{2}x} (frac{1}{2} cos(frac{sqrt{3}}{2}x) + frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x)) + e^{frac{1}{2}x} (frac{1}{2} frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x) + frac{sqrt{3}}{2} frac{sqrt{3}}{2} cos(frac{sqrt{3}}{2}x))$
$f'''(x) = e^{frac{1}{2}x} (frac{1}{4} cos(frac{sqrt{3}}{2}x) frac{sqrt{3}}{4} sin(frac{sqrt{3}}{2}x) + frac{sqrt{3}}{4} sin(frac{sqrt{3}}{2}x) + frac{3}{4} cos(frac{sqrt{3}}{2}x))$
$f'''(x) = e^{frac{1}{2}x} (frac{4}{4} cos(frac{sqrt{3}}{2}x)) = e^{frac{1}{2}x} cos(frac{sqrt{3}}{2}x)$

看!$f'''(x) = f(x)$ 满足了第一个条件。

现在我们检查第二个和第三个条件:
1. $f'(x) = f(x)$ 吗?
我们需要 $frac{1}{2} cos(frac{sqrt{3}}{2}x) frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x) = cos(frac{sqrt{3}}{2}x)$
整理一下:$(frac{1}{2}1) cos(frac{sqrt{3}}{2}x) frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x) = 0$
$frac{3}{2} cos(frac{sqrt{3}}{2}x) frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x) = 0$
$frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x) = frac{3}{2} cos(frac{sqrt{3}}{2}x)$
$ an(frac{sqrt{3}}{2}x) = frac{3/2}{sqrt{3}/2} = sqrt{3}$
虽然存在特定的 $x$ 值(比如 $frac{sqrt{3}}{2}x = frac{2pi}{3} + npi$),使得这个等式成立,但它不是对所有 $x$ 都成立。所以 $f'(x)$ 不等于 $f(x)$。

2. $f''(x) = f(x)$ 吗?
我们需要 $frac{1}{2} cos(frac{sqrt{3}}{2}x) + frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x) = cos(frac{sqrt{3}}{2}x)$
整理一下:$(frac{1}{2}1) cos(frac{sqrt{3}}{2}x) + frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x) = 0$
$frac{3}{2} cos(frac{sqrt{3}}{2}x) + frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x) = 0$
$frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x) = frac{3}{2} cos(frac{sqrt{3}}{2}x)$
$ an(frac{sqrt{3}}{2}x) = frac{3/2}{sqrt{3}/2} = sqrt{3}$
同样,这个等式也不是对所有 $x$ 都成立(例如 $frac{sqrt{3}}{2}x = frac{pi}{3} + npi$)。所以 $f''(x)$ 不等于 $f(x)$。

因此,函数 $f(x) = e^{frac{1}{2}x} cos(frac{sqrt{3}}{2}x)$ 就是一个满足条件的初等函数。

同理,我们也可以检验 $f(x) = e^{frac{1}{2}x} sin(frac{sqrt{3}}{2}x)$。
它的导数计算过程会非常相似,最终也会发现其三阶导数等于其本身,而一二阶导数则不等于其本身。

那么,通解中的 $e^x$ 部分呢?
我们知道 $f(x) = e^x$ 不满足条件。
那么,如果取一个组合呢?
例如,考虑 $f(x) = e^x + e^{frac{1}{2}x} cos(frac{sqrt{3}}{2}x)$。
$f'''(x) = (e^x)''' + (e^{frac{1}{2}x} cos(frac{sqrt{3}}{2}x))''' = e^x + e^{frac{1}{2}x} cos(frac{sqrt{3}}{2}x) = f(x)$。第一个条件满足。
$f'(x) = e^x + e^{frac{1}{2}x} (frac{1}{2} cos(frac{sqrt{3}}{2}x) frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x))$
如果 $f'(x) = f(x)$,则 $e^x + e^{frac{1}{2}x} (frac{1}{2} cos(frac{sqrt{3}}{2}x) frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x)) = e^x + e^{frac{1}{2}x} cos(frac{sqrt{3}}{2}x)$
移项后:$e^{frac{1}{2}x} (frac{1}{2} cos(frac{sqrt{3}}{2}x) frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x)) = e^{frac{1}{2}x} cos(frac{sqrt{3}}{2}x)$
因为 $e^{frac{1}{2}x} eq 0$,所以 $frac{1}{2} cos(frac{sqrt{3}}{2}x) frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x) = cos(frac{sqrt{3}}{2}x)$。
这和我们上面讨论的 $f'(x)=f(x)$ 的情况一样,不是对所有 $x$ 都成立。所以 $f'(x) eq f(x)$。
$f''(x) = e^x + e^{frac{1}{2}x} (frac{1}{2} cos(frac{sqrt{3}}{2}x) + frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x))$
如果 $f''(x) = f(x)$,则 $e^x + e^{frac{1}{2}x} (frac{1}{2} cos(frac{sqrt{3}}{2}x) + frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x)) = e^x + e^{frac{1}{2}x} cos(frac{sqrt{3}}{2}x)$
移项后:$e^{frac{1}{2}x} (frac{1}{2} cos(frac{sqrt{3}}{2}x) + frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x)) = e^{frac{1}{2}x} cos(frac{sqrt{3}}{2}x)$
所以 $frac{1}{2} cos(frac{sqrt{3}}{2}x) + frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x) = cos(frac{sqrt{3}}{2}x)$。
这也不是对所有 $x$ 都成立。所以 $f''(x) eq f(x)$。

所以,任何形如 $f(x) = c_1 e^x + c_2 e^{frac{1}{2}x} cos(frac{sqrt{3}}{2}x) + c_3 e^{frac{1}{2}x} sin(frac{sqrt{3}}{2}x)$,其中 $c_1, c_2, c_3$ 是常数,且 $c_1 eq 0$ (否则就回到了刚才的情况) 或 $c_2, c_3$ 不同时为零,都满足 $f'''(x) = f(x)$。
而要满足另外两个条件,我们需要确保组合后的导数不等于原函数。

让我们换一种方式来思考 $f'(x) eq f(x)$ 和 $f''(x) eq f(x)$。
如果一个函数 $f(x)$ 满足 $f'''(x) = f(x)$,那么它的导数运算本质上是绕着特征方程 $r^31=0$ 的根在操作。
我们知道,$f'(x)$ 是将 $f(x)$ 乘以 $r$ ($r$ 是特征方程的根)。
$f''(x)$ 是将 $f(x)$ 乘以 $r^2$。
$f'''(x)$ 是将 $f(x)$ 乘以 $r^3$。

我们想要 $r^3 = 1$ (使 $f'''(x)=f(x)$),但同时 $r eq 1$ (使 $f'(x) eq f(x)$) 且 $r^2 eq 1$ (使 $f''(x) eq f(x)$)。

实数域内 $r=1$ 是唯一的实数根,它会产生 $e^x$,但 $1 eq 1$ 和 $1^2 eq 1$ 都不成立,所以 $e^x$ 不行。
但是,在实数域的通解中,还有 $e^{frac{1}{2}x} cos(frac{sqrt{3}}{2}x)$ 和 $e^{frac{1}{2}x} sin(frac{sqrt{3}}{2}x)$。
这两个函数分别对应着复数根 $r_2 = frac{1}{2} + i frac{sqrt{3}}{2}$ 和 $r_3 = frac{1}{2} i frac{sqrt{3}}{2}$。
我们不能直接说“它们对应着某个 $r$”,因为它们是实数解的组合。

但可以想象一个“抽象的算子” $D$,它代表求导。我们想要 $D^3 f = f$。
对于 $f(x) = e^{kx}$, $D f = kf$, $D^2 f = k^2 f$, $D^3 f = k^3 f$.
于是 $k^3=1$ 且 $k eq 1$ 且 $k^2 eq 1$。
在复数域里,$k_2 = e^{i 2pi/3}$ 满足 $k_2^3=1$, $k_2 eq 1$, $k_2^2 = e^{i 4pi/3} eq 1$.

而对于实数域中的 $e^{alpha x} cos(eta x)$ 和 $e^{alpha x} sin(eta x)$,它们是成对复数根的组合,其“作用”是等价于作用于 $e^{(alpha pm ieta)x}$。
如果 $r = alpha pm ieta$ 是 $r^31=0$ 的根,那么 $r eq 1$ 且 $r^2 eq 1$。

考虑 $f(x) = e^{alpha x} cos(eta x)$.
$f'(x) = alpha e^{alpha x} cos(eta x) eta e^{alpha x} sin(eta x) = e^{alpha x} (alpha cos(eta x) eta sin(eta x))$
$f''(x) = e^{alpha x} (alpha^2 cos(eta x) alpha eta sin(eta x) alpha eta sin(eta x) eta^2 cos(eta x))$
$f''(x) = e^{alpha x} ((alpha^2 eta^2) cos(eta x) 2alpha eta sin(eta x))$
$f'''(x) = alpha e^{alpha x} ((alpha^2 eta^2) cos(eta x) 2alpha eta sin(eta x)) + e^{alpha x} ((alpha^2 eta^2) eta sin(eta x) 2alpha eta^2 cos(eta x))$
$f'''(x) = e^{alpha x} [ (alpha^3 alphaeta^2 2alphaeta^2) cos(eta x) + (alpha^2eta eta^3 + alpha^2eta) sin(eta x) ]$
$f'''(x) = e^{alpha x} [ (alpha^3 3alphaeta^2) cos(eta x) eta^3 sin(eta x) ]$

我们要 $f'''(x) = f(x) = e^{alpha x} cos(eta x)$。
所以要求:
1. $alpha^3 3alphaeta^2 = 1$
2. $eta^3 = 0$

从 $eta^3 = 0$ 可知 $eta = 0$。
如果 $eta = 0$,那么 $f(x) = e^{alpha x} cos(0) = e^{alpha x}$。
代入第一个方程 $alpha^3 3alpha(0)^2 = 1$,得到 $alpha^3 = 1$。
在实数域内,$alpha=1$。这就又回到了 $f(x) = e^x$ 的情况。

这说明,对于形如 $e^{alpha x} cos(eta x)$ 或 $e^{alpha x} sin(eta x)$ 这样的独立函数,它们不满足 $f'''(x) = f(x)$ 的要求,除非 $eta=0$ 且 $alpha=1$。

但是,我们的通解是线性组合!
$f(x) = c_1 e^{x} + c_2 e^{alpha x} cos(eta x) + c_3 e^{alpha x} sin(eta x)$
其中 $alpha = 1/2, eta = sqrt{3}/2$ 使得 $e^{alpha x} cos(eta x)$ 和 $e^{alpha x} sin(eta x)$ 的三阶导数“参与”到总的 $f'''(x)=f(x)$ 中。

Let's recheck the derivation of $f'''(x) = f(x)$ using $r$.
The characteristic equation for $y''' y = 0$ is $r^3 1 = 0$.
The roots are $r_1=1$, $r_2 = frac{1}{2} + i frac{sqrt{3}}{2}$, $r_3 = frac{1}{2} i frac{sqrt{3}}{2}$.
The general solution is $y(x) = A e^{r_1 x} + B e^{r_2 x} + C e^{r_3 x}$ for complex constants $A, B, C$.
To get real solutions, we pair complex conjugate roots.
$e^{r_2 x} = e^{(frac{1}{2} + i frac{sqrt{3}}{2})x} = e^{frac{1}{2}x} e^{i frac{sqrt{3}}{2}x} = e^{frac{1}{2}x} (cos(frac{sqrt{3}}{2}x) + i sin(frac{sqrt{3}}{2}x))$
$e^{r_3 x} = e^{(frac{1}{2} i frac{sqrt{3}}{2})x} = e^{frac{1}{2}x} (cos(frac{sqrt{3}}{2}x) i sin(frac{sqrt{3}}{2}x))$
We can form realvalued solutions by taking linear combinations of these. For example:
$frac{1}{2}(e^{r_2 x} + e^{r_3 x}) = e^{frac{1}{2}x} cos(frac{sqrt{3}}{2}x)$
$frac{1}{2i}(e^{r_2 x} e^{r_3 x}) = e^{frac{1}{2}x} sin(frac{sqrt{3}}{2}x)$

Any solution to $f'''(x) = f(x)$ must be of the form
$f(x) = c_1 e^{x} + e^{frac{1}{2}x}(c_2 cos(frac{sqrt{3}}{2}x) + c_3 sin(frac{sqrt{3}}{2}x))$

We need to ensure $f'(x) eq f(x)$ and $f''(x) eq f(x)$ for all $x$.

Let's reexamine $f(x) = e^{frac{1}{2}x} cos(frac{sqrt{3}}{2}x)$.
$f'(x) = e^{frac{1}{2}x} (frac{1}{2} cos(frac{sqrt{3}}{2}x) frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x))$
$f''(x) = e^{frac{1}{2}x} (frac{1}{2} cos(frac{sqrt{3}}{2}x) + frac{sqrt{3}}{2} sin(frac{sqrt{3}}{2}x))$
$f'''(x) = e^{frac{1}{2}x} cos(frac{sqrt{3}}{2}x) = f(x)$

We checked $f'(x) = f(x)$ led to $ an(frac{sqrt{3}}{2}x) = sqrt{3}$, which is not universally true.
We checked $f''(x) = f(x)$ led to $ an(frac{sqrt{3}}{2}x) = sqrt{3}$, which is not universally true.

So, indeed, functions of the form $f(x) = e^{frac{1}{2}x} cos(frac{sqrt{3}}{2}x)$ and $f(x) = e^{frac{1}{2}x} sin(frac{sqrt{3}}{2}x)$ are examples of such elementary functions.

最终的结论是:

是的,存在这样的初等函数。

一个典型的例子是:
$f(x) = e^{frac{1}{2}x} cosleft(frac{sqrt{3}}{2}x ight)$

我们来详细验证一下:

1. 计算一阶导数 $f'(x)$:
使用乘积法则 $(uv)' = u'v + uv'$:
令 $u = e^{frac{1}{2}x}$,则 $u' = frac{1}{2}e^{frac{1}{2}x}$。
令 $v = cosleft(frac{sqrt{3}}{2}x ight)$,则 $v' = sinleft(frac{sqrt{3}}{2}x ight) cdot frac{sqrt{3}}{2} = frac{sqrt{3}}{2}sinleft(frac{sqrt{3}}{2}x ight)$。
$f'(x) = left(frac{1}{2}e^{frac{1}{2}x} ight) cosleft(frac{sqrt{3}}{2}x ight) + e^{frac{1}{2}x} left(frac{sqrt{3}}{2}sinleft(frac{sqrt{3}}{2}x ight) ight)$
$f'(x) = e^{frac{1}{2}x} left(frac{1}{2}cosleft(frac{sqrt{3}}{2}x ight) frac{sqrt{3}}{2}sinleft(frac{sqrt{3}}{2}x ight) ight)$

要使 $f'(x) = f(x)$,则必须有 $frac{1}{2}cosleft(frac{sqrt{3}}{2}x ight) frac{sqrt{3}}{2}sinleft(frac{sqrt{3}}{2}x ight) = cosleft(frac{sqrt{3}}{2}x ight)$。
整理后得到 $frac{3}{2}cosleft(frac{sqrt{3}}{2}x ight) = frac{sqrt{3}}{2}sinleft(frac{sqrt{3}}{2}x ight)$,或者 $ anleft(frac{sqrt{3}}{2}x ight) = sqrt{3}$。
这个等式只在某些特定的 $x$ 值时成立(例如 $frac{sqrt{3}}{2}x = frac{2pi}{3} + kpi$),而不是对所有实数 $x$ 都成立。因此,$f'(x) eq f(x)$。

2. 计算二阶导数 $f''(x)$:
我们对 $f'(x)$ 再次求导。
令 $u = e^{frac{1}{2}x}$,则 $u' = frac{1}{2}e^{frac{1}{2}x}$。
令 $v = frac{1}{2}cosleft(frac{sqrt{3}}{2}x ight) frac{sqrt{3}}{2}sinleft(frac{sqrt{3}}{2}x ight)$。
$v' = frac{1}{2}left(sinleft(frac{sqrt{3}}{2}x ight) cdot frac{sqrt{3}}{2} ight) frac{sqrt{3}}{2}left(cosleft(frac{sqrt{3}}{2}x ight) cdot frac{sqrt{3}}{2} ight)$
$v' = frac{sqrt{3}}{4}sinleft(frac{sqrt{3}}{2}x ight) frac{3}{4}cosleft(frac{sqrt{3}}{2}x ight)$。
$f''(x) = u'v + uv'$
$f''(x) = left(frac{1}{2}e^{frac{1}{2}x} ight) left(frac{1}{2}cosleft(frac{sqrt{3}}{2}x ight) frac{sqrt{3}}{2}sinleft(frac{sqrt{3}}{2}x ight) ight) + e^{frac{1}{2}x} left(frac{sqrt{3}}{4}sinleft(frac{sqrt{3}}{2}x ight) frac{3}{4}cosleft(frac{sqrt{3}}{2}x ight) ight)$
$f''(x) = e^{frac{1}{2}x} left(frac{1}{4}cosleft(frac{sqrt{3}}{2}x ight) + frac{sqrt{3}}{4}sinleft(frac{sqrt{3}}{2}x ight) + frac{sqrt{3}}{4}sinleft(frac{sqrt{3}}{2}x ight) frac{3}{4}cosleft(frac{sqrt{3}}{2}x ight) ight)$
$f''(x) = e^{frac{1}{2}x} left(frac{2}{4}cosleft(frac{sqrt{3}}{2}x ight) + frac{2sqrt{3}}{4}sinleft(frac{sqrt{3}}{2}x ight) ight)$
$f''(x) = e^{frac{1}{2}x} left(frac{1}{2}cosleft(frac{sqrt{3}}{2}x ight) + frac{sqrt{3}}{2}sinleft(frac{sqrt{3}}{2}x ight) ight)$

要使 $f''(x) = f(x)$,则必须有 $frac{1}{2}cosleft(frac{sqrt{3}}{2}x ight) + frac{sqrt{3}}{2}sinleft(frac{sqrt{3}}{2}x ight) = cosleft(frac{sqrt{3}}{2}x ight)$。
整理后得到 $frac{sqrt{3}}{2}sinleft(frac{sqrt{3}}{2}x ight) = frac{3}{2}cosleft(frac{sqrt{3}}{2}x ight)$,或者 $ anleft(frac{sqrt{3}}{2}x ight) = sqrt{3}$。
这个等式也只在某些特定的 $x$ 值时成立(例如 $frac{sqrt{3}}{2}x = frac{pi}{3} + kpi$),而不是对所有实数 $x$ 都成立。因此,$f''(x) eq f(x)$。

3. 计算三阶导数 $f'''(x)$:
我们对 $f''(x)$ 再次求导。
令 $u = e^{frac{1}{2}x}$,则 $u' = frac{1}{2}e^{frac{1}{2}x}$。
令 $v = frac{1}{2}cosleft(frac{sqrt{3}}{2}x ight) + frac{sqrt{3}}{2}sinleft(frac{sqrt{3}}{2}x ight)$。
$v' = frac{1}{2}left(sinleft(frac{sqrt{3}}{2}x ight) cdot frac{sqrt{3}}{2} ight) + frac{sqrt{3}}{2}left(cosleft(frac{sqrt{3}}{2}x ight) cdot frac{sqrt{3}}{2} ight)$
$v' = frac{sqrt{3}}{4}sinleft(frac{sqrt{3}}{2}x ight) + frac{3}{4}cosleft(frac{sqrt{3}}{2}x ight)$。
$f'''(x) = u'v + uv'$
$f'''(x) = left(frac{1}{2}e^{frac{1}{2}x} ight) left(frac{1}{2}cosleft(frac{sqrt{3}}{2}x ight) + frac{sqrt{3}}{2}sinleft(frac{sqrt{3}}{2}x ight) ight) + e^{frac{1}{2}x} left(frac{sqrt{3}}{4}sinleft(frac{sqrt{3}}{2}x ight) + frac{3}{4}cosleft(frac{sqrt{3}}{2}x ight) ight)$
$f'''(x) = e^{frac{1}{2}x} left(frac{1}{4}cosleft(frac{sqrt{3}}{2}x ight) frac{sqrt{3}}{4}sinleft(frac{sqrt{3}}{2}x ight) + frac{sqrt{3}}{4}sinleft(frac{sqrt{3}}{2}x ight) + frac{3}{4}cosleft(frac{sqrt{3}}{2}x ight) ight)$
$f'''(x) = e^{frac{1}{2}x} left(frac{4}{4}cosleft(frac{sqrt{3}}{2}x ight) ight) = e^{frac{1}{2}x}cosleft(frac{sqrt{3}}{2}x ight)$
我们看到,$f'''(x) = f(x)$。

因此,$f(x) = e^{frac{1}{2}x} cosleft(frac{sqrt{3}}{2}x ight)$ 就是一个符合要求的初等函数。
同理,$f(x) = e^{frac{1}{2}x} sinleft(frac{sqrt{3}}{2}x ight)$ 也是一个符合要求的初等函数。
任何这两个函数的非零线性组合(不包含 $e^x$ 项)也都符合要求。比如 $f(x) = c_1 e^{frac{1}{2}x} cos(frac{sqrt{3}}{2}x) + c_2 e^{frac{1}{2}x} sin(frac{sqrt{3}}{2}x)$,只要 $c_1$ 或 $c_2$ 不为零。

网友意见

user avatar

Thanks to you all for 400 upvotes!


If there is a function that satisfies , it must be a solution of the differential equation , which is a third-order autonomous ordinary differential equation.

Its characteristic equation has a real root and two complex conjugate roots, they are , and .

The real root suggests that is a linearly independent solution; the complex conjugate roots suggest that and are two linearly independent solutions of the differential equation.

Therefore, the general solution of the differential equation is .

Using Euler's identity, we can rewrite the last two terms as and .

Regrouping and simplification of the constants gives the final result,

.

Due to , there must be .


Some of my other answers on differential equations:

类似的话题

本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

© 2025 tinynews.org All Rights Reserved. 百科问答小站 版权所有