If a Function is Differentiable Then It is Continuous Negation

In This Article

  1. What is Differentiable?

  2. What Makes a Function Non-Differentiable?

  3. What is the Difference Between Differentiable and Continuous?

  4. Common Derivative Formulas

What is Differentiable?

What does differentiable mean? If a function is differentiable, its derivative exists at every point in its domain. If a function is differentiable at a point x x , the limit of the average rate of change of f f over the interval [ x , x + Δ x ] [x, x +\Delta{x}] as Δ x \Delta{x} approaches 0 exists.

f ' ( x ) = lim Δ x 0 Δ y Δ x = lim Δ x 0 f ( x + Δ x ) f ( x ) Δ x = L f'(x) = \mathop {\lim }\limits_{\Delta{x} \to 0} \frac{\Delta{y}}{\Delta{x}} = \mathop {\lim }\limits_{\Delta{x} \to 0} \frac{{f\left( {x + \Delta{x} } \right) - f\left( x \right)}}{\Delta{x} } = L

Let's unpack what the limit means. The function inside this limit probably looks familiar. The average rate of change over an interval, otherwise known as the difference quotient, measures a function's slope between two points.

This slope value represents how fast a function's output values (y-values) change with respect to its input (x-values). The delta symbol Δ x \Delta{x} is used to represent the value that a variable changes by.

The formula for the average rate of change of the function f f over the interval [ a , b ] [a, b] is below.

Average Rate of Change = Δ y Δ x = y 2 y 1 x 2 x 1 = f ( b ) f ( a ) b a \text{Average Rate of Change} = \frac{\Delta{y}}{\Delta{x}} = \frac{y_2 - y_1}{x_2 - x_1} = \frac{f(b)-f(a)}{b-a}

Difference Quotient

The difference quotient is also commonly represented like this:

f ( x + Δ x ) f ( x ) Δ x \frac{{f\left( {x + \Delta{x} } \right) - f\left( x \right)}}{\Delta{x} } or f ( x + h ) f ( x ) h \frac{{f\left( {x + h } \right) - f\left( x \right)}}{h } where h = Δ x h = \Delta{x}

Here, the delta symbol Δ x \Delta{x} represents the value that x x changes by. When we make Δ x \Delta{x} approach 0 in the limit below, we can find the derivative of a function or instantaneous rate of change. This value also represents the slope of the tangent line.

f ' ( x ) = lim Δ x 0 Δ y Δ x = lim Δ x 0 f ( x + Δ x ) f ( x ) Δ x = L f'(x) = \mathop {\lim }\limits_{\Delta{x} \to 0} \frac{\Delta{y}}{\Delta{x}} = \mathop {\lim }\limits_{\Delta{x} \to 0} \frac{{f\left( {x + \Delta{x} } \right) - f\left( x \right)}}{\Delta{x} } = L

If this limit exists, then L L is the derivative of f ( x ) f(x) . This is denoted by f ' ( x ) f'(x) or d y d x \frac{dy}{dx} .

Dr. Hannah Fry dives more into what a derivative is:

Differentiable Examples

Let's look at some differentiable examples of functions.

  • f ( x ) = 4 x 3 7 x f(x) = 4x^3 - 7x

  • f ( x ) = 12 f(x) = 12

  • f ( x ) = sin ( x ) f(x) = \sin{(x)}

  • f ( x ) = cos ( x ) f(x) = \cos{(x)}

  • f ( x ) = e x f(x) = e^x

All polynomial functions are differentiable everywhere, as are constant functions. A rational function is differentiable except at the x-value that makes its denominator 0.

What Makes a Function Non-Differentiable?

Now, let's learn how to find where a function is not differentiable. If a function has any discontinuities, it is not differentiable at those points. In order to be differentiable, a function must be continuous. The output value must be defined for each input value.

Second, the limit as Δ x \Delta{x} approaches the difference quotient must exist in order for a function to be differentiable at a point x x . The limit does not exist if the limit as Δ x \Delta{x} approaches 0 from the left does not equal the limit as Δ x \Delta{x} approaches 0 from the right.

This might happen if a function is not continuous at x x , or if the function's graph has a corner point, cusp, or vertical tangent.

Knowing what corner points, cusps, vertical tangents, and discontinuities look like on a graph can help you pinpoint where a function is not differentiable. Let's examine some non-differentiable graph examples below.

Corner

The function f ( x ) = cos 1 ( cos ( x ) ) f(x)=\cos^{-1}\left(\cos\left(x\right)\right) is an example of a function with corner points, such as at x = π x = \pi . A corner point looks like two linear sections of a function that meet at a sharp point.

example of a function with corner points example of a function with corner points

The slope of the tangent line to the left of a corner point is different from the slope to the right of the corner point. Because of this, a function's slope is not defined at a corner point, so its derivative cannot be calculated there.

Cusp

The function f ( x ) = 2 ( x 1 ) ( 2 3 ) f(x) = 2\left(x-1\right)^{\left(\frac{2}{3}\right)} is an example of a function with a cusp at x = 1 x = 1 . A cusp looks like two curves that meet at a sharp point.

example of a function with a cusp example of a function with a cusp

The slopes of the tangent lines to the left of the cusp approach -\infty , while the slopes of the tangent lines to the right of the cusp approach + +\infty . Because of this, a function's slope is not defined at a cusp, so its derivative cannot be calculated there.

Vertical Tangent

The function f ( x ) = x 3 f(x)=\sqrt[3]{x} is an example of a function with a vertical tangent. At x = 0 x = 0 , the slope of the tangent line approaches infinity.

example of a function with a vertical tangent example of a function with a vertical tangent

A function f f has a vertical tangent at x x if f f is continuous at x x and if the slope of the tangent line at x x approaches either negative infinity or positive infinity.

Discontinuity

The function f ( x ) = 1 ( x 2 ) + u ( x 2 ) + u ( x 9 ) f(x)=\frac{1}{(x^{2})}+u\left(x-2\right)+u\left(x-9\right) , where u u represents the unit-step function, is an example of a function with a discontinuity. For example, there are jump continuities at x = 2 x = 2 and x = 9 x = 9 .

example of a function with a discontinuity example of a function with a discontinuity

Since the limit as x x approaches these points from the left does not equal the limit as x x approaches these points from the right, f ( x ) f(x) is not differentiable at these points.

What is the Difference Between Differentiable and Continuous?

A differentiable function must be continuous. However, the reverse is not necessarily true. It's possible for a function to be continuous but not differentiable. (If needed, you can review our full guide on continuous functions.)

Let's examine what it means to be a differentiable versus continuous function. For example, consider the absolute value function f ( x ) = x f(x) = \vert x \vert below.

This function is continuous everywhere because we can draw its curve without ever lifting a hand. Its curve has no holes, breaks, jumps, or vertical asymptotes. However, at x = 0 x = 0 , the function is not differentiable.

the absolute value function example that is continuous everywhere, because we can draw its curve the absolute value function example that is continuous everywhere, because we can draw its curve

How can we tell this function is not differentiable?

We know it's non-differentiable because there's a corner point at x = 0 x = 0 . This makes it impossible to draw the tangent line to f ( x ) = x f(x) = \vert x \vert at x = 0 x = 0 . More precisely, the absolute value function fails the limit definition of differentiability at x = 0 x = 0 .

Let's verify that the absolute value function fails the limit definition of differentiability at x = 0 x = 0 by plugging f ( x ) = x f(x) = \vert x \vert at x = 0 x = 0 into the limit definition of a derivative formula. So that we don't confuse x x and Δ x \Delta{x} , we'll substitute the variable h h for Δ x \Delta{x} .

We are calculating lim h 0 f ( x + h ) f ( x ) h \mathop {\lim }\limits_{h \to 0} \frac{{f\left( {x + h } \right) - f\left( x \right)}}{h } for f ( x ) = x f(x) = \vert x \vert at x = 0 x = 0 .

Here's what we get:

lim h 0 x + h x h \mathop {\lim }\limits_{h \to 0} \frac{\vert x + h \vert - \vert x \vert}{h}

Plugging in x = 0 x = 0 , we have:

lim h 0 0 + h 0 h = lim h 0 h h \mathop {\lim }\limits_{h \to 0} \frac{\vert 0 + h \vert - \vert 0 \vert}{h} = \mathop {\lim }\limits_{h \to 0} \frac{\vert h \vert}{h}

Let's stop and take a closer look at the function h h \frac{\vert h \vert}{h} , which can be written as a piecewise function. This piecewise function represents f ' ( x ) f'(x) , the derivative of our function f ( x ) = x f(x) = \vert x \vert .

 example of a piecewise function  example of a piecewise function

We can use this piecewise function to finish evaluating our limit and to understand why f ' ( x ) f'(x) is non-differentiable at x = 0 x = 0 .

First, let's take the limit as h h approaches 0 from the right. Imagine h h as a slightly positive value, so that h > 0 h >0 .

Looking at our piecewise function, we can plug in h h = h h = 1 \frac{\vert h \vert}{h} = \frac{h}{h} = 1 for h > 0 h > 0 . Remember that the limit as h h approaches a constant value is simply the constant value itself.

lim h 0 + h h = lim h 0 + 1 = 1 \mathop {\lim }\limits_{h \to 0^+} \frac{\vert h \vert}{h} = \mathop {\lim }\limits_{h \to 0^+} 1 = 1

Now, let's take the limit as h approaches 0 from the left. Imagine h as a slightly negative value, so that h < 0. Looking at our piecewise function, we can plug in for h < 0 the following:

h h \frac{\vert h \vert}{h} = h h = 1 \frac{-h}{h} = -1

Here's what it'll look like:

lim h 0 h h = lim h 0 + = 1 \mathop {\lim }\limits_{h \to 0^-} \frac{\vert h \vert}{h} = \mathop {\lim }\limits_{h \to 0^+} = -1

Notice that lim h 0 + lim h 0 h h \mathop {\lim }\limits_{h \to 0^+} \not = \mathop {\lim }\limits_{h \to 0^-} \frac{\vert h \vert}{h} , since 1 1 1 \not = -1 . In order for a limit to exist, the right-handed limit must equal the left-handed limit.

On our graph of f ' ( x ) = x x f'(x) = \frac{\vert x \vert}{x} below, this looks like a jump discontinuity.

example of a jump discontinuity example of a jump discontinuity

This means that lim h 0 f ( x + h ) f ( x ) h \mathop {\lim }\limits_{h \to 0} \frac{{f\left( {x + h } \right) - f\left( x \right)}}{h } for f ( x ) = x f(x) = \vert x \vert at x = 0 x = 0 does not exist. Thus, f ( x ) = x f(x) = \vert x \vert is not differentiable at x = 0 x = 0 .

So, although f ( x ) = x f(x) = \vert x \vert is continuous everywhere, it is not differentiable at x = 0 x = 0 . The same is true for many other functions, so make sure you understand the difference.

Common Derivative Formulas

Once you've learned how to determine if a function is differentiable, you can start to become familiar with the most common derivative formulas and their rules.

Here is a list of the most useful derivative rules to memorize:

Constant Rule

d d x c = 0 \frac{d}{dx}c = 0

Power Rule

d d x ( x n ) = n x n 1 \frac{d}{dx}(x^n) = nx^{n-1}

Chain Rule

d d x f ( g ( x ) ) = f ' ( g ( x ) ) g ' ( x ) \frac{d}{dx}f(g(x)) = f'(g(x))g'(x)

Product Rule

d d x [ f ( x ) g ( x ) ] = f ' ( x ) g ( x ) + f ( x ) g ' ( x ) \frac{d}{dx}[f(x) \cdot g(x)] = f'(x) \cdot g(x) + f(x)\cdot g'(x)

Quotient Rule

d d x [ f ( x ) g ( x ) ] = g ( x ) f ' ( x ) f ( x ) g ' ( x ) ( g ( x ) ) 2 \frac{d}{dx}[\frac{f(x)}{g(x)}] = \frac{g(x)f'(x)-f(x)g'(x)}{(g(x))^2}

Sum/Difference Rule

d d x [ f ( x ) ± g ( x ) ] = f ' ( x ) ± g ' ( x ) \frac{d}{dx}[f(x) \pm g(x)] = f'(x) \pm g'(x)

Trigonometry Rules

  • d d x ( sin ( x ) ) = cos ( x ) \frac{d}{dx}(\sin{(x)}) = \cos{(x)}

  • d d x ( cos ( x ) ) = sin ( x ) \frac{d}{dx}(\cos{(x)}) = -\sin{(x)}

  • d d x ( tan ( x ) ) = sec 2 ( x ) \frac{d}{dx}(\tan{(x)}) = \sec ^2 (x)

Logarithmic and Exponential Rules

  • d d x ( ln x ) = 1 x \frac{d}{dx} (\ln{x}) = \frac{1}{x}

  • d d x ( e x ) = e x \frac{d}{dx}(e^x) = e^x

Dr. Tim Chartier discusses the Product and Quotient derivative rules more in depth:

Explore Outlier's Award-Winning For-Credit Courses

Outlier (from the co-founder of MasterClass) has brought together some of the world's best instructors, game designers, and filmmakers to create the future of online college.

Check out these related courses:

lanetrainty.blogspot.com

Source: https://articles.outlier.org/what-does-differentiable-mean

0 Response to "If a Function is Differentiable Then It is Continuous Negation"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel