Provide an example, or prove it's impossible

  • Thread starter Thread starter davitykale
  • Start date Start date
  • Tags Tags
    Example Impossible
davitykale
Messages
38
Reaction score
0

Homework Statement


A differentiable function g: R --> R such that f' is unbounded on any interval of length one


Homework Equations





The Attempt at a Solution


It's probably easiest to look at [0,1]...maybe something that goes to infinity as it approaches 1? But not sure if it would be differentiable then...
 
Physics news on Phys.org
Give me an example of a simple function that has a unbounded derivative at some point. Then splice a lot of them together. Define the function piecewise on intervals.
 
So how can you make a bounded function's derivative really big?
(How do you make f'(x) = df/dx blow up?)
 
Um...I'm not quite sure...have the function shoot up? Almost as if with a horizontal asymptote at x=1?
 
davitykale said:
Um...I'm not quite sure...have the function shoot up? Almost as if with a horizontal asymptote at x=1?
That would have to be a vertical asymptote. I think that's where olivermsun is going.

And there would be have to be a bunch of them so that f' is unbounded on every interval of length 1. Maybe a periodic function?
 
Sorry, I meant vertical asymptote. So it is possible, then?
 
I think so. For example, f(x) = 1/(x - 1) is differentiable on the half-open interval [0, 1)(and elsewhere, but I'm trying to make a point). This interval is of length 1, and f' is defined at all points in this interval.

Intervals between two points all have the same length, either with or without the endpoints included.
 
But is f' unbounded on EVERY interval of length one?
 
And note that f' is differentiable on R means it is continuous so no vertical asymptotes.
 
  • #10
So then it's not possible, right?
 
  • #11
LCKurtz said:
And note that f' is differentiable on R means it is continuous so no vertical asymptotes.

davitykale said:
So then it's not possible, right?

If you are addressing me, no, I didn't say that.
 
  • #12
davitykale said:
A differentiable function g: R --> R such that f' is unbounded on any interval of length one
Should this be: A differentiable function g: R --> R such that g' is unbounded on any interval of length one ?

LCKurtz said:
And note that f' is differentiable on R means it is continuous so no vertical asymptotes.
I'm not sure what we know here, with uncertainty about the problem statement.
 
  • #13
Sorry, completely my mistake! g' is unbounded on any interval of length one
 
  • #14
Think about a function like g(x)=sin(1/x^3)*x^2 and define g(0)=0. Tell me some stuff about the derivative of that function. Like is it differentiable at x=0? Is is differentiable everywhere? Is the derivative bounded near x=0?
 
Last edited:
  • #15
The derivative doesn't exist at x=0, right? And I don't think it's bounded..
 
  • #16
davitykale said:
The derivative doesn't exist at x=0, right? And I don't think it's bounded..

Since sin(x) is between 1 and -1, -x^2<=g(x)<=x^2. Are you sure the derivative doesn't exist at 0? But you are right that it's not bounded near x=0. How do you know that? Give reasons for what you think.
 
  • #17
is g'(0)=0, then?
 
  • #18
davitykale said:
is g'(0)=0, then?

Yes, it is. Again it's a good idea to say why you think so.
 
  • #19
Isn't the derivative a combination of sin and cos, each with an x term...so when x=0, you just get 0. Those same x terms make g' unbounded, right?
 
  • #20
davitykale said:
Isn't the derivative a combination of sin and cos, each with an x term...so when x=0, you just get 0. Those same x terms make g' unbounded, right?

Are you guessing? Sure the derivative is a combination of sin and cos and if you look at the limit, they are unbounded. But that's only when x is not 0. At x=0 you had better think about a more direct proof using the difference quotient. The derivative function gets pretty badly behaved near 0.
 
  • #21
So, I'm probably wrong, but:

With teh difference quotient, we get lim(x-->0) x sin(1/x^3)...so I want to say that the derivative is zero, because even though 1/x^3 goes to infinity, overall sin is bounded by 1
 
  • #22
davitykale said:
So, I'm probably wrong, but:

With teh difference quotient, we get lim(x-->0) x sin(1/x^3)...so I want to say that the derivative is zero, because even though 1/x^3 goes to infinity, overall sin is bounded by 1

Yes, that's it. It's a squeeze theorem limit. That's good. So the function is differentiable at 0 and the derivative is 0. Can you tell me why it's unbounded near 0? And can you figure out how to make a function that has that nasty behavior at more places than just x=0?
 
  • #23
Sorry, why the function is unbounded near 0 or why g' is unbounded near 0?
 
  • #24
g(x) isn't unbounded. |g(x)|<=x^2. g'(x) is. What is g'(x)? Give me a formula for g'(x) and think about why it might be unbounded. You might think about putting x^3=1/(2*pi*n) where n is a large integer. Which would make x near 0.
 
  • #25
g'(x) = 2x sin(1/x^3) - 3/x^2 cos(1/x^3)

So, even though sin and cos are bounded, at large values of x, it will still be really large and continue to grow...?
 
  • #26
davitykale said:
g'(x) = 2x sin(1/x^3) - 3/x^2 cos(1/x^3)

So, even though sin and cos are bounded, at large values of x, it will still be really large and continue to grow...?

We aren't talking about large values of x. You want to talk about small values of x near 0. Your first term approaches 0. What does the second one do?
 
  • #27
Sorry, my mistake. Well the second term approaches infinity, and faster than the first term approaches 0
 
  • #28
davitykale said:
Sorry, my mistake. Well the second term approaches infinity, and faster than the first term approaches 0

True. But doesn't really appoach infinity. It oscillates between +infinity and -infinitity, right? That proves g'(x) is unbounded near x=0. Now you got a function that has the bad behavior you want near x=0. Can you think of a way to that to make a function that does that in any interval of length 1?
 
  • #29
g(x) = x^2 * sin (1/(x-1)^3) ?
 
  • #30
davitykale said:
g(x) = x^2 * sin (1/(x-1)^3) ?

That's not a very good guess. It's your worst of the night, and you are pretty sharp. If g(x) is badly behaved at x=0 in the way you want, then g(x-1) is badly behaved at x=1. Sum them. Now you've got a function that's badly behaved at both points. How might you create an infinite number of badly behaved points? Think about geometric series.
 
  • #31
Sorry sometimes I cannot help but feel like an absolute idiot when it comes to this stuff.

\sum_{n=0}^{\infty} x^2 \sin(1/x^3 -n)

But even if this is close to being correct, won't that only cover x>0?
 
  • #32
davitykale said:
Sorry sometimes I cannot help but feel like an absolute idiot when it comes to this stuff.

\sum_{n=0}^{\infty} x^2 \sin(1/x^3 -n)

But even if this is close to being correct, won't that only cover x>0?

You aren't an absolute idiot, so don't apologize. You are actually pretty good. I feel good talking to you. But that doesn't do it. Because you haven't said why think it does. What about what about sum n=0 to infinity of g(x-n)/(2^n). That gets you half way to what you want. Do think it converges?
 
  • #33
It converges because g(x-n)/(2^n) < x^2/(2^n) < 1/2^n which converges...right?
 
  • #34
davitykale said:
It converges because g(x-n)/(2^n) < x^2/(2^n) < 1/2^n which converges...right?

Sort of. But then you have to show the derivative converges as well. This is starting to get too complicated. I have another suggestion. Why don't you try to define the full function piecewise?
 
  • #35
I'm not quite sure what you're asking... are we still talking about g(x-n)/2^n?
 
  • #36
davitykale said:
I'm not quite sure what you're asking... are we still talking about g(x-n)/2^n?

No, I don't like that idea so much anymore. It's starting to get too complicated. I'm thinking more about cutting out a piece of g(x) around x=0 and repeating it over and over again (maybe with a little variation) along the real line to get the infinite number of bad derivative points that you need. You just have to make sure it's differentiable at points where you splice the pieces together. Do you see what I mean?
 
  • #37
Um...I'm really confused...but something like (gn)? Where you have
g(0)=x^2 * sin(1/x^3)
g(1)= x^2 * sin(1/(x-1)^3)
...etc.?
 
  • #38
davitykale said:
Um...I'm really confused...but something like (gn)? Where you have
g(0)=x^2 * sin(1/x^3)
g(1)= x^2 * sin(1/(x-1)^3)
...etc.?

No, that's not it. Let's change the definition of g(x) to x^2*cos(1/x^3). It has the same basic properties as the other g(x). But now it's an even function. Sketch a rough graph of the function. There are plenty of points 0<x0<1/2 such that g(x0)=g(-x0) and g'(x0)=g'(-x0)=0. Do you agree? I'm suggesting you extend g(x) on [-x0,x0] to a periodic function on the whole real line by just repeating it over and over again. The picture here is much more important than any exact formulas.
 
  • #39
Okay, I think I understand now. Sorry about that. I'm not exactly sure HOW to make that function, though. My first instinct is to make a series of functions and throw in an n, but I guess we're not doing that anymore...?
 
  • #40
davitykale said:
Okay, I think I understand now. Sorry about that. I'm not exactly sure HOW to make that function, though. My first instinct is to make a series of functions and throw in an n, but I guess we're not doing that anymore...?

You can make a series of functions and throw in a 2^n. I think it will work, but I think the technical complications of showing it and it's derivative converge make it not worth the trouble. A function that's periodic but just as nasty at a lot of points as x^2*cos(1/x^3) is at x=0 has less complications. If I were grading this course, I would be really happy if you could just describe how to make the function in words, and not give me a lot of formulas to decipher.
 
  • #41
I'm honestly just curious at this point...what sort of periodic function are you talking about? How would I make such a function?

Btw thank you so much for your help! You're a genius!
 
  • #42
davitykale said:
I'm honestly just curious at this point...what sort of periodic function are you talking about? How would I make such a function?

Btw thank you so much for your help! You're a genius!

I told you. If g(x) is a function on [-x0,x0] such that g(-x0)=g(x0) and g'(-x0)=g'(x0)=0, then if I define g(x) on [x0,3*x0] by g(x-2*x0), I'm just periodically extending the function on [-x0,x0] to [x0,3*x0], right? Is it clear to you that the resulting function is differentiable on [-x0,3*x0]? Now keep extending it to the whole real line. The genius needed here isn't coming up with the function, it's trying to figure out a way to explain it. Wish I were better at it. If you can draw a picture and get it you can jump over my poor attempts to explain it. I'm just trying to copy the part of g(x) on [-x0,x0] over and over again.
 
  • #43
And so...going back to the original problem...this function has a derivative that is unbounded on intervals of length one?
 
  • #44
davitykale said:
And so...going back to the original problem...this function has a derivative that is unbounded on intervals of length one?

g(x) on [-x0,x0] has an unbounded derivative near x=0. If the length of [-x0,x0] is less than one and the full function is a periodic extension of the original g(x), then every interval of length one will contain a problem point, yes? This is picture drawing talk.
 
  • #45
Thread locked.
 
Last edited:

Similar threads

Replies
3
Views
2K
Replies
6
Views
1K
Replies
3
Views
3K
Replies
14
Views
2K
Replies
9
Views
2K
Replies
19
Views
2K
Replies
3
Views
1K
Replies
7
Views
2K
Back
Top