Chapter 2: Differentiation
Section 2.1: What Is a Derivative?
|
Example 2.1.2
|
|
Show that at a unique slope cannot be assigned to the graph of . Consequently, a tangent line does not exist at on this curve.
|
|
|
|
Solution
|
|
•
|
In Figure 2.1.2(a), the green dot on the graph of is at the point where no unique slope can be assigned.
|
•
|
To see this, consider secant lines through and , the slopes of which are
|
•
|
The limiting values for these slopes are then, the positive value when the limit is taken from the right; the negative, from the left.
|
•
|
Consequently, no limit exists for these slopes, and therefore a unique slope cannot be assigned to the graph of at .
|
|
>
|
p1:=plot(sqrt(abs(x^2-4)+9),x=-3..3):
p2:=plot([[2,3]],style=point,symbol=solidcircle,symbolsize=15,color=green):
plots:-display(p1,p2,labels=[x,y],view=[-3..3,0..5],scaling=constrained);
|
|
Figure 2.1.2(a) Graph of
|
|
|
|
•
|
The "corner" at on the graph of is an example of a point where a tangent line does not exist.
The following details demonstrate this computationally.
|
|
Define the function
|
•
|
Control-drag
Context Panel: Evaluate and Display Inline
|
|
|
Limiting slopes of the secant lines
|
•
|
Expression palette: Limit operator
Limit from the left
|
|
=
|
•
|
Expression palette: Limit operator
Limit from the right
|
|
=
|
|
|
Stepwise computation of the limits:
|
|
|
|
|
|
|
|
|
|
|
|
When computing the limit from the right, , so ; but from the left, , so . The fraction
tends to as , so the limit from the right is but the limit from the left is .
|
|
<< Previous Example Section 2.1
Next Example >>
© Maplesoft, a division of Waterloo Maple Inc., 2025. All rights reserved. This product is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation.
For more information on Maplesoft products and services, visit www.maplesoft.com
|