Business Calculus Quiz: Power Product And Quotient Rules
14 questions · exam conditions
0:00
Power Product And Quotient RulesQuestion 1 of 14

Find the derivative, dydx\frac{dy}{dx}, for the function y=2x2+x1x2+3y = \frac{2x^2 + x - 1}{x^2 + 3}.

x2+14x+3(x2+3)2\frac{-x^2 + 14x + 3}{(x^2+3)^2}
x214x3(x2+3)2\frac{x^2 - 14x - 3}{(x^2+3)^2}
4x+12x\frac{4x+1}{2x}
x2+14x+3x2+3\frac{-x^2 + 14x + 3}{x^2+3}
← Back to quizzes

Business Calculus Quiz

Business Calculus Quiz: Power Product And Quotient Rules

Practice Power Product And Quotient Rules in Business Calculus with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Power Product And Quotient Rules, giving you a quick way to practice the rules, question types, and explanations that matter most for Business Calculus.

How to use this quiz

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.

All questions

Question 1

Find the derivative, dydx\frac{dy}{dx}, for the function y=2x2+x1x2+3y = \frac{2x^2 + x - 1}{x^2 + 3}.

  1. x2+14x+3(x2+3)2\frac{-x^2 + 14x + 3}{(x^2+3)^2} (correct answer)
  2. x214x3(x2+3)2\frac{x^2 - 14x - 3}{(x^2+3)^2}
  3. 4x+12x\frac{4x+1}{2x}
  4. x2+14x+3x2+3\frac{-x^2 + 14x + 3}{x^2+3}
Explanation: Use the quotient rule, ddx(uv)=uvuvv2\frac{d}{dx}\left(\frac{u}{v}\right) = \frac{u'v - uv'}{v^2}. Let u(x)=2x2+x1u(x) = 2x^2 + x - 1, so u(x)=4x+1u'(x) = 4x + 1. Let v(x)=x2+3v(x) = x^2 + 3, so v(x)=2xv'(x) = 2x. Plugging into the formula: dydx=(4x+1)(x2+3)(2x2+x1)(2x)(x2+3)2\frac{dy}{dx} = \frac{(4x+1)(x^2+3) - (2x^2+x-1)(2x)}{(x^2+3)^2} Expand the numerator: Numerator =(4x3+12x+x2+3)(4x3+2x22x)= (4x^3 + 12x + x^2 + 3) - (4x^3 + 2x^2 - 2x) Numerator =4x3+x2+12x+34x32x2+2x= 4x^3 + x^2 + 12x + 3 - 4x^3 - 2x^2 + 2x Numerator =x2+14x+3= -x^2 + 14x + 3 So, the derivative is x2+14x+3(x2+3)2\frac{-x^2 + 14x + 3}{(x^2+3)^2}. (B) This results from reversing the terms in the numerator of the quotient rule, calculating uvuvuv' - u'v instead of uvuvu'v - uv'. (C) This is the result of the common mistake of taking the derivative of the numerator divided by the derivative of the denominator, u/vu'/v'. (D) This results from correctly calculating the numerator but forgetting to square the denominator in the quotient rule.

Question 2

A manufacturing company models its cost function as C(q)=q3(q2+4)2C(q) = \frac{q^3}{(q^2 + 4)^2} where qq is the quantity produced. The marginal cost function C(q)C'(q) simplifies to:

  1. q2(12q2)(q2+4)3\frac{q^2(12 - q^2)}{(q^2 + 4)^3} (correct answer)
  2. q2(8q2)(q2+4)3\frac{q^2(8 - q^2)}{(q^2 + 4)^3}
  3. q2(16q2)(q2+4)3\frac{q^2(16 - q^2)}{(q^2 + 4)^3}
  4. q2(10q2)(q2+4)3\frac{q^2(10 - q^2)}{(q^2 + 4)^3}
Explanation: Using the quotient rule with u=q3u = q^3 and v=(q2+4)2v = (q^2 + 4)^2: u=3q2u' = 3q^2 and v=2(q2+4)2q=4q(q2+4)v' = 2(q^2 + 4) \cdot 2q = 4q(q^2 + 4). So C(q)=3q2(q2+4)2q34q(q2+4)(q2+4)4=q2(q2+4)[3(q2+4)4q2](q2+4)4=q2(3q2+124q2)(q2+4)3=q2(12q2)(q2+4)3C'(q) = \frac{3q^2(q^2 + 4)^2 - q^3 \cdot 4q(q^2 + 4)}{(q^2 + 4)^4} = \frac{q^2(q^2 + 4)[3(q^2 + 4) - 4q^2]}{(q^2 + 4)^4} = \frac{q^2(3q^2 + 12 - 4q^2)}{(q^2 + 4)^3} = \frac{q^2(12 - q^2)}{(q^2 + 4)^3}. Choice B results from miscalculating 3(4)=83(4) = 8 instead of 12. Choice C comes from incorrectly using 44=164 \cdot 4 = 16. Choice D results from arithmetic errors in the simplification.

Question 3

The price-demand function for a product is p(x)=40000.5x+8p(x) = \frac{4000}{0.5x + 8}, where xx is the number of units sold. The revenue is given by R(x)=xp(x)R(x) = x \cdot p(x). Which of the following is the marginal revenue function, R(x)R'(x)?

  1. 2000(0.5x+8)2\frac{-2000}{(0.5x + 8)^2}
  2. 32000(0.5x+8)2\frac{32000}{(0.5x + 8)^2} (correct answer)
  3. 4000x+32000(0.5x+8)2\frac{4000x + 32000}{(0.5x + 8)^2}
  4. 320000.5x+8\frac{32000}{0.5x+8}
Explanation: First, define the revenue function: R(x)=xp(x)=x40000.5x+8=4000x0.5x+8R(x) = x \cdot p(x) = x \cdot \frac{4000}{0.5x + 8} = \frac{4000x}{0.5x + 8}. To find the marginal revenue, R(x)R'(x), we use the quotient rule with u(x)=4000xu(x) = 4000x and v(x)=0.5x+8v(x) = 0.5x + 8. The derivatives are u(x)=4000u'(x) = 4000 and v(x)=0.5v'(x) = 0.5. R(x)=uvuvv2=(4000)(0.5x+8)(4000x)(0.5)(0.5x+8)2R'(x) = \frac{u'v - uv'}{v^2} = \frac{(4000)(0.5x+8) - (4000x)(0.5)}{(0.5x+8)^2} Now, simplify the numerator: R(x)=2000x+320002000x(0.5x+8)2R'(x) = \frac{2000x + 32000 - 2000x}{(0.5x+8)^2} R(x)=32000(0.5x+8)2R'(x) = \frac{32000}{(0.5x+8)^2}. (A) This is the derivative of the price function, p(x)p'(x), not the revenue function. This represents the marginal price. (C) This results from incorrectly adding the terms in the numerator of the quotient rule (uv+uvu'v + uv') instead of subtracting them. (D) This results from correctly finding the numerator but forgetting to square the denominator in the quotient rule formula.

Question 4

What is the derivative of the function f(x)=x38x2+2x+4f(x) = \frac{x^3 - 8}{x^2 + 2x + 4}?

  1. x4+4x3+12x2+16x+16(x2+2x+4)2\frac{x^4 + 4x^3 + 12x^2 + 16x + 16}{(x^2 + 2x + 4)^2}
  2. x2x-2
  3. 3x22x+2\frac{3x^2}{2x+2}
  4. 11 (correct answer)
Explanation: This problem can be solved by first simplifying the function f(x)f(x). The numerator, x38x^3 - 8, is a difference of cubes, which factors as x3a3=(xa)(x2+ax+a2)x^3 - a^3 = (x-a)(x^2 + ax + a^2). For x38=x323x^3 - 8 = x^3 - 2^3, the factorization is (x2)(x2+2x+4)(x-2)(x^2 + 2x + 4). So, the function is f(x)=(x2)(x2+2x+4)x2+2x+4f(x) = \frac{(x-2)(x^2 + 2x + 4)}{x^2 + 2x + 4}. The term (x2+2x+4)(x^2 + 2x + 4) cancels out (it is never zero for real xx), leaving f(x)=x2f(x) = x - 2. The derivative of this simplified function is f(x)=1f'(x) = 1. (A) This is the correct, unsimplified result of applying the quotient rule to the original function. The numerator and denominator are identical, so the expression simplifies to 1. A student who correctly applies the quotient rule but fails to simplify would arrive at this complex expression. (B) This is the simplified function f(x)f(x), not its derivative f(x)f'(x). (C) This is the result of the common mistake of taking the derivative of the numerator divided by the derivative of the denominator.

Question 5

Given the function h(t)=4tt1/3+3h(t) = \frac{4\sqrt{t}}{t^{1/3} + 3}, determine the value of h(1)h'(1).

  1. 66
  2. 712\frac{7}{12}
  3. 512\frac{5}{12} (correct answer)
  4. 1112\frac{11}{12}
Explanation: To find h(t)h'(t), use the quotient rule. First, write the function with exponents: h(t)=4t1/2t1/3+3h(t) = \frac{4t^{1/2}}{t^{1/3} + 3}. Let u(t)=4t1/2u(t) = 4t^{1/2} and v(t)=t1/3+3v(t) = t^{1/3} + 3. Then u(t)=4(12)t1/2=2t1/2u'(t) = 4(\frac{1}{2})t^{-1/2} = 2t^{-1/2}. And v(t)=13t2/3v'(t) = \frac{1}{3}t^{-2/3}. Apply the quotient rule: h(t)=uvuvv2=(2t1/2)(t1/3+3)(4t1/2)(13t2/3)(t1/3+3)2h'(t) = \frac{u'v - uv'}{v^2} = \frac{(2t^{-1/2})(t^{1/3}+3) - (4t^{1/2})(\frac{1}{3}t^{-2/3})}{(t^{1/3}+3)^2}. Evaluate at t=1t=1: h(1)=(2(1)1/2)(11/3+3)(4(1)1/2)(13(1)2/3)(11/3+3)2h'(1) = \frac{(2(1)^{-1/2})(1^{1/3}+3) - (4(1)^{1/2})(\frac{1}{3}(1)^{-2/3})}{(1^{1/3}+3)^2} h(1)=(2)(1+3)(4)(13)(1+3)2h'(1) = \frac{(2)(1+3) - (4)(\frac{1}{3})}{(1+3)^2} h(1)=84316=2434316=20316=2048=512h'(1) = \frac{8 - \frac{4}{3}}{16} = \frac{\frac{24}{3} - \frac{4}{3}}{16} = \frac{\frac{20}{3}}{16} = \frac{20}{48} = \frac{5}{12}. (A) This result comes from the mistake of calculating u(1)/v(1)u'(1)/v'(1), which would be 2/(1/3)=62 / (1/3) = 6. (B) This results from using a plus sign instead of a minus sign in the numerator of the quotient rule, giving 8+4/316=28/316=2848=712\frac{8 + 4/3}{16} = \frac{28/3}{16} = \frac{28}{48} = \frac{7}{12}. (D) This results from an error in the power rule, treating the derivative of t\sqrt{t} as 1 instead of 12t1/2\frac{1}{2}t^{-1/2}. This makes u=4u'=4, leading to 4(4)4(1/3)16=164/316=44/316=4448=1112\frac{4(4) - 4(1/3)}{16} = \frac{16 - 4/3}{16} = \frac{44/3}{16} = \frac{44}{48} = \frac{11}{12}.

Question 6

What is the y-intercept of the line tangent to the graph of f(x)=x3x+1f(x) = \frac{x-3}{x+1} at the point where x=1x=1?

  1. 1-1
  2. 11
  3. 2-2 (correct answer)
  4. 00
Explanation: This is a multi-step problem. First, find the point of tangency. At x=1x=1, the y-coordinate is f(1)=131+1=22=1f(1) = \frac{1-3}{1+1} = \frac{-2}{2} = -1. The point is (1,1)(1, -1). Next, find the slope of the tangent line by finding the derivative f(x)f'(x) using the quotient rule. Let u=x3u=x-3 and v=x+1v=x+1. Then u=1u'=1 and v=1v'=1. f(x)=uvuvv2=(1)(x+1)(x3)(1)(x+1)2=x+1x+3(x+1)2=4(x+1)2f'(x) = \frac{u'v - uv'}{v^2} = \frac{(1)(x+1) - (x-3)(1)}{(x+1)^2} = \frac{x+1 - x+3}{(x+1)^2} = \frac{4}{(x+1)^2}. Evaluate the slope at x=1x=1: m=f(1)=4(1+1)2=44=1m = f'(1) = \frac{4}{(1+1)^2} = \frac{4}{4} = 1. Now, use the point-slope form of a line, yy1=m(xx1)y - y_1 = m(x - x_1), with point (1,1)(1, -1) and slope m=1m=1. y(1)=1(x1)y - (-1) = 1(x - 1) y+1=x1y + 1 = x - 1 y=x2y = x - 2. The y-intercept is the value of yy when x=0x=0. In this case, y=02=2y = 0 - 2 = -2. (A) This is the y-coordinate of the point of tangency, not the y-intercept of the tangent line. (B) This is the slope of the tangent line, not the y-intercept. (D) This would be the y-intercept if there were a sign error in the quotient rule calculation, leading to a slope of m=1m=-1 and an equation of y=xy=-x.

Question 7

Two differentiable functions, f(x)f(x) and g(x)g(x), have the following properties: f(3)=4f(3)=4, f(3)=2f'(3)=-2, g(3)=8g(3)=8, and g(3)=6g'(3)=6. If h(x)=f(x)g(x)h(x) = \frac{f(x)}{g(x)}, what is the value of h(3)h'(3)?

  1. 18\frac{1}{8}
  2. 5-5
  3. 58\frac{5}{8}
  4. 58-\frac{5}{8} (correct answer)
Explanation: To find h(x)h'(x), we apply the quotient rule: h(x)=f(x)g(x)f(x)g(x)[g(x)]2h'(x) = \frac{f'(x)g(x) - f(x)g'(x)}{[g(x)]^2}. We need to evaluate this derivative at x=3x=3 using the given values: h(3)=f(3)g(3)f(3)g(3)[g(3)]2h'(3) = \frac{f'(3)g(3) - f(3)g'(3)}{[g(3)]^2} Substitute the given values into the formula: h(3)=(2)(8)(4)(6)(8)2h'(3) = \frac{(-2)(8) - (4)(6)}{(8)^2} h(3)=162464h'(3) = \frac{-16 - 24}{64} h(3)=4064h'(3) = \frac{-40}{64} Simplify the fraction by dividing the numerator and denominator by their greatest common divisor, 8: h(3)=58h'(3) = -\frac{5}{8}. (A) This is the result of incorrectly applying the product rule formula to the numerator, f(3)g(3)+f(3)g(3)=(2)(8)+(4)(6)=16+24=8f'(3)g(3) + f(3)g'(3) = (-2)(8) + (4)(6) = -16+24=8, and then dividing by the denominator, 8/64=1/88/64 = 1/8. (B) This results from forgetting to square the denominator in the quotient rule: 408=5\frac{-40}{8} = -5. (C) This is the result of reversing the terms in the numerator of the quotient rule: f(x)g(x)f(x)g(x)[g(x)]2=(4)(6)(2)(8)64=24+1664=4064=58\frac{f(x)g'(x) - f'(x)g(x)}{[g(x)]^2} = \frac{(4)(6) - (-2)(8)}{64} = \frac{24+16}{64} = \frac{40}{64} = \frac{5}{8}.

Question 8

Consider the function f(x)=x2x+3x1f(x) = \frac{x^2 \sqrt{x+3}}{x-1}. What is the value of the derivative f(2)f'(-2)?

  1. 29\frac{2}{9} (correct answer)
  2. 29-\frac{2}{9}
  3. 109\frac{10}{9}
  4. 1318\frac{13}{18}
Explanation: This requires using the quotient rule, and the derivative of the numerator will require the product rule. Let the numerator be u(x)=x2(x+3)1/2u(x) = x^2 (x+3)^{1/2} and the denominator be v(x)=x1v(x) = x-1. First, find u(x)u'(x) using the product rule: u(x)=(2x)(x+3)1/2+(x2)(12(x+3)1/2)u'(x) = (2x)(x+3)^{1/2} + (x^2)(\frac{1}{2}(x+3)^{-1/2}). Now, apply the quotient rule: f(x)=u(x)v(x)u(x)v(x)[v(x)]2f'(x) = \frac{u'(x)v(x) - u(x)v'(x)}{[v(x)]^2}. v(x)=1v'(x) = 1. It is easiest to evaluate the pieces at x=2x=-2 before substituting into the full formula: u(2)=(2)22+3=41=4u(-2) = (-2)^2 \sqrt{-2+3} = 4\sqrt{1} = 4. v(2)=21=3v(-2) = -2-1 = -3. u(2)=(2(2))2+3+((2)2)(12(2+3)1/2)=(4)(1)+(4)(12(1)1/2)=4+2=2u'(-2) = (2(-2))\sqrt{-2+3} + ((-2)^2)(\frac{1}{2}(-2+3)^{-1/2}) = (-4)(1) + (4)(\frac{1}{2}(1)^{-1/2}) = -4 + 2 = -2. v(2)=1v'(-2) = 1. Now substitute these values into the quotient rule formula: f(2)=u(2)v(2)u(2)v(2)[v(2)]2=(2)(3)(4)(1)(3)2=649=29f'(-2) = \frac{u'(-2)v(-2) - u(-2)v'(-2)}{[v(-2)]^2} = \frac{(-2)(-3) - (4)(1)}{(-3)^2} = \frac{6 - 4}{9} = \frac{2}{9}. (B) This results from reversing the terms in the numerator of the quotient rule: u(2)v(2)u(2)v(2)[v(2)]2=469=29\frac{u(-2)v'(-2) - u'(-2)v(-2)}{[v(-2)]^2} = \frac{4 - 6}{9} = -\frac{2}{9}. (C) This results from using a plus sign instead of a minus sign in the numerator of the quotient rule: 6+49=109\frac{6 + 4}{9} = \frac{10}{9}. (D) This results from an error in the product rule for u(x)u'(x), such as adding the derivatives instead of applying the rule correctly.

Question 9

Let h(x)=(x3+2x)g(x)h(x) = (x^3 + 2x) g(x). Given that g(2)=1g(2) = -1 and g(2)=3g'(2) = 3, find the value of h(2)h'(2).

  1. 2222 (correct answer)
  2. 4242
  3. 3030
  4. 50-50
Explanation: To find h(x)h'(x), we use the product rule. Let f(x)=x3+2xf(x) = x^3 + 2x. Then h(x)=f(x)g(x)h(x) = f(x)g(x). The product rule states that h(x)=f(x)g(x)+f(x)g(x)h'(x) = f'(x)g(x) + f(x)g'(x). First, we need to find f(x)f(x) and its derivative f(x)=3x2+2f'(x) = 3x^2 + 2. Next, we evaluate f(x)f(x) and f(x)f'(x) at x=2x=2: f(2)=(2)3+2(2)=8+4=12f(2) = (2)^3 + 2(2) = 8 + 4 = 12. f(2)=3(2)2+2=3(4)+2=12+2=14f'(2) = 3(2)^2 + 2 = 3(4) + 2 = 12 + 2 = 14. Now, substitute all the given and calculated values into the product rule formula at x=2x=2: h(2)=f(2)g(2)+f(2)g(2)h'(2) = f'(2)g(2) + f(2)g'(2) h(2)=(14)(1)+(12)(3)h'(2) = (14)(-1) + (12)(3) h(2)=14+36=22h'(2) = -14 + 36 = 22. (B) This is the result of the common misconception that the derivative of a product is the product of the derivatives, f(2)g(2)=(14)(3)=42f'(2)g'(2) = (14)(3) = 42. (C) This result comes from an incorrect formula, such as f(2)g(2)+f(2)g(2)=(12)(1)+(14)(3)=12+42=30f(2)g(2) + f'(2)g'(2) = (12)(-1) + (14)(3) = -12 + 42 = 30. (D) This could result from confusing the product rule with the quotient rule, using a minus sign: f(2)g(2)f(2)g(2)=(14)(1)(12)(3)=1436=50f'(2)g(2) - f(2)g'(2) = (14)(-1) - (12)(3) = -14 - 36 = -50.

Question 10

The demand for a product is given by p(q)=(q2+100)(1+200q)p(q) = (q^2 + 100)(1 + \frac{200}{q}) for q>0q > 0. The revenue is R(q)=qp(q)R(q) = q \cdot p(q). Find the marginal revenue at a production level of q=10q=10.

  1. 2020
  2. 12,40012,400
  3. 42,00042,000
  4. 4,4004,400 (correct answer)
Explanation: First, find the revenue function R(q)=qp(q)R(q) = q \cdot p(q). R(q)=q(q2+100)(1+200q)R(q) = q(q^2 + 100)(1 + \frac{200}{q}). It's easiest to simplify this expression before differentiating: R(q)=(q3+100q)(1+200q)R(q) = (q^3 + 100q)(1 + \frac{200}{q}) R(q)=(q3+100q)(1+200q1)R(q) = (q^3 + 100q)(1 + 200q^{-1}) R(q)=q3(1+200q1)+100q(1+200q1)R(q) = q^3(1+200q^{-1}) + 100q(1+200q^{-1}) R(q)=q3+200q2+100q+20000R(q) = q^3 + 200q^2 + 100q + 20000. Now, find the marginal revenue, R(q)R'(q), by differentiating this polynomial: R(q)=3q2+400q+100R'(q) = 3q^2 + 400q + 100. Finally, evaluate at q=10q=10: R(10)=3(10)2+400(10)+100R'(10) = 3(10)^2 + 400(10) + 100 R(10)=3(100)+4000+100=300+4000+100=4400R'(10) = 3(100) + 4000 + 100 = 300 + 4000 + 100 = 4400. (A) This is the value of the marginal price, p(10)p'(10), not the marginal revenue. (B) This result is obtained from a sign error when differentiating 200/q200/q, treating its derivative as 200q2200q^{-2} instead of 200q2-200q^{-2} when applying the product rule to the unsimplified form. (C) This is the total revenue R(10)R(10), not the marginal revenue R(10)R'(10).

Question 11

Let the function f(x)f(x) be defined as the product f(x)=(x34x)xf(x) = (x^3 - 4x)\sqrt{x}. What is the value of f(4)f'(4)?

  1. 8888
  2. 1111
  3. 100100 (correct answer)
  4. 7676
Explanation: To find the derivative, f(x)f'(x), one can use the product rule. First, rewrite the function as f(x)=(x34x)x1/2f(x) = (x^3 - 4x)x^{1/2}. Let u(x)=x34xu(x) = x^3 - 4x and v(x)=x1/2v(x) = x^{1/2}. Then u(x)=3x24u'(x) = 3x^2 - 4 and v(x)=12x1/2v'(x) = \frac{1}{2}x^{-1/2}. By the product rule, f(x)=u(x)v(x)+u(x)v(x)=(3x24)x1/2+(x34x)(12x1/2)f'(x) = u'(x)v(x) + u(x)v'(x) = (3x^2 - 4)x^{1/2} + (x^3 - 4x)(\frac{1}{2}x^{-1/2}). Now, evaluate f(x)f'(x) at x=4x=4: f(4)=(3(42)4)4+(434(4))(12(4)1/2)f'(4) = (3(4^2) - 4)\sqrt{4} + (4^3 - 4(4))(\frac{1}{2}(4)^{-1/2}) f(4)=(3(16)4)(2)+(6416)(1212)f'(4) = (3(16) - 4)(2) + (64 - 16)(\frac{1}{2} \cdot \frac{1}{2}) f(4)=(484)(2)+(48)(14)f'(4) = (48 - 4)(2) + (48)(\frac{1}{4}) f(4)=44(2)+12=88+12=100f'(4) = 44(2) + 12 = 88 + 12 = 100. Alternatively, one could first expand f(x)=x7/24x3/2f(x) = x^{7/2} - 4x^{3/2}. Then f(x)=72x5/24(32)x1/2=72x5/26x1/2f'(x) = \frac{7}{2}x^{5/2} - 4(\frac{3}{2})x^{1/2} = \frac{7}{2}x^{5/2} - 6x^{1/2}. At x=4x=4, f(4)=72(4)5/26(4)1/2=72(32)6(2)=7(16)12=11212=100f'(4) = \frac{7}{2}(4)^{5/2} - 6(4)^{1/2} = \frac{7}{2}(32) - 6(2) = 7(16) - 12 = 112 - 12 = 100. (A) This is the value of the first term, u(4)v(4)u'(4)v(4), in the product rule calculation. (B) This result is obtained by incorrectly applying the product rule as f=uvf' = u'v', which would be (3x24)(12x1/2)(3x^2-4)(\frac{1}{2}x^{-1/2}). At x=4x=4, this gives (44)(1/4)=11(44)(1/4) = 11. (D) This results from a calculation error, such as subtracting the two terms in the final step instead of adding them (8812=7688 - 12 = 76).

Question 12

For which value(s) of xx does the graph of the function f(x)=x2+122x+1f(x) = \frac{x^2 + 12}{2x + 1} have a horizontal tangent line?

  1. x=3x=3 only
  2. x=4x=-4 only
  3. x=3x=3 and x=4x=-4 (correct answer)
  4. x=3x=-3 and x=4x=4
Explanation: A horizontal tangent line occurs where the derivative of the function is equal to zero. First, we must find the derivative, f(x)f'(x), using the quotient rule. Let u(x)=x2+12u(x) = x^2 + 12 and v(x)=2x+1v(x) = 2x + 1. Then u(x)=2xu'(x) = 2x and v(x)=2v'(x) = 2. f(x)=uvuvv2=(2x)(2x+1)(x2+12)(2)(2x+1)2f'(x) = \frac{u'v - uv'}{v^2} = \frac{(2x)(2x+1) - (x^2+12)(2)}{(2x+1)^2}. Set the derivative equal to zero. A fraction is zero only when its numerator is zero. (2x)(2x+1)2(x2+12)=0(2x)(2x+1) - 2(x^2+12) = 0 4x2+2x2x224=04x^2 + 2x - 2x^2 - 24 = 0 2x2+2x24=02x^2 + 2x - 24 = 0 Divide the entire equation by 2 to simplify: x2+x12=0x^2 + x - 12 = 0 Factor the quadratic equation: (x+4)(x3)=0(x+4)(x-3) = 0 The solutions are x=4x = -4 and x=3x = 3. At these two x-values, the function has a horizontal tangent line. (A) This is an incomplete answer; it identifies only one of the correct values. (B) This is an incomplete answer; it identifies only one of the correct values. (D) This results from a sign error when factoring the quadratic equation x2+x12=0x^2 + x - 12 = 0 as (x4)(x+3)=0(x-4)(x+3)=0.

Question 13

The function F(x)=(x2+1)3(2x3)2F(x) = (x^2 + 1)^3 \cdot (2x - 3)^{-2} represents a financial model. Which of the following expressions is equivalent to F(x)F(x)\frac{F'(x)}{F(x)}?

  1. 6xx2+142x3\frac{6x}{x^2 + 1} - \frac{4}{2x - 3} (correct answer)
  2. 6xx2+1+42x3\frac{6x}{x^2 + 1} + \frac{4}{2x - 3}
  3. 3xx2+122x3\frac{3x}{x^2 + 1} - \frac{2}{2x - 3}
  4. 12xx2+182x3\frac{12x}{x^2 + 1} - \frac{8}{2x - 3}
Explanation: This question asks for the logarithmic derivative F(x)F(x)\frac{F'(x)}{F(x)}. Taking the natural log of both sides: lnF(x)=3ln(x2+1)2ln(2x3)\ln F(x) = 3\ln(x^2 + 1) - 2\ln(2x - 3). Differentiating both sides: F(x)F(x)=32xx2+1222x3=6xx2+142x3\frac{F'(x)}{F(x)} = 3 \cdot \frac{2x}{x^2 + 1} - 2 \cdot \frac{2}{2x - 3} = \frac{6x}{x^2 + 1} - \frac{4}{2x - 3}. Choice B has the wrong sign on the second term. Choice C has incorrect coefficients (3 instead of 6, and 2 instead of 4). Choice D has incorrect coefficients (12 instead of 6, and 8 instead of 4). The logarithmic derivative method is much more efficient than using the product rule directly for this type of problem.

Question 14

A company's revenue function is R(x)=x32x+1R(x) = x^3 \cdot \sqrt{2x + 1} where xx represents the number of units sold (in thousands). What is R(x)R'(x)?

  1. x2(7x+3)2x+1\frac{x^2(7x + 3)}{\sqrt{2x + 1}} (correct answer)
  2. x2(8x+3)2x+1\frac{x^2(8x + 3)}{\sqrt{2x + 1}}
  3. x2(6x+3)2x+1\frac{x^2(6x + 3)}{\sqrt{2x + 1}}
  4. x2(5x+3)2x+1\frac{x^2(5x + 3)}{\sqrt{2x + 1}}
Explanation: Using the product rule with u=x3u = x^3 and v=(2x+1)1/2v = (2x + 1)^{1/2}: u=3x2u' = 3x^2 and v=12(2x+1)1/22=(2x+1)1/2v' = \frac{1}{2}(2x + 1)^{-1/2} \cdot 2 = (2x + 1)^{-1/2}. So R(x)=3x2(2x+1)1/2+x3(2x+1)1/2=3x2(2x+1)+x32x+1=6x3+3x2+x32x+1=x2(7x+3)2x+1R'(x) = 3x^2(2x + 1)^{1/2} + x^3(2x + 1)^{-1/2} = \frac{3x^2(2x + 1) + x^3}{\sqrt{2x + 1}} = \frac{6x^3 + 3x^2 + x^3}{\sqrt{2x + 1}} = \frac{x^2(7x + 3)}{\sqrt{2x + 1}}. Choice B results from incorrectly computing 6x3+x3=8x36x^3 + x^3 = 8x^3. Choice C comes from forgetting the coefficient 2 in the chain rule. Choice D results from computational errors in combining terms.