A growth function is . What is ?
Opening subject page...
Loading your content
AP Calculus BC Quiz
Practice The Product Rule in AP Calculus BC with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
Question 1 / 20
0 of 20 answered
A growth function is g(x)=arctan(x)(x3−2). What is g′(x)?
This quiz focuses on The Product Rule, giving you a quick way to practice the rules, question types, and explanations that matter most for AP Calculus BC.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
A growth function is g(x)=arctan(x)(x3−2). What is g′(x)?
Explanation: This problem requires the product rule to differentiate g(x) = arctan(x)(x³ - 2). The product rule states that for f(x) = u(x)·v(x), we have f'(x) = u'(x)·v(x) + u(x)·v'(x). Here, u(x) = arctan(x) with u'(x) = 1/(1 + x²), and v(x) = x³ - 2 with v'(x) = 3x². Applying the product rule: g'(x) = (1/(1 + x²))·(x³ - 2) + arctan(x)·3x² = (x³ - 2)/(1 + x²) + 3x²arctan(x). Choice A shows only the first term, missing the crucial second product of arctan(x) and 3x². The product rule always yields two terms—both must be included to obtain the correct derivative.
A volume function is V(r)=(4r3)(arctanr). What is V′(r)?
Explanation: This problem requires the product rule to find the derivative of a volume function given as a product of two functions. To apply the product rule, identify u(r) = 4r³ with u'(r) = 12r², and v(r) = arctan r with v'(r) = 1/(1 + r²). Then, the derivative V'(r) is u'(r)v(r) + u(r)v'(r), which expands to 12r² arctan r + 4r³ [1/(1 + r²)]. This matches choice C, providing the complete derivative. A tempting distractor like choice A omits the second term, failing to account for the derivative of the arctan function. Always remember to differentiate both parts of the product and add the results for accurate application of the product rule.
A temperature model is T(x)=(x2−2x)e3x. What is T′(x)?
Explanation: This problem requires the product rule to find the derivative of a temperature model given as a product of two functions. To apply the product rule, identify u(x) = x2−2x with u'(x) = 2x−2, and v(x) = e3x with v'(x) = 3e3x. Then, the derivative T'(x) is u′(x)v(x)+u(x)v′(x), which expands to (2x−2)e3x+(x2−2x)(3e3x). This matches choice A, providing the complete derivative. A tempting distractor like choice B omits the second term, failing to include the derivative of the exponential function. Always remember to differentiate both parts of the product and add the results for accurate application of the product rule.
The area is modeled by A(x)=sinx(x3−1). What is A′(x)?
Explanation: This problem requires the product rule to differentiate A(x) = sin x · (x³ - 1). The product rule states that if f(x) = u(x)v(x), then f'(x) = u'(x)v(x) + u(x)v'(x). Here, u(x) = sin x with u'(x) = cos x, and v(x) = x³ - 1 with v'(x) = 3x². Applying the product rule: A'(x) = (cos x)(x³ - 1) + (sin x)(3x²) = cos x(x³ - 1) + sin x(3x²). A common mistake is to compute only cos x(3x²) (choice B), which incorrectly pairs the derivative of sin x with the derivative of (x³ - 1). The product rule pairs each function with the derivative of the other—not derivative with derivative.
The temperature is modeled by T(t)=etcost. What is T′(t)?
Explanation: This problem requires the product rule to differentiate T(t) = eᵗcos t. The product rule states that if f(t) = u(t)v(t), then f'(t) = u'(t)v(t) + u(t)v'(t). Here, u(t) = eᵗ with u'(t) = eᵗ, and v(t) = cos t with v'(t) = -sin t. Applying the product rule: T'(t) = (eᵗ)(cos t) + (eᵗ)(-sin t) = eᵗcos t - eᵗsin t. A common mistake is to forget the first term and write only eᵗ(-sin t) (choice B), which comes from differentiating just the cosine factor. The product rule requires both parts: keep track of differentiating each factor while holding the other constant.
A signal is y(t)=(t−1)tant. What is dtdy?
Explanation: This problem requires the product rule to differentiate y(t) = (t - 1)tan t. The product rule states that if f(t) = u(t)v(t), then f'(t) = u'(t)v(t) + u(t)v'(t). Here, u(t) = t - 1 with u'(t) = 1, and v(t) = tan t with v'(t) = sec²t. Applying the product rule: dy/dt = (1)(tan t) + (t - 1)(sec²t) = tan t + (t - 1)sec²t. A common error is to write only (t - 1)sec²t (choice B), forgetting the term that comes from differentiating the first factor. Remember the product rule pattern: derivative of first times second, plus first times derivative of second—both terms are essential.
A company models demand as D(p)=(10−p)(p2). What is D′(p)?
Explanation: For D(p)=(10−p)(p2), we apply the product rule with u=10−p and v=p2. We have u′=−1 and v′=2p. Using the product rule: D′(p)=(−1)(p2)+(10−p)(2p)=−p2+(10−p)2p. Choice B shows only (10−p)2p, which is just the second term and misses the −p2 from the first term. The product rule formula (uv)′=u′v+uv′ requires both terms; omitting either one gives an incomplete derivative.
A model is M(x)=(x+1)ln(x2). What is M′(x) for x=0?
Explanation: This problem requires the product rule to find the derivative of a model given as a product of two functions. To apply the product rule, identify u(x) = x + 1 with u'(x) = 1, and v(x) = ln(x²) with v'(x) = 2/x. Then, the derivative M'(x) is u'(x)v(x) + u(x)v'(x), which expands to ln(x²) + (x + 1)(2/x). This matches choice A, providing the complete derivative. A tempting distractor like choice B omits the logarithmic term, failing to account for the derivative of the linear function. Always remember to differentiate both parts of the product and add the results for accurate application of the product rule.
A temperature model is T(t)=t(t2+1). What is T′(t) for t>0?
Explanation: This problem requires the product rule to find the derivative of the temperature model given as a product. Let u(t) = √t with u'(t) = 1/(2√t), and v(t) = t² + 1 with v'(t) = 2t. Then, T'(t) = u'(t)v(t) + u(t)v'(t) = [1/(2√t)](t² + 1) + √t (2t), which is choice A. This expression fully captures the differentiation of both factors. Choice D fails as a distractor by omitting the first term and only differentiating the second factor. A transferable strategy is to rewrite functions in exponential form if needed, but always apply the product rule systematically to both parts.
A cost function is C(x)=(x2−4x)x. What is C′(x) for x>0?
Explanation: This problem requires the product rule to differentiate the cost function as a product. Set u(x) = x2−4x with u'(x) = 2x−4, and v(x) = x with v'(x) = 2x1. Thus, C'(x) = u'(x)v(x) + u(x)v'(x) = (2x−4)x+(x2−4x)(2x1), matching choice A. This correctly handles the square root derivative. Choice D is a distractor as it omits the second term, only using the polynomial's derivative. A useful strategy is to express roots as exponents to ease differentiation, but always include both product rule terms.
A particle’s position is s(t)=t3sint. What is the velocity s′(t)?
Explanation: This problem asks us to differentiate s(t)=t3sint using the product rule. The product rule states (fg)′=f′g+fg′, where f(t)=t3 and g(t)=sint. We find f′(t)=3t2 and g′(t)=cost. Applying the product rule: s′(t)=(3t2)(sint)+(t3)(cost)=3t2sint+t3cost. Choice A incorrectly replaces sint with cost in the first term, showing 3t2cost instead of 3t2sint. When using the product rule, keep the original functions intact in their respective terms—don't accidentally differentiate a function twice.
A force is F(x)=(x2+3)e−x. What is F′(x)?
Explanation: This problem requires the product rule to differentiate F(x) = (x² + 3)e^(-x). The product rule states that if f(x) = u(x)v(x), then f'(x) = u'(x)v(x) + u(x)v'(x). Here, u(x) = x² + 3 with u'(x) = 2x, and v(x) = e^(-x) with v'(x) = -e^(-x). Applying the product rule: F'(x) = (2x)(e^(-x)) + (x² + 3)(-e^(-x)) = 2xe^(-x) - (x² + 3)e^(-x). A common error is to compute only (x² + 3)(-e^(-x)) (choice C), forgetting the term from differentiating the first factor. The product rule requires both contributions: always calculate derivative of first times second, plus first times derivative of second.
A concentration is c(t)=ln(t+1)(t2−4t). What is c′(t)?
Explanation: This problem requires the product rule to differentiate c(t) = ln(t + 1) · (t² - 4t). The product rule states that if f(t) = u(t)v(t), then f'(t) = u'(t)v(t) + u(t)v'(t). Here, u(t) = ln(t + 1) with u'(t) = 1/(t + 1), and v(t) = t² - 4t with v'(t) = 2t - 4. Applying the product rule: c'(t) = (1/(t + 1))(t² - 4t) + (ln(t + 1))(2t - 4) = (t² - 4t)/(t + 1) + ln(t + 1)(2t - 4). A common mistake is to write only ln(t + 1)(2t - 4) (choice D), omitting the first term entirely. The product rule generates two terms—never drop either one when differentiating a product of functions.
A model for voltage is V(t)=(t2−1)t for t>0. What is V′(t)?
Explanation: This problem requires the product rule to differentiate V(t) = (t² - 1)√t. The product rule tells us that for h(t) = f(t)·g(t), we have h'(t) = f'(t)·g(t) + f(t)·g'(t). Here, f(t) = t² - 1 with f'(t) = 2t, and g(t) = √t = t^(1/2) with g'(t) = (1/2)t^(-1/2) = 1/(2√t). Applying the product rule: V'(t) = (2t)(√t) + (t² - 1)(1/(2√t)) = 2t√t + (t² - 1)/(2√t). Choice B shows only 2t√t, which is just the first term and ignores the second term. Always remember: the product rule gives you the sum of two terms, never just one.
A cost function is C(x)=(x2+3x)lnx for x>0. What is C′(x)?
Explanation: This problem requires the product rule to differentiate C(x) = (x² + 3x)ln x. The product rule states that if f(x) = u(x)·v(x), then f'(x) = u'(x)·v(x) + u(x)·v'(x). Here, u(x) = x² + 3x with u'(x) = 2x + 3, and v(x) = ln x with v'(x) = 1/x. Applying the product rule: C'(x) = (2x + 3)·ln x + (x² + 3x)·(1/x). Choice B shows only the first term (2x + 3)ln x, omitting the second term where we multiply (x² + 3x) by 1/x. The product rule requires both terms—always include the "first times derivative of second" term even when it involves fractions.
A temperature profile is T(x)=(3x+2)cos(2x). What is T′(x)?
Explanation: This problem requires the product rule to differentiate T(x) = (3x + 2)cos(2x). The product rule states that if f(x) = u(x)·v(x), then f'(x) = u'(x)·v(x) + u(x)·v'(x). Here, u(x) = 3x + 2 with u'(x) = 3, and v(x) = cos(2x) with v'(x) = -2sin(2x) by the chain rule. Applying the product rule: T'(x) = 3·cos(2x) + (3x + 2)·(-2sin(2x)). Choice E incorrectly uses sin(2x) instead of -2sin(2x) for the derivative of cos(2x), forgetting both the negative sign and the chain rule factor of 2. When applying the product rule with composite functions, carefully use the chain rule for each derivative.
The revenue is R(x)=(x+1)\ln(x). What is R′(x) for x>0?
Explanation: To find R′(x) for R(x)=(x+1)ln(x), we apply the product rule. The product rule tells us that (uv)′=u′v+uv′ where u=x+1 and v=ln(x). We have u′=1 and v′=x1. Substituting into the product rule: R′(x)=(1)(ln(x))+(x+1)(x1)=ln(x)+xx+1. Choice C shows only the second term (x+1)⋅x1, missing the crucial first term ln(x). Always remember to include both parts of the product rule: the derivative of the first function times the second, plus the first function times the derivative of the second.
In a physics model, s(t)=sin(t)(t2−4). What is s′(t)?
Explanation: This problem requires the product rule to differentiate s(t)=sin(t)(t2−4). The product rule tells us that if f(t)=u(t)⋅v(t), then f′(t)=u′(t)⋅v(t)+u(t)⋅v′(t). Here, u(t)=sin(t) with u′(t)=cos(t), and v(t)=t2−4 with v′(t)=2t. Applying the product rule: s′(t)=cos(t)⋅(t2−4)+sin(t)⋅2t=cos(t)(t2−4)+sin(t)(2t). Choice C incorrectly uses only the first term, omitting the crucial second part where we multiply sin(t) by the derivative of (t2−4). The product rule always yields a sum of two products—both parts are essential for the correct derivative.
A profit model is Π(x)=(x2+3x)ln(2x). What is Π′(x) for x>0?
Explanation: This problem requires the product rule to differentiate Π(x)=(x2+3x)ln(2x). The product rule states that if f(x)=u(x)⋅v(x), then f′(x)=u′(x)⋅v(x)+u(x)⋅v′(x). Here, u(x)=x2+3x with u′(x)=2x+3, and v(x)=ln(2x) with v′(x)=2x1⋅2=x1 by the chain rule. Applying the product rule: Π′(x)=(2x+3)⋅ln(2x)+(x2+3x)⋅x1=(2x+3)ln(2x)+xx2+3x. Choice E incorrectly computes the derivative of ln(2x) as 2x1, missing that dxd[ln(2x)]=2x1⋅2=x1. When differentiating logarithms of linear functions, remember to apply the chain rule correctly.
A population model is P(t)=t4t. What is P′(t) for t>0?
Explanation: This problem requires the product rule to differentiate P(t) = t⁴√t = t⁴ · t^(1/2). The product rule states that if f(t) = u(t)v(t), then f'(t) = u'(t)v(t) + u(t)v'(t). Here, u(t) = t⁴ with u'(t) = 4t³, and v(t) = √t = t^(1/2) with v'(t) = (1/2)t^(-1/2) = 1/(2√t). Applying the product rule: P'(t) = (4t³)(√t) + (t⁴)(1/(2√t)) = 4t³√t + t⁴/(2√t). A tempting shortcut is to combine t⁴√t = t^(9/2) and differentiate directly to get (9/2)t^(7/2) (choice E), but the question asks us to use the product rule form. When applying the product rule, maintain the structure of two separate terms rather than simplifying first.