Fiveable

♾️AP Calculus AB/BC Unit 2 Review

QR code for AP Calculus AB/BC practice questions

2.7 Derivatives of cos x, sinx, e^x, and ln x

2.7 Derivatives of cos x, sinx, e^x, and ln x

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

TLDR

The four key derivatives in AP Calculus topic 2.7 are: the derivative of sin x is cos x, the derivative of cos x is -sin x, the derivative of e^x is e^x, and the derivative of ln x is 1/x. You can combine these with the sum, difference, and constant multiple rules to differentiate expressions that mix trig, exponential, and logarithmic terms. You can also use these known derivatives backward to evaluate a limit that matches the definition of a derivative.

Why This Matters for the AP Calculus Exam

These four derivatives show up constantly across the AP Calculus exam, both on their own and inside bigger problems. On multiple-choice questions, you will need to apply them quickly and combine them with rules you already know. On free-response questions, they often appear as one step inside motion problems, tangent line problems, or rate-of-change setups, so recognizing them instantly saves time.

There is also a limit connection worth knowing. Sometimes a limit is secretly the definition of a derivative for a function whose derivative you already know. Spotting that lets you evaluate the limit without doing heavy algebra. For example, recognizing a difference quotient built from sin x means you can read off the answer as cos x at that point.

Key Takeaways

  • The derivative of sin x is cos x, and the derivative of cos x is -sin x. Watch the negative sign on cosine.
  • The derivative of e^x is e^x. It is its own derivative.
  • The derivative of ln x is 1/x.
  • Combine these with the constant multiple, sum, and difference rules to differentiate mixed expressions term by term.
  • If a limit matches the form of a difference quotient for sin x, cos x, e^x, or ln x, you can recognize it as a derivative and skip the algebra.
  • Keep notation clean: write each term's derivative separately before combining.

Derivatives of These Four Functions

Here is a quick table summarizing the rules.

FunctionDerivative
Sine Function: f(x)=sinxf(x) =\sin xf(x)=cosxf'(x)=\cos x
Cosine Function: g(x)=cosxg(x)=\cos xg(x)=sinxg'(x)=-\sin x
Exponential Function: h(x)=exh(x)= e^xh(x)=exh'(x)= e^x
Natural Logarithm Function: k(x)=lnxk(x)=\ln xk(x)=1xk'(x) = \frac{1}{x}

Derivative of sinx\sin x

The derivative of sinx\sin x is always cosx\cos x. Here is an example:

f(x)=4sinx+3xf(x) = 4\sin x +3x

Differentiate 4sinx4\sin x and 3x3x separately.

Since the derivative of sinx\sin x is cosx\cos x, the derivative of the first term is 4cosx4\cos x. The derivative of 3x3x is 33. So f(x)=4cosx+3f'(x) = 4\cos x+3.

Derivative of cosx\cos x

The derivative of cosx\cos x is always sinx-\sin x. Here is an example:

f(x)=2cosx+3f(x) = 2\cos x +3

Differentiate 2cosx2\cos x and 33 separately.

Since the derivative of cosx\cos x is sinx-\sin x, the derivative of the first term is 2sinx-2\sin x. The derivative of 33 is 00, following the constant rule. So f(x)=2sinxf'(x) = -2\sin x.

Derivative of exe^x

The derivative of exe^x is simply exe^x. It is its own derivative.

Here is an example:

f(x)=ex+3x4f(x) = e^x+3x^4

The derivative of the first term is exe^x. The derivative of the second term is 12x312x^3, using the power rule. So f(x)=ex+12x3f'(x) = e^x + 12x^3.

Derivative of lnx\ln x

The derivative of lnx\ln x is 1x\frac{1}{x}. Here is an example:

f(x)=5lnx+2xf(x) = 5\ln x + 2x

The derivative of the first term is 5x\frac{5}{x}, since the derivative of lnx\ln x is 1x\frac{1}{x}. The derivative of 2x2x is 22, so f(x)=5x+2f'(x)=\frac{5}{x}+2.

Using a Limit as a Derivative

Sometimes a limit is written in the exact form of the definition of a derivative. If the function inside is one whose derivative you know, you can recognize the limit as a derivative and read off the answer.

The two equivalent definition forms are:

f(a)=limh0f(a+h)f(a)handf(a)=limxaf(x)f(a)xaf'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h} \quad \text{and} \quad f'(a) = \lim_{x \to a} \frac{f(x) - f(a)}{x - a}

For example, if you see a limit that matches limh0sin(a+h)sinah\lim_{h \to 0} \frac{\sin(a+h) - \sin a}{h}, that is the definition of the derivative of sinx\sin x evaluated at x=ax = a. Since the derivative of sinx\sin x is cosx\cos x, the limit equals cosa\cos a. The same idea works for cosx\cos x, exe^x, and lnx\ln x: match the form, identify the function, then write its derivative at that point.

How to Use This on the AP Calculus Exam

MCQ

  • Apply the four derivatives fast and combine them with the sum, difference, and constant multiple rules.
  • Watch for the negative sign when differentiating cosine.
  • Scan limit problems for difference quotient forms. If the inside function is sin x, cos x, e^x, or ln x, recognize the limit as a derivative instead of grinding through algebra.

Free Response

  • These derivatives usually appear as one step inside a larger problem, such as finding a tangent line slope or an instantaneous rate of change.
  • Show each term's derivative clearly before combining. Clean structure makes your work easy to follow and is important for clear exam work.
  • Keep all notation, including parentheses and signs, accurate so a small slip does not change your answer.

Common Trap

  • Do not write the derivative of cos x as +sin x. It is -sin x.
  • Do not treat the derivative of e^x as x times something. It stays e^x.

Common Misconceptions

  • The derivative of cos x is -sin x, not sin x. The negative sign is the most commonly dropped detail here.
  • The derivative of e^x is e^x, not x·e^(x-1). The power rule does not apply to e^x because the base is constant and the variable is the exponent.
  • The derivative of ln x is 1/x, not 1/x with an extra ln term. Keep it simple.
  • A constant multiple stays in front: the derivative of 4 sin x is 4 cos x, not just cos x.
  • Recognizing a limit as a derivative only works when the limit truly matches the difference quotient form for a known function. Check that the structure lines up before reading off the answer.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

cosine

A trigonometric function, denoted as cos x, for which the derivative is -sin x.

definition of the derivative

The formal mathematical definition using limits: f'(x) = lim(h→0) [f(x+h) - f(x)]/h, which defines the derivative as the instantaneous rate of change.

derivative

The instantaneous rate of change of a function at a specific point, representing the slope of the tangent line to the function at that point.

exponential function

A function of the form f(x) = a^x, where a is a positive constant not equal to 1.

limit

The value that a function approaches as the input approaches some value, which may or may not equal the function's value at that point.

logarithmic function

A function of the form f(x) = log_a(x), the inverse of an exponential function.

sine

A trigonometric function, denoted as sin x, for which the derivative is cos x.

Frequently Asked Questions

What are the derivatives of sin x and cos x?

The derivative of sin x is cos x. The derivative of cos x is negative sin x, so the negative sign is the detail to watch.

What is the derivative of e^x?

The derivative of e^x is e^x. The natural exponential function is its own derivative.

What is the derivative of ln x?

The derivative of ln x is 1/x. In AP Calculus, this rule is used often in tangent line, rate-of-change, and mixed derivative problems.

How do you differentiate a sum with sin x, cos x, e^x, or ln x?

Differentiate each term separately using the sum, difference, and constant multiple rules, then combine the results while keeping signs and coefficients clear.

How can a limit be recognized as a derivative?

If a limit matches a difference quotient, identify the underlying function and evaluate its known derivative at the indicated point.

What is the most common mistake in Topic 2.7?

The most common mistake is dropping the negative sign on the derivative of cos x. Remember: d/dx of cos x equals negative sin x.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot