Calculus 1 Quiz: Basic Trig Integrals
20 questions · exam conditions
0:00
Basic Trig IntegralsQuestion 1 of 20

Find the total area of the region enclosed by the curve y=sin(x)y=\sin(x), the x-axis, and the lines x=0x=0 and x=3π/2x=3\pi/2.

1
2
3
0
← Back to quizzes

Calculus 1 Quiz

Calculus 1 Quiz: Basic Trig Integrals

Practice Basic Trig Integrals in Calculus 1 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 Basic Trig Integrals, giving you a quick way to practice the rules, question types, and explanations that matter most for Calculus 1.

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 total area of the region enclosed by the curve y=sin(x)y=\sin(x), the x-axis, and the lines x=0x=0 and x=3π/2x=3\pi/2.

  1. 1
  2. 2
  3. 3 (correct answer)
  4. 0
Explanation: Total area requires integrating the absolute value of the function: 03π/2sin(x)dx\int_0^{3\pi/2} |\sin(x)| dx. The function sin(x)\sin(x) is non-negative on [0,π][0, \pi] and non-positive on [π,3π/2][\pi, 3\pi/2]. We must split the integral: 0πsin(x)dx+π3π/2sin(x)dx\int_0^\pi \sin(x) dx + \int_\pi^{3\pi/2} -\sin(x) dx. The first integral is [cos(x)]0π=cos(π)(cos(0))=(1)(1)=2[-\cos(x)]_0^\pi = -\cos(\pi) - (-\cos(0)) = -(-1) - (-1) = 2. The second integral is [cos(x)]π3π/2=cos(3π/2)cos(π)=0(1)=1[\cos(x)]_\pi^{3\pi/2} = \cos(3\pi/2) - \cos(\pi) = 0 - (-1) = 1. The total area is the sum, 2+1=32+1=3.

Question 2

Evaluate cos(x)sec2(sinx)dx\int \cos(x) \sec^2(\sin x) dx.

  1. sin(x)tan(sinx)+C\sin(x)\tan(\sin x) + C
  2. tan(cosx)+C\tan(\cos x) + C
  3. sec(sinx)+C\sec(\sin x) + C
  4. tan(sinx)+C\tan(\sin x) + C (correct answer)
Explanation: When you encounter an integral with a composite function structure like this, substitution is your go-to technique. The key insight is recognizing that cos(x)\cos(x) is the derivative of sin(x)\sin(x), which appears inside the sec2\sec^2 function. Let's use substitution with u=sin(x)u = \sin(x), so du=cos(x)dxdu = \cos(x)dx. This transforms our integral into: sec2(u)du\int \sec^2(u) du Since the antiderivative of sec2(u)\sec^2(u) is tan(u)\tan(u), we get: tan(u)+C=tan(sinx)+C\tan(u) + C = \tan(\sin x) + C This confirms that D) tan(sinx)+C\tan(\sin x) + C is correct. Now let's examine why the other options fail. Option A) sin(x)tan(sinx)+C\sin(x)\tan(\sin x) + C would result from incorrectly applying the product rule during integration, but that's not how antiderivatives work. Option B) tan(cosx)+C\tan(\cos x) + C confuses the inner function—it would require sin(x)dx-\sin(x)dx in the original integral, not cos(x)dx\cos(x)dx. Option C) sec(sinx)+C\sec(\sin x) + C mistakes the antiderivative of sec2(u)\sec^2(u), which is tan(u)\tan(u), not sec(u)\sec(u). Study tip: When you see cos(x)\cos(x) multiplied by a function of sin(x)\sin(x), immediately consider u=sin(x)u = \sin(x) substitution. Similarly, watch for sin(x)\sin(x) with functions of cos(x)\cos(x) (use u=cos(x)u = \cos(x)). Memorize that sec2(u)du=tan(u)+C\int \sec^2(u)du = \tan(u) + C—this is a fundamental antiderivative that appears frequently in calculus problems.

Question 3

Evaluate π/6π/3sin(x)cos2(x)dx\int_{\pi/6}^{\pi/3} \frac{\sin(x)}{\cos^2(x)} dx.

  1. 22332 - \frac{2\sqrt{3}}{3} (correct answer)
  2. 2332\frac{2\sqrt{3}}{3} - 2
  3. 333\sqrt{3} - \frac{\sqrt{3}}{3}
  4. 121 - \sqrt{2}
Explanation: The integrand can be rewritten as 1cos(x)sin(x)cos(x)=sec(x)tan(x)\frac{1}{\cos(x)} \cdot \frac{\sin(x)}{\cos(x)} = \sec(x)\tan(x). The integral is π/6π/3sec(x)tan(x)dx\int_{\pi/6}^{\pi/3} \sec(x)\tan(x) dx. The antiderivative of sec(x)tan(x)\sec(x)\tan(x) is sec(x)\sec(x). Evaluating the definite integral: [sec(x)]π/6π/3=sec(π/3)sec(π/6)=223=2233[\sec(x)]_{\pi/6}^{\pi/3} = \sec(\pi/3) - \sec(\pi/6) = 2 - \frac{2}{\sqrt{3}} = 2 - \frac{2\sqrt{3}}{3}.

Question 4

Let F(x)=xπ/4sec2(t)dtF(x) = \int_{x}^{\pi/4} \sec^2(t) \,dt. What is the value of F(π/4)F'(\pi/4)?

  1. 1-1
  2. 22
  3. 00
  4. 2-2 (correct answer)
Explanation: When you see a derivative of an integral where the variable appears in the limits of integration, you need the Fundamental Theorem of Calculus Part I combined with the chain rule. For F(x)=xπ/4sec2(t)dtF(x) = \int_{x}^{\pi/4} \sec^2(t) \,dt, notice that the variable xx appears in the lower limit. The general rule states that if G(x)=a(x)b(x)f(t)dtG(x) = \int_{a(x)}^{b(x)} f(t) \,dt, then G(x)=f(b(x))b(x)f(a(x))a(x)G'(x) = f(b(x)) \cdot b'(x) - f(a(x)) \cdot a'(x). In our case, a(x)=xa(x) = x, b(x)=π/4b(x) = \pi/4, and f(t)=sec2(t)f(t) = \sec^2(t). Since a(x)=1a'(x) = 1 and b(x)=0b'(x) = 0 (constant), we get: F(x)=sec2(π/4)0sec2(x)1=sec2(x)F'(x) = \sec^2(\pi/4) \cdot 0 - \sec^2(x) \cdot 1 = -\sec^2(x) Therefore, F(π/4)=sec2(π/4)=(2)2=2F'(\pi/4) = -\sec^2(\pi/4) = -(\sqrt{2})^2 = -2, confirming answer D. Let's examine why the other options are wrong: A) 1-1 likely comes from forgetting that sec(π/4)=2\sec(\pi/4) = \sqrt{2}, not 1. B) 22 results from dropping the negative sign that comes from having xx in the lower limit. C) 00 might stem from incorrectly thinking the derivative is zero because one limit is constant. Key strategy: When the variable is in the lower limit of integration, there's always a negative sign in front. Remember that sec(π/4)=2\sec(\pi/4) = \sqrt{2}, so sec2(π/4)=2\sec^2(\pi/4) = 2. Practice recognizing when to apply the Fundamental Theorem versus basic antiderivative rules.

Question 5

The rate of change of the temperature of a chemical reaction is given by R(t)=πsin(πt6)R(t) = \pi \sin(\frac{\pi t}{6}) degrees Celsius per minute, for t0t \ge 0. If the initial temperature at t=0t=0 is 10C10^{\circ}C, what is the temperature at t=3t=3 minutes?

  1. 6C6^{\circ}C
  2. 4C4^{\circ}C
  3. 10+πC10 + \pi^{\circ}C
  4. 16C16^{\circ}C (correct answer)
Explanation: When you encounter a rate of change problem, you're dealing with derivatives and integrals. Here, R(t)=πsin(πt6)R(t) = \pi \sin(\frac{\pi t}{6}) represents how fast temperature is changing, so to find the actual temperature, you need to integrate this rate function. To find the temperature function T(t)T(t), integrate the rate: T(t)=πsin(πt6)dtT(t) = \int \pi \sin(\frac{\pi t}{6}) dt. Using substitution with u=πt6u = \frac{\pi t}{6}, so du=π6dtdu = \frac{\pi}{6} dt, this becomes T(t)=6cos(πt6)+CT(t) = -6\cos(\frac{\pi t}{6}) + C. Since the initial temperature is 10°C10°C at t=0t = 0: T(0)=6cos(0)+C=6(1)+C=10T(0) = -6\cos(0) + C = -6(1) + C = 10, so C=16C = 16. Therefore, T(t)=6cos(πt6)+16T(t) = -6\cos(\frac{\pi t}{6}) + 16. At t=3t = 3: T(3)=6cos(π36)+16=6cos(π2)+16=6(0)+16=16°CT(3) = -6\cos(\frac{\pi \cdot 3}{6}) + 16 = -6\cos(\frac{\pi}{2}) + 16 = -6(0) + 16 = 16°C. Choice A (6°C6°C) likely comes from incorrectly calculating 166cos(π2)=166=1016 - 6\cos(\frac{\pi}{2}) = 16 - 6 = 10, then subtracting 4 somehow. Choice B (4°C4°C) might result from sign errors or confusing the integration constant. Choice C (10+π°C10 + \pi°C) appears to add the coefficient π\pi directly to the initial temperature without proper integration. Remember: when given a rate of change, always integrate to find the original function, then use initial conditions to determine the constant of integration. Don't forget that cos(π2)=0\cos(\frac{\pi}{2}) = 0.

Question 6

For xx in an interval where sin(x)0\sin(x) \neq 0, find the indefinite integral sin(2x)sin(x)dx\int \frac{\sin(2x)}{\sin(x)} \,dx

  1. sin(x)+C\sin(x) + C
  2. 2sin(x)+C-2\sin(x) + C
  3. 2sin(x)+C2\sin(x) + C (correct answer)
  4. lnsin(x)+C\ln|\sin(x)| + C
Explanation: When you encounter a trigonometric integral like this, look for opportunities to use trigonometric identities to simplify before integrating. The key insight here is recognizing that sin(2x)=2sin(x)cos(x)\sin(2x) = 2\sin(x)\cos(x). Let's substitute this identity into our integral: sin(2x)sin(x)dx=2sin(x)cos(x)sin(x)dx\int \frac{\sin(2x)}{\sin(x)} \,dx = \int \frac{2\sin(x)\cos(x)}{\sin(x)} \,dx Since we're told that sin(x)0\sin(x) \neq 0 in our interval, we can safely cancel the sin(x)\sin(x) terms: 2sin(x)cos(x)sin(x)dx=2cos(x)dx=2sin(x)+C\int \frac{2\sin(x)\cos(x)}{\sin(x)} \,dx = \int 2\cos(x) \,dx = 2\sin(x) + C This confirms that C) 2sin(x)+C2\sin(x) + C is correct. Let's examine why the other options are wrong. A) sin(x)+C\sin(x) + C is missing the factor of 2 that comes from the double angle formula. B) 2sin(x)+C-2\sin(x) + C has the wrong sign—this would be the result if you mistakenly thought the derivative of sin(x)\sin(x) was cos(x)-\cos(x). D) lnsin(x)+C\ln|\sin(x)| + C would be correct if the integrand were cos(x)sin(x)=cot(x)\frac{\cos(x)}{\sin(x)} = \cot(x), but that's not what we have here. Study tip: When you see trigonometric integrals involving double angles like sin(2x)\sin(2x) or cos(2x)\cos(2x), immediately think about using double angle formulas to simplify. This often transforms a complicated-looking integral into something much more manageable.

Question 7

Evaluate 0πxsin(x2)dx\int_{0}^{\sqrt{\pi}} x \sin(x^2) \,dx

  1. 22
  2. 11 (correct answer)
  3. 1-1
  4. 1/21/2
Explanation: When you encounter an integral like this where the integrand contains a function and its derivative (or a multiple of it), think substitution. The key insight here is recognizing that xx is closely related to the derivative of x2x^2. Let's use the substitution u=x2u = x^2. Then du=2xdxdu = 2x \, dx, which means xdx=12dux \, dx = \frac{1}{2} du. We also need to change our limits of integration. When x=0x = 0, we have u=02=0u = 0^2 = 0. When x=πx = \sqrt{\pi}, we have u=(π)2=πu = (\sqrt{\pi})^2 = \pi. Substituting everything: 0πxsin(x2)dx=0πsin(u)12du=120πsin(u)du\int_{0}^{\sqrt{\pi}} x \sin(x^2) \,dx = \int_{0}^{\pi} \sin(u) \cdot \frac{1}{2} \,du = \frac{1}{2} \int_{0}^{\pi} \sin(u) \,du Now we can integrate: 120πsin(u)du=12[cos(u)]0π=12[cos(π)(cos(0))]=12[(1)+1]=12[2]=1\frac{1}{2} \int_{0}^{\pi} \sin(u) \,du = \frac{1}{2}[-\cos(u)]_{0}^{\pi} = \frac{1}{2}[-\cos(\pi) - (-\cos(0))] = \frac{1}{2}[-(-1) + 1] = \frac{1}{2}[2] = 1 So the answer is B) 1. Choice A) 2 would result from forgetting the 12\frac{1}{2} factor from the substitution. Choice C) 1-1 comes from sign errors when evaluating cos(π)+cos(0)-\cos(\pi) + \cos(0). Choice D) 12\frac{1}{2} would occur if you incorrectly computed cos(π)+cos(0)=1-\cos(\pi) + \cos(0) = 1 instead of 2. Strategy tip: When you see xsin(x2),xcos(x2)x \sin(x^2),x \cos(x^2), or similar patterns, immediately consider uu-substitution with uu equal to the "inside" function.

Question 8

Let g(x)=0xcos(t)dtg(x) = \int_0^x \cos(t) dt.

For what value of xx in the interval (0,π)(0, \pi) does g(x)g(x) have a local maximum?

  1. π4\frac{\pi}{4}
  2. π2\frac{\pi}{2} (correct answer)
  3. 3π4\frac{3\pi}{4}
  4. π\pi
Explanation: According to the Fundamental Theorem of Calculus Part 1, the derivative of g(x)g(x) is g(x)=cos(x)g'(x) = \cos(x). A local maximum occurs at a critical point where the derivative changes sign from positive to negative. We need to find where cos(x)=0\cos(x)=0 and check the sign change. In the interval (0,π)(0, \pi), cos(x)=0\cos(x)=0 only at x=π/2x=\pi/2. For xx in (0,π/2)(0, \pi/2), cos(x)>0\cos(x) > 0. For xx in (π/2,π)(\pi/2, \pi), cos(x)<0\cos(x) < 0. Since g(x)g'(x) changes from positive to negative at x=π/2x=\pi/2, g(x)g(x) has a local maximum there.

Question 9

Let I1=0π/4sec2(x)dxI_1 = \int_0^{\pi/4} \sec^2(x) dx and I2=0π/4cos(x)dxI_2 = \int_0^{\pi/4} \cos(x) dx.

Which of the following statements is true?

  1. I1<I2I_1 < I_2
  2. I1=I2I_1 = I_2
  3. I1=2I2I_1 = \sqrt{2} I_2 (correct answer)
  4. I1=2I2I_1 = 2 I_2
Explanation: First, evaluate I1I_1: I1=[tan(x)]0π/4=tan(π/4)tan(0)=10=1I_1 = [\tan(x)]_0^{\pi/4} = \tan(\pi/4) - \tan(0) = 1 - 0 = 1. Next, evaluate I2I_2: I2=[sin(x)]0π/4=sin(π/4)sin(0)=220=22I_2 = [\sin(x)]_0^{\pi/4} = \sin(\pi/4) - \sin(0) = \frac{\sqrt{2}}{2} - 0 = \frac{\sqrt{2}}{2}. Now we compare I1I_1 and I2I_2. We have I1=1I_1=1 and I2=22I_2=\frac{\sqrt{2}}{2}. Does I1=2I2I_1 = \sqrt{2} I_2? Substituting the values, we check if 1=222=22=11 = \sqrt{2} \cdot \frac{\sqrt{2}}{2} = \frac{2}{2} = 1. This is true.

Question 10

Let A=0π/2sin(x)dxA = \int_0^{\pi/2} \sin(x) dx.

What is the value of 02πsin(x)dx\int_0^{2\pi} |\sin(x)| dx in terms of A?

  1. A
  2. 2A
  3. 4A (correct answer)
  4. 0
Explanation: First, let's find the value of A: A=0π/2sin(x)dx=[cos(x)]0π/2=cos(π/2)(cos(0))=0(1)=1A = \int_0^{\pi/2} \sin(x) dx = [-\cos(x)]_0^{\pi/2} = -\cos(\pi/2) - (-\cos(0)) = 0 - (-1) = 1. The integral 02πsin(x)dx\int_0^{2\pi} |\sin(x)| dx represents the area under two full arches of the sine curve. The area of one arch is 0πsin(x)dx=[cos(x)]0π=(1)(1)=2\int_0^\pi \sin(x) dx = [-\cos(x)]_0^\pi = -(-1) - (-1) = 2. Since there are two identical arches between 0 and 2π2\pi, the total area is 2×2=42 \times 2 = 4. Since A=1A=1, the value of the integral is 4A4A.

Question 11

Evaluate sin(2x)sin(x)dx\int \frac{\sin(2x)}{\sin(x)} dx.

  1. 2sin(x)+C2\sin(x) + C (correct answer)
  2. 12cos(2x)+C-\frac{1}{2}\cos(2x) + C
  3. 2lnsin(x)+C2\ln|\sin(x)| + C
  4. 2sin(x)+C-2\sin(x) + C
Explanation: This problem requires using the double-angle identity for sine, sin(2x)=2sin(x)cos(x)\sin(2x) = 2\sin(x)\cos(x). Substituting this into the integrand gives 2sin(x)cos(x)sin(x)dx\int \frac{2\sin(x)\cos(x)}{\sin(x)} dx. For sin(x)0\sin(x) \neq 0, this simplifies to 2cos(x)dx\int 2\cos(x) dx. The antiderivative is 2sin(x)+C2\sin(x) + C.

Question 12

Evaluate (tan2(x)+sec2(x))dx\int (\tan^2(x) + \sec^2(x)) dx.

  1. x+Cx + C
  2. 2tan(x)x+C2\tan(x) - x + C (correct answer)
  3. 2sec(x)tan(x)x+C2\sec(x)\tan(x) - x + C
  4. 13tan3(x)+tan(x)+C\frac{1}{3}\tan^3(x) + \tan(x) + C
Explanation: To integrate tan2(x)\tan^2(x), we use the identity tan2(x)=sec2(x)1\tan^2(x) = \sec^2(x) - 1. Substituting this into the integrand gives ((sec2(x)1)+sec2(x))dx=(2sec2(x)1)dx\int ((\sec^2(x) - 1) + \sec^2(x)) dx = \int (2\sec^2(x) - 1) dx. We can integrate this term by term. The integral of 2sec2(x)2\sec^2(x) is 2tan(x)2\tan(x), and the integral of 1-1 is x-x. Therefore, the result is 2tan(x)x+C2\tan(x) - x + C.

Question 13

Evaluate the definite integral 0π/6sin(3x)dx\int_{0}^{\pi/6} \sin(3x) \,dx

  1. 1/31/3 (correct answer)
  2. 11
  3. 1/3-1/3
  4. 1-1
Explanation: To evaluate the integral, we use a u-substitution. Let u=3xu = 3x, so du=3dxdu = 3\,dx, or dx=du/3dx = du/3. We must also change the limits of integration. When x=0x=0, u=3(0)=0u=3(0)=0. When x=π/6x=\pi/6, u=3(π/6)=π/2u=3(\pi/6)=\pi/2. The integral becomes: 0π/2sin(u)du3=130π/2sin(u)du\int_{0}^{\pi/2} \sin(u) \frac{du}{3} = \frac{1}{3} \int_{0}^{\pi/2} \sin(u) \,du Now, we integrate and apply the Fundamental Theorem of Calculus: 13[cos(u)]0π/2=13(cos(π/2)(cos(0)))=13((0)(1))=13(1)=13\frac{1}{3} [-\cos(u)]_{0}^{\pi/2} = \frac{1}{3} (-\cos(\pi/2) - (-\cos(0))) = \frac{1}{3} (-(0) - (-1)) = \frac{1}{3}(1) = \frac{1}{3}

Question 14

What is the value of the definite integral 03π/2cos(x)dx\int_{0}^{3\pi/2} |\cos(x)| \,dx?

  1. 33 (correct answer)
  2. 1-1
  3. 11
  4. 22
Explanation: The function cos(x)|\cos(x)| is the absolute value of cos(x)\cos(x). We must split the integral based on the intervals where cos(x)\cos(x) is positive or negative. In the interval [0,3π/2][0, 3\pi/2], cos(x)0\cos(x) \ge 0 for x[0,π/2]x \in [0, \pi/2] and cos(x)0\cos(x) \le 0 for x[π/2,3π/2]x \in [\pi/2, 3\pi/2]. So, we split the integral: 03π/2cos(x)dx=0π/2cos(x)dx+π/23π/2cos(x)dx\int_{0}^{3\pi/2} |\cos(x)| \,dx = \int_{0}^{\pi/2} \cos(x) \,dx + \int_{\pi/2}^{3\pi/2} -\cos(x) \,dx Evaluate each part: 0π/2cos(x)dx=[sin(x)]0π/2=sin(π/2)sin(0)=10=1\int_{0}^{\pi/2} \cos(x) \,dx = [\sin(x)]_{0}^{\pi/2} = \sin(\pi/2) - \sin(0) = 1 - 0 = 1 π/23π/2cos(x)dx=[sin(x)]π/23π/2=(sin(3π/2)sin(π/2))=(11)=(2)=2\int_{\pi/2}^{3\pi/2} -\cos(x) \,dx = -[\sin(x)]_{\pi/2}^{3\pi/2} = -(\sin(3\pi/2) - \sin(\pi/2)) = -(-1 - 1) = -(-2) = 2 The total value is the sum of the parts: 1+2=31 + 2 = 3. Distractor B is the result of integrating cos(x)\cos(x) without the absolute value. Distractor C is the area of only the first positive section. Distractor D is the area from 00 to π\pi.

Question 15

What is the average value of the function f(x)=sin(x)f(x) = \sin(x) on the closed interval [0,π][0, \pi]?

  1. 2/π-2/\pi
  2. 22
  3. 00
  4. 2/π2/\pi (correct answer)
Explanation: When you encounter a question about the average value of a function, you're working with the Mean Value Theorem for Integrals. The average value of a continuous function f(x)f(x) over an interval [a,b][a,b] is given by the formula: Average value=1baabf(x)dx\text{Average value} = \frac{1}{b-a}\int_a^b f(x)\,dx For f(x)=sin(x)f(x) = \sin(x) on [0,π][0,\pi], we need to calculate: 1π00πsin(x)dx=1π0πsin(x)dx\frac{1}{\pi-0}\int_0^\pi \sin(x)\,dx = \frac{1}{\pi}\int_0^\pi \sin(x)\,dx The antiderivative of sin(x)\sin(x) is cos(x)-\cos(x), so: 1π[cos(x)]0π=1π[cos(π)(cos(0))]=1π[(1)+1]=2π\frac{1}{\pi}[-\cos(x)]_0^\pi = \frac{1}{\pi}[-\cos(\pi) - (-\cos(0))] = \frac{1}{\pi}[-(-1) + 1] = \frac{2}{\pi} This confirms answer choice D is correct. Looking at the wrong answers: A) 2/π-2/\pi results from a sign error when evaluating the antiderivative—forgetting that cos(π)=(1)=1-\cos(\pi) = -(-1) = 1, not 1-1. B) 22 comes from correctly finding the numerator (2) but forgetting to divide by π\pi. C) 00 might seem tempting because sin(x)\sin(x) has both positive and negative values over many intervals, but on [0,π][0,\pi], sine is entirely non-negative. Remember: the average value formula always requires both the definite integral AND division by the interval length. Also, visualize the function—sin(x)\sin(x) forms a complete "hump" above the x-axis from 0 to π\pi, so the average should be positive and reasonable in magnitude.

Question 16

Evaluate the definite integral 0π/3tan(x)dx\int_{0}^{\pi/3} \tan(x) \,dx

  1. ln(2)-\ln(2)
  2. ln(2)\ln(2) (correct answer)
  3. 33
  4. ln(2+3)\ln(2+\sqrt{3})
Explanation: When evaluating definite integrals involving trigonometric functions like tangent, you need to find the antiderivative first, then apply the Fundamental Theorem of Calculus. To find tan(x)dx\int \tan(x) \,dx, recall that tan(x)=sin(x)cos(x)\tan(x) = \frac{\sin(x)}{\cos(x)}. Using substitution with u=cos(x)u = \cos(x), so du=sin(x)dxdu = -\sin(x) \,dx, we get: tan(x)dx=sin(x)cos(x)dx=1udu=lnu+C=lncos(x)+C\int \tan(x) \,dx = \int \frac{\sin(x)}{\cos(x)} \,dx = -\int \frac{1}{u} \,du = -\ln|u| + C = -\ln|\cos(x)| + C Now applying the limits from 0 to π/3\pi/3: 0π/3tan(x)dx=[lncos(x)]0π/3=lncos(π/3)(lncos(0))\int_{0}^{\pi/3} \tan(x) \,dx = [-\ln|\cos(x)|]_{0}^{\pi/3} = -\ln|\cos(\pi/3)| - (-\ln|\cos(0)|) Since cos(π/3)=1/2\cos(\pi/3) = 1/2 and cos(0)=1\cos(0) = 1: =ln(1/2)+ln(1)=ln(1/2)+0=ln(21)=ln(2)= -\ln(1/2) + \ln(1) = -\ln(1/2) + 0 = -\ln(2^{-1}) = \ln(2) This confirms answer (B) ln(2)\ln(2) is correct. (A) ln(2)-\ln(2) results from forgetting the negative sign when setting up the substitution or incorrectly applying the limits. (C) 3 likely comes from confusing this with a different trigonometric integral or making arithmetic errors. (D) ln(2+3)\ln(2+\sqrt{3}) might arise from incorrectly trying to use tan(π/3)=3\tan(\pi/3) = \sqrt{3} directly in the calculation instead of properly integrating. Study tip: Always remember that tan(x)dx=lncos(x)+C\int \tan(x) \,dx = -\ln|\cos(x)| + C. Practice the u-substitution method for trigonometric ratios, and double-check your signs when applying limits.

Question 17

Find the indefinite integral sin(x)1cos2(x)dx\int \frac{\sin(x) - 1}{\cos^2(x)} \,dx

  1. sec(x)+tan(x)+C\sec(x) + \tan(x) + C
  2. sec(x)tan(x)+C\sec(x) - \tan(x) + C (correct answer)
  3. tan(x)sec(x)+C\tan(x) - \sec(x) + C
  4. ln(cos2(x))+sec(x)+C\ln(\cos^2(x)) + \sec(x) + C
Explanation: When you encounter a rational function with trigonometric expressions, look for ways to split the fraction and use standard derivative patterns. The key insight here is recognizing that you can separate this integral into two simpler parts. Start by splitting the fraction: sin(x)1cos2(x)dx=sin(x)cos2(x)dx1cos2(x)dx\int \frac{\sin(x) - 1}{\cos^2(x)} \,dx = \int \frac{\sin(x)}{\cos^2(x)} \,dx - \int \frac{1}{\cos^2(x)} \,dx For the first integral, rewrite sin(x)cos2(x)=sin(x)cos(x)1cos(x)=tan(x)sec(x)\frac{\sin(x)}{\cos^2(x)} = \frac{\sin(x)}{\cos(x)} \cdot \frac{1}{\cos(x)} = \tan(x) \sec(x). Since ddx[sec(x)]=sec(x)tan(x)\frac{d}{dx}[\sec(x)] = \sec(x)\tan(x), we have tan(x)sec(x)dx=sec(x)\int \tan(x)\sec(x) \,dx = \sec(x). For the second integral, recognize that 1cos2(x)=sec2(x)\frac{1}{\cos^2(x)} = \sec^2(x), and since ddx[tan(x)]=sec2(x)\frac{d}{dx}[\tan(x)] = \sec^2(x), we get sec2(x)dx=tan(x)\int \sec^2(x) \,dx = \tan(x). Therefore: sin(x)1cos2(x)dx=sec(x)tan(x)+C\int \frac{\sin(x) - 1}{\cos^2(x)} \,dx = \sec(x) - \tan(x) + C This confirms answer B is correct. A has the wrong sign between terms. C reverses both terms incorrectly. D introduces a logarithmic term that doesn't arise from this integration and would require a completely different approach. Study tip: When integrating rational trigonometric functions, always try splitting fractions first, then look for standard derivative patterns like sec(x)tan(x)\sec(x)\tan(x) and sec2(x)\sec^2(x). Memorizing the derivatives of all six trig functions will make these problems much faster.

Question 18

Evaluate π/4π/4(x3+tan(x)+sec2(x))dx\int_{-\pi/4}^{\pi/4} (x^3 + \tan(x) + \sec^2(x)) \,dx

  1. 11
  2. 00
  3. 22 (correct answer)
  4. 2+ln(2)2 + \ln(2)
Explanation: When evaluating definite integrals, look for opportunities to use symmetry properties and recognize standard antiderivatives. This problem combines both strategies effectively. Break this integral into three parts: π/4π/4x3dx+π/4π/4tan(x)dx+π/4π/4sec2(x)dx\int_{-\pi/4}^{\pi/4} x^3 \,dx + \int_{-\pi/4}^{\pi/4} \tan(x) \,dx + \int_{-\pi/4}^{\pi/4} \sec^2(x) \,dx For the first integral, notice that x3x^3 is an odd function (f(x)=f(x)f(-x) = -f(x)), and you're integrating over a symmetric interval [π/4,π/4][-\pi/4, \pi/4]. When an odd function is integrated over a symmetric interval, the result is always zero because the positive and negative areas cancel out. For the second integral, tan(x)\tan(x) is also an odd function, so this integral also equals zero by the same reasoning. For the third integral, you need the antiderivative of sec2(x)\sec^2(x), which is tan(x)\tan(x). Evaluating: [tan(x)]π/4π/4=tan(π/4)tan(π/4)=1(1)=2[\tan(x)]_{-\pi/4}^{\pi/4} = \tan(\pi/4) - \tan(-\pi/4) = 1 - (-1) = 2 Therefore, the total integral equals 0+0+2=20 + 0 + 2 = 2. Choice A gives 1, which might result from forgetting the symmetric cancellation and incorrectly evaluating one of the odd function integrals. Choice B gives 0, which you'd get if you mistakenly applied odd function symmetry to the entire integrand without separating sec2(x)\sec^2(x). Choice D gives 2+ln(2)2 + \ln(2), which suggests confusion with antiderivatives—perhaps mixing up derivatives of trigonometric and logarithmic functions. Study tip: Always check for odd/even function symmetry first when you see symmetric integration limits—it can eliminate terms immediately and simplify your work significantly.

Question 19

Find the indefinite integral csc2(x)1+cot(x)dx\int \frac{\csc^2(x)}{1 + \cot(x)} \,dx

  1. 11+cot(x)+C\frac{-1}{1 + \cot(x)} + C
  2. ln1+cot(x)+C\ln|1 + \cot(x)| + C
  3. ln1+cot(x)+C- \ln|1 + \cot(x)| + C (correct answer)
  4. cot(x)xcsc2(x)+C\frac{-\cot(x)}{x - \csc^2(x)} + C
Explanation: When you encounter an integral with trigonometric functions like csc2(x)\csc^2(x) and cot(x)\cot(x), look for substitution opportunities. The key insight here is recognizing that the derivative of cot(x)\cot(x) is csc2(x)-\csc^2(x). Let's use substitution with u=1+cot(x)u = 1 + \cot(x). Then du=csc2(x)dxdu = -\csc^2(x) \, dx, which means csc2(x)dx=du\csc^2(x) \, dx = -du. Substituting into our integral: csc2(x)1+cot(x)dx=1u(du)=1udu=lnu+C\int \frac{\csc^2(x)}{1 + \cot(x)} \,dx = \int \frac{1}{u} \cdot (-du) = -\int \frac{1}{u} \,du = -\ln|u| + C Substituting back: ln1+cot(x)+C-\ln|1 + \cot(x)| + C This confirms answer C is correct. Let's examine why the other options fail: A suggests 11+cot(x)+C\frac{-1}{1 + \cot(x)} + C. If you differentiate this, you get csc2(x)(1+cot(x))2\frac{\csc^2(x)}{(1 + \cot(x))^2}, which doesn't match our integrand. B gives ln1+cot(x)+C\ln|1 + \cot(x)| + C. This is missing the negative sign that comes from our substitution du=csc2(x)dxdu = -\csc^2(x) \, dx. D presents an unnecessarily complex expression that doesn't relate to the standard antiderivative forms we expect from this substitution. Study tip: When you see csc2(x)\csc^2(x) in an integral, immediately think about cot(x)\cot(x) since ddx[cot(x)]=csc2(x)\frac{d}{dx}[\cot(x)] = -\csc^2(x). This derivative relationship is your gateway to effective substitution in trigonometric integrals.

Question 20

Which of the following is an antiderivative of f(θ)=2tan2(θ)f(\theta) = 2\tan^2(\theta)?

  1. 2tan(θ)2θ+C2\tan(\theta) - 2\theta + C (correct answer)
  2. 23tan3(θ)+C\frac{2}{3}\tan^3(\theta) + C
  3. 2tan(θ)+C2\tan(\theta) + C
  4. 2sec2(θ)2+C2\sec^2(\theta) - 2 + C
Explanation: To find the integral of 2tan2(θ)2\tan^2(\theta), we first use the Pythagorean identity tan2(θ)=sec2(θ)1\tan^2(\theta) = \sec^2(\theta) - 1. So, the integral becomes: 2tan2(θ)dθ=2(sec2(θ)1)dθ=(2sec2(θ)2)dθ\int 2\tan^2(\theta) \,d\theta = \int 2(\sec^2(\theta) - 1) \,d\theta = \int (2\sec^2(\theta) - 2) \,d\theta We can integrate term by term. The integral of 2sec2(θ)2\sec^2(\theta) is 2tan(θ)2\tan(\theta), and the integral of 22 is 2θ2\theta. Therefore, the antiderivative is 2tan(θ)2θ+C2\tan(\theta) - 2\theta + C. Distractor B arises from incorrectly applying the power rule to a trigonometric function. Distractor C results from forgetting to integrate the 1-1 term from the identity. Distractor D is the derivative of the original function's rewritten form, not its antiderivative.