zuai-logo
zuai-logo
  1. AP Calculus
FlashcardFlashcardStudy GuideStudy Guide
Question BankQuestion BankGlossaryGlossary

Defining the Derivative of a Function and Using Derivative Notation

Benjamin Wright

Benjamin Wright

8 min read

Next Topic - Estimating Derivatives of a Function at a Point

Listen to this study note

Study Guide Overview

This study guide covers the derivative in AP Calculus AB/BC, including: the limit definition of a derivative, different notations for derivatives (y', f'(x), dy/dx), and finding the tangent line to a curve. It provides practice problems and emphasizes key exam topics like applying the limit definition and solving for tangent lines. The guide also includes practice questions with solutions and a scoring rubric.

#AP Calculus AB/BC: Mastering Derivatives 🚀

Welcome to your ultimate review for derivatives! Let's make sure you're not just ready, but excited for the exam. We'll break down the concepts, nail the notation, and tackle practice problems with confidence. Let's get started! 🥳

#1. Understanding the Derivative

#1.1. The Essence of a Derivative

  • The derivative, f′(x)f'(x)f′(x), represents the instantaneous rate of change of a function at any given point. Think of it as the slope of the curve at a specific location.
  • It's a generalization of the idea of slope, but instead of a straight line, it applies to curves. 📈
Key Concept

The derivative at a point is the slope of the line tangent to the curve at that point. This is a fundamental concept that ties together many topics.

#1.2. The Limit Definition of a Derivative

  • Instead of calculating the slope at every point, we use a limit to define the derivative for the whole curve. This is the foundation of differentiation.
  • The limit definition is given by:

f′(x)=lim⁡h→0f(x+h)−f(x)hf'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}f′(x)=h→0lim​hf(x+h)−f(x)​

  • This formula might look intimidating, but it's just a formal way of finding the slope of a tangent line. 💡
Memory Aid

Think of the limit definition of the derivative as finding the slope of a secant line as the two points get infinitely close together. The 'h' is the distance between the points, and as 'h' approaches zero, the secant line becomes a tangent line.

![](/Screen Shot 2023-12-19 at 6.34.43 PM.png)

Caption: The slope of the tangent line at x=1 is given by f'(1), the derivative of f(x) at x=1.

#1.3. Derivative Notation

  • There are multiple ways to represent the derivative, and they all mean the same thing:

    • y′y'y′ (y prime)
    • f′(x)f'(x)f′(x) (f prime of x)
    • dydx\frac{dy}{dx}dxdy​ (the derivative of y with respect to x)
  • All of these notations represent the rate of change of the function as the dependent variable changes.

Quick Fact

Knowing all three notations is essential because they are used interchangeably throughout the exam. Don't get tripped up by different notations; they're all talking about the same thing!

#2. Practice Problems

Let's put these concepts into action with some practice problems. Remember, practice makes perfect! 💪

#2.1. Using the Definition of a Derivative

Problem: Given y=3x2+4xy = 3x^2 + 4xy=3x2+4x, calculate y′y'y′.

Solution:

  1. Plug into the limit definition:

    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}y′=h→0lim​h[3(x+h)2+4(x+h)]−[3x2+4x]​

  2. Expand the numerator:

    y′=lim⁡h→03(x2+2xh+h2)+4x+4h−3x2−4xhy' = \lim_{h \to 0} \frac{3(x^2 + 2xh + h^2) + 4x + 4h - 3x^2 - 4x}{h}y′=h→0lim​h3(x2+2xh+h2)+4x+4h−3x2−4x​

    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}y′=h→0lim​h3x2+6xh+3h2+4x+4h−3x2−4x​

  3. Combine like terms:

    y′=lim⁡h→06xh+3h2+4hhy' = \lim_{h \to 0} \frac{6xh + 3h^2 + 4h}{h}y′=h→0lim​h6xh+3h2+4h​

  4. Factor out h and cancel:

    y′=lim⁡h→0(6x+3h+4)y' = \lim_{h \to 0} (6x + 3h + 4)y′=h→0lim​(6x+3h+4)

  5. Take the limit as h approaches 0:

    y′=6x+4y' = 6x + 4y′=6x+4

Exam Tip

When using the limit definition, always look for opportunities to cancel out the 'h' in the denominator. This is a key step in solving these problems.

#2.2. Tangent Line to a Curve

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

Solution:

  1. Find the derivative using the limit definition:

    f′(x)=lim⁡h→01x+h−1xhf'(x) = \lim_{h \to 0} \frac{\frac{1}{x + h} - \frac{1}{x}}{h}f′(x)=h→0lim​hx+h1​−x1​​

  2. Find a common denominator in the numerator:

    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}f′(x)=h→0lim​hx(x+h)x−(x+h)​​

  3. Simplify the numerator:

    f′(x)=lim⁡h→0−hx(x+h)hf'(x) = \lim_{h \to 0} \frac{\frac{-h}{x(x + h)}}{h}f′(x)=h→0lim​hx(x+h)−h​​

  4. Multiply by the reciprocal of the denominator:

    f′(x)=lim⁡h→0−hx(x+h)hf'(x) = \lim_{h \to 0} \frac{-h}{x(x + h)h}f′(x)=h→0lim​x(x+h)h−h​

  5. Cancel the h:

    f′(x)=lim⁡h→0−1x(x+h)f'(x) = \lim_{h \to 0} \frac{-1}{x(x + h)}f′(x)=h→0lim​x(x+h)−1​

  6. Take the limit as h approaches 0:

    f′(x)=−1x2f'(x) = \frac{-1}{x^2}f′(x)=x2−1​

  7. Find the slope at x = 1:

    f′(1)=−112=−1f'(1) = \frac{-1}{1^2} = -1f′(1)=12−1​=−1

  8. Use point-slope form:

    y−y1=m(x−x1)y - y_1 = m(x - x_1)y−y1​=m(x−x1​)

    y−1=−1(x−1)y - 1 = -1(x - 1)y−1=−1(x−1)

Common Mistake

A common mistake is to forget to plug in the x-value after finding the derivative. Remember, the derivative is a function, but the slope at a point is a number.

![](/Screen Shot 2023-12-19 at 6.54.08 PM.png)

Caption: The line y-1 = -1(x-1) is tangent to the curve f(x) = 1/x at the point (1,1).

#3. Final Exam Focus

#3.1. High-Priority Topics

  • Limit Definition of a Derivative: Know it inside and out. You'll need it for both MCQs and FRQs.
  • Derivative Notation: Be comfortable with all forms (y′y'y′, f′(x)f'(x)f′(x), dydx\frac{dy}{dx}dxdy​). They're interchangeable!
  • Tangent Lines: Understand how to find the equation of a tangent line using the derivative.

#3.2. Common Question Types

  • Applying the limit definition to find derivatives of various functions.
  • Finding the slope of a tangent line at a given point.
  • Using derivatives to solve real-world problems involving rates of change.

#3.3. Last-Minute Tips

  • Time Management: Don't spend too long on one problem. Move on and come back if you have time.
  • Common Pitfalls: Watch out for algebraic errors, especially when simplifying expressions in the limit definition.
  • Strategies: If you're stuck, try writing out the limit definition and see if that triggers any ideas.

#4. Practice Questions

Let's solidify your understanding with some practice questions covering multiple choice, short answer, and free response formats.

Practice Question

Multiple Choice Questions

  1. If f(x)=2x3−5x+7f(x) = 2x^3 - 5x + 7f(x)=2x3−5x+7, then f′(x)f'(x)f′(x) is: (A) 6x2−56x^2 - 56x2−5 (B) 6x2−5x6x^2 - 5x6x2−5x (C) 2x2−52x^2 - 52x2−5 (D) 6x2+76x^2 + 76x2+7

  2. The slope of the tangent line to the curve y=1x2y = \frac{1}{x^2}y=x21​ at the point (1,1)(1,1)(1,1) is: (A) -2 (B) -1 (C) 1 (D) 2

Free Response Question

Consider the function f(x)=x3−3xf(x) = x^3 - 3xf(x)=x3−3x.

(a) Use the limit definition of the derivative to find f′(x)f'(x)f′(x).

(b) Find the equation of the line tangent to the curve at x=2x = 2x=2.

(c) At what value(s) of x is the tangent line horizontal?

Scoring Rubric

(a) Finding the Derivative using Limit Definition (5 points)

  • 1 point: Correctly setting up the limit definition.
  • 2 points: Expanding and simplifying the expression.
  • 1 point: Canceling the h term.
  • 1 point: Correctly evaluating the limit to find f′(x)f'(x)f′(x).

(b) Finding the Tangent Line (2 points)

  • 1 point: Correctly finding the slope at x=2 using the derivative.
  • 1 point: Writing the equation of the tangent line.

(c) Finding Horizontal Tangents (2 points)

  • 1 point: Setting the derivative equal to zero.
  • 1 point: Finding the correct x-values.

Answer Key

Multiple Choice

  1. (A) 6x2−56x^2 - 56x2−5
  2. (A) -2

Free Response

(a)

f′(x)=lim⁡h→0((x+h)3−3(x+h))−(x3−3x)hf'(x) = \lim_{h \to 0} \frac{((x+h)^3 - 3(x+h)) - (x^3 - 3x)}{h}f′(x)=h→0lim​h((x+h)3−3(x+h))−(x3−3x)​

f′(x)=lim⁡h→0x3+3x2h+3xh2+h3−3x−3h−x3+3xhf'(x) = \lim_{h \to 0} \frac{x^3 + 3x^2h + 3xh^2 + h^3 - 3x - 3h - x^3 + 3x}{h}f′(x)=h→0lim​hx3+3x2h+3xh2+h3−3x−3h−x3+3x​

f′(x)=lim⁡h→03x2h+3xh2+h3−3hhf'(x) = \lim_{h \to 0} \frac{3x^2h + 3xh^2 + h^3 - 3h}{h}f′(x)=h→0lim​h3x2h+3xh2+h3−3h​

f′(x)=lim⁡h→03x2+3xh+h2−3f'(x) = \lim_{h \to 0} 3x^2 + 3xh + h^2 - 3f′(x)=h→0lim​3x2+3xh+h2−3

f′(x)=3x2−3f'(x) = 3x^2 - 3f′(x)=3x2−3

(b)

f′(2)=3(2)2−3=9f'(2) = 3(2)^2 - 3 = 9f′(2)=3(2)2−3=9

f(2)=23−3(2)=2f(2) = 2^3 - 3(2) = 2f(2)=23−3(2)=2

Tangent line: y−2=9(x−2)y - 2 = 9(x - 2)y−2=9(x−2)

(c)

3x2−3=03x^2 - 3 = 03x2−3=0

x2=1x^2 = 1x2=1

x=±1x = \pm 1x=±1

#Wrapping Up 🎉

You've got this! Remember, the key to success is understanding the concepts, practicing regularly, and staying confident. You're well on your way to acing the AP Calculus exam. Keep up the fantastic work! 🚀

markdown-image

Explore more resources

FlashcardFlashcard

Flashcard

Continute to Flashcard

Question BankQuestion Bank

Question Bank

Continute to Question Bank

Mock ExamMock Exam

Mock Exam

Continute to Mock Exam

Feedback stars icon

How are we doing?

Give us your feedback and let us know how we can improve

Previous Topic - Defining Average and Instantaneous Rates of Change at a PointNext Topic - Estimating Derivatives of a Function at a Point

Question 1 of 8

What does the derivative of a function, f′(x)f'(x)f′(x), represent at a specific point? 🤔

The area under the curve

The y-intercept of the function

The instantaneous rate of change of the function

The average rate of change of the function