# Non-Differentiable Points

Source: algebrica.org - CC BY-NC 4.0
https://algebrica.org/points-of-non-differentiability/
Fetched from algebrica.org post 6151; source modified 2025-10-27T21:50:36.

## What are non differentiable points

In the entry on [derivatives](../derivatives.md), we saw that if a function \\( f(x) \\) is differentiable at a point \\( c \\), then the function is [continuous](../continuous-functions.md) at that point. However, there are cases where a function is continuous at \\( c \\) but not differentiable. More generally, the **non-differentiable points** of a function \\( f(x) \\) occur when:

-   The right-hand and left-hand [limits](../limits.md) of the [difference quotient](../difference-quotient.md) exist and are finite but are not equal.

\\[
f\_{-}’ \\left( c \\right) \\neq f\_{+}’ \\left( c \\right)
\\]


-   The limit of the difference quotient is infinite.


These points are categorized into three main types, which we will discuss below.

## Inflection point with vertical tangent

An **inflection point** is a point where the concavity of a function changes. In this case, we have a point of non-differentiability \\( c \\) of the function, which results in an [inflection point](../maximum-minimum-and-inflection-points.md) with a tangent parallel to the \\( y \\)-axis (a vertical tangent). At such a point, the following occurs:

![](https://algebrica.org/wp-content/uploads/resources/images/non-differentiable-points-1.png)

This behavior indicates that the slope of the tangent becomes vertical at \\( x = c \\) while the function may change concavity around this point. In the case shown in the figure, we have

\\[
f\_{-}’ \\left (c \\right) = f\_{+}’ \\left(c \\right) = +\\infty
\\]

If the curve were reflected across the y-axis, we would have

\\[
f\_{-}’ \\left (c \\right) = f\_{+}’ \\left(c \\right) = -\\infty
\\]

## Cusps

In the case of **cusps**, the right-hand and left-hand limits are infinite and have opposite signs.

![](https://algebrica.org/wp-content/uploads/resources/images/non-differentiable-points-2.png)

In the case shown in the figure, we have:

\\[
f\_{-}’ \\left( c \\right) = -\\infty \\quad \\text{and} \\quad f\_{+}’ \\left( c \\right) = +\\infty
\\]

If the cusp were facing upwards instead of downwards, we would have:

\\[
f\_{-}’ \\left( c \\right) = +\\infty \\quad \\text{and} \\quad f\_{+}’ \\left( c \\right) = -\\infty
\\]

## Corners

A **corner** occurs when the left-hand derivative and the right-hand derivative exist but are not equal. In the case of corners points, there are two tangents to the graph at the same point, and they are different from each other.

![](https://algebrica.org/wp-content/uploads/resources/images/non-differentiable-points-3.png)

In this case we have:

\\[
f\_{-}’ \\left (c \\right) \\neq f\_{+}’ \\left(c \\right)
\\]

How can we verify the differentiability of a function without relying on the limit of its difference quotient?

In general, let \\( f(x) \\) be a function continuous on an interval (\[a,b\]) and differentiable on that interval, except possibly at the point \\( x\_0 \\in \[a,b\] \\). If the limits \\(\\lim\_{x \\to x\_0^-} f’(x) \\) and \\( \\lim\_{x \\to x\_0^+} f’(x)\\) exist, then:

\\[
f\_{-}’ (x\_o) = \\lim\_{x \\to x\_0^-} f’(x) \\quad \\text{and} \\quad f\_{+}’ (x\_o) = \\lim\_{x \\to x\_0^+} f’(x)
\\]

if \\( \\underset{x \\to x\_0^-}{\\lim} f{\\prime}(x) = \\underset{x \\to x\_0^+}{\\lim} f{\\prime}(x) = \\ell\\), with \\(\\ell \\in \\mathbb{R}\\) then the function is differentiable at \\(x\_0\\), and it follows that \\(f’(x\_0) = \\ell\\).
