If , find the value of at .
Opening subject page...
Loading your content
AP Calculus BC Quiz
Practice Derivative Rules Of Constant Sum Difference 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
If y=2sin(t)+3cos(t), find the value of dt2d2y at t=2π.
This quiz focuses on Derivative Rules Of Constant Sum Difference, 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.
If y=2sin(t)+3cos(t), find the value of dt2d2y at t=2π.
Explanation: First, find the first derivative: dtdy=2cos(t)−3sin(t). Then, find the second derivative: dt2d2y=−2sin(t)−3cos(t). Evaluate at t=2π: −2sin(2π)−3cos(2π)=−2(1)−3(0)=−2.
What is the derivative of y=5x−2cos(x)+e?
Explanation: We differentiate term by term. The derivative of 5x is 5. The term −2cos(x) can be written as −21cos(x). Its derivative is −21(−sin(x))=+21sin(x). The number e is a constant, so its derivative is 0. Combining the terms, the derivative is 5+21sin(x).
The position of a cart is s(x)=−5x3+4x−9 meters; find the velocity s′(x).
Explanation: This problem tests the basic derivative rules for constants, sums, and differences. To find s'(x) for s(x)=−5x3+4x−9, apply the power rule to the first term: the derivative of −5x3 is −5∗3∗x2=−15x2. For the second term, the derivative of +4x is 4∗1∗x0=4. The constant term −9 has a derivative of 0, so it is omitted from the result. A tempting distractor is choice B, which subtracts the constant −9 again, but constants do not persist in derivatives. Always differentiate term by term, applying the power rule to each polynomial term and setting the derivative of constants to zero.
A particle’s height is h(t)=9−2t5+6t2 meters; determine h′(t).
Explanation: This problem tests the basic derivative rules for constants, sums, and differences. To find h'(t) for h(t) = 9 - 2t^5 + 6t^2, apply the power rule to the second term: the derivative of -2t^5 is -25t^{4} = -10t^4. For the third term, the derivative of +6t^2 is 62t^{1} = 12t. The constant term 9 has a derivative of 0, so it is not included. A tempting distractor is choice C, which adds +9, but constants disappear upon differentiation. Always differentiate term by term, applying the power rule to each polynomial term and setting the derivative of constants to zero.
Revenue is modeled by R(x)=3x6−11x3+4x. What is R′(x)?
Explanation: This problem requires finding the marginal revenue using basic derivative rules. We differentiate each term separately: the derivative of 3x⁶ is 18x⁵ (3·6·x⁵), the derivative of -11x³ is -33x² (-11·3·x²), and the derivative of 4x is 4. Combining these gives R'(x) = 18x⁵ - 33x² + 4. Choice B incorrectly writes the last term as 4x instead of 4, failing to recognize that d/dx(4x) = 4, not 4x. The systematic approach is to apply the power rule to each term, remembering that linear terms become constants.
A function is defined by f(x)=−9x4+7x3−5. What is f′(x)?
Explanation: This problem requires finding f'(x) using basic derivative rules on a polynomial function. We differentiate each term: the derivative of -9x⁴ is -36x³ (multiply -9 by 4 and reduce the exponent), the derivative of 7x³ is 21x² (7·3·x²), and the derivative of the constant -5 is 0. Thus, f'(x) = -36x³ + 21x² + 0 = -36x³ + 21x². Choice B incorrectly includes the constant -5 in the derivative, but constants always have zero derivative. The key is to apply the power rule term by term, remembering that constant terms disappear.
In a lab, output is Q(t)=−(t4)+8t3−16; find the rate of change Q′(t).
Explanation: This problem assesses your understanding of the basic derivative rules for constants, sums, and differences in polynomials. To compute Q'(t), differentiate each term separately using the power rule. The derivative of -t^4 is -1 times 4t^{3}, which is -4t^3. The derivative of +8t^3 is 8 times 3t^{2}, which is +24t^2, and the derivative of -16 is 0, so they combine to -4t^3 + 24t^2. A tempting distractor like choice D is -t^4 + 8t^3, but this fails because it doesn't apply the power rule at all. Always remember to apply the power rule to each term independently and set the derivative of constants to zero.
A profit function is R(x)=−2x4+13x−20 (dollars). What is R′(x)?
Explanation: This problem involves finding the marginal profit by differentiating the profit function. Starting with R(x) = -2x⁴ + 13x - 20, we apply the power rule to each term. The derivative of -2x⁴ is -2·4x³ = -8x³, the derivative of 13x is 13·1 = 13, and the derivative of the constant -20 is 0. Thus, R'(x) = -8x³ + 13 + 0 = -8x³ + 13. A mistake would be to write 13x instead of 13 (choice B), forgetting that the derivative of x¹ is 1, not x. Remember that when differentiating x to the first power, the result is simply the coefficient.
A beam’s deflection is y(x)=rac{3}{5}x^5-10x^2+8; determine y′(x).
Explanation: This problem tests the basic derivative rules for constants, sums, and differences. To find y'(x) for y(x) = (3/5)x^5 - 10x^2 + 8, apply the power rule to the first term: the derivative of (3/5)x^5 is (3/5)5x^{4} = 3x^4. For the second term, the derivative of -10x^2 is -102x^{1} = -20x. The constant term +8 has a derivative of 0, so it is not present. A tempting distractor is choice D, which includes +8, but constants are differentiated to zero. Always differentiate term by term, applying the power rule to each polynomial term and setting the derivative of constants to zero.
A temperature model is T(t)=6t2−(t6)+15t. Find T′(t).
Explanation: This temperature model requires differentiating terms including one in parentheses. Given T(t) = 6t² - (t⁶) + 15t, we differentiate each term: 6t² becomes 6·2t = 12t; -(t⁶) becomes -6t⁵; and 15t becomes 15·1 = 15. Thus, T'(t) = 12t - 6t⁵ + 15. Choice B omits the constant term 15, incorrectly thinking the derivative of 15t is 0, but the derivative of 15t is 15. The parentheses around t⁶ don't change the differentiation—we still apply the power rule normally to get -6t⁵.
A tank’s water volume is modeled by V(t)=7t4−3t2+12. What is V′(t)?
Explanation: This problem requires applying basic derivative rules to find the rate of change of water volume. To find V'(t) from V(t) = 7t⁴ - 3t² + 12, we differentiate each term separately using the power rule. For 7t⁴, we get 7·4t³ = 28t³; for -3t², we get -3·2t = -6t; and the constant 12 becomes 0. Therefore, V'(t) = 28t³ - 6t + 0 = 28t³ - 6t. A common error would be keeping the constant term, giving 28t³ - 6t + 12 (choice A), but remember that the derivative of any constant is zero. The key strategy is to apply the power rule term by term: bring down the exponent as a coefficient and reduce the exponent by one.
A runner’s distance is d(x)=12x3+7x2−4x+1; compute d′(x).
Explanation: This problem tests the basic derivative rules for constants, sums, and differences. To find d'(x) for d(x) = 12x^3 + 7x^2 - 4x + 1, apply the power rule to the first term: the derivative of 12x^3 is 123x^{2} = 36x^2. For the second term, the derivative of +7x^2 is 72x^{1} = 14x, and for -4x it is -41x^{0} = -4. The constant term +1 has a derivative of 0, so it drops out. A tempting distractor is choice B, which adds +1, but constants vanish in derivatives. Always differentiate term by term, applying the power rule to each polynomial term and setting the derivative of constants to zero.
A tank’s net water volume is modeled by V(t)=7t4−3t2+12 liters; what is V′(t)?
Explanation: This problem tests the basic derivative rules for constants, sums, and differences. To find V'(t) for V(t) = 7t^4 - 3t^2 + 12, apply the power rule to the first term: the derivative of 7t^4 is 74t^{3} = 28t^3. For the second term, the derivative of -3t^2 is -32t^{1} = -6t. The constant term +12 has a derivative of 0, so it disappears in the derivative. A tempting distractor is choice A, which includes +12, but this is incorrect because the derivative of a constant is always zero. Always differentiate term by term, applying the power rule to each polynomial term and setting the derivative of constants to zero.
A particle’s position is s(x)=5x3+2x−9. What is the derivative s′(x)?
Explanation: This problem asks us to find the velocity function by applying basic derivative rules to the position function. We differentiate term by term: the derivative of 5x³ is 15x² (multiply by the exponent 3 and reduce the power by 1), the derivative of 2x is 2 (since x¹ becomes 1·x⁰ = 1), and the derivative of the constant -9 is 0. Therefore, s'(x) = 15x² + 2 + 0 = 15x² + 2. Choice E incorrectly keeps the x in the second term (2x instead of 2), forgetting that d/dx(2x) = 2, not 2x. The key strategy is to handle each term independently using the power rule.
A model for a tank’s water volume is V(t)=7t4−3t2+12. What is V′(t)?
Explanation: This problem requires applying basic derivative rules to find the rate of change of water volume. To find V'(t), we differentiate each term separately: the derivative of 7t⁴ is 28t³ (using the power rule: bring down the 4 and reduce the exponent by 1), the derivative of -3t² is -6t, and the derivative of the constant 12 is 0. Combining these results gives V'(t) = 28t³ - 6t + 0 = 28t³ - 6t. A common error would be to include the constant term in the derivative (choice A), but constants always have a derivative of zero. Remember: when differentiating a polynomial, apply the power rule to each term and constants disappear.
The temperature deviation is T(t)=12−7t3+2t2; compute T′(t).
Explanation: This problem assesses your understanding of the basic derivative rules for constants, sums, and differences in polynomials. To compute T'(t), differentiate each term separately using the power rule. The derivative of -7t^3 is -7 times 3t^{2}, which is -21t^2. The derivative of +2t^2 is 2 times 2t, which is +4t, and the derivative of +12 is 0, so they combine to -21t^2 + 4t. A tempting distractor like choice C changes +4t to -4t, but this fails because the positive sign remains for the quadratic term's derivative. Always remember to apply the power rule to each term independently and set the derivative of constants to zero.
The height of water is modeled by h(t)=5t4−3t2+9; find the derivative h′(t).
Explanation: This problem assesses your understanding of the basic derivative rules for constants, sums, and differences in polynomials. To compute h'(t), differentiate each term separately using the power rule. The derivative of 5t^4 is 5 times 4t^{3}, which is 20t^3. The derivative of -3t^2 is -3 times 2t, which is -6t, and the derivative of +9 is 0, so they combine to 20t^3 - 6t. A tempting distractor like choice D includes the +9, but this fails because the derivative of a constant is always zero. Always remember to apply the power rule to each term independently and set the derivative of constants to zero.
A model gives weekly profit P(x)=7x3−4x+12 (in dollars) for x units sold; find P′(x).
Explanation: This problem assesses your understanding of the basic derivative rules for constants, sums, and differences in polynomials. To compute P'(x), differentiate each term separately using the power rule. The derivative of 7x^3 is 7 times 3x^{2}, which is 21x^2. The derivative of -4x is -4, and the derivative of the constant +12 is 0, so they combine to 21x^2 - 4. A tempting distractor like choice D includes the +12, but this fails because the derivative of a constant is always zero. Always remember to apply the power rule to each term independently and set the derivative of constants to zero.
A spring’s potential energy is U(x)=3(5x3−2x+7) (joules). What is U′(x)?
Explanation: This problem involves differentiating a function with a constant multiplier. Given U(x) = 3(5x³ - 2x + 7), we first distribute to get U(x) = 15x³ - 6x + 21, then differentiate term by term. The derivative of 15x³ is 15·3x² = 45x², the derivative of -6x is -6·1 = -6, and the derivative of 21 is 0. Therefore, U'(x) = 45x² - 6 + 0 = 45x² - 6. A mistake would be to forget to multiply the 3 through before differentiating, yielding 15x² - 6 (choice E). Always expand expressions before differentiating, then apply the power rule to each term systematically.
A signal is modeled by p(t)=−4t6+9t2−5t (units). What is p′(t)?
Explanation: This problem requires differentiating a polynomial with negative coefficients. Starting with p(t) = -4t⁶ + 9t² - 5t, we apply the power rule to each term. The derivative of -4t⁶ is -4·6t⁵ = -24t⁵, the derivative of 9t² is 9·2t = 18t, and the derivative of -5t is -5·1 = -5. Therefore, p'(t) = -24t⁵ + 18t - 5. A potential error would be to forget the negative sign on the first term, yielding 24t⁵ + 18t - 5 (choice B). When differentiating, carefully preserve the sign of each coefficient while applying the power rule to find derivatives term by term.