We begin by considering a curve represented by the function y=f(x). On this curve, we identify two points: P(a,f(a)) and Q(x,f(x)).
Slope of the Secant Line (Average Rate of Change)
For any two distinct points P(a,f(a)) and Q(x,f(x)) on the curve, where x=a, the slope of the secant line passing through these points can be calculated as: msecant=x−af(x)−f(a)
This formula represents the average rate of change of the function f(x) over the interval from x=a to x. It indicates how much the function's output changes on average with respect to the change in its input over that interval.
Slope of the Tangent Line (Instantaneous Rate of Change / Derivative)
As the point Q(x,f(x)) gets progressively closer to the point P(a,f(a)) (i.e., as x approaches a), the secant line PQ gradually transforms and approaches the tangent line to the curve at point P.
The slope of this tangent line is defined by the limit of the secant line's slope: m=limx→ax−af(x)−f(a)
Alternative Definition (using h):
To express this limit in a different, often more convenient, form, let h be the difference between x and a, so h=x−a.
As x approaches a, it follows that h approaches 0.
Furthermore, we can write x in terms of a and h as x=a+h. Consequently, f(x) becomes f(a+h).
Substituting these into the limit definition, the slope of the tangent line to the curve y=f(x) at point P can be redefined as: m=limh→0hf(a+h)−f(a)
This slope is also known as the instantaneous rate of change of the function at x=a
ahd, most importantly, it is the derivative of the function at x=a.
Example 1: Finding the Equation of a Tangent Line
Problem: Find the equation of the tangent line to the graph of f(x)=5x2−3x at the point (1,2).
Given:a=1, f(a)=f(1)=2.
Step 1: Calculate the slope ($m$) of the tangent line.
We use the definition: m=limh→0hf(a+h)−f(a)
Substitute these into the limit expression: m=lim<em>h→0h(2+7h+5h2)−2m=lim</em>h→0h7h+5h2 m=limh→0(7+5h)
Evaluate the limit: m=7+5(0)=7
Step 2: Use the point-slope form to find the equation of the line.
The point is (x<em>1,y</em>1)=(1,2) and the slope is m=7. y−y<em>1=m(x−x</em>1) y−2=7(x−1) y−2=7x−7 y=7x−5
The equation of the tangent line is y=7x−5.
Example 2: Finding the Equation of a Tangent Line for a Rational Function
Problem: Find the equation of the tangent line to the graph of f(x)=x−24 at x=5.
Given:a=5.
Step 1: Find the y-coordinate of the point of tangency. f(5)=5−24=34
So, the point of tangency is (5,34).
Step 2: Calculate the slope ($m$) of the tangent line.m=limh→0hf(a+h)−f(a)
Substitute a=5: m=limh→0hf(5+h)−f(5)
Calculate f(5+h): f(5+h)=(5+h)−24=3+h4
Calculate f(5): f(5)=34
Substitute these into the limit expression: m=limh→0h3+h4−34
Combine the fractions in the numerator: m=lim<em>h→0h3(3+h)4⋅3−4(3+h)m=lim</em>h→0h3(3+h)12−12−4h m=lim<em>h→03h(3+h)−4hm=lim</em>h→03(3+h)−4
Evaluate the limit: m=3(3+0)−4=9−4
Step 3: Use the point-slope form to find the equation of the line.
The point is (x<em>1,y</em>1)=(5,34) and the slope is m=−94. y−y<em>1=m(x−x</em>1) y−34=−94(x−5) y=−94x+920+34 y=−94x+920+912 y=−94x+932
The equation of the tangent line is y=−94x+932.
Applications to Motion: Position and Velocity
When an object moves along a straight line, its motion can be described by an equation of motion given by s=f(t). Here, s represents the displacement (which is the directed distance) of the object from its origin at a specific time t.
The function f in this context is known as the position function of the object, as it defines the object's position at any given time.
Average Velocity
The concept of the average velocity of an object is directly analogous to the average rate of change. It describes the overall speed and direction of the object over a specific time interval.
If an object has a position f(t<em>1) at time t</em>1 and f(t<em>2) at time t</em>2, its average velocity over the interval [t<em>1,t</em>2] is: Average Velocity=Change in TimeChange in Displacement=t<em>2−t</em>1f(t<em>2)−f(t</em>1)
Instantaneous Velocity
The instantaneous velocity represents the velocity (speed and direction) of the object at a precise moment in time, t=a. It is an instantaneous measure, unlike average velocity which is over an interval.
It corresponds to the instantaneous rate of change and is calculated as the derivative of the position function at that specific time t=a: Instantaneous Velocity at t=a=limh→0hf(a+h)−f(a)
Example 3: Calculating Average and Instantaneous Velocity
Problem: An object is moving in a straight line at time t with a position function f(t)=2t+1.
(a) What is the average velocity of the object over the time interval from t=4 to t=12?
Given:t<em>1=4, t</em>2=12.
Step 1: Calculate the position at each time.
At t1=4: f(4)=2(4)+1=8+1=9=3
At t2=12: f(12)=2(12)+1=24+1=25=5
Step 2: Calculate the average velocity. Average Velocity=t<em>2−t</em>1f(t<em>2)−f(t</em>1)=12−4f(12)−f(4) Average Velocity=85−3=82=41
(b) What is the instantaneous velocity of the object at time t=4?
Given:a=4.
Step 1: Use the limit definition for instantaneous velocity.Instantaneous Velocity=limh→0hf(a+h)−f(a)
Substitute a=4: limh→0hf(4+h)−f(4)
Calculate f(4+h): f(4+h)=2(4+h)+1=8+2h+1=9+2h
We know f(4)=3 from part (a).
Substitute these into the limit expression: limh→0h9+2h−3
Step 2: Evaluate the limit using conjugation.
To resolve the indeterminate form 00 (when h=0), multiply the numerator and denominator by the conjugate of the numerator:
lim<em>h→0h9+2h−3⋅9+2h+39+2h+3=lim</em>h→0h(9+2h+3)(9+2h)2−32=lim<em>h→0h(9+2h+3)9+2h−9=lim</em>h→0h(9+2h+3)2h
Cancel out h (since h=0 as h→0): =limh→09+2h+32
Evaluate the limit by direct substitution of h=0: =9+2(0)+32=9+32=3+32=62=31
The instantaneous velocity of the object at time t=4 is 31 units per unit time.