Derivatives of exponentials and logarithms sit at the mechanical heart of the AP Calculus AB and BC syllabus. They appear in nearly every multiple-choice section and at least one of the six free-response questions on both exams, and they reward a very specific kind of fluency: instant rule recognition, fast chain-rule application, and a written answer that matches the rubric's language. This article walks through the exact derivative rules the College Board expects you to know, the four common prompt shapes that test them, the rubric phrases that earn full credit, and the practice routine that converts a 4 into a 5 on this single sub-topic.
The four derivative rules every AP Calculus student must internalise
Before any prompt appears, your brain needs to hold four rules in working memory so cleanly that the rule choice happens before you finish reading the function. The first is the natural exponential: the derivative of e^x is e^x, the only function on the syllabus that is its own derivative. The second is the general exponential a^x, whose derivative is a^x · ln(a). The third is the natural logarithm: the derivative of ln(x) is 1/x. The fourth is the general logarithm log_a(x), whose derivative is 1 / (x ln(a)). If those four lines are not reflexive by the time you sit the exam, you will spend cognitive budget on rule lookup that the rubric will not credit.
Two follow-on rules extend this set. The chain rule rewrites every one of the four as f'(u(x)) · u'(x), so the derivative of e^(2x) is 2e^(2x) and the derivative of ln(3x²+1) is 6x / (3x²+1). The product and quotient rules then layer on top when the exponential or logarithm is multiplied by, divided by, or added to another function. For most candidates the failure mode is not forgetting the base rule; it is forgetting the chain-rule factor. A clean habit is to write the inner derivative u'(x) as a separate line before simplifying, because a missing factor of 2 is the single most common partial-credit deduction on exponential and logarithm FRQs.
Notice the asymmetry between e^x and a^x. The constant e is the unique base for which the derivative is the function itself, and that fact is tested every cycle, often disguised as a tangent-line or rate-of-change prompt rather than a flat derivative request. If a problem says the population P(t) = e^(0.03t) is growing, the rate is 0.03 e^(0.03t), not e^(0.03t) by itself. Train your eye to look for the chain factor even when the base is e; the inner function does not vanish just because the outer function is the natural exponential.
Prompt shape 1: the direct derivative at a point
The most common MCQ asks for f'(a) when f is built from exponentials or logarithms. The test-makers choose a value of a that makes the arithmetic tractable, often a = 1 or a small integer, so the answer collapses cleanly. If f(x) = x² ln(x) and the question asks for f'(1), you apply the product rule, get 2x ln(x) + x, and substitute x = 1. The ln(1) term disappears, leaving f'(1) = 1. The trap answer is the candidate who forgets the product rule and differentiates only one factor, picking 2 ln(1) = 0.
For the general exponential base, the prompt often looks like: find g'(2) if g(x) = 3^x · x. The product rule gives 3^x ln(3) · x + 3^x, and at x = 2 that is 2 · 9 ln(3) + 9, which the answer choices typically render as 9(2 ln 3 + 1). The MCQ is engineered so that the wrong chain factor produces a clean-looking distractor. Read the four choices and identify the one that carries the ln(3) factor; if it is missing, you have lost the chain.
On the free-response side, the direct-derivative prompt usually sits inside a larger problem and is worth 1 of the 9 points in a typical FRQ. A response that says 'the derivative of ln(5x) is 1/(5x)' will earn that single point but lose the next because the chain factor 5 was not applied. The full-credit line reads 1/(5x) · 5 = 1/x or, written as one expression, 5/(5x) = 1/x. The rubric allows equivalent forms, but the chain step must be visible.
Prompt shape 2: tangent line and instantaneous rate
The tangent-line prompt pairs naturally with the derivative rules here because exponentials and logarithms describe growth, decay, and elasticity in real contexts. A typical AB question: 'Let f(x) = e^x - x. Write an equation for the tangent line to the graph of f at x = 0.' The derivative is f'(x) = e^x - 1, the slope at 0 is e^0 - 1 = 0, and the point is (0, 1). The tangent line is therefore y = 1. Candidates who differentiate e^x as 1 will get the wrong slope and lose the point that asks for the equation, even if the derivative expression itself is technically present.
On the BC exam, the tangent-line prompt often sits inside a related-rates or linear-approximation problem. A logistic-growth question might give P(t) = 200 / (1 + 19e^(-0.5t)) and ask for the tangent line at t = 0. The derivative of the reciprocal requires either the chain rule applied to (1 + 19e^(-0.5t))^(-1) or the quotient rule. The chain rule is faster: derivative is -1 · (1 + 19e^(-0.5t))^(-2) · 19 · (-0.5) e^(-0.5t), which simplifies to a positive expression. At t = 0, e^0 = 1, the denominator is 20² = 400, the numerator is 19 · 0.5 = 9.5, and the slope is 9.5 / 400. The point is (0, 10). Three points of a nine-point question hinge on this one derivative.
Prompt shape 3: higher-order and BC-only derivatives
BC candidates face a prompt type AB students never see: derivatives of exponential functions composed with trigonometric functions, and the second-derivative test applied to them. A standard problem asks for f''(x) when f(x) = e^x sin(x). The first derivative is e^x sin(x) + e^x cos(x) = e^x(sin x + cos x). The second derivative is e^x(sin x + cos x) + e^x(cos x - sin x) = 2e^x cos(x). Notice the symmetry: the two trigonometric terms cancel one way, leaving a clean expression. A 5-scoring response writes the first derivative in factored form before differentiating, because the factored form is what simplifies the second derivative cleanly.
Another BC-only pattern is finding the derivative of log_a(u(x)) written in disguise, where the prompt gives a function like h(x) = log_2(5x + 1) and asks for the slope of the tangent at a specific point. The rewrite log_2(5x + 1) = ln(5x + 1) / ln 2 converts the rule into a constant times 1/(5x + 1), and the chain factor 5 then multiplies the constant. Many students forget the constant 1/ln 2 entirely, producing a derivative of 1/(5x + 1) and missing the chain factor of 5. Two errors in one expression costs 2 of the 9 points before the rest of the FRQ is even attempted.
For practice, work every BC-released FRQ that uses the words 'second derivative', 'concavity', or 'inflection point' on a function involving e^x, ln(x), or a general base. The rubric typically requires the second derivative in simplified form and a sign analysis to determine concavity. Missing the chain factor on the first derivative cascades into a wrong second derivative and a wrong inflection point, so the cost of one mechanical slip is often 2 to 3 rubric points, not 1.
Prompt shape 4: solving f'(x) = 0 and the related equation work
Many FRQs set f'(x) = 0 and ask for critical values. With exponential and logarithmic functions the equation is usually solvable only by isolating the exponential or logarithmic term and applying the inverse function. A typical example: f(x) = x ln(x) - x, find critical points. The derivative is ln(x) + 1 - 1 = ln(x), set equal to zero gives x = 1. The domain restriction x > 0 makes the solution valid, and the second derivative 1/x is positive at x = 1, confirming a local minimum. The whole analysis is a 1 to 2 point sub-task inside a larger FRQ, but the algebra is mechanical and the points are free if you keep the domain in view.
General bases add a layer. If g(x) = 2^x - 4x, then g'(x) = 2^x ln 2 - 4 = 0, so 2^x = 4/ln 2 and x = log_2(4/ln 2) = 2 - log_2(ln 2). The answer is not a clean number, and the rubric accepts an exact expression or a decimal approximation within a stated tolerance. The single most common error here is forgetting the ln 2 factor in the derivative; without it, the equation becomes 2^x = 4, x = 2, and a wrong critical point. The problem is engineered so that the wrong answer is also 'clean', which makes careless work hard to catch at the end of a timed section.
Common pitfalls and how to avoid them
Across the last several released exams, four errors account for most of the lost points on exponential and logarithm derivative prompts. The first is the missing chain factor, discussed above. The second is differentiating ln|x| as 1/x but forgetting the absolute value bars when the function is ln(-x) for x < 0; the derivative of ln(-x) is 1/x as well, but the chain factor from -x is -1, giving -1/x, which is correct on the relevant domain. The third is treating e^x and e^u as if they shared the same derivative, producing u instead of u' · e^u. The fourth is sign errors when moving terms across the equals sign in an equation set equal to zero, particularly when the rule produces a negative coefficient from the chain factor.
Three habits kill most of these errors. First, write u(x) explicitly on the page before differentiating, even if the inner function is trivial, because writing it forces the chain factor into the working. Second, after differentiating, do a single-line sanity check: does the derivative have the right units or sign for the context (population growing, log-elasticity positive)? A sign that contradicts the verbal description usually means a chain factor or a sign flipped somewhere. Third, for general bases, rewrite a^x as e^(x ln a) when stuck, because the natural-exponential rule is more reflexive and the chain factor ln a then appears automatically.
On the BC side, two extra habits help. Differentiate in factored form whenever the function is a product of an exponential and a trigonometric or polynomial factor, because the factored first derivative usually differentiates more cleanly into the second derivative. And for the second-derivative test on a logarithmic function, do not forget that the domain restriction x > 0 or the implied domain of a composed function can eliminate a 'critical' value that the algebra produces. The rubric awards a point for stating the domain explicitly, and many candidates lose it by writing a critical point that is not in the domain.
A preparation plan that targets exponential and logarithm derivatives specifically
Targeted practice beats general review on this sub-topic. A focused two-week routine that reliably moves a 4 to a 5 has four parts. Part one is rule flashcards: 20 cards, front is a function such as f(x) = 5^(2x-1) or f(x) = log_3(7x), back is the derivative. Drill for 10 minutes a day until response time is under 5 seconds per card. Part two is past-FRQ extraction: pull every AB and BC released question whose function includes e, ln, or a general base, and solve only the derivative sub-parts. Score yourself against the rubric, not against your gut.
Part three is a chain-rule drill sheet: a one-page set of 15 functions of the form e^(u(x)) and ln(u(x)) with non-trivial inner functions, all to be done in 15 minutes. This builds the chain factor into muscle memory. Part four is a single timed MCQ set of 10 questions drawn from multiple AP Calculus prep books, with the constraint that you must finish in 12 minutes. The MCQ pace is 1.2 minutes per question on average, and the 12-minute target forces you to skip the rule-lookup step that costs a 4-scoring student the most time.
On exam day, the calculus of attention applies. Read the function once for its outer form (exponential, logarithmic, product, quotient), once for its inner form, and once for any constants. If the function is f(x) = 4^(3x) · sin(x), the outer rule is the general exponential, the inner rule gives the chain factor 3 ln 4, and the constant ln 4 must survive. Three reads, three layers, no missed factor. This 10-second routine is the single highest-leverage habit you can take into the exam room for this sub-topic.
How the rubric actually scores exponential and logarithm derivative work
For AP Calculus FRQs, the rubric uses a 'show your work' standard: a correct final answer without supporting differentiation earns partial credit, and a wrong final answer with correct setup can still earn 1 to 2 points. On exponential and logarithm prompts, the rubric almost always awards a point for the correct derivative expression in unsimplified form, a point for the chain factor or the ln(a) factor, and a point for the simplified final derivative. The remaining points of the FRQ go to a downstream task such as evaluating at a point, finding a tangent line, or applying the second-derivative test.
Two specific rubric phrases to memorise. First, 'correct derivative expression' means the rule has been applied to the right base and the chain factor is present, even if the simplification is not yet complete. Second, 'equivalent form' means the rubric will accept e^x (sin x + cos x) and e^x sin x + e^x cos x interchangeably, but not 'expanded' and 'factored' as different forms if a sign has flipped. If your derivative line on the page is clearly equivalent to the rubric's, you get the point.
The error that costs the most across the rubric is a missing chain factor followed by correct downstream algebra. The rubric scores the derivative as 1 point, the substitution as 1 point, and the final answer as 1 point. If the chain factor is missing, the derivative is wrong, the substitution is wrong, and the final answer is wrong, but the student often still writes a clean line of work that 'looks right' and is confused about why the score is 3 out of 9. The chain factor is the single point that determines whether the rest of the question can score.
| Function | Common error | Correct derivative | Rubric point at risk |
|---|---|---|---|
| e^(3x) | e^(3x) (missing chain factor 3) | 3e^(3x) | Derivative expression |
| ln(5x + 2) | 1/(5x + 2) (missing chain factor 5) | 5/(5x + 2) | Simplified derivative |
| 7^x | 7^x (missing ln 7 factor) | 7^x · ln 7 | Derivative expression |
| log_3(x) | 1/x (missing 1/ln 3) | 1/(x ln 3) | Derivative expression |
| x · e^x | e^x (missing product rule) | e^x + x e^x | Derivative expression and simplification |
Comparing AB and BC: where the rules diverge
The four base rules are identical on AB and BC. The chain rule is identical. The product and quotient rules are identical. What changes is the depth of application. AB candidates need the first derivative; BC candidates need the first, the second, and sometimes the third. AB candidates see exponentials and logarithms as standalone functions; BC candidates see them composed with trigonometric functions, with absolute values, and inside parametric or polar setups. AB candidates see a single prompt; BC candidates see the derivative as one step inside a related-rates, Euler's-method, or logistic-modelling question.
For AB, a 5 means no mechanical errors on the derivative, the chain factor, and the simplified form, plus the ability to set f'(x) = 0 and solve for critical values when the equation reduces to a logarithm or a single exponential. For BC, a 5 means all of the AB skills plus fluency with the second derivative, with composed functions, and with the BC-only applications of exponential growth and decay. The prep plan above is identical in structure for AB and BC; the difficulty of the practice problems in part two is what shifts.
A practical reading of the College Board's published data: a 5 on AP Calculus AB requires roughly 65% of the total points, and a 5 on BC requires about the same percentage but on a longer and harder exam. The exponential and logarithm sub-topic is a 10 to 15 point slice of the total. Losing the chain factor on two of those points is the difference between a 4 and a 5 for many borderline candidates. This is the single sub-topic where mechanical accuracy, more than conceptual depth, decides the score.
Conclusion and next steps
Derivatives of exponentials and logarithms reward mechanical accuracy more than conceptual insight, and the AP Calculus rubric is unforgiving on missing chain factors. The four-rule kit, the four-prompt-shape reading habit, and the chain-factor write-it-out discipline together account for nearly every point the exam offers on this sub-topic. For a 4-scoring student aiming for a 5, the leverage is in the two-week practice plan above, not in a general review of the whole syllabus. AP Courses' AP Calculus BC one-to-one programme analyses each student's exponential and logarithm derivative FRQ against the rubric line by line, identifies the chain-factor and sign-error patterns, and turns a 4 target into a concrete week-by-week preparation plan built around the four rules and the four prompt shapes.