6

How I can calculate the derivative of $$f(x) = \left\{ \begin{gathered} {x^2}\quad,\quad{\text{if}}\quad x \in \mathbb{Q} \\ {x^3}\quad,\quad{\text{if}}\quad x \notin \mathbb{Q} \\ \end{gathered} \right.$$ at some $x\in \mathbb{R}$?

mathsalomon
  • 1,369

3 Answers3

5

HINT:

The derivative exists if $\lim _{y \to x} \dfrac{f(y) - f(x)}{y - x}$ exists. Of course, a limit must be the same along any Cauchy sequence. So at what points does the derivative even exist? (it does exist somewhere)

  • Thanks for the reply, but how can calculate such a limit?. If you only know where the variable estimate limits on the numbers approaching real. – mathsalomon Aug 11 '11 at 06:25
  • 1
    @mathsalomon For example, suppose we wanted to calculate it at $x = 2$. Then on irrationals, the limit is 4. On the irrationals, the limit is 12. They're not equal, so it's not differentiable at 2. – davidlowryduda Aug 11 '11 at 06:27
  • oh, I see, sounds reasonable. thank you very much. – mathsalomon Aug 11 '11 at 06:37
5

The first helpful information to look for is if your function is continuous at any $x$. After all, a function does not have a well-defined derivative where it isn't continuous.

Then, analyze those points where it is continuous. Does it have a derivative there? A hint is that there is always a rational point in between two real numbers (that aren't equal) and that there's always an irrational point in between two real numbers (again, nonequal).

JakeR
  • 996
0

What makes you think it has a derivative? Doesn't a function have to be continuous to be differentiable?

Gerry Myerson
  • 179,216