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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top