8

I have two questions, I would like to be helped in. Here they are:

  1. Show that
    $$f(x) = \begin{cases} x^2\sin\left(\frac{1}{x^2}\right) &\mbox{if } x \neq 0\\ 0 & \mbox{if } x = 0. \end{cases} $$
    is not of bounded variation on $[-1,1]$.

  2. Show that $$f(x) = \begin{cases} x^2\sin\left(\frac{1}{x}\right) &\mbox{if } x \neq 0\\ 0 & \mbox{if } x = 0. \end{cases} $$ is of bounded variation on $[-1,1]$.


My Attempt. (for 2.)

Let $g(x) = x^2\sin\left(\frac{1}{x}\right) + 2x~~~;~~h(x) = 2x$. Then both $g(x)$ and $h(x)$ are increasing (by the derivative test) on $[-1,1]$. Since $f(x) = g(x) - h(x)$, $f$ is of bounded variation on $[-1,1]$.

Is my attempt for (2) okay? For (1) I know I have to show that the total variation of $f$ is unbounded, but I don't how to do that. Any suggestions?

Thanks.

Nana
  • 8,351
  • 2
  • looks good. For 1.: did you try the crudest estimate: determine (or find something close to) the local maxima and minima and plug in the definition? I haven't checked if this works, but it would be the first thing I try.
  • – t.b. Nov 02 '11 at 17:07
  • In your attempt for part 2 you are OK as long as you are sure that g is indeed monotonic. As far as part 1 is concerned, you may want to look at an example provided by Rudin in his Principles of Mathematical Analysis (the section on functions of bounded variation). I think you can get away with a partition of [0,1] and show that the variation becomes infinite as the length of the intervals in the partition shrink to 0 (as usual, with the length of the longest interval going to 0). This should give you some thoughts with which to get started. – Chris Leary Nov 02 '11 at 17:28
  • Thanks to both of you for your comments. – Nana Nov 02 '11 at 17:41
  • @Nana See this Wolfram Alpha plot showing that $g'(x)$ is not positive at $x=0.17$ – Sasha Nov 02 '11 at 19:21
  • 1
    @Sasha: hehe...thanks. I've fixed. $g'(x)$ is certainly positive now...:) – Nana Nov 02 '11 at 19:40