Chapter 2: Differentiation
Section 2.1: What Is a Derivative?
Introduction
Straight lines have "slope." In fact, the slope of a straight line is constant. The "straightness" of a straight line is characterized by the constancy of its slope.
Do curves have "slope?" Curves are not straight like lines, so how can the property of "slope" be attached to a curve? The answer to the question is that "slope" can be defined for a curve, but it will not be constant along the curve, it will change from point to point. This notion of a position-varying slope along a curve is essentially that of the derivative. In this first section of Chapter 2, the idea or concept of the derivative as giving the slope at points along a curve will be explored.
Essentials
Local Linearity
On the graph of fx=3⁢x3+9⁢x2−7 in Figure 2.1.1, the green dot is at the point 1,f1=1,5. To see the effect of "zooming in" on this point, move the slider:
k=
The graphing interval 1−23−k≤x≤1+23−k/4 shrinks about x=1 as k increases.
As k increases, the graph near 1,5 increasingly tends to resemble that of a straight line. This phenomenon is known as "local linearity." In other words, over a small enough interval, any smooth curve is well approximated by a straight line.
Figure 2.1.1 Zooming in upon the point 1,5
The slope of this straight-line approximation obtained by zooming in at a point, is taken as the slope of the curve at that point. The process by which this "slope at a point" is determined is called differentiation, and the expression for the slope along the curve is called the "derivative."
The Tangent Line
As result of the elementary geometry course, a student may well consider that a line tangent to a curve is one that touches the curve in a single point. This notion of a tangent is probably sufficient for the calculus student, provided that it does not prevent the student from later accepting that the tangent line is the limit of secant lines.
The slope of a line tangent to a curve is the same as the slope obtained by zooming in at the point of contact.
Figure 2.1.2 shows, at x=1, a line tangent to the curve graphed in Figure 2.1.1. Near x=1, the "locally linear" portion of the curve has nearly the same slope as the tangent line, and exactly at x=1, the slope of the curve is that of the tangent line.
Student:-Calculus1:-Tangent(3*x^3+9*x^2-7,1,-3..2,output=plot, caption="",view=[-3..2,-20..30],pointoptions=[symbol=solidcircle,symbolsize=15,color=green]);
Figure 2.1.2 A curve, and its tangent at x=1
Tangents as Limits of Secant Lines
Figure 2.1.3 contains an animation in which blue secant lines are drawn between 1,5 and another point on the curve, a point that moves closer and closer to 1,5.
As the moving point gets closer and closer to the fixed point 1,5, the secant lines approach their limiting position, that of the tangent line.
The slopes of the secant lines approach the slope of the tangent line.
Figure 2.1.4 contains a screenshot of the applied to the function graphed in Figure 2.1.3.
Student:-Calculus1:-NewtonQuotient(3*x^3+9*x^2-7,1,.5..1.5,h=1/2,output=animation,caption="",iterations=12,title="");
Figure 2.1.3 Animation: Secants become a tangent
Figure 2.1.4 The Tangent tutor configured for the animation in Figure 2.1.3; note the Plot Options panel to the right
In Figure 2.1.4 the Tangent tutor is configured for the animation seen in Figure 2.1.3. The animation in the tutor is launched by pressing the "Animate" button in the lower portion of the tutor. Alternatively, pressing the "Display" button would display a collection of secant lines whose endpoints and slopes are listed in the table in the tutor. Note that the slope and equation of the tangent line are also given in the tutor. The NewtonQuotient command at the bottom of the tutor is the command used to generate Figure 2.1.3.
The Explore command also provides an animation of the secant line approaching a tangent line.
Exploreplot3⁢x3+9⁢x2−7,3⁢h2+18⁢h+27⋅x−1+5,x=.5..1.5,y=−5..20,parameters=h=0..0.4,initialvalues=h=0.4,placement=right
It takes a bit more syntax to include "dots" for the fixed and moving points, and for the tangent line itself. The tutor provides those amenities at "no cost" but the Explore command provides a slider that allows the secant to approach the tangent line smoothly.
Slope of Tangent Line as Limit of Slopes of Secant Lines
Figures 2.1.3 and 2.1.4 provide a graphical insight into the process whereby a secant line approaches a tangent line. The algebraic equivalent, illustrated below, results in the slope of the tangent line by finding the limit of the slopes of the approaching secant lines.
Define fx
Control-drag fx=…
Context Panel: Assign Function
fx=3⁢x3+9⁢x2−7→assign as functionf
Slopes of secant lines through 1,5 and 1+h,f1+h
f1+h−f11+h−1
=f1+h−5h
=31+h3+91+h2−7−5h
=3 h3+18 h2+27 hh
=hh2+18 h+27h
=h2+18 h+27
The limiting value of these slopes of secant lines is 27, attained as h→0.
Average Velocity as the Slope of a Secant Line
Let s=st represent, at time t, the displacement from a fixed origin O, as an object moves along a straight line. For example, the value of s could be the reading on the odometer in an automobile as it is driven along some road. It represents how far the car has moved from the start time up until time t.
The average velocity would then be the distance driven divided by the time it took to traverse that distance. In other words, the formula "distance equals rate times time" is solved for "rate" so that the rate (or average velocity) is distance divided by time.
Let Δ t=t2−t1 represent a time interval between two times t1<t2. Correspondingly, let Δ s=st2−st1 be the distance traversed during the time interval t1,t2. Then the average velocity over this time interval is
vavg = ⁢Δ⁢sΔ⁢t = s⁡(t2)−s⁡(t1)t2−t1
Thus, the average velocity is simply the slope of the secant line on the graph of y=s⁡(t), that is, the line through the points ⁡(t1,s⁡(t1)) and⁡(t2,s⁡(t2)).
Instantaneous Velocity as the Slope of a Tangent Line
If the average velocity has a limit as t2 approaches t1, then this limit is the slope of the line tangent to y=s⁡(t) at t=t1. This limit is also known as the instantaneous velocity at time t=t1. Letting v⁡(t) represent the instantaneous velocity at time t, these results are summarized via the equalities
v⁡(t1) = limt2→t1vavg = limh→0⁢Δ⁢sΔ⁢t = limt2→t1s⁡(t2)−s⁡(t1)t2−t1
The instantaneous velocity is the slope of the tangent line that the secant lines, whose slopes give the average velocities, approach.
The instantaneous velocity measures the rate at which displacement is changing. Hence, the phrase "rate of change" is applied to the slope of the tangent line, even when the independent variable is not the time t.
The rate of change of the velocity is the acceleration.
Précis
Table 2.1.1 summarizes the main points of Section 2.1.
Curves have slope.
At a point on a curve, its slope is that of the line tangent to the curve at that point.
Zooming in on the graph of a curve shows that locally, in the small, a curve is nearly a straight line.
Secant lines through two points that get closer and closer tend to a tangent line.
The slopes of these secant lines tend, in the limit, to the slope of the tangent line.
The average velocity is the slope of a secant line along a graph of displacement vs. time.
The instantaneous velocity is the slope of a tangent line on a graph of displacement vs. time.
At any point on a curve, the slope of its tangent line is the rate of change of the dependent variable, even if the independent variable is not time.
Table 2.1.1 Main points of Section 2.1
Examples
Example 2.1.1
The displacement of an object from a fixed origin O is described by the function st=18−20 t+9 t2−t3,t≥0, where the object is moving along a straight line. Determine the position and instantaneous velocity at time t=3, and the average velocity for the time-interval 2≤t≤4.
Example 2.1.2
Show that at x=2 a unique slope cannot be assigned to the graph of f⁡x=x2−4+9. Consequently, a tangent line does not exist at 2,3 on this curve.
Example 2.1.3
Show that at x=0 a unique slope cannot be assigned to the graph of fx=x1/3.
Does this curve have a tangent line at 0,0?
Example 2.1.4
At x=1, what can be said about the slope of the graph of fx={x2x≤1x 3−xx>1 ?
<< Chapter Overview Table of Contents Next Section >>
© Maplesoft, a division of Waterloo Maple Inc., 2024. 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
Download Help Document