The first case is the one in which the two one-sided derivatives exist and are finite but different: the graph shows a “corner”.

Definition — Corner point

x0x_0 is a corner point of ff if the one-sided derivatives f(x0)f'_-(x_0), f+(x0)f'_+(x_0) exist and are finite but different. Geometrically: the graph has two half-tangents with distinct slopes.

Example — f(x)=xf(x) = |x| at x0=0x_0 = 0

For x>0x > 0: f(x)=xf(x) = x, f(x)=1f'(x) = 1, so f+(0)=1f'_+(0) = 1. For x<0x < 0: f(x)=xf(x) = -x, f(x)=1f'(x) = -1, so f(0)=1f'_-(0) = -1. The two derivatives are 11 and 1-1: finite and different. x0=0x_0 = 0 is a corner point.

At x0=0x_0=0 the graph of x|x| has a sharp angle: two half-tangents of slope 1-1 and +1+1.

Example — Piecewise function with a non-smooth join

Let f(x)={x2x1,3x2x>1.f(x) = \begin{cases} x^2 & x \le 1, \\ 3x-2 & x > 1. \end{cases} Continuity at x0=1x_0 = 1: f(1)=1f(1^-) = 1, f(1+)=312=1f(1^+) = 3\cdot 1 - 2 = 1, f(1)=1f(1) = 1 ✓.

One-sided derivatives: f(1)=limx1x21x1=limx1(x+1)=2,f+(1)=limx1+(3x2)1x1=3.f'_-(1) = \lim_{x\to 1^-}\frac{x^2 - 1}{x-1} = \lim_{x\to 1^-}(x+1) = 2, \quad f'_+(1) = \lim_{x\to 1^+}\frac{(3x-2)-1}{x-1} = 3. f(1)=23=f+(1)f'_-(1) = 2 \ne 3 = f'_+(1): corner point.

Topics: Derivatives
Concepts: One-sided derivative · Corner point · Non-differentiability point
Methods: Non-differentiability point corner
Skills: Calculating limits · Reasoning by cases