The Core Idea: Connecting Differentiability and Continuity: Determining When Derivatives Do and Do Not Exist
This topic establishes the fundamental relationship between two core concepts in calculus: continuity and differentiability. While a continuous function can be drawn without lifting your pencil, a differentiable function must also be "smooth" at every point. Differentiability is a more stringent condition than continuity. If a function is differentiable at a point, it is guaranteed to also be continuous at that point. However, the reverse is not true; a function can be continuous at a point but fail to be differentiable.
The central task is to identify precisely where and why a derivative might fail to exist. The derivative represents the instantaneous rate of change, or the slope of the tangent line. Therefore, a derivative fails to exist at any point where a unique, non-vertical tangent line cannot be drawn. This can happen for three specific reasons: the function has a break (discontinuity), the function has a sharp corner or cusp, or the function has a vertical tangent line. Understanding these conditions is crucial for analyzing the behavior of functions.
Key Definitions and Conditions
The differentiability of a function at a point is formally tied to the existence of a specific limit. A function is differentiable at if the following two-sided limit exists:
For this limit to exist, the limit from the left must equal the limit from the right. A derivative fails to exist when this condition is not met or when other foundational properties are violated. The reasons for a derivative failing to exist are:
Discontinuity: If a function is not continuous at a point , then it cannot be differentiable at . A break in the graph makes it impossible to define a single tangent line.
Unequal Left- and Right-Hand Derivatives: A function is not differentiable at a point if the left- and right-hand limits of the difference quotient are not equal. This means:
Graphically, this occurs at a sharp corner or a cusp. The slope approaching from the left is different from the slope approaching from the right.
Vertical Tangent: A function is not differentiable at a point where it has a vertical tangent line. At such a point, the slope is undefined. This corresponds to the case where the limit of the difference quotient approaches or .
Understanding the Geometry of Non-Differentiability
The conditions for non-differentiability have clear graphical interpretations. Being able to connect the analytic rule to a visual feature is a critical skill.
Discontinuities: If a graph has a hole, a jump, or a vertical asymptote at , the function is not continuous at . Since differentiability requires continuity, the function is automatically not differentiable at . You cannot draw a tangent line at a point that doesn't exist or at a "jump."
Corners and Cusps: These features are the graphical representation of unequal left- and right-hand derivatives.
A corner is a sharp point where the slopes on either side are finite but different. The classic example is the vertex of an absolute value function.
A cusp is a point where the slopes from the left and right both approach either or , but from opposite directions. The graph forms an increasingly sharp point.
Vertical Tangents: This occurs at a point where the graph becomes momentarily vertical. The tangent line at this point would be a vertical line, which has an undefined slope. Therefore, the derivative does not exist. Unlike a cusp, the slopes approaching from both the left and right go towards either together or together.
Core Concepts & Rules
Differentiability Implies Continuity: If a function has a derivative at , then must be continuous at .
Continuity Does Not Imply Differentiability: A function can be continuous at but fail to be differentiable at that point. The existence of a corner is a primary example.
A derivative fails to exist at any point of discontinuity. This includes removable (hole), jump, and infinite (vertical asymptote) discontinuities.
A derivative fails to exist where the graph has a sharp corner or cusp. This is because the slope from the left does not equal the slope from the right.
A derivative fails to exist where the graph has a vertical tangent line. This is because the slope of a vertical line is undefined.
Step-by-Step Example 1: Analyzing a Piecewise Function
Consider the function defined as:
Determine if is differentiable at .
Step 1: Check for continuity at .
For to be differentiable at , it must first be continuous at . We must check if the function value equals the limit.
Function Value:.
Left-Hand Limit:.
Right-Hand Limit:.
Since the left-hand limit, right-hand limit, and function value are all equal to 5, the function is continuous at . This means it might be differentiable.
Step 2: Check if the left- and right-hand derivatives are equal.
We need to find the derivative of each piece and evaluate the slope as approaches 2 from both sides.
Derivative of the left piece (for ):.
Derivative of the right piece (for ):.
Now, we evaluate the limit of the derivatives as approaches 2.
Left-Hand Derivative: The slope approaching from the left is .
Right-Hand Derivative: The slope approaching from the right is .
Step 3: Conclude based on the findings.
Because the left-hand derivative (4) is equal to the right-hand derivative (4), the derivative exists at .
Conclusion: Yes, is differentiable at , and .
Step-by-Step Example 2: Analysis from a Graph
The graph of a function is shown below. Identify all x-values on the interval where is not differentiable. For each x-value, provide a justification based on the geometric properties of the graph.
(Imagine a graph with the following features: a jump discontinuity at x=c, a sharp corner at x=e, a vertical tangent at x=g, and a hole (removable discontinuity) at x=j.)
Solution:
The function is not differentiable at and .
At : The derivative does not exist because the function is not continuous at . The graph has a jump discontinuity, meaning .
At : The derivative does not exist because the graph has a sharp corner at . This means the slope approaching from the left is not equal to the slope approaching from the right. Analytically, the left-hand and right-hand limits of the difference quotient are not equal.
At : The derivative does not exist because the graph has a vertical tangent line at . The slope of a vertical line is undefined. Analytically, the limit of the difference quotient would approach or .
At : The derivative does not exist because the function is not continuous at . The graph has a removable discontinuity (a hole).
Using Your Calculator
The concepts of continuity and differentiability are primarily analytical and must be justified using definitions and theorems, not by calculator inspection alone. However, a graphing calculator is an excellent tool for visualizing potential issues and verifying your conclusions.
To investigate differentiability at a point :
Graph the Function: Enter the function into
Y1=and graph it. Use theZOOMfeatures to closely inspect the behavior of the graph around . Look for visual cues of non-differentiability:Is there a visible break or jump (discontinuity)?
Does the graph form a sharp corner?
Does the graph appear to become vertical?
Use the Numerical Derivative: The calculator can approximate the derivative at a point. To check for a corner, you can compare the numerical derivative just to the left and just to the right of the point of interest.
Go to
MATH->8:nDeriv(or use the shortcutALPHA->F2->3:d/dx(.To check the left-hand derivative at , evaluate the derivative at a very close point, such as . The syntax would be:
nDeriv(Y1, X, c-0.001).To check the right-hand derivative, evaluate at
c + 0.001. The syntax would be:nDeriv(Y1, X, c+0.001).If the two resulting values are significantly different, it strongly suggests the existence of a corner, and thus the function is not differentiable at .
Important: This numerical method is for exploration and verification only. It is not a valid mathematical justification on the AP Exam. An analytical argument based on the EKs is required.
AP Exam Quick Hit
Common Question Types
Analyzing a Graph: Given the graph of , you will be asked to identify the x-values where fails to exist and to justify your answer by naming the feature (e.g., "corner," "cusp," "discontinuity," "vertical tangent").
Analyzing a Piecewise Function: You will be given a piecewise function and asked to determine if it is differentiable at the point where the definition changes. This requires a two-step check: first for continuity, then for the equality of the left- and right-hand derivatives.
Conceptual True/False: A multiple-choice question might present several statements about the relationship between differentiability and continuity, asking you to identify the one that is true. For example: "If exists, then is differentiable at ." (This is false).
Common Mistakes
Assuming Continuity Implies Differentiability: This is the most frequent conceptual error. Students correctly establish that a function is continuous at a point and then incorrectly conclude that it must be differentiable. Always remember to perform the second step: comparing the left- and right-hand derivatives.
Providing Vague or Incomplete Justifications: Simply stating "the derivative is undefined" is not sufficient. You must state why. The justification must be tied to one of the three conditions: the function is not continuous, the graph has a corner/cusp (unequal one-sided derivatives), or the graph has a vertical tangent.
Confusing and : When analyzing a piecewise function, students sometimes mistakenly set the two functions equal to each other () and think this checks for differentiability. This only checks for continuity. To check for differentiability, you must set the derivatives equal ().
Forgetting to Check for Continuity First: When analyzing a piecewise function, some students jump directly to taking the derivatives of the pieces and setting them equal. If the function is not continuous at that point to begin with, it cannot be differentiable, and the check on the derivatives is irrelevant.