Unit 2: Differentiation: Definition and Fundamental Properties
Interpreting the Derivative: Rates of Change, Secant Slopes, and Tangent Slopes
When you first meet the derivative, it helps to think of it as answering one powerful question: how fast is something changing right now? In Algebra, you often focused on an average rate of change across an interval, but Calculus builds a precise way to talk about an instantaneous rate of change at a single input value.
Average rate of change (difference quotient)
For a function , the average rate of change from to is the slope of the secant line through and :You may also see this described informally as:This is “change in output per change in input” over an interval, not at a single instant.Instantaneous rate of change (the derivative)The other way of describing rate of change is at a specific point (like a speedometer reading at one moment). For a curved graph, you can’t just do “rise over run” using two points on the curve to get the slope at exactly one point. Instead, you approximate with secant lines and then take a limit.From secant lines to a tangent linePick a point at and a nearby point at . The slope of the secant line iswhich simplifies toAs the two points get closer together (as approaches 0), the secant slope becomes more accurate, and in the limit it becomes the slope of the tangent line—when that tangent line exists.A common informal description is that the tangent line “touches” the curve at one point, but the deeper idea is local agreement in direction (slope). A tangent line can intersect the curve again elsewhere; what matters is that it matches the curve’s slope at the point of tangency.Why this matters (applications)This interpretation is why derivatives show up everywhere:In physics, the derivative becomes velocity and acceleration.In economics, it models marginal cost and marginal revenue.In biology, it can represent population growth rates.In geometry, it gives the slope of a curve at a point.Example (conceptual): average vs instantaneousSuppose measures position (meters) of a moving object at time (seconds).Average velocity from to isInstantaneous velocity at (if it exists) is the derivative , defined via a limit of average velocities over shrinking intervals.Exam Focus**Typical question patterns**:Interpret as slope of the tangent line or instantaneous rate of change in context (with units).Compare average rate of change on an interval to instantaneous rate at an endpoint.Relate “increasing/decreasing” language to the sign of the derivative.**Common mistakes**:Treating average rate of change and derivative as the same thing.Forgetting units: if is in dollars and is in years, then is dollars per year.Thinking the tangent line must “touch only once” (tangent means matching slope locally, not “touching once”).The Limit Definition of the DerivativeThe derivative is defined using a limit because “instantaneous” change cannot be captured by a finite difference. You approximate the rate of change with secant slopes, then take the limit as the interval shrinks to zero.Two equivalent limit definitionsAt a point , the derivative of at can be written asAn equivalent form isBoth express the same idea: a nearby point approaches .What it means for the derivative to existThe derivative exists if the defining limit exists and is finite. Intuitively, the derivative exists if, when you zoom in near , the graph looks more and more like a straight line. Differentiability fails at corners, cusps, vertical tangents (infinite slope), and at any discontinuity.One-sided derivativesSometimes you approach from one side:Right-hand derivative at :Left-hand derivative at :For to exist, both one-sided derivatives must exist and be equal.Worked example 1: derivative from the definitionFind the derivative of using the limit definition.Start withComputeSubstitute:Expand the numerator:SoFactor out and cancel :Now take the limit:Worked example 2: a derivative at a specific pointLet . Find from the limit definition.Multiply by the conjugate:ThenSimplify:Cancel (valid for , which is fine inside a limit process):Substitute :Exam Focus**Typical question patterns**:Compute using the limit definition (often requiring algebra like factoring or conjugates).Identify which limit expression matches the derivative at a point.Use left and right definitions to test differentiability at a “sharp” point.**Common mistakes**:Plugging in before simplifying, then stopping at .Algebra slips: expanding incorrectly.Canceling terms incorrectly (you can cancel a factor of , not a term that is added).Derivative Notation and What the Symbols MeanCalculus uses several notations because different contexts emphasize different ideas: sometimes you want to highlight a function name, sometimes a dependent variable, and sometimes the “operator” viewpoint.Notation referenceMeaningNotationRead asNotesDerivative of f prime of xCommon when the function is named Derivative of g prime of xSame idea for another functionDerivative of y primeCommon when is understoodDerivative operatord by dx of f of xEmphasizes the operationDerivative of with respect to dy dxVery common in applications (rates/units)Second derivative of f double primeRate of change of the derivativeSecond derivative of y double primeAlso written Value at a pointf prime at aA number (slope at )A key conceptual point is that is a new function (it takes inputs and produces slopes/rates), while is a single number (the slope/rate at one specific input).Average rate vs derivative languageAverage rate of change on :Instantaneous rate of change at :On AP questions, the wording often shifts between “rate of change,” “slope,” “velocity,” “marginal,” or “derivative.” These are often pointing to the same underlying idea.Interpreting the unitsUnits are one of the best ways to check your reasoning.If is hours and is miles, then is miles per hour.If is seconds and is meters, then is meters per second.Example: interpreting notation in contextLet be the cost in dollars to produce items. is the instantaneous rate at which cost changes when producing 50 items, with units dollars per item.If , then near 50 items, producing one additional item increases cost by about .Exam Focus**Typical question patterns**:Translate between , , and .Interpret in a word problem (including units).Distinguish between (function) and (value).**Common mistakes**:Writing when the question asks for (leaving the answer as a function instead of a number).Dropping units or mixing them up.Confusing with (instantaneous vs average).Estimating Derivatives from Graphs and TablesMany AP problems give you data rather than a formula. In that setting, you estimate the derivative by estimating a tangent slope (from a graph) or a limiting secant slope (from a table).Estimating from a graphIf you’re asked to estimate from the graph of , you are being asked for the slope of the tangent line at .A reliable strategy is:Locate the point .Draw the tangent line that matches the curve’s local direction at that point.Pick two convenient points on your drawn tangent line (they do not need to be points on the curve) and compute slope.Slope is alwaysBecause this is an estimate, your answer is often written as “approximately” and may be a decimal.Estimating from a tableIf you have values at and , a one-sided secant estimate isIf you have values on both sides, a common and often more accurate estimate is the symmetric difference quotient:Deciding whether the derivative is positive, negative, or zeroEven without an exact slope value, you can often determine the sign.If is increasing at , then is positive.If is decreasing at , then is negative.If the tangent is horizontal, then .A horizontal tangent gives a critical point candidate, not automatically a maximum or minimum.Worked example: table-based estimateA table gives values of near :1.92.02.15.345.706.08Estimate using a symmetric difference quotient with :Substitute values:Compute:Interpretation: near , the function increases by about 3.7 output units per 1 input unit.Worked example: graph-based sign reasoningIf a graph shows decreasing steeply at , then is negative with relatively large magnitude. If the curve is almost flat there, is negative but closer to zero.Exam Focus**Typical question patterns**:Estimate from a table using secant slopes (often symmetric).Estimate from a graph by drawing a tangent and computing its slope.Determine where is positive/negative/zero from the shape of .**Common mistakes**:Using points on the curve instead of points on the tangent line when estimating from a graph.Mixing up with (reporting the y-value instead of the slope).Forgetting that the slope is “rise over run” and accidentally inverting it.Differentiability and ContinuityIt’s tempting to assume that if a graph is continuous (no breaks), then it must have a derivative. Calculus separates these ideas.Continuity is about whether the graph has holes/jumps at a point.Differentiability is about whether the graph has a well-defined (finite) tangent slope at a point.Key relationshipIf is differentiable at , then is continuous at .The converse is not always true: a function can be continuous but not differentiable.Where differentiability fails (even if continuous)A function may be continuous at but not differentiable there if it has:A corner (left-hand and right-hand slopes are finite but different).A cusp (slopes become infinite in opposite directions).A vertical tangent (slope becomes infinite).Differentiability also fails at discontinuities (jumps, holes, vertical asymptotes), since differentiability implies continuity.How to reason using one-sided derivatives (especially for piecewise functions)A useful workflow at a point where a formula changes is:Check continuity at the point.Compute the left-hand derivative and right-hand derivative.If both exist and are equal, the derivative exists.Skipping step 1 can waste time: if the function is discontinuous, it is automatically not differentiable.Worked example: corner in an absolute value functionConsider at . The graph has a sharp corner at the origin.For x>0, so the slope is 1.For x<0, so the slope is -1.Because the one-sided slopes do not match, does not exist, even though is continuous at 0.Worked example: discontinuity implies not differentiableIf has a jump at , then even if is defined, the limitcannot behave well because does not approach from both sides. So there is no derivative at .Exam Focus**Typical question patterns**:Decide whether is differentiable at a point from a graph (identify corners/cusps/vertical tangents).For piecewise functions, find values of constants that make differentiable at a junction.Explain why differentiable implies continuous (often in words).**Common mistakes**:Claiming “continuous implies differentiable.”Confusing a vertical tangent with a corner (both fail differentiability, but for different reasons).Checking only that left and right function values match (continuity) but not checking derivative match.Fundamental Derivative Rules (Constant, Power, and Linearity)Using the limit definition directly is accurate but often tedious, so calculus develops rules that let you compute derivatives efficiently while still being grounded in the limit definition.Constant ruleIf where is a constant, thenExample: if then .This matches the limit idea because a constant function has no change in output.Constant multiple ruleIf a constant multiplies a function, you can “pull the constant out”:Intuitively, multiplying outputs by multiplies vertical change by , so slopes scale by .Sum and difference rules (linearity)For differentiable functions and :These linearity rules let you differentiate term-by-term for expressions built from addition/subtraction and constant multiples.Power rule (built from first principles)For integer powers,A helpful description is: “multiply down and decrease the power.”Examples: becomes becomes Why it makes sense: when you computethe algebra produces a factor of that cancels, and what remains approaches .Worked example: differentiating a polynomialDifferentiateApply linearity and the power rule term-by-term:SoWorked example: negative powersDifferentiateEquivalently,Worked example: combining linearity with power ruleDifferentiateRewrite using exponents:Differentiate term-by-term:Rewrite with positive exponents:Common misconception: distributing the derivative incorrectlyLinearity works for addition/subtraction and constant multiples, but not for products or quotients. In general, it is not true thatThis is exactly why the product rule and quotient rule are necessary.Exam Focus**Typical question patterns**:Differentiate polynomials and simple power functions quickly and accurately.Use the power rule with negative and fractional exponents.Recognize when a function is constant (derivative zero).Rewrite radicals and fractions using exponents, then differentiate.Use derivative rules to find slopes of tangent lines (compute ).**Common mistakes**:Forgetting to multiply by the coefficient when applying the power rule.Mishandling negative exponents when rewriting answers (for example, incorrectly writing ).Treating as (forgetting the factor ).Differentiating constants as if they change (writing ).Applying linearity to products or quotients.The Product and Quotient RulesMany important functions are built by multiplying or dividing simpler functions. Since linearity does not cover those operations, you need special rules.Product ruleIf and are differentiable, thenOne way to remember the structure is: differentiate the first, keep the second, plus keep the first, differentiate the second.Another common mnemonic is:“1d2 + 2d1” (first times derivative of second, plus second times derivative of first)A typical situation: if you have two polynomials multiplied, likeyou could expand first and then use the power rule, but the product rule is usually faster and less error-prone.Quotient ruleIf and both and are differentiable, thenA common memory aid is:“low d-high minus high d-low over low squared”(denominator times derivative of numerator, minus numerator times derivative of denominator, all over the denominator squared).Worked example 1: product ruleDifferentiateLetCompute derivatives:Apply product rule:Worked example 2: quotient ruleDifferentiateLetThenApply quotient rule:Simplify numerator if desired:Common pitfallsProduct rule is not “multiply derivatives.” You must follow .Quotient rule sign errors are common: it is , not .Parentheses matter: missing them can change the entire derivative.Exam Focus**Typical question patterns**:Differentiate a product of two nontrivial functions (often polynomials).Differentiate a rational function using the quotient rule.Compute a tangent line slope to a product/quotient function at a point.**Common mistakes**:Writing for the derivative of a product.Dropping parentheses in quotient rule, especially on the term.Forgetting to square the denominator in the quotient rule.Derivatives You Should Memorize: Trigonometric, Exponential, and LogarithmicSome derivatives are best treated as core facts (often called “memory derivatives”). Once you know them, you combine them with the constant multiple, sum/difference, product, and quotient rules.Core trigonometric derivative formulasThe most fundamental trig derivatives in AP Calculus AB areFrom these, additional common trig derivatives follow:Keep domain restrictions in mind, such as and being undefined where .Exponential and logarithmic “memory derivatives”Two additional derivatives that are typically memorized areWhy this matters (and a note about the chain rule)Once you have these base derivatives, you can differentiate many mixed expressions using the rules already developed. In Unit 2, the main focus is often on functions like rather than composites like , since the chain rule is usually introduced later, though simple composites may still appear in some classrooms.Worked example 1: sum with trigDifferentiateDifferentiate term-by-term:SoWorked example 2: product with trigDifferentiateUse the product rule:Worked example 3: quotient with trigDifferentiateUse the quotient rule:Common misconceptionsForgetting the negative sign in .Treating trig derivatives like the power rule.Differentiating as instead of .Exam Focus**Typical question patterns**:Differentiate expressions involving sums/products/quotients with and .Evaluate for trig-containing functions at specific values of .Combine trig derivatives with algebraic derivatives (polynomials and rational functions).Use the memorized derivatives of and correctly when they appear.**Common mistakes**:Missing the negative sign on .Incorrect product/quotient rule setup when trig is involved.Ignoring where trig functions are undefined (relevant when evaluating at a point).Treating as instead of .Applying the Derivative to Motion: Velocity and AccelerationMotion is one of the clearest real-world meanings of the derivative, and it forces you to interpret derivatives as rates, not just compute them symbolically.Position, velocity, and accelerationLet be position along a line (meters) at time (seconds).Average velocity on :Instantaneous velocity:Acceleration:Units check: in meters in meters per second in meters per second squaredSpeed vs velocityVelocity can be negative, indicating direction. Speed is the magnitude of velocity:Interpreting signs and graphsIf v(t)>0, position is increasing (moving in the positive direction).If v(t)<0, position is decreasing.If a(t)>0, velocity is increasing.Be careful: “velocity increasing” does not necessarily mean moving right. For example, going from to is an increase in velocity (less negative), even though motion is still leftward.Worked example 1: compute velocity and accelerationSupposeThenandVelocity at :Interpretation: at 2 seconds, the object is moving in the negative direction at 3 position-units per second.Worked example 2: average vs instantaneous velocityUsing the same , find the average velocity from to :Compute:SoThis is close to (but not exactly) because is a short interval but not infinitesimal.Common interpretation mistakesConfusing (position) with (velocity). A high position does not imply high velocity.Forgetting the absolute value when asked for speed.Using the wrong denominator for average velocity (it must be the time difference).Exam Focus**Typical question patterns**:Given , find and and interpret their meaning.Compute average velocity on an interval and compare it to instantaneous velocity.Use the sign of to describe direction of motion, and for speed.**Common mistakes**:Reporting when asked for at a specific time.
Mixing up when to use average rate (secant slope) vs instantaneous rate (derivative).
Forgetting units or interpreting negative velocity as “slowing down” automatically.