Quels sont les différents procédés de dérivation ?

Understanding Differentiability in Functions

13/07/2024

Rating: 4.68 (6211 votes)

In the world of mathematics, particularly in calculus, understanding how functions change is paramount. This rate of change is precisely what a derivative measures. Just as a speedometer tells you how fast your car's speed is changing at any given moment, the derivative of a function tells us its instantaneous rate of change at any specific point. It’s a powerful tool, but not all functions can be differentiated everywhere. This article will delve into what it means for a function to be differentiable, explore the conditions under which a derivative exists, and examine the critical relationship between differentiability and continuity.

Comment définir les dérivées ?
Lorsque l’on commence à étudier les dérivées, on commence par deux définitions importantes ; tout d’abord, la dérivée est la pente de la tangente à la courbe représentative en un point ; ensuite, la dérivée est définie par une limite et n’existe donc que si cette limite existe.

When we first encounter derivatives, two fundamental definitions come to the forefront. Firstly, the derivative at a point can be intuitively understood as the slope of the tangent line to the function's graph at that specific point. Imagine zooming in on a curve until it looks like a straight line; that line's slope is the derivative. Secondly, and more formally, the derivative is defined using a limit. This limit-based definition is crucial because it immediately tells us that a derivative only exists if this particular limit exists.

Table

Defining the Derivative: The Limit Approach

The formal definition of the derivative of a function f(x) at a point x = x₀ relies on the concept of a limit. It is expressed as:

f'(x₀) = lim (x→x₀) [f(x) - f(x₀)] / (x - x₀)

An equivalent and often more practical definition, especially when dealing with small changes, uses a variable h approaching zero:

f'(x₀) = lim (h→0) [f(x₀ + h) - f(x₀)] / h

A function is said to be differentiable at x = x₀ if these limits exist and are finite. If only the left-hand or right-hand limit exists, we say the function is differentiable from the left or right, respectively. It’s also worth noting that the derivative of a function y = f(x) can also be denoted as dy/dx, often read as 'the derivative of y with respect to x' or 'dee y by dee x'.

A function is considered differentiable over an entire interval if its derivative exists at every point within that interval. For an open interval (a, b), this means the function is differentiable for all x in that range. For a closed interval [a, b], the function must be differentiable on the open interval (a, b), differentiable from the right at x = a, and differentiable from the left at x = b.

When a Function is NOT Differentiable

The definition of the derivative as a limit implies that there are cases where this limit might not exist. When this happens, we say the function is not differentiable at that point. Understanding these scenarios is key to grasping the concept fully.

1. Discontinuities

If a function has a break or a jump at a certain point, it's impossible to define a unique tangent line there. Think of it like trying to draw a smooth line through a broken bridge. Therefore, if a function is not continuous at a point, it cannot be differentiable at that point.

Example 1: Function with a Jump Discontinuity

Consider the function defined piecewise:

f(x) = { -6x - 4, if x ≤ -1 { 3x², if x > -1

Let's examine the differentiability of f at x = -1. A common first step might be to differentiate each piece separately: f'(x) = -6 for x < -1 and f'(x) = 6x for x > -1. Evaluating these at x = -1 gives -6 from the left and -6 from the right. One might hastily conclude it's differentiable. However, this is incorrect.

The crucial step is to first check for continuity. Let's evaluate f(-1) = -6(-1) - 4 = 2. Now, let's check the limits:

  • Left-hand limit: lim (x→-1⁻) f(x) = lim (x→-1⁻) (-6x - 4) = -6(-1) - 4 = 2
  • Right-hand limit: lim (x→-1⁺) f(x) = lim (x→-1⁺) (3x²) = 3(-1)² = 3

Since the left-hand limit (2) is not equal to the right-hand limit (3), the function is not continuous at x = -1. Because differentiability implies continuity (a concept we'll explore later), if a function is not continuous, it cannot be differentiable. Thus, f is not differentiable at x = -1.

2. Sharp Corners or Cusps

At a sharp corner or a cusp, the slope of the tangent line changes abruptly. This means the derivative from the left side of the point is different from the derivative from the right side. Since the two-sided limit for the derivative does not exist, the function is not differentiable at such points.

Example 2: Function with a Sharp Corner

Imagine a graph that forms a 'V' shape. At the tip of the 'V', say at x = -4, there's a sharp corner. The slope approaching x = -4 from the left is constant, and the slope approaching from the right is also constant but different. For instance, think of f(x) = |x + 4|. At x = -4, the slope from the left is -1, and from the right is 1. Because the left and right derivatives are unequal, the derivative at x = -4 does not exist. The function's rate of change is not uniquely defined at that point.

3. Vertical Tangents

If the tangent line to a curve at a point is vertical, its slope is undefined (approaches infinity). Since the derivative represents this slope, it also becomes undefined, meaning the function is not differentiable at that point.

Example 3: Function with a Vertical Tangent

Consider the function f(x) = x^(1/3) (the cube root of x). Its graph has a vertical tangent at x = 0. Let's find its derivative:

f'(x) = d/dx (x^(1/3)) = (1/3)x^(1/3 - 1) = (1/3)x^(-2/3) = 1 / (3 * x^(2/3)) = 1 / (3 * (∛x)²) 

If we try to evaluate f'(0), the denominator becomes 3 * (∛0)² = 0. Division by zero is undefined, so the derivative does not exist at x = 0. This confirms the visual observation of a vertical tangent.

4. Infinitesimal Oscillations

In some rare but mathematically interesting cases, a function might oscillate so rapidly around a point that the tangent line cannot be uniquely defined. The function's behaviour is too erratic for the limit to settle on a single value.

Example 4: Function with Oscillations

Consider the function f(x) defined as:

f(x) = { x sin(1/x), if x ≠ 0 { 0, if x = 0

To check differentiability at x = 0, we use the limit definition:

f'(0) = lim (h→0) [f(0 + h) - f(0)] / h

Substituting the function's definition:

f'(0) = lim (h→0) [h sin(1/h) - 0] / h f'(0) = lim (h→0) sin(1/h)

The function sin(1/h) oscillates infinitely many times between -1 and 1 as h approaches 0. It does not approach a single value. Therefore, this limit does not exist, and f is not differentiable at x = 0.

The Crucial Link: Differentiability Implies Continuity

We've seen examples where continuous functions are not differentiable (sharp corners, vertical tangents, oscillations). However, the reverse is always true: if a function is differentiable at a point, then it must be continuous at that point. This is a fundamental theorem in calculus, and understanding its proof solidifies the relationship between these two concepts.

Let's prove this. Assume that f is differentiable at a point x = x₀. By definition, this means that the limit f'(x₀) = lim (x→x₀) [f(x) - f(x₀)] / (x - x₀) exists and is a finite number.

To show that f is continuous at x = x₀, we need to prove that lim (x→x₀) f(x) = f(x₀). This is equivalent to showing that lim (x→x₀) [f(x) - f(x₀)] = 0.

Let's consider the expression f(x) - f(x₀). We can multiply and divide it by (x - x₀) (assuming x ≠ x₀, which is fine for a limit approaching x₀):

f(x) - f(x₀) = [(f(x) - f(x₀)) / (x - x₀)] * (x - x₀)

Now, let's take the limit as x → x₀ on both sides:

lim (x→x₀) [f(x) - f(x₀)] = lim (x→x₀) { [(f(x) - f(x₀)) / (x - x₀)] * (x - x₀) }

Using the properties of limits (the limit of a product is the product of the limits, provided both limits exist):

lim (x→x₀) [f(x) - f(x₀)] = [lim (x→x₀) (f(x) - f(x₀)) / (x - x₀)] * [lim (x→x₀) (x - x₀)]

We know from our initial assumption that lim (x→x₀) (f(x) - f(x₀)) / (x - x₀) is f'(x₀) (which is a finite number). And we also know that lim (x→x₀) (x - x₀) = 0.

Substituting these values:

lim (x→x₀) [f(x) - f(x₀)] = f'(x₀) * 0

Therefore,

lim (x→x₀) [f(x) - f(x₀)] = 0

Finally, we can rearrange this to show continuity:

lim (x→x₀) f(x) - lim (x→x₀) f(x₀) = 0 lim (x→x₀) f(x) - f(x₀) = 0 (since f(x₀) is a constant with respect to the limit) lim (x→x₀) f(x) = f(x₀)

This concludes the proof: differentiability at a point guarantees continuity at that point. This is a powerful result because it allows us to quickly deduce non-differentiability if we find a discontinuity.

Summary of Differentiability Conditions

To help summarise, here's a table outlining the key characteristics related to a function's differentiability:

CharacteristicDifferentiable FunctionNon-Differentiable Function
ContinuityMust be continuous at the point.Can be discontinuous (e.g., jump, hole).
Tangent LineHas a unique, non-vertical tangent line.May have no tangent, multiple tangents, or a vertical tangent.
SmoothnessSmooth curve, no sharp points.May have sharp corners (cusps/kinks).
Limit DefinitionThe limit lim (h→0) [f(x+h)-f(x)]/h exists and is finite.The limit does not exist or is infinite.
Left/Right DerivativesLeft-hand derivative equals right-hand derivative.Left-hand derivative does not equal right-hand derivative (e.g., at sharp corners).

Applying the Concepts

Example 5: Using Differentiability for Limits

Suppose we have a function f such that f(-8) = 3 and f'(-8) = 7. What is lim (x→-8) f(x)?

Since we are given that f'(-8) = 7, it means that f is differentiable at x = -8. As we've just proven, if a function is differentiable at a point, it must be continuous at that point. By the definition of continuity, lim (x→x₀) f(x) = f(x₀). Therefore, lim (x→-8) f(x) = f(-8). Given f(-8) = 3, we can conclude that lim (x→-8) f(x) = 3.

Example 6: Differentiability of a Piecewise Function

Consider the function f(x) = { -1 + 3x, if x ≤ 1; -x³ + 3, if x > 1 }. Is f differentiable at x = 1?

First, check for continuity at x = 1:

  • f(1) = -1 + 3(1) = 2
  • Left-hand limit: lim (x→1⁻) (-1 + 3x) = -1 + 3(1) = 2
  • Right-hand limit: lim (x→1⁺) (-x³ + 3) = -(1)³ + 3 = 2

Since f(1) = 2 and both limits are 2, the function is continuous at x = 1. Now, let's find the derivatives of each piece:

  • For x < 1, f'(x) = d/dx (-1 + 3x) = 3
  • For x > 1, f'(x) = d/dx (-x³ + 3) = -3x²

Next, compare the left-hand and right-hand derivatives at x = 1:

  • Left-hand derivative: lim (x→1⁻) f'(x) = 3
  • Right-hand derivative: lim (x→1⁺) f'(x) = -3(1)² = -3

Since the left-hand derivative (3) is not equal to the right-hand derivative (-3), the function is not differentiable at x = 1, despite being continuous.

Example 7: Finding Parameters for Continuity and Checking Differentiability

Determine the values of a and b and investigate the differentiability of the function f at x = -1, given that f is continuous and f(x) = { 9x² + ax + 4, if x < -1; 11, if x = -1; a + bx, if x > -1 }.

Since f is continuous at x = -1, we must have lim (x→-1⁻) f(x) = lim (x→-1⁺) f(x) = f(-1).

  • We know f(-1) = 11.
  • Left-hand limit: lim (x→-1⁻) (9x² + ax + 4) = 9(-1)² + a(-1) + 4 = 9 - a + 4 = 13 - a
  • Right-hand limit: lim (x→-1⁺) (a + bx) = a + b(-1) = a - b

For continuity, we set these equal to f(-1):

  • 13 - a = 11 => a = 2
  • a - b = 11 => 2 - b = 11 => b = -9

So, the function becomes: f(x) = { 9x² + 2x + 4, if x < -1; 11, if x = -1; 2 - 9x, if x > -1 }.

Now, let's check differentiability at x = -1 by finding the derivatives of each piece:

  • For x < -1, f'(x) = d/dx (9x² + 2x + 4) = 18x + 2
  • For x > -1, f'(x) = d/dx (2 - 9x) = -9

Compare the left-hand and right-hand derivatives at x = -1:

  • Left-hand derivative: lim (x→-1⁻) (18x + 2) = 18(-1) + 2 = -18 + 2 = -16
  • Right-hand derivative: lim (x→-1⁺) (-9) = -9

Since the left-hand derivative (-16) is not equal to the right-hand derivative (-9), the function is not differentiable at x = -1, even though we ensured it was continuous.

Frequently Asked Questions About Differentiability

Q: Is a continuous function always differentiable?

A: No, not always. While differentiability implies continuity, the reverse is not true. A function can be continuous at a point but not differentiable there. Common examples include functions with sharp corners (like f(x) = |x| at x=0), vertical tangents (like f(x) = x^(1/3) at x=0), or functions with infinite oscillations.

Q: Can a discontinuous function be differentiable?

A: No, absolutely not. If a function is not continuous at a point, it cannot be differentiable at that point. This is a direct consequence of the theorem that differentiability implies continuity. If the function has a break or a jump, a unique tangent line cannot be defined, and thus the derivative limit will not exist.

Q: What is the geometric interpretation of a function not being differentiable?

A: Geometrically, non-differentiability at a point means one of a few things:

  • A break or jump: The graph is discontinuous, making it impossible to draw a tangent.
  • A sharp corner or cusp: The graph changes direction abruptly, meaning the slope from the left doesn't match the slope from the right.
  • A vertical tangent: The slope becomes infinitely steep, which is undefined.
  • Wild oscillations: The function wiggles too much for a stable tangent to be defined.

Q: Why is understanding differentiability important?

A: Differentiability is fundamental in many areas. In physics and engineering, it ensures that quantities like velocity and acceleration are well-defined and behave predictably. In optimization problems (finding maximums or minimums), we often rely on derivatives, and if a function isn't differentiable at a critical point, standard methods might fail. It's also crucial for developing higher-level calculus concepts and for understanding the smoothness and behaviour of functions in various mathematical models.

Conclusion

In summary, the concept of differentiability is built upon the existence of a specific limit that defines the derivative. A function's ability to be differentiated at a point signifies that its graph is smooth and continuous at that location, without any sharp corners, breaks, or vertical tangents. While continuity is a prerequisite for differentiability, it's not a guarantee. Mastering these conditions and their implications is vital for anyone delving deeper into calculus and its vast applications.

If you want to read more articles similar to Understanding Differentiability in Functions, you can visit the Automotive category.

Go up