PrepGo

AP Calculus BC Practice Quiz: Derivatives of $\cos x$, $\sin x$, $e^x$, and $\ln x$

Written by AP Content Team, Verified for 2026 AP Exams, Last updated: May 2026

Test your understanding with short quizzes. This quiz has 13 questions to check your progress.

Question 1 of 13

If $f(x) = \sin x$, what is $f'(x)$?

All Questions (13)

If $f(x) = \sin x$, what is $f'(x)$?

A) $\cos x$

B) $-\sin x$

C) $-\cos x$

D) $\sin x \cos x$

Correct Answer: A

This question assesses the ability to calculate the derivative of a familiar function. The derivative of $\sin x$ is a specific rule. According to the differentiation rules for trigonometric functions, $\frac{d}{dx}(\sin x) = \cos x$. [cite: 1780, 1784]

What is the derivative of $g(x) = 5e^x$?

A) $5xe^{x-1}$

B) $5e^x$

C) $e^x$

D) $5 \ln x$

Correct Answer: B

This question assesses the ability to calculate the derivative of a familiar function involving a constant multiple. The derivative of $e^x$ is $e^x$. The constant multiple rule states that $\frac{d}{dx}(c \cdot f(x)) = c \cdot f'(x)$. Therefore, $\frac{d}{dx}(5e^x) = 5 \cdot \frac{d}{dx}(e^x) = 5e^x$. [cite: 1781, 1785]

The limit $\lim_{h \to 0} \frac{e^{3+h} - e^3}{h}$ represents the derivative of a function $f(x)$ at a point $x=a$. What is the value of this limit?

A) $e^3$

B) $3e^2$

C) $e$

D) The limit does not exist.

Correct Answer: A

This question requires recognizing an expression for the definition of the derivative, $f'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}$, to determine a limit. Here, the function is $f(x) = e^x$ and the point is $a=3$. The limit is therefore equal to $f'(3)$. Since $f'(x) = e^x$, the value of the limit is $f'(3) = e^3$. [cite: 1794]

If $y = \ln x - \cos x$, what is $\frac{dy}{dx}$?

A) $\frac{1}{x} - \sin x$

B) $x + \sin x$

C) $\frac{1}{x} + \sin x$

D) $x - \sin x$

Correct Answer: C

This question assesses the ability to calculate derivatives of familiar functions using the sum/difference rule. The derivative of $\ln x$ is $\frac{1}{x}$ and the derivative of $\cos x$ is $-\sin x$. Therefore, $\frac{d}{dx}(\ln x - \cos x) = \frac{d}{dx}(\ln x) - \frac{d}{dx}(\cos x) = \frac{1}{x} - (-\sin x) = \frac{1}{x} + \sin x$. [cite: 1780, 1784, 1785]

The expression $\lim_{h \to 0} \frac{\cos(\frac{\pi}{2} + h) - \cos(\frac{\pi}{2})}{h}$ is the definition of the derivative of what function $f(x)$ at what point $x=a$?

A) $f(x) = \sin x$ at $x = \frac{\pi}{2}$

B) $f(x) = \cos x$ at $x = 0$

C) $f(x) = \sin x$ at $x = 0$

D) $f(x) = \cos x$ at $x = \frac{\pi}{2}$

Correct Answer: D

This question requires the ability to interpret a limit as a definition of a derivative. The limit definition of the derivative is $f'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}$. By comparing the given expression to this definition, we can identify that $f(x) = \cos x$ and $a = \frac{\pi}{2}$. [cite: 1790, 1791]

What is the value of the limit $\lim_{h \to 0} \frac{\ln(1+h)}{h}$?

A) 0

B) 1

C) $e$

D) The limit does not exist.

Correct Answer: B

This question requires recognizing an expression for the definition of the derivative to determine a limit. The expression can be rewritten as $\lim_{h \to 0} \frac{\ln(1+h) - \ln(1)}{h}$, since $\ln(1) = 0$. This is the definition of the derivative of the function $f(x) = \ln x$ at the point $x=1$. The derivative of $f(x) = \ln x$ is $f'(x) = \frac{1}{x}$. Therefore, the value of the limit is $f'(1) = \frac{1}{1} = 1$. [cite: 1794]

What is the slope of the tangent line to the graph of $y = \cos x$ at $x = \pi$?

A) -1

B) 0

C) 1

D) $\pi$

Correct Answer: B

The slope of the tangent line at a point is given by the value of the derivative at that point. The derivative of $y = \cos x$ is $\frac{dy}{dx} = -\sin x$. To find the slope at $x = \pi$, we evaluate the derivative at that point: $-\sin(\pi) = 0$. [cite: 1780, 1784]

Which of the following limits represents the derivative of $f(x) = e^x$ at $x=0$?

A) $\lim_{h \to 0} \frac{e^{x+h} - e^x}{h}$

B) $\lim_{h \to 0} \frac{e^h - 1}{h}$

C) $\lim_{h \to 0} \frac{e^h}{h}$

D) $\lim_{h \to 0} \frac{e^{x+h}}{h}$

Correct Answer: B

This question requires interpreting a limit as a definition of a derivative. The definition of the derivative of $f(x)$ at $x=a$ is $f'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}$. For $f(x) = e^x$ at $a=0$, this becomes $\lim_{h \to 0} \frac{f(0+h) - f(0)}{h} = \lim_{h \to 0} \frac{e^{h} - e^0}{h} = \lim_{h \to 0} \frac{e^h - 1}{h}$. [cite: 1790, 1791]

Let $f(x) = \ln x$. What is $f'(e^2)$?

A) $e^{-2}$

B) 2

C) $e^2$

D) $\ln(2)$

Correct Answer: A

This question assesses the ability to calculate the derivative of a familiar function and evaluate it at a specific point. First, find the derivative of $f(x) = \ln x$, which is $f'(x) = \frac{1}{x}$. Then, substitute $x = e^2$ into the derivative: $f'(e^2) = \frac{1}{e^2} = e^{-2}$. [cite: 1781, 1785]

Evaluate $\lim_{h \to 0} \frac{\sin(\frac{\pi}{3} + h) - \frac{\sqrt{3}}{2}}{h}$.

A) $\frac{1}{2}$

B) $\frac{\sqrt{3}}{2}$

C) $-\frac{1}{2}$

D) 1

Correct Answer: A

This question requires recognizing an expression for the definition of the derivative to determine a limit. Note that $\sin(\frac{\pi}{3}) = \frac{\sqrt{3}}{2}$. The expression is the definition of the derivative of $f(x) = \sin x$ at $x = \frac{\pi}{3}$. The derivative is $f'(x) = \cos x$. Evaluating at $x = \frac{\pi}{3}$ gives $f'(\frac{\pi}{3}) = \cos(\frac{\pi}{3}) = \frac{1}{2}$. [cite: 1794]

What is the derivative of $f(x) = \cos x$?

A) $\sin x$

B) $-\cos x$

C) $-\sin x$

D) $\cos x \sin x$

Correct Answer: C

This question assesses the ability to calculate the derivative of a familiar function. The derivative of $\cos x$ is a specific rule. According to the differentiation rules for trigonometric functions, $\frac{d}{dx}(\cos x) = -\sin x$. [cite: 1780, 1784]

The rate of change of the function $f(x) = e^x$ at $x = \ln(4)$ is

A) $\frac{1}{4}$

B) $\ln(4)$

C) 4

D) $e^4$

Correct Answer: C

The rate of change of a function at a point is given by its derivative at that point. The derivative of $f(x) = e^x$ is $f'(x) = e^x$. To find the rate of change at $x = \ln(4)$, we evaluate $f'(\ln(4)) = e^{\ln(4)}$. Since the exponential and natural logarithm functions are inverses, $e^{\ln(4)} = 4$. [cite: 1781, 1785]

The limit $\lim_{x \to 0} \frac{\cos x - 1}{x}$ can be used to find the derivative of $f(x)=\cos x$ at what value of $x$?

A) $x = \pi$

B) $x = \frac{\pi}{2}$

C) $x = 1$

D) $x = 0$

Correct Answer: D

This question requires interpreting a limit as a definition of a derivative. One form of the definition is $f'(a) = \lim_{x \to a} \frac{f(x) - f(a)}{x-a}$. The given limit is $\lim_{x \to 0} \frac{\cos x - 1}{x}$. Since $\cos(0) = 1$, we can rewrite the limit as $\lim_{x \to 0} \frac{\cos x - \cos(0)}{x-0}$. Comparing this to the definition, we see that $f(x) = \cos x$ and $a=0$. Thus, the limit represents the derivative of $\cos x$ at $x=0$. [cite: 1790, 1791]