Yes, every differentiable function on real numbers is continuous at each point where it is differentiable.
Students meet this question early in calculus: are all differentiable functions continuous, and if so, why? The short reply is yes, but the reason matters just as much as the slogan. Once you understand the link between the derivative and limits, the answer feels natural instead of mysterious.
This article builds a clear path from basic ideas about continuous graphs to the formal statement that differentiability guarantees continuity. Along the way you will see common counterexamples, learn how to test functions at a point, and see where things can go wrong if you only check continuity.
Continuity In Simple Terms
Informally, a function is continuous at a point if its graph has no jump, hole, or sudden break at that point. If you sketch the curve by hand, you should be able to pass through the point without lifting your pencil or creating a gap.
Formally, a function f is continuous at a point a if three linked conditions hold:
- f(a) is defined.
- The limit of f(x) as x approaches a exists.
- The limit equals the value: limx→af(x) = f(a).
If any one of these conditions fails, the function is not continuous at that point. This matches the standard definition of continuity at a point that appears in many first courses in calculus.
Continuity And Differentiability At A Glance
The table below compares continuity and differentiability for common examples you meet in calculus. It gives you an early sense of when each property holds.
| Function | Continuous On Domain? | Differentiable On Domain? |
|---|---|---|
| Polynomial, such as x2 | Yes, everywhere | Yes, everywhere |
| Rational function with nonzero denominator | Yes, where denominator is not zero | Yes, where denominator is not zero |
| Absolute value |x| | Yes, everywhere | No, not at x = 0 |
| Step function | No, jump points break continuity | No, at jump points |
| Piecewise function with a hole filled wrong | No, at the hole | No, at the hole |
| Constant function | Yes, everywhere | Yes, everywhere |
| Weierstrass type function | Yes, everywhere | No, nowhere on its domain |
The contrast between these examples explains why the question “are all differentiable functions continuous?” keeps showing up in textbooks and exams. Students also learn the reverse statement, which is more subtle: continuity alone does not guarantee a derivative.
Why Continuity Matters Before Differentiability
Intuitively, continuity expresses that inputs close to a give outputs close to f(a). Differentiability then asks for something stronger: near a the function should not only avoid jumps, it should also behave almost like a straight line with slope f'(a). Without continuity, that straight line picture cannot even start.
What Differentiability Means
Now shift to differentiability. At a point a, the derivative of f measures the instantaneous rate of change or the slope of the tangent line to the graph. You can think of it as the limit of slopes of secant lines as the two points move closer together.
The formal definition reads:
f is differentiable at a if the limit
f'(a) = limh→0 [f(a + h) − f(a)] / h
exists as a real number. When this limit exists, it gives the slope of the best linear approximation of f near a.
Geometric Picture Of Differentiability
If a function is differentiable at a, the graph has a well defined tangent line at that point. Close to a, the curve hugs that line so tightly that the difference between the function and the line shrinks faster than the distance in the x direction.
This geometric view already hints at continuity. If the function stayed close to a straight line near a, it cannot jump or have a gap there. The limit as x approaches a must match f(a).
Are All Differentiable Functions Continuous? Core Idea
The central question “Are All Differentiable Functions Continuous?” has a clear answer in standard real analysis: yes. Every differentiable function is continuous at each point where the derivative exists.
The Theorem
The formal statement is:
If f is differentiable at a point a, then f is continuous at a.
This result appears in most first courses in calculus and analysis. It also underlies many standard rules for derivatives, since those rules depend on limits that already assume continuity near the point of interest.
Proof Idea Using Limits
Here is a proof outline using the limit definition of the derivative. Suppose f is differentiable at a. Then the difference quotient
[f(x) − f(a)] / (x − a)
has a limit as x approaches a, and that limit equals f'(a). Write
f(x) − f(a) = [x − a] · [f(x) − f(a)] / (x − a).
As x moves toward a, the factor x − a tends to zero while the quotient tends to the finite number f'(a). The product tends to zero, so
limx→a [f(x) − f(a)] = 0.
This means limx→af(x) = f(a). By the definition from the continuity section, f is continuous at a. This completes the argument that differentiability implies continuity at that point.
You can find full step by step versions of this proof in many textbooks and in open course materials such as the single variable calculus notes on differentiability and continuity from MIT OpenCourseWare or in video form on major learning sites.
Continuous But Not Differentiable: Corners And Other Issues
The theorem works only in one direction. Differentiability guarantees continuity, but continuity does not give you a derivative. Many functions have a graph you can draw without lifting your pencil yet still lack a well defined tangent line at some points.
Absolute Value At Zero
The simplest real example is the absolute value function f(x) = |x|. At x = 0 the graph has a sharp corner. Left of zero the slope is −1, right of zero the slope is 1. The graph is continuous at zero, since both one sided limits and the function value match, yet the derivative from the left and from the right disagree.
This shows that a continuous function does not need to be differentiable. In fact, the absolute value example is so standard that exam questions often ask you to explain why it fails to be differentiable at zero while it passes the continuity test.
Sharp Turns, Cusps, And Vertical Tangents
Other common examples include functions with sharper bends or vertical tangents. A function with a cusp, such as f(x) = x2/3, stays continuous on the real line, yet the slope around zero blows up without settling down to a single finite number. A function like f(x) = x1/3 has an unbounded derivative at zero as well.
In each of these cases, the graph looks unbroken at the point in question. Still, when you try to form the difference quotient, the slopes approach different values from different sides or grow without bound, so differentiability fails.
Continuous But Nowhere Differentiable
There are more dramatic examples too. Weierstrass constructed functions that are continuous everywhere on an interval yet fail to be differentiable at any point. These curves look wildly jagged at every scale, so the idea of a single tangent line at a point breaks down entirely.
These advanced examples are rarely used for routine homework, but they provide strong evidence that continuity alone gives much less structure than differentiability. Differentiability forces the function to imitate a straight line at small scales, and that extra control is exactly what guarantees continuity.
When Differentiable Functions Stay Continuous In Calculus
In typical calculus problems, you often start by checking continuity, then move on to derivatives. For many standard function families, once you know a function is differentiable on an interval, you automatically know it is continuous there as well.
You can see the pattern in common examples:
- Polynomials are differentiable and continuous for all real inputs.
- Rational functions are differentiable and continuous wherever the denominator is not zero.
- Trigonometric functions like sin, cos, and exp-based functions are differentiable and continuous on their natural domains.
- Combinations built from these by sums, products, and compositions stay differentiable and continuous wherever the pieces behave well.
Careful handling is only needed at points where the formula itself changes, such as a piecewise definition, or where the expression might not make sense because of division by zero or a domain restriction. At those points you must test continuity and differentiability directly.
Testing A Point Step By Step
When you see a question like “Is the function differentiable at x = a?” you can follow a short checklist. The second table gathers the main checks in one place to make problem solving smoother.
Practical Checklist For Exam Problems
This checklist organises the usual steps you already use in limit and derivative questions so you can scan a point quickly and keep algebra under control.
| Step | Continuity Check At x = a | Differentiability Check At x = a |
|---|---|---|
| 1. Definition | Is f(a) defined? | Can you write a difference quotient that makes sense? |
| 2. Limits | Do left and right limits of f(x) match? | Do left and right limits of the quotient match? |
| 3. Value Match | Does the common limit equal f(a)? | Does the common limit exist as a finite number? |
| 4. Algebra | Simplify any complex expression to read off the limit. | Simplify the quotient so you can send x to a without zero division. |
| 5. Graph View | Check the graph for jumps, holes, or breaks. | Check the graph for corners, cusps, or vertical tangents. |
| 6. Final Verdict | All steps pass: continuous at x = a. | All steps pass: differentiable at x = a and hence continuous there. |
Notice the last line in the table. Once the derivative at a exists, you no longer need to worry about continuity at that point. It comes for free from the theorem “differentiable implies continuous.” In practice, though, many textbook exercises still ask you to state both properties explicitly to show that you know how each definition works.
Main Takeaways On Differentiable And Continuous Functions
The question “Are All Differentiable Functions Continuous?” has a firm answer in standard settings over the real numbers. Every differentiable function is continuous at each point where the derivative exists. The proof rests on simple algebra with limits and appears early in most calculus courses.
At the same time, the examples in this article show that the reverse direction fails in many ways. A graph can be continuous and still have corners, cusps, or wild oscillations that destroy the derivative at some or all points. So continuity is a weaker condition, while differentiability adds stronger smoothness and brings continuity along with it.
For problem solving, it helps to treat continuity as a first checkpoint and differentiability as a deeper test. When you check a point, make sure the function value exists, the limit exists, and they agree. Then check the difference quotient. If that piece also settles down to a finite value, you can state with confidence that the function is both differentiable and continuous at that point.
When you connect limits, derivatives, and graphs in this way, the link between differentiability and continuity feels like a natural story instead of a rule to recite by rote.