AP Calculus AB/BC
One-page, printable cheatsheet
Cheatsheet visualization
Table of Contents

โ™พ๏ธap calculus ab/bc review

2.2 Defining the Derivative of a Function and Using Derivative Notation

Verified for the 2025 AP Calculus AB/BC examโ€ขCitation:

AI

Welcome back to AP Calculus with Fiveable! This topic focuses on determining derivative notation and calculating the derivative of a function. Let's combine our skills in calculating rates of change with the knowledge of limits to continue building our derivative skills. ๐Ÿงฑ

โ†—๏ธ Definition of Derivative

The derivative of a function at a single point is the instantaneous rate of change at that point. We learned how to calculate an instantaneous rate of change in the previous topic: Defining Average and Instantaneous Rates of Change at a Point.

But how can we find the derivative of the whole curve, instead of at just one single point? It would be far too tedious to calculate the instantaneous rate of change at every single point, and then graph. ๐Ÿค”

We can actually find the derivative by generalizing the limit notation and not solving for the derivative at the point. Therefore, we use the limit definition of a derivative:

fโ€ฒ(x)=limโกhโ†’0f(x+h)โˆ’f(x)hf'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}

You will learn certain rules and shortcuts to calculating derivatives in the next few lessons, but for now, we will use the definition of the derivative to calculate the rate of change for a function.

๐Ÿ’ก Since the derivative represents a rate of change, the derivative at a point will represent the slope of a line tangent to the curve at that point! Check it out in the graph below.

Screen Shot 2023-12-19 at 6.34.43 PM.png
Graph of a tangent line, created with Desmos

We can see that the slope of the tangent line is fโ€ฒ(1)f'(1), or the derivative of f(x)f(x) when x=1x = 1.

๐Ÿ“ Derivative Notation

There are several ways to represent a derivative in calculus.

If the original function can be represented as y=f(x)y = f(x), then the derivative can be represented as yโ€ฒy', fโ€ฒ(x)f'(x), or dydx\frac {dy}{dx}. These all describe the rate of change of the function as the dependent variable changes.

To reiterate,

yโ€ฒ=fโ€ฒ(x)=dydxy' = f'(x) = \frac{dy}{dx}

They are all valid, and mean the same thing!


๐Ÿงฎ Practice Problems

Letโ€™s work on a few questions and make sure we have the concept down!

  1. Using the Definition of a Derivative

Given y=3x2+4xy = 3x^2 + 4x, calculate yโ€ฒy'.

Letโ€™s plug in all of the given information to the limit. Since y=f(x)y = f(x),

yโ€ฒ=limโกhโ†’0[3(x+h)2+4(x+h)]โˆ’[3x2+4x]hy' = \lim_{h \to 0} \frac{[3(x + h)^2 + 4(x+h)]- [3x^2+4x]}{h}

Let's simplify this so that we can take the limit and determine how the function changes. We can begin by expanding the numerator and then distributing it.

yโ€ฒ=limโกhโ†’03(x2+2xh+h2)+4(x+h)โˆ’(3x2+4x)hy'= \lim_{{h \to 0}} \frac{{3(x^2 + 2xh + h^2) + 4(x+h)-(3x^2 + 4x)}}{h}

yโ€ฒ=limโกhโ†’03x2+6xh+3h2+4x+4hโˆ’3x2โˆ’4xhy'= \lim_{{h \to 0}} \frac{{3x^2 + 6xh + 3h^2 + 4x + 4h - 3x^2 -4x}}{h}

Now, letโ€™s combine like terms.

yโ€ฒ=limโกhโ†’06xh+3h2+4hhy'= \lim_{{h \to 0}} \frac{{6xh + 3h^2 + 4h}}{h}

We are almost there! Since hโ‰ 0h \neq 0, we can divide by 00.

yโ€ฒ=limโกhโ†’0(6x+3h+4)y' = \lim_{{h \to 0}} (6x + 3h + 4)

As hh approaches 00, the middle term will approach 00. Therefore, we conclude:

yโ€ฒ=6x+4y' = 6x + 4

Amazing work! ๐ŸŽ‰

2) Tangent Line to a Curve

Given the curve f(x)=1xf(x) = \frac {1}{x}, find the equation of the line tangent to the curve at (1,1)(1,1).

Letโ€™s use the definition of derivative to first calculate the derivative at (1,1)(1,1).

fโ€ฒ(x)=limโกhโ†’01x+hโˆ’1xhf'(x) = \lim_{{h \to 0}} \frac{\frac{1}{{x + h}} - \frac{1}{x}}{h}

This might seem a bit intimidating, but here we can change the two fractions in the numerator to have a common denominator.

In the numerator, we then have xโˆ’(x+h)x(x+h)\frac{x - (x + h)}{x(x + h)}. Thereforeโ€ฆ

fโ€ฒ(x)=limโกhโ†’0xโˆ’(x+h)x(x+h)hf'(x) = \lim_{{h \to 0}} \frac{\frac{x - (x + h)}{x(x + h)}}{h}

Now, we can multiply the numerator by the reciprocal of the denominator.

fโ€ฒ(x)=limโกhโ†’0xโˆ’(x+h)x(x+h)โˆ—1h=fโ€ฒ(x)=limโกhโ†’0xโˆ’(x+h)x(x+h)(h)f'(x) = \lim_{{h \to 0}} {\frac{x - (x + h)}{x(x + h)}}*{\frac{1}{h}} = f'(x) = \lim_{{h \to 0}} {\frac{x - (x + h)}{x(x + h)(h)}}

Now letโ€™s expand the numerator.

fโ€ฒ(x)=limโกhโ†’0xโˆ’xโˆ’hx(x+h)(h)=limโกhโ†’0โˆ’hx(x+h)(h)f'(x) = \lim_{{h \to 0}} {\frac{x - x - h}{x(x + h)(h)}}= \lim_{{h \to 0}} {\frac{- h}{x(x + h)(h)}}

We can cancel the hh from both the numerator and the denominator to get

fโ€ฒ(x)=limโกhโ†’0โˆ’1x(x+h)=limโกhโ†’0โˆ’1x2+xhf'(x) = \lim_{{h \to 0}} \frac{-1}{x (x + h)} = \lim_{{h \to 0}} \frac{-1}{x^2 + xh }

As hh approaches 00, the second term in the denominator will approach 00, so we can conclude

fโ€ฒ(x)=โˆ’1x2f'(x)= \frac{-1}{x^2}

Now we need to write the equation of a tangent line! Remember that a line can be represented in point-slope form as the following: yโˆ’y1=m(xโˆ’x1)y-yโ‚=m(x-xโ‚) where mm is the slope, or the derivative at the point (x1,y1)(x_1,y_1).

Our point is (1,1)(1,1), so fโ€ฒ(1)=โˆ’1(1)2=โˆ’1f'(1)= \frac{-1}{(1)^2} = -1.

Now we have all of the necessary information to write the equation of the tangent line:

yโˆ’1=โˆ’1(xโˆ’1)y-1=-1(x-1)

Great work! Let's check that this line is tangent to the curve $f(x)= \frac{1}{x}$ at the point $(1,1)$.

Screen Shot 2023-12-19 at 6.54.08 PM.png
Graph of tangent line, created with Desmos

Looks great! ๐Ÿ™Œ


๐ŸŒŸ Closing

Great job! ๐Ÿš€๐Ÿ‘ฉโ€๐Ÿš€ You're mastering these concepts, and with practice, you'll navigate derivatives and continuity with confidence. Determining derivatives and using different derivative notations are crucial skills in AP Calculus. As you encounter questions on the exam, remember to check for domain restrictions and assess piecewise continuity.

Key Terms to Review (6)

Derivatives: Derivatives are the rates at which quantities change. They measure how a function behaves as its input (x-value) changes.
Difference Quotient: The difference quotient measures the average rate at which a quantity changes over an interval by taking the difference between two points on a graph and dividing it by their corresponding x-values.
F'(x): The derivative of a function f(x) represents the rate at which the function is changing at any given point. It measures the slope of the tangent line to the graph of the function.
Slope: The slope refers to the steepness of a line. It measures how much a line rises or falls for every unit it moves horizontally.
Tangent Line: A tangent line is a straight line that touches a curve at only one point without crossing through it. In calculus, we use tangent lines to approximate curves and find instantaneous rates of change.
Velocity: Velocity is the rate at which an object's position changes with respect to time. It includes both speed and direction.