7

I'm trying to grasp what's going on at a cusp geometrically. For instance, $y^2=x^3$ is not differentiable at the origin. In $y$ things appear fine: differentiate $y = \pm x^{3/2}$ and we get $y'=0$ regardless of approach from the top or bottom branch. But in $x$, we get the slope $x'$ is $\pm\infty$ depending on approach.

But then again, for the circle $y^2+x^2=1$, we get $y' = \pm\infty$ at (1,0) depending on approach from the top or bottom. Yet it's clear that $dy/dx$ exists since, among many reasons, the Jacobian matrix has full rank everywhere. On the surface the two cases seem the same; at some point the derivative wrt to the other variable is 0, and flipping the variable we get two different slopes for the vertical tangent. Either there is some subtle difference or I'm missing something glaringly obvious. I think given any parameterization of the cuspidal cubic that tangent vectors at the origin only point in the negative x direction, while we can get opposite pointing tangent vectors everywhere on the circle depending on our parameterizations, but I'm not sure how to interpret this formally.

Joel R.
  • 199
  • @ronno: I don't quite agree. It is true that at a cusp neither of the coordinates can be expressed as a smooth function of the other, but this doesn't characterize cusps. The same is true, for example, of the curve $y^2=x^2$, which has a node at the origin. – Ted Shifrin Sep 17 '13 at 21:48
  • Very quickly, the definition of a derivative is a limit of the slope of a secant line. With a cusp, the limit from the right does not equal to the limit from the left of the cusp - therefore, the derivative does not exist. – Ron Gordon Sep 17 '13 at 21:52
  • 1
    @nonno: Well, multiplicity makes sense in a rigorous way. But what characterizes a cusp geometrically is either two different limiting tangent directions (which is what Ron Gordon is thinking of for the case of a graph) or a single tangent direction with a two branches of the curve having that same tangent direction (so that the curve is not locally a graph over the tangent line). – Ted Shifrin Sep 17 '13 at 21:53
  • @TedShifrin: yes, just thinking of the simplest, most basic aspect of a cusp. Definitely a much more rich topic as some of the guys on my group in grad school knew all too well in studying catastrophes in semiclassical optics/mechanics. – Ron Gordon Sep 17 '13 at 23:10

2 Answers2

3

To think of curves in the plane, not necessarily graphs of functions, a cusp $P$ is characterized by either of two conditions: two limiting one-sided tangent directions (i.e., I do not mean to allow $y^2=x^2$, which has $y=x$ and $y=-x$ as two distinct branches — this is called a node, but you might think of $y=|x|$ or $y=|\log(x+1)|$ as typifying this behavior [at the origin]) or one limiting tangent direction with two branches meeting at $P$ (such as $y^2=x^3$). As @ronno suggested, in neither case does the curve have a smooth point at $P$, so that locally one cannot express the curve as either $y=f(x)$ or $x=g(y)$ for smooth functions $f$ and $g$.

Ted Shifrin
  • 115,160
3

We need to clearly indicate which part of calculus we are discussing here. If we are talking about differentiability of a function of single variable $$y=f(x)$$ then the question is ill-posed since $y^2=x^3$ is not a function and the standard rules of differentiation do not apply (i.e. you cannot derive using $y=\pm x^{3/2}$ since it's a couple of functions)

If we are talking here about differentiability of a curve (or more generally about a manifold) then a tangent line (or a tangent space, more generally) does not exist. It can be shown rigorously.

If you would like to gain "feeling" of what it means geometrically, imagine that you have a magnifying glass that can zoom in to any scale you want. No matter how close you zoom in for the curve you mention at $(0,0)$, it will never remind you of a line. Look at the circle instead: if at any point you zoom in super closely, you will not be able to tell if you are looking at a line or a piece of a circle.

This ability or rather inability to distinct between a piece of curve or a straight line is what makes a curve differentiable at a point. If a curve can be approximated with an arbitrary precision within a certain neighborhood (however small) of this point with a straight line, then the curve is differentiable (smooth, or a manifold)

This definition can be made precise using the "$\epsilon-\delta$" language.

To blow your mind, there is so called "subdifferential culculus" that defines derivatives and subdifferentials of objects like $y^3=x^{3/2}$ at $(0,0)$.

AstroSharp
  • 1,048
  • But the curve $y^2-x^3=0$ is locally homeomorphic to $\mathbb{R}$, so it reminds me of a line, though I can't "smoothly" turn a neighborhood of the origin into a line because of the cusp.

    How can I see that there is no tangent space at the origin? Seems like I should be able to show there is no curve into graph that has (1,0) as a tangent vector or something. That would be the most satisfying thing possible. I can show that it's not an immersed submanifold, but there was something unsatisfying about it.

    – Joel R. Sep 18 '13 at 02:35
  • Seems like any curve about the origin is like $(t^2, t^3)$ on $(-\epsilon, \epsilon)$, but this has 0 velocity at $t=0$. That's kinda satisfying, I guess. – Joel R. Sep 18 '13 at 02:45
  • Homeomorphism requires continuity only. Here we talk about an extra level of smoothness (i.e. differentiability or ability of being approximated by a straight line in a well define sense). It is a matter of what "reminds me of a line" means. – AstroSharp Sep 18 '13 at 14:57