2. Differentiation(COLON) Definition and Fundamental Properties

Connecting Differentiability And Continuity: Determining When Derivatives Do And Do Not Exist

Connecting Differentiability and Continuity: Determining When Derivatives Do and Do Not Exist

students, imagine trying to drive a car on a road with no sudden cliffs, no sharp corners, and no broken pavement πŸš—. If the road is smooth, your steering wheel can turn smoothly too. That image is a great way to think about derivatives. In this lesson, you will learn when a derivative exists, when it does not, and how differentiability and continuity are connected.

What you will learn

  • What it means for a function to be differentiable at a point and on an interval
  • Why differentiability always implies continuity, but continuity does not always imply differentiability
  • How to identify common situations where $f'(a)$ does not exist
  • How to use graphs, limits, and algebra to decide whether a derivative exists
  • How this lesson fits into the bigger AP Calculus BC picture of differentiation

Differentiability and continuity: the big idea

A function is differentiable at a point if it has a well-defined derivative there. In practical terms, that means the graph has a clear tangent line with a finite slope at that point. The derivative tells you the instantaneous rate of change, so if the graph is too messy at a point, the derivative cannot be found there.

A function is continuous at a point if there is no break in the graph at that point. Formally, $f$ is continuous at $x=a$ if $\lim_{x\to a} f(x)=f(a)$. This means you can draw the graph near $a$ without lifting your pencil ✏️.

The key relationship is:

$$\text{differentiable at } a \implies \text{continuous at } a$$

But the reverse is not always true. A function can be continuous and still fail to have a derivative.

Why? Because continuity only asks that the graph does not break. Differentiability asks for more: the graph must also be smooth enough for a single tangent slope to make sense.

Why differentiability is stronger than continuity

Think about a mountain road that is unbroken but has a sharp turn at the top. You can keep driving without stopping, so the road is continuous. But at the sharp turn, there is no single best direction to point your steering wheel. That is like a function that is continuous but not differentiable.

A derivative fails to exist when the graph has one of these problems:

  • a sharp corner
  • a cusp
  • a vertical tangent
  • a discontinuity

These are the most common AP Calculus BC cases you should recognize quickly.

1. Sharp corners

A corner happens when the left-hand slope and right-hand slope both exist, but they are not equal.

For example, consider $f(x)=|x|$ at $x=0$.

  • For $x<0$, $f(x)=-x$, so the slope is $-1$
  • For $x>0$, $f(x)=x$, so the slope is $1$

Since the slopes from the two sides are different, $f'(0)$ does not exist. The graph is continuous at $0$, but not differentiable there.

2. Cusps

A cusp is a sharp point where the graph changes direction very abruptly, often with slopes that become infinitely steep on both sides.

A common example is $f(x)=x^{2/3}$ at $x=0$.

The derivative is $f'(x)=\frac{2}{3}x^{-1/3}$ for $x\neq 0$, and as $x\to 0$, the slope becomes unbounded. So $f'(0)$ does not exist.

3. Vertical tangents

A vertical tangent means the tangent line is vertical, so its slope is undefined.

For example, $f(x)=x^{1/3}$ has derivative

$$f'(x)=\frac{1}{3}x^{-2/3}$$

for $x\neq 0$. As $x\to 0$, the derivative grows without bound, so there is a vertical tangent at $x=0$ and $f'(0)$ does not exist as a finite number.

4. Discontinuities

If a function is not continuous at $x=a$, then it cannot be differentiable there.

This includes:

  • removable discontinuities, like holes
  • jump discontinuities
  • infinite discontinuities

For example, if a graph has a hole at $x=2$, then there is no derivative at $x=2$ because the function is not even defined there.

How to test whether a derivative exists

When AP Calculus BC asks whether $f'(a)$ exists, students, you should think in a logical order.

Step 1: Check continuity

If $f$ is not continuous at $x=a$, then $f'(a)$ does not exist.

This is the fastest first test because differentiability requires continuity.

Step 2: Check for smoothness

If the function is continuous, ask whether the graph has a corner, cusp, or vertical tangent.

If the graph looks smooth, the derivative may exist. If not, it probably does not.

Step 3: Use the derivative definition if needed

The derivative at $x=a$ is defined by

$$f'(a)=\lim_{h\to 0}\frac{f(a+h)-f(a)}{h}$$

To exist, this limit must exist as a finite number. A useful related test is comparing the one-sided derivatives:

$$f'_-(a)=\lim_{h\to 0^-}\frac{f(a+h)-f(a)}{h}$$

and

$$f'_+(a)=\lim_{h\to 0^+}\frac{f(a+h)-f(a)}{h}$$

If both one-sided derivatives exist and are equal, then $f'(a)$ exists. If they are different, the derivative does not exist.

Examples with AP-style reasoning

Let’s use several classic examples.

Example 1: Absolute value

For $f(x)=|x|$ at $x=0$, the function is continuous because $\lim_{x\to 0}|x|=0=f(0)$.

However, the left-hand slope is $-1$ and the right-hand slope is $1$, so

$$f'(0) \text{ does not exist}$$

because the one-sided derivatives are not equal.

Example 2: Piecewise function

Suppose

$$f(x)=\begin{cases}

2x+1, & x<3 \\

$7-x, & x\ge 3$

$\end{cases}$$$

To see whether $f'(3)$ exists, first check continuity.

  • Left-hand value near $3$ is $2(3)+1=7$
  • Actual value is $f(3)=7-3=4$

Since the left side does not match the function value, $f$ is not continuous at $x=3$. Therefore, $f'(3)$ does not exist.

Example 3: A smooth polynomial

For $f(x)=x^4-3x^2+2x-5$, the graph is smooth everywhere. Polynomials are differentiable for all real $x$, so $f'(a)$ exists for every $a$.

This is an important contrast: many elementary functions are differentiable wherever they are defined, but the AP exam expects you to know exceptions at special points for piecewise or absolute-value functions.

Example 4: A vertical tangent example

For $f(x)=x^{1/3}$, the graph is continuous at $x=0$, but the slope becomes unbounded there. Since a derivative must be a finite number, $f'(0)$ does not exist.

Connections to the broader topic of differentiation

This lesson sits at the heart of differentiation because it explains when the derivative can even be discussed.

In the larger AP Calculus BC unit, you study:

  • the derivative as a limit
  • differentiation rules such as the power rule, product rule, quotient rule, and chain rule
  • derivatives of elementary functions
  • interpreting derivatives in real-world situations

But before applying rules, students, you need to know whether the function is differentiable at all. For example, the power rule works nicely for $x^n$ when the function is smooth, but it does not override a discontinuity or a sharp corner in a piecewise-defined function.

This is why the relationship between continuity and differentiability matters so much. It helps you avoid algebraic mistakes and gives you a deeper graph-based understanding of derivative behavior.

Common mistakes to avoid

Here are some errors students often make:

  • Assuming continuous means differentiable
  • Forgetting to check the function value when using piecewise rules
  • Confusing a vertical tangent with a corner
  • Trying to compute $f'(a)$ at a point where $f$ is not defined
  • Ignoring one-sided behavior when the graph changes formula or shape

A strong AP response usually includes both evidence and reasoning. For example, you might say, β€œThe function is continuous at $x=a$, but the left-hand derivative and right-hand derivative are not equal, so $f'(a)$ does not exist.” That kind of explanation shows mathematical understanding, not just computation.

Conclusion

Differentiability and continuity are closely related, but they are not the same. A differentiable function must be continuous, but a continuous function may still fail to be differentiable if it has a corner, cusp, vertical tangent, or discontinuity. In AP Calculus BC, students, you should always check continuity first, then examine smoothness and one-sided slopes. This lesson gives you the tools to decide when derivatives exist and when they do not, which is a major part of understanding differentiation and using derivatives correctly.

Study Notes

  • Differentiability at $x=a$ means $f'(a)$ exists.
  • If $f$ is differentiable at $a$, then $f$ is continuous at $a$.
  • Continuity does not guarantee differentiability.
  • A derivative may fail to exist at a corner, cusp, vertical tangent, or discontinuity.
  • Use $f'(a)=\lim_{h\to 0}\frac{f(a+h)-f(a)}{h}$ to test differentiability when needed.
  • If the left-hand derivative and right-hand derivative are not equal, then $f'(a)$ does not exist.
  • Polynomials are differentiable for all real numbers.
  • Piecewise functions require careful checking at the boundary point.
  • On AP Calculus BC, always justify answers with continuity and slope behavior.

Practice Quiz

5 questions to test your understanding