Question about Smooth Interpolation

chy1013m1
Messages
14
Reaction score
0
any thoughts to this question?
Give an example of a C^oo (C infinity) function f : R->R which is positive on the interval (-1, 1) and 0 elsewhere
 
Physics news on Phys.org
For an indirect approach, you could try constructing one as a limit.


For a more direct approach, figure out what the obstacle is.

You know smooth functions that are zero outside of (-1, 1), and you know smooth functions that are positive inside (-1, 1).

So, what's the problem? You need all of the derivatives to match up. In other words, for your function positive inside of (-1, 1), you need all of its derivatives to be zero at 1 and at -1.

So that's your problem: you need to find a function (other than the zero function) whose derivatives are all zero at some point.
 
just to check if i am on the right track..
let f(x ) = { e ^ (1 / (x ^ 2 - 1)) if -1 < x < 1
0 otherwise
then it is easy to show that
lim f( x) = 0 (split into 2 cases)
x->1 or -1

it is also true that
lim (f(x + h) - f(x)) / h = 0 for x = 1, -1 (show with limit proof)
h->0
then f is C1so then induction on f being Ck, show it is C(k+1)..(if i did it correctly, it should work out..)
then by induction, f is Cinf.
 
Hrm. I find it very plausible that function will work. Incidentally, I was thinking of using the function

<br /> g(x) := \begin{cases}<br /> 0 &amp; x \leq 0 \\<br /> e^{-1/x^2} &amp; x &gt; 0<br />

as a building block, since we already know it's smooth. Actually, I think you can build your function out of this, so I'm even more convinced.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top