2.3 Estimating Derivatives of a Function at a Point
Welcome back to AP Calculus with Fiveable! This topic focuses on estimating the derivative of a function at a single point. Estimating derivatives will allow us to approximate a rate of change in an instant when we are unable to determine the derivative by hand.
We’ve just started learning about derivatives, so let's keep building our skills. 🙌

🗒️ Methods to Estimate Derivatives
A derivative represents the rate of change of a function. A derivative at a point can tell us how much a function is changing at an instant.
When we’re estimating a derivative, we are approximating at a point. This can be done by taking a small interval around the point of interest, and approximating the of the over that interval. The smaller the interval, the more accurate the estimate will be. The estimated derivative is represented by the symbol or where x or a is the point of interest.
There are several methods to estimating derivatives:
-
📝 By Hand - We can use the limit definition of a derivative, as it approximates the derivative.
-
📈 Graphically - To estimate the derivative at a point, we can draw a tangent line to the graph of the function at that point. The slope of that tangent line is an estimate of the derivative of that point.
-
💻 Using Technology - We can use a calculator or computer software, like Desmos!
More often than not, you’ll be estimating derivatives by hand and using a calculator. Let’s dive in.
📝 Estimating Derivatives by Hand
A good estimation of a derivative at a point is to calculate the slope between the point and another point close to it. Therefore, we can use this definition to approximate the derivative. This is because a derivative represents the rate of change as the distance, h, between the two points approaches 0. Review your derivative definitions here: Defining the Derivative of a Function.
Let’s use this technique with the following free-response question (FRQ), which is from the 2021 AP Calculus AB examination administered by College Board. All credit to College Board.
🧫 Bacteria Density
The density of a bacteria population in a circular petri dish at a distance centimeters from the center of the dish is given by an increasing, differentiable function , where is measured in milligrams per square centimeter.
Values of for selected values of are given in the table below.

Use the data in the table to estimate . Using correct units, interpret the meaning of your answer in the context of this problem.
a) Estimating
Remember that a derivative can be found using this definition: , where we are calculating the slope between two points close to one another.
In this case, the best points to use would be and because they are an equal distance away from the point .
Therefore, you can estimate with the following:
b) Interpreting
When you interpret data, you have to put the math into context of the question, which in this case, is the density of bacteria.
When the radius of the petri dish is 2.25 centimeters, the density of bacteria, in milligrams per square centimeter, will be increasing by 8 milligrams per square centimeter per centimeter.
The above answers would accumulate 2/2 points for this part of the FRQ! Nice work. ✅
💻 Estimating Derivatives with Technology
Technology, such as a graphing calculator, can allow us to immediately calculate the derivative of a function. If you have a graphing calculator such as a TI-Nspire, the calculator can easily find the derivative of a function at a point! Otherwise, you can use an online tool such as Desmos to estimate the derivative at a point. Let’s work through the following example with both a TI-Nspire and Desmos.
📈 Estimating Derivatives with a Calculator
Estimate the derivative of at .
Using a graphing calculator is the fastest way to calculate in this scenario.
For the TI-Nspire specifically, you can go to Menu > Calculus > Numerical Derivative at a Point. Make sure your calculator is set to radian mode!
Since the dependent variable of this function is , we must take the derivative with respect to . The value we are trying to calculate at is 2, and we are calculating only the first derivative. Then you can plug in the expression for , and your function should look similar to this:
When you press enter, the calculator will give you the value of .
So . Good job! 😁
📈 Estimating Derivatives with Desmos
Now let’s attempt this question with Desmos. First, input the function into the Desmos calculator as . Then, you can simply type and Desmos will calculate the value for you! You should get that . Looking at the graph, we can guess that should be negative, since the function is decreasing at , so we should have everything calculated correctly. You're on fire! 🔥

🌟 Closing
Nice work! Estimating derivatives is a key foundational topic for AP Calculus. You can anticipate encountering a few questions requiring you to estimate derivatives on the exam, both in multiple-choice and as part of a free response.
Frequently Asked Questions
How do I estimate a derivative from a table of values?
Use finite differences from the table to approximate the derivative (instantaneous rate of change). Best practice: use a central difference when you have points on both sides of the x-value: - Central difference (most accurate, symmetric): f′(a) ≈ [f(a + h) − f(a − h)] / (2h). Example: if the table gives f(4) and f(6), f′(5) ≈ [f(6) − f(4)] / 2. - If you’re at an endpoint, use forward or backward differences: Forward: f′(a) ≈ [f(a + h) − f(a)] / h. Backward: f′(a) ≈ [f(a) − f(a − h)] / h. Tips tied to the AP CED: always include units (e.g., “units per hour”), pick the smallest h available for better accuracy, and note rounding/error from table spacing. If you have a calculator (AP Part B or practice), you can compute central differences with smaller h for numerical differentiation. For a quick review and examples, see the Topic 2.3 study guide (https://library.fiveable.me/ap-calculus/unit-2/estimating-derivatives-function-at-point/study-guide/EzDxIj2eOHj3Ysb68Ew5). For broader Unit 2 review or extra practice problems, check (https://library.fiveable.me/ap-calculus/unit-2) and (https://library.fiveable.me/practice/ap-calculus).
What's the formula for finding the derivative at a point using nearby points?
Use the difference quotient. Exactly, the derivative at a point x is the limit f′(x) = lim_{h→0} [f(x+h) − f(x)] / h. For estimates from nearby points (tables/graphs) use finite differences: - Forward difference (if you have x and x+h): f′(x) ≈ [f(x+h) − f(x)] / h. - Backward difference (if you have x and x−h): f′(x) ≈ [f(x) − f(x−h)] / h. - Central difference (best for symmetry/noise): f′(x) ≈ [f(x+h) − f(x−h)] / (2h)—usually more accurate (error ~ h^2). Pick h as small as the data spacing allows; too small magnifies rounding/noise, too large loses accuracy. On the AP exam you’ll often use these with table or graph values to estimate instantaneous rate of change (CED learning objective CHA-2.D). For more examples and practice, see the Topic 2.3 study guide (https://library.fiveable.me/ap-calculus/unit-2/estimating-derivatives-function-at-point/study-guide/EzDxIj2eOHj3Ysb68Ew5) and Unit 2 overview (https://library.fiveable.me/ap-calculus/unit-2). For lots of practice problems, go to (https://library.fiveable.me/practice/ap-calculus).
When do I use the difference quotient vs just looking at the slope?
Use the difference quotient (secant slope) any time you don’t have an algebraic derivative formula and need an estimate—e.g., when you’re given a table or a graph. The basic idea: (f(x+h) − f(x)) / h (forward), (f(x) − f(x−h)) / h (backward), or the more accurate central difference (f(x+h) − f(x−h)) / (2h). These are finite-difference numerical methods that approximate the tangent slope (the instantaneous rate of change, i.e., f′(x)). If you can take the derivative symbolically from a formula, compute the slope directly (exact tangent slope). If you only have discrete data (table) or a plotted curve, use difference quotients—choose central difference when possible and make h small to reduce error (but watch rounding/noise). On the AP exam you’ll often estimate f′ from tables/graphs (Topic 2.3 CHA-2.D); calculator work is allowed on Part B for more precise estimates. For the Fiveable study guide on this topic see (https://library.fiveable.me/ap-calculus/unit-2/estimating-derivatives-function-at-point/study-guide/EzDxIj2eOHj3Ysb68Ew5). For more practice, try (https://library.fiveable.me/practice/ap-calculus).
Can someone explain how to estimate derivatives from graphs step by step?
Step-by-step: estimate f′(a) from a graph 1. Understand the goal: f′(a) = slope of the tangent (instantaneous rate of change) at x = a (CED CHA-2.D). 2. Pick nearby points: if the graph gives values, choose points symmetric about a (a − h and a + h) when possible—this gives the central difference, which is more accurate: f′(a) ≈ [f(a + h) − f(a − h)] / (2h). 3. If only one side is available, use forward: [f(a + h) − f(a)]/h or backward: [f(a) − f(a − h)]/h. 4. Choose small h (but not so small you can’t read values). Smaller h reduces truncation error; however, reading/rounding error grows if h is too tiny. 5. Compute slope, keep units (e.g., units per hour). 6. Check reasonableness: compare slopes from different h; if they’re close your estimate is stable. 7. If the graph is smooth, you can also sketch tangent and compute rise/run visually. Exam note: AP multiple choice Part B allows calculator use; you may use numerical differentiation there (CED exam info). For more examples and practice, see the Topic 2.3 study guide (https://library.fiveable.me/ap-calculus/unit-2/estimating-derivatives-function-at-point/study-guide/EzDxIj2eOHj3Ysb68Ew5) and Unit 2 overview (https://library.fiveable.me/ap-calculus/unit-2).
I don't understand how to read derivative values from a graph - do I look at the slope of the tangent line?
Yes—the derivative at a point is the slope of the tangent line to the graph at that point. On a graph you estimate that slope by either: - visually drawing a tangent and measuring rise/run, or - using nearby points to form secant slopes and taking a limit-like estimate. Common numeric estimates are forward difference f(x+h)-f(x) over h, backward difference f(x)-f(x-h) over h, or the more accurate central difference [f(x+h)-f(x-h)]/(2h). On the AP you’ll often use graph/table info (CHA-2.D.1): pick h small and report units (e.g., “units per second per second”), and state your method (central difference is usually best). If a tangent is flat, derivative ≈ 0; if the graph has a corner or vertical tangent, derivative may not exist. For more examples and practice aligned to Topic 2.3, see the Fiveable study guide (https://library.fiveable.me/ap-calculus/unit-2/estimating-derivatives-function-at-point/study-guide/EzDxIj2eOHj3Ysb68Ew5) and try problems at (https://library.fiveable.me/practice/ap-calculus).
How do I calculate the derivative at a point when I only have a few data points?
If you only have data points, estimate f′(a) with finite differences—think secant slopes that approximate the tangent slope. - If you have points on both sides of a: use the central difference (best choice usually) f′(a) ≈ [f(a + h) − f(a − h)] / (2h). - If you only have a and a later point: use forward difference f′(a) ≈ [f(a + h) − f(a)] / h. - If you only have a and an earlier point: use backward difference f′(a) ≈ [f(a) − f(a − h)] / h. Choose the smallest h available (to reduce truncation error) but not so small that measurement/rounding error dominates. Always include units (e.g., “units per second”) and state which difference you used. If you have a table or graph, compute secant slopes between nearby points and pick the most symmetric pair if possible. Technology (calculator) can compute central differences for you on the exam’s calculator-permitted questions (see CHA-2.D). For more examples and practice, check the Topic 2.3 study guide (https://library.fiveable.me/ap-calculus/unit-2/estimating-derivatives-function-at-point/study-guide/EzDxIj2eOHj3Ysb68Ew5) and try problems at (https://library.fiveable.me/practice/ap-calculus).
What's the difference between estimating a derivative and finding the exact derivative?
Estimating a derivative means approximating the instantaneous rate of change using nearby values (tables or graphs) or numerical formulas, while finding the exact derivative means using the limit definition or derivative rules to get an algebraic expression. In practice: estimation uses secant slopes (Δy/Δx), forward/backward differences, or the more accurate central difference (f(x+h)-f(x-h))/(2h). You’ll often estimate from a table or graph on the AP (CED CHA-2.D.1) or with a calculator (CHA-2.D.2). Exact derivatives come from limits or rules (power, product, chain) and give an exact formula for f′(x). Important differences: estimates have truncation/rounding error and depend on step size h; exact derivatives don’t. On the exam you’ll be asked to approximate f′ from data/graphs or use technology for an estimate—practice choosing central differences when possible and reporting units. See the Topic 2.3 study guide for examples (https://library.fiveable.me/ap-calculus/unit-2/estimating-derivatives-function-at-point/study-guide/EzDxIj2eOHj3Ysb68Ew5). For broader review and extra problems, check the Unit 2 page (https://library.fiveable.me/ap-calculus/unit-2) and practice set (https://library.fiveable.me/practice/ap-calculus).
How do I use my calculator to estimate derivatives at specific points?
On a graphing calculator you estimate a derivative at x = a by computing a difference quotient numerically or using a built-in numerical derivative feature. Quick options: - Central difference (best): f′(a) ≈ [f(a+h) − f(a−h)]/(2h). Pick small h (0.001–0.01) but not so small that rounding error dominates. - Forward/backward (endpoints): f′(a) ≈ [f(a+h) − f(a)]/h or [f(a) − f(a−h)]/h. - Many TI/Desmos calculators have nDeriv or d/dx commands: use nDeriv(f(x), x, a) or the calculator’s derivative tool for a direct numeric estimate. On the AP exam you’re allowed a graphing calculator for Part B and some free-response tasks, so use the calculator for quick nDeriv checks but show reasoning (difference quotient) if the question asks for work. For practice and examples see the Topic 2.3 study guide (https://library.fiveable.me/ap-calculus/unit-2/estimating-derivatives-function-at-point/study-guide/EzDxIj2eOHj3Ysb68Ew5) and try problems at (https://library.fiveable.me/practice/ap-calculus).
When the problem gives me a table, how do I know which points to use for estimation?
Use the data points closest to the x-value where you want the derivative, and pick the finite-difference formula that fits the available neighbors. - If the table gives values at a − h and a + h, use the central difference: f′(a) ≈ [f(a + h) − f(a − h)] / (2h). This is usually the most accurate (smaller error term). - If you only have a and a + h, use the forward difference: f′(a) ≈ [f(a + h) − f(a)] / h. - If you only have a and a − h, use the backward difference: f′(a) ≈ [f(a) − f(a − h)] / h. Always choose the smallest h available (closest neighbors) to reduce error and report units (CED: instantaneous rate of change). On the AP, show the difference quotient you used, the arithmetic, and reasonable rounding. For extra practice and examples tied to Topic 2.3, check the Fiveable study guide (https://library.fiveable.me/ap-calculus/unit-2/estimating-derivatives-function-at-point/study-guide/EzDxIj2eOHj3Ysb68Ew5) and more practice problems (https://library.fiveable.me/practice/ap-calculus).
I'm confused about forward vs backward vs centered difference - which one should I use?
Use the difference formula that fits your data and the accuracy you need. - Centered difference: (f(x+h)-f(x-h)) / (2h). Best when you have values on both sides of x—it’s more accurate (error ~ O(h^2)), so use it when the table/graph gives symmetric points. This is the preferred estimator on the AP when possible (CED keywords: central/centered difference). - Forward difference: (f(x+h)-f(x)) / h. Use when you only have x and points to the right (future values). Error is larger (O(h)), so it’s less accurate for the same h. - Backward difference: (f(x)-f(x-h)) / h. Use when you only have x and points to the left (past values). Same accuracy as forward. Practical tips: pick the smallest reasonable h to reduce truncation error but watch rounding/noise (very small h increases numerical error). On the AP you’ll often estimate derivatives from tables/graphs—try centered if data allows; otherwise use forward/backward and state h and units. For a quick review see the Topic 2.3 study guide (https://library.fiveable.me/ap-calculus/unit-2/estimating-derivatives-function-at-point/study-guide/EzDxIj2eOHj3Ysb68Ew5). For more practice, use Fiveable’s problem bank (https://library.fiveable.me/practice/ap-calculus).
How do I estimate the derivative when the function isn't smooth or has a corner?
If the function has a corner or isn’t smooth, treat the derivative like a one-sided limit: estimate the slope coming from the left and the slope coming from the right (use backward and forward difference quotients or secant slopes). If those one-sided estimates agree (use small h and central/forward/backward differences), you get the derivative; if they differ, the derivative does not exist at that point (a corner). Practically: pick small intervals (±h) from available graph or table, compute (f(a+h)−f(a))/h and (f(a)−f(a−h))/h. Compare—if values stay close as h→0, that’s your estimate; if they settle to different numbers, note non-differentiability. Use central difference (f(a+h)−f(a−h))/(2h) when graph/table is smooth-ish and values match. On the AP exam follow CHA-2.D: show computations/units and say when a derivative fails to exist. For guided practice, see the Topic 2.3 study guide (https://library.fiveable.me/ap-calculus/unit-2/estimating-derivatives-function-at-point/study-guide/EzDxIj2eOHj3Ysb68Ew5) and more problems at the Unit 2 page (https://library.fiveable.me/ap-calculus/unit-2) or practice set (https://library.fiveable.me/practice/ap-calculus).
What do I do if the point I need isn't exactly in the table they give me?
If the x-value you need isn’t exactly in the table, approximate the derivative using nearby table values with a difference quotient. Use whichever differences the table gives you: - If you have f(a) and f(a+h): forward difference f′(a) ≈ [f(a+h) − f(a)]/h. - If you have f(a) and f(a−h): backward difference f′(a) ≈ [f(a) − f(a−h)]/h. - Best when possible: central difference using symmetric points f′(a) ≈ [f(a+h) − f(a−h)]/(2h)—it’s usually more accurate (smaller error). Pick h equal to the spacing in the table. Report units (e.g., units per unit x) and round reasonably. If table spacing isn’t uniform, use the two closest x-values and compute the secant slope between them as an estimate of the instantaneous rate at a nearby point, and mention that it’s an approximation. You can also use your calculator or tech to interpolate or fit a local model (linear or quadratic) for a better estimate (CED CHA-2.D and CHA-2.D.2). For more examples and practice, see the Topic 2.3 study guide (https://library.fiveable.me/ap-calculus/unit-2/estimating-derivatives-function-at-point/study-guide/EzDxIj2eOHj3Ysb68Ew5) and the AP practice bank (https://library.fiveable.me/practice/ap-calculus).
How accurate are derivative estimates compared to the actual derivative value?
Pretty accurate—but it depends on how you estimate. - From tables/graphs (CED CHA-2.D) you use difference quotients. Forward/backward differences (f(x+h)-f(x))/h have error on the order of h (O(h)). Central difference (f(x+h)-f(x-h))/(2h) is better: error on the order of h^2 (O(h^2)), so for small h it’s much more accurate. - In practice you pick h small to reduce truncation error, but not so small that rounding error or noisy data dominates. With clean analytic functions and h = 0.01, central differences usually give very small errors; with coarse table spacing (large h) your estimate can be off by tens or hundreds depending on units. - From graphs you’re limited by scale/reading error; slopes from tangents are only as good as how precisely you draw/measure. - For AP problems, use central differences when possible, state units and method, and mention limitations (rounding, step size, noisy data). See the Topic 2.3 study guide for examples (https://library.fiveable.me/ap-calculus/unit-2/estimating-derivatives-function-at-point/study-guide/EzDxIj2eOHj3Ysb68Ew5) and extra practice (https://library.fiveable.me/practice/ap-calculus).
Can I use technology to check if my derivative estimate is reasonable?
Yes—tech is a great way to check whether your derivative estimate is reasonable, as the CED explicitly allows using technology to calculate or estimate a derivative (CHA-2.D.2). Good ways to use it: - Numerical formulas: use the central difference f′(a) ≈ [f(a+h) − f(a−h)]/(2h). Try several h values (e.g., h = 0.1, 0.01, 0.001) and see if the value stabilizes—convergence suggests your estimate is good. - Compare methods: forward/backward differences can check consistency, but central difference is usually more accurate for the same h. - Watch for errors: too large h gives truncation error; too small h amplifies rounding error on a calculator/computer. If values jump wildly as h shrinks, rounding error is likely. - Use symbolic/smart calculators: if your device or software gives an analytic derivative, compare that to your numerical estimate. On the AP exam, calculators are permitted for Part B multiple-choice and some free-response parts, so practice both hand estimates from tables/graphs and tech checks (see Topic 2.3 study guide: https://library.fiveable.me/ap-calculus/unit-2/estimating-derivatives-function-at-point/study-guide/EzDxIj2eOHj3Ysb68Ew5). For extra practice, try problems at https://library.fiveable.me/practice/ap-calculus.