IB Mathematics: Analysis and Approaches Quiz: Differentiation Rules
20 questions · exam conditions
0:00
Differentiation RulesQuestion 1 of 20

Find the derivative of f(x)=cos(1x)f(x) = \cos(\frac{1}{x}).

sin(1x)-\sin(\frac{1}{x})
1x2sin(1x)\frac{1}{x^2}\sin(\frac{1}{x})
1x2sin(1x)-\frac{1}{x^2}\sin(\frac{1}{x})
sin(1x)\sin(\frac{1}{x})
← Back to quizzes

IB Mathematics: Analysis and Approaches Quiz

IB Mathematics: Analysis and Approaches Quiz: Differentiation Rules

Practice Differentiation Rules in IB Mathematics: Analysis and Approaches 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 Differentiation Rules, giving you a quick way to practice the rules, question types, and explanations that matter most for IB Mathematics: Analysis and Approaches.

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 of f(x)=cos(1x)f(x) = \cos(\frac{1}{x}).

  1. sin(1x)-\sin(\frac{1}{x})
  2. 1x2sin(1x)\frac{1}{x^2}\sin(\frac{1}{x}) (correct answer)
  3. 1x2sin(1x)-\frac{1}{x^2}\sin(\frac{1}{x})
  4. sin(1x)\sin(\frac{1}{x})
Explanation: We must use the chain rule. Let the outer function be g(u)=cos(u)g(u) = \cos(u) and the inner function be u(x)=1x=x1u(x) = \frac{1}{x} = x^{-1}. The derivatives are: g(u)=sin(u)g'(u) = -\sin(u) u(x)=1x2=1x2u'(x) = -1 \cdot x^{-2} = -\frac{1}{x^2} By the chain rule, f(x)=g(u(x))u(x)f'(x) = g'(u(x)) \cdot u'(x). f(x)=sin(1x)(1x2)f'(x) = -\sin(\frac{1}{x}) \cdot (-\frac{1}{x^2}) The two negative signs cancel out: f(x)=1x2sin(1x)f'(x) = \frac{1}{x^2}\sin(\frac{1}{x})
  • A: sin(1x)-\sin(\frac{1}{x}) is incorrect. This happens if the derivative of the inner function 1x\frac{1}{x} is forgotten, or assumed to be 1.
  • B: 1x2sin(1x)\frac{1}{x^2}\sin(\frac{1}{x}) is correct.
  • C: 1x2sin(1x)-\frac{1}{x^2}\sin(\frac{1}{x}) is incorrect. This results from making only one sign error, either in differentiating cos(u)\cos(u) or in differentiating 1x\frac{1}{x}, but not both.
  • D: sin(1x)\sin(\frac{1}{x}) is incorrect. This results from a sign error in the derivative of cos(u)\cos(u) and also forgetting to differentiate the inner function.

Question 2

Let f(x)=sin(x)+cos(x)f(x) = \sqrt{\sin(x) + \cos(x)}. Find the value of f(π4)f'(\frac{\pi}{4}).

  1. 0 (correct answer)
  2. 12\frac{1}{2}
  3. 22\frac{\sqrt{2}}{2}
  4. 21/42^{1/4}
Explanation: First, write the function using a power: f(x)=(sinx+cosx)1/2f(x) = (\sin x + \cos x)^{1/2}. Now, use the chain rule. f(x)=12(sinx+cosx)1/2(cosxsinx)f'(x) = \frac{1}{2}(\sin x + \cos x)^{-1/2} \cdot (\cos x - \sin x) f(x)=cosxsinx2sinx+cosxf'(x) = \frac{\cos x - \sin x}{2\sqrt{\sin x + \cos x}} Now, substitute x=π4x = \frac{\pi}{4}. At this value, sin(π4)=22\sin(\frac{\pi}{4}) = \frac{\sqrt{2}}{2} and cos(π4)=22\cos(\frac{\pi}{4}) = \frac{\sqrt{2}}{2}. f(π4)=2222222+22f'(\frac{\pi}{4}) = \frac{\frac{\sqrt{2}}{2} - \frac{\sqrt{2}}{2}}{2\sqrt{\frac{\sqrt{2}}{2} + \frac{\sqrt{2}}{2}}} f(π4)=022=0f'(\frac{\pi}{4}) = \frac{0}{2\sqrt{\sqrt{2}}} = 0
  • A: 0 is correct.
  • B: 12\frac{1}{2} is incorrect. This might be a guess or result from a calculation error.
  • C: 22\frac{\sqrt{2}}{2} is incorrect. This is the value of cos(π4)\cos(\frac{\pi}{4}) and sin(π4)\sin(\frac{\pi}{4}).
  • D: 21/42^{1/4} is incorrect. This is the value of the original function f(π4)=2=(21/2)1/2=21/4f(\frac{\pi}{4}) = \sqrt{\sqrt{2}} = (2^{1/2})^{1/2} = 2^{1/4}, not its derivative.

Question 3

Find the gradient of the tangent to the curve y=(x2+1)sin(x)y = (x^2 + 1)\sin(x) at the point where x=πx = \pi.

  1. (π2+1)-(\pi^2+1) (correct answer)
  2. 2π-2\pi
  3. 0
  4. π2+1\pi^2+1
Explanation: First, find the derivative dydx\frac{dy}{dx} using the product rule, (uv)=uv+uv(uv)' = u'v + uv', with u=x2+1u = x^2+1 and v=sin(x)v = \sin(x). u=2xu' = 2x v=cos(x)v' = \cos(x) dydx=(2x)(sin(x))+(x2+1)(cos(x))\frac{dy}{dx} = (2x)(\sin(x)) + (x^2+1)(\cos(x)) Now, evaluate the derivative at x=πx = \pi. We use the values sin(π)=0\sin(\pi) = 0 and cos(π)=1\cos(\pi) = -1. Gradient at x=πx=\pi is: dydxx=π=(2π)(sin(π))+(π2+1)(cos(π))\frac{dy}{dx}\Big|_{x=\pi} = (2\pi)(\sin(\pi)) + (\pi^2+1)(\cos(\pi)) =(2π)(0)+(π2+1)(1)= (2\pi)(0) + (\pi^2+1)(-1) =(π2+1)= -(\pi^2+1)
  • A: (π2+1)-(\pi^2+1) is correct.
  • B: 2π-2\pi is incorrect. This comes from an incorrect application of the product rule, for example uv=(2x)(cosx)u'v' = (2x)(\cos x), which evaluates to 2π(1)=2π2\pi(-1) = -2\pi at x=πx=\pi.
  • C: 0 is incorrect. This is the value of the function yy at x=πx=\pi, not its gradient.
  • D: π2+1\pi^2+1 is incorrect. This results from a sign error, likely by evaluating cos(π)\cos(\pi) as +1+1 instead of 1-1.

Question 4

The function ff is given by f(x)=exex+1f(x) = \frac{e^x}{e^x + 1}. Find f(x)f'(x).

  1. ex(ex+1)2\frac{-e^x}{(e^x+1)^2}
  2. 1
  3. 0
  4. ex(ex+1)2\frac{e^x}{(e^x+1)^2} (correct answer)
Explanation: Use the quotient rule, (uv)=uvuvv2\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}, with u=exu = e^x and v=ex+1v = e^x + 1. First, find the derivatives of uu and vv: u=exu' = e^x v=exv' = e^x Apply the quotient rule: f(x)=(ex)(ex+1)(ex)(ex)(ex+1)2f'(x) = \frac{(e^x)(e^x+1) - (e^x)(e^x)}{(e^x+1)^2} Simplify the numerator: f(x)=e2x+exe2x(ex+1)2f'(x) = \frac{e^{2x} + e^x - e^{2x}}{(e^x+1)^2} f(x)=ex(ex+1)2f'(x) = \frac{e^x}{(e^x+1)^2}
  • A: ex(ex+1)2\frac{-e^x}{(e^x+1)^2} is incorrect. This results from reversing the terms in the numerator of the quotient rule to uvuvuv' - u'v.
  • B: 1 is incorrect. This might arise from incorrectly differentiating the numerator and denominator separately and then dividing: exex=1\frac{e^x}{e^x} = 1.
  • C: 0 is incorrect. This might arise from an algebraic error in the numerator, such as ex(ex+1)ex(ex+1)=0e^x(e^x+1) - e^x(e^x+1) = 0.
  • D: ex(ex+1)2\frac{e^x}{(e^x+1)^2} is correct.

Question 5

Find the x-coordinates of the stationary points of the function f(x)=x3exf(x) = x^3 e^{-x}.

  1. x = 3 only
  2. x = 0 only
  3. x = 0 and x = 3 (correct answer)
  4. x = 0 and x = -3
Explanation: To find the stationary points, we need to find the derivative f(x)f'(x) and set it to zero. Use the product rule with u=x3u = x^3 and v=exv = e^{-x}. u=3x2u' = 3x^2 v=exv' = -e^{-x} (using the chain rule) f(x)=uv+uv=(3x2)(ex)+(x3)(ex)f'(x) = u'v + uv' = (3x^2)(e^{-x}) + (x^3)(-e^{-x}) Now, factor the expression: f(x)=ex(3x2x3)=x2ex(3x)f'(x) = e^{-x}(3x^2 - x^3) = x^2e^{-x}(3-x) Set f(x)=0f'(x) = 0: x2ex(3x)=0x^2e^{-x}(3-x) = 0 Since exe^{-x} is never zero, we have two possibilities for the product to be zero:
  1. x2=0    x=0x^2 = 0 \implies x = 0
  2. 3x=0    x=33-x = 0 \implies x = 3
So, the x-coordinates of the stationary points are 0 and 3.
  • A: x = 3 only is incorrect. This ignores the solution from the x2x^2 factor.
  • B: x = 0 only is incorrect. This ignores the solution from the (3x)(3-x) factor.
  • C: x = 0 and x = 3 is correct.
  • D: x = 0 and x = -3 is incorrect. This comes from a sign error when solving 3x=03-x=0.

Question 6

The derivative of f(x)=(ax+b)cos(x)f(x) = (ax+b)\cos(x) is f(x)=2cos(x)(2x+1)sin(x)f'(x) = 2\cos(x) - (2x+1)\sin(x). Find the values of aa and bb.

  1. a = -2, b = -1
  2. a = 2, b = -1
  3. a = 1, b = 2
  4. a = 2, b = 1 (correct answer)
Explanation: First, find the derivative of f(x)=(ax+b)cos(x)f(x) = (ax+b)\cos(x) using the product rule. Let u=ax+bu = ax+b and v=cos(x)v = \cos(x). u=au' = a v=sin(x)v' = -\sin(x) f(x)=uv+uv=(a)(cos(x))+(ax+b)(sin(x))f'(x) = u'v + uv' = (a)(\cos(x)) + (ax+b)(-\sin(x)) f(x)=acos(x)(ax+b)sin(x)f'(x) = a\cos(x) - (ax+b)\sin(x) We are given that f(x)=2cos(x)(2x+1)sin(x)f'(x) = 2\cos(x) - (2x+1)\sin(x). We can equate the two expressions for f(x)f'(x): acos(x)(ax+b)sin(x)=2cos(x)(2x+1)sin(x)a\cos(x) - (ax+b)\sin(x) = 2\cos(x) - (2x+1)\sin(x) By comparing the coefficients of the cos(x)\cos(x) terms, we get: a=2a = 2 By comparing the coefficients of the sin(x)\sin(x) terms (the expressions inside the parentheses), we get: ax+b=2x+1ax+b = 2x+1 Substitute a=2a=2 into this equation: 2x+b=2x+12x+b = 2x+1 This implies that b=1b=1. So, a=2a=2 and b=1b=1.
  • A: a = -2, b = -1 is incorrect, resulting from sign errors.
  • B: a = 2, b = -1 is incorrect, resulting from a sign error for b.
  • C: a = 1, b = 2 is incorrect, mixing up the values of a and b.
  • D: a = 2, b = 1 is correct.

Question 7

Let h(x)=xcos(2x2)h(x) = x \cos(2x^2). Find h(x)h'(x).

  1. cos(2x2)4x2sin(2x2)\cos(2x^2) - 4x^2\sin(2x^2) (correct answer)
  2. cos(2x2)+4x2sin(2x2)\cos(2x^2) + 4x^2\sin(2x^2)
  3. cos(2x2)2x2sin(2x2)\cos(2x^2) - 2x^2\sin(2x^2)
  4. 4xsin(2x2)-4x \sin(2x^2)
Explanation: We use the product rule, (uv)=uv+uv(uv)' = u'v + uv', with u=xu = x and v=cos(2x2)v = \cos(2x^2). u=1u' = 1 To find vv', we use the chain rule. The derivative of cos(w)\cos(w) is sin(w)w-\sin(w) \cdot w'. Here, w=2x2w = 2x^2, so w=4xw' = 4x. v=sin(2x2)4x=4xsin(2x2)v' = -\sin(2x^2) \cdot 4x = -4x\sin(2x^2) Now, apply the product rule: h(x)=(1)(cos(2x2))+(x)(4xsin(2x2))h'(x) = (1)(\cos(2x^2)) + (x)(-4x\sin(2x^2)) h(x)=cos(2x2)4x2sin(2x2)h'(x) = \cos(2x^2) - 4x^2\sin(2x^2)
  • A: cos(2x2)4x2sin(2x2)\cos(2x^2) - 4x^2\sin(2x^2) is correct.
  • B: cos(2x2)+4x2sin(2x2)\cos(2x^2) + 4x^2\sin(2x^2) is incorrect. This is a sign error from the derivative of cos(w)\cos(w), treating it as sin(w)\sin(w).
  • C: cos(2x2)2x2sin(2x2)\cos(2x^2) - 2x^2\sin(2x^2) is incorrect. This results from an error in the chain rule for vv, differentiating 2x22x^2 as 2x2x instead of 4x4x.
  • D: 4xsin(2x2)-4x \sin(2x^2) is incorrect. This is only the derivative of the second part, cos(2x2)\cos(2x^2), and ignores the product rule.

Question 8

Let f(x)=xlnxf(x) = x \ln x for x>0x>0. Find f(x)f''(x).

  1. 1x2-\frac{1}{x^2}
  2. 1x\frac{1}{x} (correct answer)
  3. 1
  4. lnx+1\ln x + 1
Explanation: To find the second derivative, f(x)f''(x), we must first find the first derivative, f(x)f'(x). Using the product rule on f(x)=xlnxf(x) = x \ln x with u=xu=x and v=lnxv=\ln x: u=1u'=1, v=1/xv'=1/x f(x)=uv+uv=(1)(lnx)+(x)(1x)=lnx+1f'(x) = u'v + uv' = (1)(\ln x) + (x)(\frac{1}{x}) = \ln x + 1 Now, differentiate f(x)f'(x) to find f(x)f''(x): f(x)=ddx(lnx+1)=1x+0=1xf''(x) = \frac{d}{dx}(\ln x + 1) = \frac{1}{x} + 0 = \frac{1}{x}
  • A: 1x2-\frac{1}{x^2} is incorrect. This would be the second derivative if the product rule was ignored and f(x)f'(x) was mistakenly taken as just 1/x1/x.
  • B: 1x\frac{1}{x} is correct.
  • C: 1 is incorrect. This may result from incorrectly differentiating lnx\ln x as 1.
  • D: lnx+1\ln x + 1 is incorrect. This is the first derivative, f(x)f'(x), not the second.

Question 9

Find the derivative of f(x)=cos(1x)f(x) = \cos(\frac{1}{x}).

  1. sin(1x)-\sin(\frac{1}{x})
  2. 1x2sin(1x)\frac{1}{x^2}\sin(\frac{1}{x}) (correct answer)
  3. 1x2sin(1x)-\frac{1}{x^2}\sin(\frac{1}{x})
  4. sin(1x)\sin(\frac{1}{x})
Explanation: We must use the chain rule. Let the outer function be g(u)=cos(u)g(u) = \cos(u) and the inner function be u(x)=1x=x1u(x) = \frac{1}{x} = x^{-1}. The derivatives are: g(u)=sin(u)g'(u) = -\sin(u) u(x)=1x2=1x2u'(x) = -1 \cdot x^{-2} = -\frac{1}{x^2} By the chain rule, f(x)=g(u(x))u(x)f'(x) = g'(u(x)) \cdot u'(x). f(x)=sin(1x)(1x2)f'(x) = -\sin(\frac{1}{x}) \cdot (-\frac{1}{x^2}) The two negative signs cancel out: f(x)=1x2sin(1x)f'(x) = \frac{1}{x^2}\sin(\frac{1}{x})
  • A: sin(1x)-\sin(\frac{1}{x}) is incorrect. This happens if the derivative of the inner function 1x\frac{1}{x} is forgotten, or assumed to be 1.
  • B: 1x2sin(1x)\frac{1}{x^2}\sin(\frac{1}{x}) is correct.
  • C: 1x2sin(1x)-\frac{1}{x^2}\sin(\frac{1}{x}) is incorrect. This results from making only one sign error, either in differentiating cos(u)\cos(u) or in differentiating 1x\frac{1}{x}, but not both.
  • D: sin(1x)\sin(\frac{1}{x}) is incorrect. This results from a sign error in the derivative of cos(u)\cos(u) and also forgetting to differentiate the inner function.

Question 10

Let f(x)=x2e3xf(x) = x^2 e^{3x}. Find f(x)f'(x).

  1. f(x)=6xe3xf'(x) = 6x e^{3x}
  2. f(x)=e3x(2x+x2)f'(x) = e^{3x}(2x + x^2)
  3. f(x)=e3x(2x+3x2)f'(x) = e^{3x}(2x + 3x^2) (correct answer)
  4. f(x)=e3x(2+3x)f'(x) = e^{3x}(2 + 3x)
Explanation: To find the derivative of f(x)=x2e3xf(x) = x^2 e^{3x}, we must use the product rule, (uv)=uv+uv(uv)' = u'v + uv', where u=x2u = x^2 and v=e3xv = e^{3x}. First, find the derivatives of uu and vv: u=2xu' = 2x To find vv', we need the chain rule. The derivative of e3xe^{3x} is e3x3=3e3xe^{3x} \cdot 3 = 3e^{3x}. Now, apply the product rule: f(x)=(2x)(e3x)+(x2)(3e3x)f'(x) = (2x)(e^{3x}) + (x^2)(3e^{3x}) Finally, factor out the common term xe3xxe^{3x} for the simplified form, but the answer choices have e3xe^{3x} factored out. f(x)=e3x(2x+3x2)f'(x) = e^{3x}(2x + 3x^2)
  • A: f(x)=6xe3xf'(x) = 6x e^{3x} is incorrect. This results from incorrectly multiplying the derivatives of the two parts, i.e., (2x)(3e3x)(2x)(3e^{3x}).
  • B: f(x)=e3x(2x+x2)f'(x) = e^{3x}(2x + x^2) is incorrect. This happens if the chain rule is forgotten when differentiating e3xe^{3x}, treating its derivative as just e3xe^{3x}.
  • C: f(x)=e3x(2x+3x2)f'(x) = e^{3x}(2x + 3x^2) is correct.
  • D: f(x)=e3x(2+3x)f'(x) = e^{3x}(2 + 3x) is incorrect. This would arise from incorrectly factoring xx out of 2x+3x22x + 3x^2.

Question 11

Given y=lnxx3y = \frac{\ln x}{x^3} for x>0x > 0, find dydx\frac{dy}{dx}.

  1. 13lnxx4\frac{1 - 3\ln x}{x^4} (correct answer)
  2. 3lnx1x4\frac{3\ln x - 1}{x^4}
  3. 13x2lnxx6\frac{1 - 3x^2 \ln x}{x^6}
  4. 13lnxx3\frac{1 - 3\ln x}{x^3}
Explanation: We use the quotient rule, (uv)=uvuvv2\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}, with u=lnxu = \ln x and v=x3v = x^3. First, find the derivatives of uu and vv: u=1xu' = \frac{1}{x} v=3x2v' = 3x^2 Apply the quotient rule: dydx=(1x)(x3)(lnx)(3x2)(x3)2\frac{dy}{dx} = \frac{(\frac{1}{x})(x^3) - (\ln x)(3x^2)}{(x^3)^2} Now, simplify the expression: dydx=x23x2lnxx6\frac{dy}{dx} = \frac{x^2 - 3x^2 \ln x}{x^6} Factor out x2x^2 from the numerator: dydx=x2(13lnx)x6\frac{dy}{dx} = \frac{x^2(1 - 3\ln x)}{x^6} Cancel the x2x^2 term: dydx=13lnxx4\frac{dy}{dx} = \frac{1 - 3\ln x}{x^4}
  • A: 13lnxx4\frac{1 - 3\ln x}{x^4} is correct.
  • B: 3lnx1x4\frac{3\ln x - 1}{x^4} is incorrect. This results from reversing the terms in the numerator of the quotient rule, calculating uvuvv2\frac{uv' - u'v}{v^2}.
  • C: 13x2lnxx6\frac{1 - 3x^2 \ln x}{x^6} is incorrect. This is an error in simplifying the term 1xx3\frac{1}{x} \cdot x^3 in the numerator.
  • D: 13lnxx3\frac{1 - 3\ln x}{x^3} is incorrect. This results from forgetting to square the denominator vv in the quotient rule.

Question 12

Let f(x)=sin(lnx)f(x) = \sin(\ln x) for x>0x > 0. Find the value of f(eπ/2)f'(e^{\pi/2}).

  1. eπ/2-e^{-\pi/2}
  2. 0 (correct answer)
  3. 1
  4. eπ/2e^{-\pi/2}
Explanation: First, find the derivative f(x)f'(x) using the chain rule. Let u=lnxu = \ln x. Then f(x)=sin(u)f(x) = \sin(u). f(x)=cos(u)u=cos(lnx)1x=cos(lnx)xf'(x) = \cos(u) \cdot u' = \cos(\ln x) \cdot \frac{1}{x} = \frac{\cos(\ln x)}{x} Now, evaluate this derivative at x=eπ/2x = e^{\pi/2}. f(eπ/2)=cos(ln(eπ/2))eπ/2f'(e^{\pi/2}) = \frac{\cos(\ln(e^{\pi/2}))}{e^{\pi/2}} Since ln(eπ/2)=π/2\ln(e^{\pi/2}) = \pi/2: f(eπ/2)=cos(π/2)eπ/2f'(e^{\pi/2}) = \frac{\cos(\pi/2)}{e^{\pi/2}} We know that cos(π/2)=0\cos(\pi/2) = 0, so: f(eπ/2)=0eπ/2=0f'(e^{\pi/2}) = \frac{0}{e^{\pi/2}} = 0
  • A: eπ/2-e^{-\pi/2} is incorrect. This could arise from miscalculation, perhaps at a different point like x=eπx = e^{\pi}.
  • B: 0 is correct.
  • C: 1 is incorrect. This is the value of the function f(eπ/2)=sin(ln(eπ/2))=sin(π/2)=1f(e^{\pi/2}) = \sin(\ln(e^{\pi/2})) = \sin(\pi/2) = 1, not its derivative.
  • D: eπ/2e^{-\pi/2} is incorrect. This is the value of 1x\frac{1}{x} at x=eπ/2x = e^{\pi/2} if the cos(lnx)\cos(\ln x) term in the numerator was mistakenly evaluated as 1.

Question 13

Let y=ln(sin(ex))y = \ln(\sin(e^x)). Which of the following is dydx\frac{dy}{dx}?

  1. cot(ex)\cot(e^x)
  2. extan(ex)e^x \tan(e^x)
  3. exsin(ex)\frac{e^x}{\sin(e^x)}
  4. excot(ex)e^x \cot(e^x) (correct answer)
Explanation: This is a nested chain rule problem. Let's differentiate from the outermost function inwards.
  1. The derivative of ln(u)\ln(u) is 1u\frac{1}{u}. Here u=sin(ex)u = \sin(e^x).
  2. The derivative of sin(v)\sin(v) is cos(v)\cos(v). Here v=exv = e^x.
  3. The derivative of exe^x is exe^x.
Applying the chain rule, we multiply these derivatives together: dydx=1sin(ex)cos(ex)ex\frac{dy}{dx} = \frac{1}{\sin(e^x)} \cdot \cos(e^x) \cdot e^x Simplifying this expression: dydx=excos(ex)sin(ex)=excot(ex)\frac{dy}{dx} = e^x \frac{\cos(e^x)}{\sin(e^x)} = e^x \cot(e^x)
  • A: cot(ex)\cot(e^x) is incorrect. This happens if the last step of the chain rule (differentiating exe^x) is missed.
  • B: extan(ex)e^x \tan(e^x) is incorrect. This uses the wrong trigonometric identity, perhaps from misremembering the derivative of ln(sinu)\ln(\sin u).
  • C: exsin(ex)\frac{e^x}{\sin(e^x)} is incorrect. This happens if the middle step of the chain rule (differentiating sin(v)\sin(v)) is missed.
  • D: excot(ex)e^x \cot(e^x) is correct.

Question 14

Find the derivative of g(x)=cos3(2x)g(x) = \cos^3(2x).

  1. 3sin(2x)cos2(2x)-3\sin(2x)\cos^2(2x)
  2. 6sin(2x)cos2(2x)6\sin(2x)\cos^2(2x)
  3. 6sin(2x)cos2(2x)-6\sin(2x)\cos^2(2x) (correct answer)
  4. 6sin3(2x)-6\sin^3(2x)
Explanation: The function is g(x)=(cos(2x))3g(x) = (\cos(2x))^3. This requires applying the chain rule twice. Let the outer function be u3u^3, the middle function be cos(v)\cos(v), and the inner function be v=2xv = 2x. The derivative is found by differentiating layer by layer from the outside in:
  1. Derivative of the power u3u^3 is 3u23u^2: 3(cos(2x))23(\cos(2x))^2
  2. Derivative of the cosine function cos(2x)\cos(2x) is sin(2x)-\sin(2x)
  3. Derivative of the inner function 2x2x is 22
Multiply these together: g(x)=3(cos(2x))2(sin(2x))2g'(x) = 3(\cos(2x))^2 \cdot (-\sin(2x)) \cdot 2 g(x)=6sin(2x)cos2(2x)g'(x) = -6\sin(2x)\cos^2(2x)
  • A: 3sin(2x)cos2(2x)-3\sin(2x)\cos^2(2x) is incorrect. This happens when the derivative of the innermost function 2x2x (which is 2) is forgotten.
  • B: 6sin(2x)cos2(2x)6\sin(2x)\cos^2(2x) is incorrect. This is a sign error, forgetting the negative sign from the derivative of cos(u)\cos(u).
  • C: 6sin(2x)cos2(2x)-6\sin(2x)\cos^2(2x) is correct.
  • D: 6sin3(2x)-6\sin^3(2x) is incorrect. This confuses which function is which in the chain rule application.

Question 15

Let f(x)=sin(x)+cos(x)f(x) = \sqrt{\sin(x) + \cos(x)}. Find the value of f(π4)f'(\frac{\pi}{4}).

  1. 0 (correct answer)
  2. 12\frac{1}{2}
  3. 22\frac{\sqrt{2}}{2}
  4. 21/42^{1/4}
Explanation: First, write the function using a power: f(x)=(sinx+cosx)1/2f(x) = (\sin x + \cos x)^{1/2}. Now, use the chain rule. f(x)=12(sinx+cosx)1/2(cosxsinx)f'(x) = \frac{1}{2}(\sin x + \cos x)^{-1/2} \cdot (\cos x - \sin x) f(x)=cosxsinx2sinx+cosxf'(x) = \frac{\cos x - \sin x}{2\sqrt{\sin x + \cos x}} Now, substitute x=π4x = \frac{\pi}{4}. At this value, sin(π4)=22\sin(\frac{\pi}{4}) = \frac{\sqrt{2}}{2} and cos(π4)=22\cos(\frac{\pi}{4}) = \frac{\sqrt{2}}{2}. f(π4)=2222222+22f'(\frac{\pi}{4}) = \frac{\frac{\sqrt{2}}{2} - \frac{\sqrt{2}}{2}}{2\sqrt{\frac{\sqrt{2}}{2} + \frac{\sqrt{2}}{2}}} f(π4)=022=0f'(\frac{\pi}{4}) = \frac{0}{2\sqrt{\sqrt{2}}} = 0
  • A: 0 is correct.
  • B: 12\frac{1}{2} is incorrect. This might be a guess or result from a calculation error.
  • C: 22\frac{\sqrt{2}}{2} is incorrect. This is the value of cos(π4)\cos(\frac{\pi}{4}) and sin(π4)\sin(\frac{\pi}{4}).
  • D: 21/42^{1/4} is incorrect. This is the value of the original function f(π4)=2=(21/2)1/2=21/4f(\frac{\pi}{4}) = \sqrt{\sqrt{2}} = (2^{1/2})^{1/2} = 2^{1/4}, not its derivative.

Question 16

Let f(x)=x2e3xf(x) = x^2 e^{3x}. Find f(x)f'(x).

  1. f(x)=6xe3xf'(x) = 6x e^{3x}
  2. f(x)=e3x(2x+x2)f'(x) = e^{3x}(2x + x^2)
  3. f(x)=e3x(2x+3x2)f'(x) = e^{3x}(2x + 3x^2) (correct answer)
  4. f(x)=e3x(2+3x)f'(x) = e^{3x}(2 + 3x)
Explanation: To find the derivative of f(x)=x2e3xf(x) = x^2 e^{3x}, we must use the product rule, (uv)=uv+uv(uv)' = u'v + uv', where u=x2u = x^2 and v=e3xv = e^{3x}. First, find the derivatives of uu and vv: u=2xu' = 2x To find vv', we need the chain rule. The derivative of e3xe^{3x} is e3x3=3e3xe^{3x} \cdot 3 = 3e^{3x}. Now, apply the product rule: f(x)=(2x)(e3x)+(x2)(3e3x)f'(x) = (2x)(e^{3x}) + (x^2)(3e^{3x}) Finally, factor out the common term xe3xxe^{3x} for the simplified form, but the answer choices have e3xe^{3x} factored out. f(x)=e3x(2x+3x2)f'(x) = e^{3x}(2x + 3x^2)
  • A: f(x)=6xe3xf'(x) = 6x e^{3x} is incorrect. This results from incorrectly multiplying the derivatives of the two parts, i.e., (2x)(3e3x)(2x)(3e^{3x}).
  • B: f(x)=e3x(2x+x2)f'(x) = e^{3x}(2x + x^2) is incorrect. This happens if the chain rule is forgotten when differentiating e3xe^{3x}, treating its derivative as just e3xe^{3x}.
  • C: f(x)=e3x(2x+3x2)f'(x) = e^{3x}(2x + 3x^2) is correct.
  • D: f(x)=e3x(2+3x)f'(x) = e^{3x}(2 + 3x) is incorrect. This would arise from incorrectly factoring xx out of 2x+3x22x + 3x^2.

Question 17

Find the derivative of g(x)=cos3(2x)g(x) = \cos^3(2x).

  1. 3sin(2x)cos2(2x)-3\sin(2x)\cos^2(2x)
  2. 6sin(2x)cos2(2x)6\sin(2x)\cos^2(2x)
  3. 6sin(2x)cos2(2x)-6\sin(2x)\cos^2(2x) (correct answer)
  4. 6sin3(2x)-6\sin^3(2x)
Explanation: The function is g(x)=(cos(2x))3g(x) = (\cos(2x))^3. This requires applying the chain rule twice. Let the outer function be u3u^3, the middle function be cos(v)\cos(v), and the inner function be v=2xv = 2x. The derivative is found by differentiating layer by layer from the outside in:
  1. Derivative of the power u3u^3 is 3u23u^2: 3(cos(2x))23(\cos(2x))^2
  2. Derivative of the cosine function cos(2x)\cos(2x) is sin(2x)-\sin(2x)
  3. Derivative of the inner function 2x2x is 22
Multiply these together: g(x)=3(cos(2x))2(sin(2x))2g'(x) = 3(\cos(2x))^2 \cdot (-\sin(2x)) \cdot 2 g(x)=6sin(2x)cos2(2x)g'(x) = -6\sin(2x)\cos^2(2x)
  • A: 3sin(2x)cos2(2x)-3\sin(2x)\cos^2(2x) is incorrect. This happens when the derivative of the innermost function 2x2x (which is 2) is forgotten.
  • B: 6sin(2x)cos2(2x)6\sin(2x)\cos^2(2x) is incorrect. This is a sign error, forgetting the negative sign from the derivative of cos(u)\cos(u).
  • C: 6sin(2x)cos2(2x)-6\sin(2x)\cos^2(2x) is correct.
  • D: 6sin3(2x)-6\sin^3(2x) is incorrect. This confuses which function is which in the chain rule application.

Question 18

If f(x)=ln(x2+4)f(x) = \ln(\sqrt{x^2+4}), what is f(x)f'(x)?

  1. 12(x2+4)\frac{1}{2(x^2+4)}
  2. xx2+4\frac{x}{x^2+4} (correct answer)
  3. xx2+4\frac{x}{\sqrt{x^2+4}}
  4. 2xx2+4\frac{2x}{\sqrt{x^2+4}}
Explanation: A helpful first step is to use the properties of logarithms to simplify the function: f(x)=ln((x2+4)1/2)=12ln(x2+4)f(x) = \ln((x^2+4)^{1/2}) = \frac{1}{2}\ln(x^2+4) Now, differentiate using the chain rule. The derivative of ln(u)\ln(u) is uu\frac{u'}{u}. Here, u=x2+4u = x^2+4, so u=2xu' = 2x. f(x)=122xx2+4=xx2+4f'(x) = \frac{1}{2} \cdot \frac{2x}{x^2+4} = \frac{x}{x^2+4} Alternatively, without simplifying first, we can use the chain rule on f(x)=ln(x2+4)f(x) = \ln(\sqrt{x^2+4}). f(x)=1x2+4ddx(x2+4)f'(x) = \frac{1}{\sqrt{x^2+4}} \cdot \frac{d}{dx}(\sqrt{x^2+4}) =1x2+412x2+4(2x)= \frac{1}{\sqrt{x^2+4}} \cdot \frac{1}{2\sqrt{x^2+4}} \cdot (2x) =2x2(x2+4)=xx2+4= \frac{2x}{2(x^2+4)} = \frac{x}{x^2+4}
  • A: 12(x2+4)\frac{1}{2(x^2+4)} is incorrect. This results from forgetting the 2x2x from the chain rule when differentiating x2+4x^2+4.
  • B: xx2+4\frac{x}{x^2+4} is correct.
  • C: xx2+4\frac{x}{\sqrt{x^2+4}} is incorrect. This might result from errors in applying the chain rule for the square root and logarithm functions, possibly missing a factor.
  • D: 2xx2+4\frac{2x}{\sqrt{x^2+4}} is incorrect. This comes from finding the derivative of the inside function, x2+4\sqrt{x^2+4}, but failing to apply the derivative of the outer ln(u)\ln(u) function.

Question 19

The function ff is given by f(x)=exex+1f(x) = \frac{e^x}{e^x + 1}. Find f(x)f'(x).

  1. ex(ex+1)2\frac{-e^x}{(e^x+1)^2}
  2. 1
  3. 0
  4. ex(ex+1)2\frac{e^x}{(e^x+1)^2} (correct answer)
Explanation: Use the quotient rule, (uv)=uvuvv2\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}, with u=exu = e^x and v=ex+1v = e^x + 1. First, find the derivatives of uu and vv: u=exu' = e^x v=exv' = e^x Apply the quotient rule: f(x)=(ex)(ex+1)(ex)(ex)(ex+1)2f'(x) = \frac{(e^x)(e^x+1) - (e^x)(e^x)}{(e^x+1)^2} Simplify the numerator: f(x)=e2x+exe2x(ex+1)2f'(x) = \frac{e^{2x} + e^x - e^{2x}}{(e^x+1)^2} f(x)=ex(ex+1)2f'(x) = \frac{e^x}{(e^x+1)^2}
  • A: ex(ex+1)2\frac{-e^x}{(e^x+1)^2} is incorrect. This results from reversing the terms in the numerator of the quotient rule to uvuvuv' - u'v.
  • B: 1 is incorrect. This might arise from incorrectly differentiating the numerator and denominator separately and then dividing: exex=1\frac{e^x}{e^x} = 1.
  • C: 0 is incorrect. This might arise from an algebraic error in the numerator, such as ex(ex+1)ex(ex+1)=0e^x(e^x+1) - e^x(e^x+1) = 0.
  • D: ex(ex+1)2\frac{e^x}{(e^x+1)^2} is correct.

Question 20

Let h(x)=xcos(2x2)h(x) = x \cos(2x^2). Find h(x)h'(x).

  1. cos(2x2)4x2sin(2x2)\cos(2x^2) - 4x^2\sin(2x^2) (correct answer)
  2. cos(2x2)+4x2sin(2x2)\cos(2x^2) + 4x^2\sin(2x^2)
  3. cos(2x2)2x2sin(2x2)\cos(2x^2) - 2x^2\sin(2x^2)
  4. 4xsin(2x2)-4x \sin(2x^2)
Explanation: We use the product rule, (uv)=uv+uv(uv)' = u'v + uv', with u=xu = x and v=cos(2x2)v = \cos(2x^2). u=1u' = 1 To find vv', we use the chain rule. The derivative of cos(w)\cos(w) is sin(w)w-\sin(w) \cdot w'. Here, w=2x2w = 2x^2, so w=4xw' = 4x. v=sin(2x2)4x=4xsin(2x2)v' = -\sin(2x^2) \cdot 4x = -4x\sin(2x^2) Now, apply the product rule: h(x)=(1)(cos(2x2))+(x)(4xsin(2x2))h'(x) = (1)(\cos(2x^2)) + (x)(-4x\sin(2x^2)) h(x)=cos(2x2)4x2sin(2x2)h'(x) = \cos(2x^2) - 4x^2\sin(2x^2)
  • A: cos(2x2)4x2sin(2x2)\cos(2x^2) - 4x^2\sin(2x^2) is correct.
  • B: cos(2x2)+4x2sin(2x2)\cos(2x^2) + 4x^2\sin(2x^2) is incorrect. This is a sign error from the derivative of cos(w)\cos(w), treating it as sin(w)\sin(w).
  • C: cos(2x2)2x2sin(2x2)\cos(2x^2) - 2x^2\sin(2x^2) is incorrect. This results from an error in the chain rule for vv, differentiating 2x22x^2 as 2x2x instead of 4x4x.
  • D: 4xsin(2x2)-4x \sin(2x^2) is incorrect. This is only the derivative of the second part, cos(2x2)\cos(2x^2), and ignores the product rule.