PDA

View Full Version : How to calculate this function?


iver
Jul2-09, 05:14 AM
I have a queation as below

[cos(d/dx)]f(x)

How to solve it? I just konw that the angle is an operator, but the function of x is out of the cosine function.

dx
Jul2-09, 06:19 AM
They probably mean

\cos ({d/dx}) = 1 - \frac{1}{2!}\frac{d^2}{dx^2} + \frac{1}{4!}\frac{d^4}{dx^4} - ...

HallsofIvy
Jul2-09, 06:58 AM
Just as I would interpret f(g)(x) to mean f(g(x)), I would interpret cos(d/dx)f(x) to mean cos(df/dx). That would, I believe, give the same thing as dx's Taylor's series interpretation.

g_edgar
Jul2-09, 08:28 AM
The two suggestions are different. Because the OP says the answer is an operator probably the interpretation of dx is the intended one.

Let's see why they are different. Try the example f(x) = x^2 so that f'(x) = 2x and f''(x) = 2, and all higher derivatives are zero.

Then under the dx method, we get


f(x) - \frac{1}{2!}\;f''(x) = x^2 - 1


but under the HallsOfIvy method, we get


\sin(f'(x)) = \sin(2x)


Not the same.

iver
Jul2-09, 09:42 AM
Thx~~

But, this term comes from the Mathieu’s equation as below


\frac{d^{2}f\left(x\right)}{dx^{2}}+\left(\epsilon-\cos\frac{d}{dx}\right)f\left(x\right)=0


If I use series, this equation would be so terrible