BrainyBeeBrainyBee
ExploreBlogStart Studying
Home›Explore›Single Variable Calculus Course Materials
📐

📐 Mathematics

Free Single Variable Calculus Course Materials Study Resources

Free study resources for Single Variable Calculus Course Materials — practice questions, mock exams, AI-generated study notes, and flashcards.

122
Practice Questions
12
Source Materials
Start Studying — Free

On This Page

  • Practice Questions (15)
  • Related Study Resources

Single Variable Calculus Course Materials Practice Questions

Try 15 sample questions from a bank of 122. Answers and detailed explanations included.

Q1medium

Determine the derivative of the function defined by the integral:

ddx[∫2x2ln⁡(t2+1) dt]\frac{d}{dx} \left[ \int_2^{x^2} \ln(t^2 + 1) \, dt \right]dxd​[∫2x2​ln(t2+1)dt]

A.

ln⁡(x4+1)\displaystyle \ln(x^4 + 1)ln(x4+1)

B.

2xln⁡(x4+1)\displaystyle 2x \ln(x^4 + 1)2xln(x4+1)

C.

4x3x4+1\displaystyle \frac{4x^3}{x^4 + 1}x4+14x3​

D.

ln⁡(x2+1)\displaystyle \ln(x^2 + 1)ln(x2+1)

Show answer & explanation

Correct Answer: B

To find the derivative of an integral with a variable upper limit, we apply the First Fundamental Theorem of Calculus combined with the Chain Rule.

The general formula is: ddx∫ag(x)f(t) dt=f(g(x))⋅g′(x)\frac{d}{dx} \int_a^{g(x)} f(t) \, dt = f(g(x)) \cdot g'(x)dxd​∫ag(x)​f(t)dt=f(g(x))⋅g′(x)

Step 1: Identify the components

  • Integrand f(t)=ln⁡(t2+1)f(t) = \ln(t^2 + 1)f(t)=ln(t2+1)
  • Upper limit g(x)=x2g(x) = x^2g(x)=x2
  • Lower limit a=2a = 2a=2 (Since this is a constant, its derivative is 0 and does not affect the result)

Step 2: Apply the components to the formula First, evaluate the integrand f(t)f(t)f(t) at the upper limit g(x)g(x)g(x): f(g(x))=ln⁡((x2)2+1)=ln⁡(x4+1)f(g(x)) = \ln((x^2)^2 + 1) = \ln(x^4 + 1)f(g(x))=ln((x2)2+1)=ln(x4+1)

Next, find the derivative of the upper limit g′(x)g'(x)g′(x): g′(x)=ddx(x2)=2xg'(x) = \frac{d}{dx}(x^2) = 2xg′(x)=dxd​(x2)=2x

Step 3: Multiply to find the final derivative f(g(x))⋅g′(x)=ln⁡(x4+1)⋅2xf(g(x)) \cdot g'(x) = \ln(x^4 + 1) \cdot 2xf(g(x))⋅g′(x)=ln(x4+1)⋅2x

Rearranging the terms, we get: 2xln⁡(x4+1)\displaystyle 2x \ln(x^4 + 1)2xln(x4+1)

Q2hard

Analyze the following power series to determine its radius of convergence (RRR) and its exact interval of convergence:

∑n=1∞n(x+2)n4n(n2+1)\sum_{n=1}^{\infty} \frac{n(x+2)^n}{4^n (n^2+1)}∑n=1∞​4n(n2+1)n(x+2)n​

A.

R=4R=4R=4, interval [−6,2)[-6, 2)[−6,2)

B.

R=4R=4R=4, interval (−6,2](-6, 2](−6,2]

C.

R=4R=4R=4, interval (−6,2)(-6, 2)(−6,2)

D.

R=4R=4R=4, interval [−6,2][-6, 2][−6,2]

Show answer & explanation

Correct Answer: A

To find the radius and interval of convergence, we follow these steps:

  1. Apply the Ratio Test: We calculate the limit L=lim⁡n→∞∣an+1an∣L = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right|L=limn→∞​​an​an+1​​​. L=lim⁡n→∞∣(n+1)(x+2)n+14n+1((n+1)2+1)⋅4n(n2+1)n(x+2)n∣L = \lim_{n \to \infty} \left| \frac{(n+1)(x+2)^{n+1}}{4^{n+1} ((n+1)^2+1)} \cdot \frac{4^n (n^2+1)}{n(x+2)^n} \right|L=limn→∞​​4n+1((n+1)2+1)(n+1)(x+2)n+1​⋅n(x+2)n4n(n2+1)​​ Simplifying the expression: L=∣x+2∣4lim⁡n→∞∣(n+1)(n2+1)n(n2+2n+2)∣=∣x+2∣4⋅1=∣x+2∣4L = \frac{|x+2|}{4} \lim_{n \to \infty} \left| \frac{(n+1)(n^2+1)}{n(n^2+2n+2)} \right| = \frac{|x+2|}{4} \cdot 1 = \frac{|x+2|}{4}L=4∣x+2∣​limn→∞​​n(n2+2n+2)(n+1)(n2+1)​​=4∣x+2∣​⋅1=4∣x+2∣​

  2. Determine the Radius (RRR): The series converges when L<1L < 1L<1: ∣x+2∣4<1  ⟹  ∣x+2∣<4\frac{|x+2|}{4} < 1 \implies |x+2| < 44∣x+2∣​<1⟹∣x+2∣<4 Thus, the radius of convergence R=4R = 4R=4. This gives the open interval −4<x+2<4-4 < x+2 < 4−4<x+2<4, which is −6<x<2-6 < x < 2−6<x<2.

  3. Test Endpoint x=2x = 2x=2: Substitute x=2x=2x=2 into the original series: ∑n=1∞n(2+2)n4n(n2+1)=∑n=1∞n⋅4n4n(n2+1)=∑n=1∞nn2+1\sum_{n=1}^{\infty} \frac{n(2+2)^n}{4^n (n^2+1)} = \sum_{n=1}^{\infty} \frac{n \cdot 4^n}{4^n (n^2+1)} = \sum_{n=1}^{\infty} \frac{n}{n^2+1}∑n=1∞​4n(n2+1)n(2+2)n​=∑n=1∞​4n(n2+1)n⋅4n​=∑n=1∞​n2+1n​ Using the Limit Comparison Test with the harmonic series ∑1n\sum \frac{1}{n}∑n1​: lim⁡n→∞n/(n2+1)1/n=lim⁡n→∞n2n2+1=1\lim_{n \to \infty} \frac{n/(n^2+1)}{1/n} = \lim_{n \to \infty} \frac{n^2}{n^2+1} = 1limn→∞​1/nn/(n2+1)​=limn→∞​n2+1n2​=1 Since ∑1n\sum \frac{1}{n}∑n1​ diverges, the series diverges at x=2x = 2x=2.

  4. Test Endpoint x=−6x = -6x=−6: Substitute x=−6x=-6x=−6 into the original series: ∑n=1∞n(−6+2)n4n(n2+1)=∑n=1∞n(−4)n4n(n2+1)=∑n=1∞(−1)nnn2+1\sum_{n=1}^{\infty} \frac{n(-6+2)^n}{4^n (n^2+1)} = \sum_{n=1}^{\infty} \frac{n(-4)^n}{4^n (n^2+1)} = \sum_{n=1}^{\infty} \frac{(-1)^n n}{n^2+1}∑n=1∞​4n(n2+1)n(−6+2)n​=∑n=1∞​4n(n2+1)n(−4)n​=∑n=1∞​n2+1(−1)nn​ This is an alternating series. By the Alternating Series Test (AST), where bn=nn2+1b_n = \frac{n}{n^2+1}bn​=n2+1n​:

  • bn>0b_n > 0bn​>0 for all n≥1n \ge 1n≥1.
  • lim⁡n→∞nn2+1=0\lim_{n \to \infty} \frac{n}{n^2+1} = 0limn→∞​n2+1n​=0.
  • bnb_nbn​ is decreasing for n≥1n \ge 1n≥1 (checked via derivative f′(x)=1−x2(x2+1)2<0f'(x) = \frac{1-x^2}{(x^2+1)^2} < 0f′(x)=(x2+1)21−x2​<0). The series converges at x=−6x = -6x=−6.

Combining these results, the interval of convergence is [−6,2)[-6, 2)[−6,2).

Q3hard

Consider the function f(x)=cos⁡(x)f(x) = \cos(x)f(x)=cos(x) and its second-degree Taylor polynomial P2(x)P_2(x)P2​(x) centered at a=0a = 0a=0. Synthesize the maximum error bound for the approximation of cos⁡(π/6)\cos(\pi/6)cos(π/6) using P2(π/6)P_2(\pi/6)P2​(π/6) by applying the Lagrange form of the remainder.

A.

π32592\frac{\pi^3}{2592}2592π3​

B.

π272\frac{\pi^2}{72}72π2​

C.

π31296\frac{\pi^3}{1296}1296π3​

D.

π3432\frac{\pi^3}{432}432π3​

Show answer & explanation

Correct Answer: A

To determine the maximum error bound, we use Taylor's Theorem with the Lagrange form of the remainder for n=2n=2n=2.

  1. Identify the Remainder Formula: For a second-degree polynomial (n=2n=2n=2), the remainder R2(x)R_2(x)R2​(x) is given by: R2(x)=f(3)(c)3!(x−a)3R_2(x) = \frac{f^{(3)}(c)}{3!}(x-a)^3R2​(x)=3!f(3)(c)​(x−a)3 where ccc is some value between the center aaa and the point of interest xxx.

  2. Calculate the Third Derivative: Find the successive derivatives of f(x)=cos⁡(x)f(x) = \cos(x)f(x)=cos(x):

  • f′(x)=−sin⁡(x)f'(x) = -\sin(x)f′(x)=−sin(x)
  • f′′(x)=−cos⁡(x)f''(x) = -\cos(x)f′′(x)=−cos(x)
  • f(3)(x)=sin⁡(x)f^{(3)}(x) = \sin(x)f(3)(x)=sin(x)
  1. Determine the Maximum of the Derivative: We are approximating at x=π/6x = \pi/6x=π/6 with center a=0a = 0a=0, so c∈[0,π/6]c \in [0, \pi/6]c∈[0,π/6]. The function ∣f(3)(c)∣=∣sin⁡(c)∣|f^{(3)}(c)| = |\sin(c)|∣f(3)(c)∣=∣sin(c)∣ is monotonically increasing on this interval. Therefore, its maximum value occurs at the upper bound c=π/6c = \pi/6c=π/6: ∣f(3)(c)∣≤sin⁡(π6)=12|f^{(3)}(c)| \leq \sin\left(\frac{\pi}{6}\right) = \frac{1}{2}∣f(3)(c)∣≤sin(6π​)=21​

  2. Calculate the Error Bound: Substitute the maximum derivative value, x=π/6x = \pi/6x=π/6, and $3! = 6$ into the remainder formula: ∣R2(π/6)∣≤1/26(π6)3|R_2(\pi/6)| \leq \frac{1/2}{6} \left(\frac{\pi}{6}\right)^3∣R2​(π/6)∣≤61/2​(6π​)3 ∣R2(π/6)∣≤112⋅π3216=π32592|R_2(\pi/6)| \leq \frac{1}{12} \cdot \frac{\pi^3}{216} = \frac{\pi^3}{2592}∣R2​(π/6)∣≤121​⋅216π3​=2592π3​

The final answer is A.

Q4medium

Calculate the derivative of the function F(x)F(x)F(x) defined by the integral:

F(x)=∫2x31+t2 dtF(x) = \int_{2}^{x^3} \sqrt{1 + t^2} \, dtF(x)=∫2x3​1+t2​dt

Which of the following represents F′(x)F'(x)F′(x)?

A.

3x21+x63x^2\sqrt{1 + x^6}3x21+x6​

B.

1+x6\sqrt{1 + x^6}1+x6​

C.

1+x2\sqrt{1 + x^2}1+x2​

D.

3x21+x6−53x^2\sqrt{1 + x^6} - \sqrt{5}3x21+x6​−5​

Show answer & explanation

Correct Answer: A

To find the derivative of an accumulation function where the upper limit is a function of xxx, we apply the Fundamental Theorem of Calculus (FTC) Part 1 combined with the Chain Rule.

  1. Define the Rule: The rule states that if F(x)=∫ag(x)f(t) dtF(x) = \int_{a}^{g(x)} f(t) \, dtF(x)=∫ag(x)​f(t)dt, then F′(x)=f(g(x))⋅g′(x)F'(x) = f(g(x)) \cdot g'(x)F′(x)=f(g(x))⋅g′(x).
  2. Identify the Components:
    • The integrand is f(t)=1+t2f(t) = \sqrt{1 + t^2}f(t)=1+t2​.
    • The upper limit is g(x)=x3g(x) = x^3g(x)=x3.
    • The lower limit is a constant (a=2a = 2a=2).
  3. Apply the Rule:
    • First, substitute the upper limit into the integrand: f(g(x))=1+(x3)2=1+x6f(g(x)) = \sqrt{1 + (x^3)^2} = \sqrt{1 + x^6}f(g(x))=1+(x3)2​=1+x6​.
    • Next, multiply by the derivative of the upper limit: g′(x)=ddx(x3)=3x2g'(x) = \frac{d}{dx}(x^3) = 3x^2g′(x)=dxd​(x3)=3x2.
  4. Combine: F′(x)=1+x6⋅3x2=3x21+x6F'(x) = \sqrt{1 + x^6} \cdot 3x^2 = 3x^2\sqrt{1 + x^6}F′(x)=1+x6​⋅3x2=3x21+x6​.

Therefore, the final answer is 3x21+x63x^2\sqrt{1 + x^6}3x21+x6​.

Q5hard

Suppose that f(x)f(x)f(x) is a continuous function on the closed interval [1,5][1, 5][1,5] and differentiable on the open interval (1,5)(1, 5)(1,5). If f(1)=7f(1) = 7f(1)=7 and the derivative of the function is bounded such that −2≤f′(x)≤3-2 \le f'(x) \le 3−2≤f′(x)≤3 for all x∈(1,5)x \in (1, 5)x∈(1,5), which of the following represents the most restrictive range of possible values for f(5)f(5)f(5) according to the Mean Value Theorem?

A.

−1≤f(5)≤19-1 \le f(5) \le 19−1≤f(5)≤19

B.

$5 \le f(5) \le 10$

C.

−8≤f(5)≤12-8 \le f(5) \le 12−8≤f(5)≤12

D.

f(5)=9f(5) = 9f(5)=9

Show answer & explanation

Correct Answer: A

To determine the possible range of values for f(5)f(5)f(5), we apply the Mean Value Theorem (MVT). The MVT states that for a function fff continuous on [a,b][a, b][a,b] and differentiable on (a,b)(a, b)(a,b), there exists at least one point c∈(a,b)c \in (a, b)c∈(a,b) such that:

f′(c)=f(b)−f(a)b−af'(c) = \frac{f(b) - f(a)}{b - a}f′(c)=b−af(b)−f(a)​

In this problem, a=1a = 1a=1, b=5b = 5b=5, and f(1)=7f(1) = 7f(1)=7. Rearranging the MVT formula to solve for f(5)f(5)f(5) gives:

f(5)=f(1)+f′(c)(5−1)f(5) = f(1) + f'(c)(5 - 1)f(5)=f(1)+f′(c)(5−1) f(5)=7+4f′(c)f(5) = 7 + 4f'(c)f(5)=7+4f′(c)

We are given the bounds for the derivative: −2≤f′(x)≤3-2 \le f'(x) \le 3−2≤f′(x)≤3. Since ccc is a point in the interval (1,5)(1, 5)(1,5), f′(c)f'(c)f′(c) must also satisfy these bounds:

  1. Lower Bound: To find the minimum possible value for f(5)f(5)f(5), we use the minimum value of f′(c)f'(c)f′(c): f(5)≥7+4(−2)=7−8=−1f(5) \ge 7 + 4(-2) = 7 - 8 = -1f(5)≥7+4(−2)=7−8=−1

  2. Upper Bound: To find the maximum possible value for f(5)f(5)f(5), we use the maximum value of f′(c)f'(c)f′(c): f(5)≤7+4(3)=7+12=19f(5) \le 7 + 4(3) = 7 + 12 = 19f(5)≤7+4(3)=7+12=19

Combining these results, we find that the range of possible values for f(5)f(5)f(5) is −1≤f(5)≤19-1 \le f(5) \le 19−1≤f(5)≤19.

Q6medium

Find the absolute maximum and absolute minimum values of the function f(x)=x3−3x2+1f(x) = x^3 - 3x^2 + 1f(x)=x3−3x2+1 on the closed interval [−1,1][-1, 1][−1,1].

A.

Absolute maximum: 1; Absolute minimum: −3-3−3

B.

Absolute maximum: 1; Absolute minimum: −1-1−1

C.

Absolute maximum: 0; Absolute minimum: −3-3−3

D.

Absolute maximum: 1; Absolute minimum: 0

Show answer & explanation

Correct Answer: A

To find the absolute extrema of a continuous function on a closed interval [a,b][a, b][a,b], follow the Closed Interval Method:

  1. Find the derivative of f(x)f(x)f(x): f′(x)=ddx(x3−3x2+1)=3x2−6xf'(x) = \frac{d}{dx}(x^3 - 3x^2 + 1) = 3x^2 - 6xf′(x)=dxd​(x3−3x2+1)=3x2−6x

  2. Identify critical points by setting f′(x)=0f'(x) = 0f′(x)=0: 3x(x−2)=03x(x - 2) = 03x(x−2)=0 The solutions are x=0x = 0x=0 and x=2x = 2x=2.

  3. Filter critical points for the interval [−1,1][-1, 1][−1,1]:

    • x=0x = 0x=0 is within the interval [−1,1][-1, 1][−1,1].
    • x=2x = 2x=2 is not within the interval and is excluded from consideration.
  4. Evaluate the function at the critical point and the endpoints:

    • At x=0x = 0x=0: f(0)=(0)3−3(0)2+1=1f(0) = (0)^3 - 3(0)^2 + 1 = 1f(0)=(0)3−3(0)2+1=1
    • At left endpoint x=−1x = -1x=−1: f(−1)=(−1)3−3(−1)2+1=−3f(-1) = (-1)^3 - 3(-1)^2 + 1 = -3f(−1)=(−1)3−3(−1)2+1=−3
    • At right endpoint x=1x = 1x=1: f(1)=(1)3−3(1)2+1=−1f(1) = (1)^3 - 3(1)^2 + 1 = -1f(1)=(1)3−3(1)2+1=−1
  5. Identify extrema: Comparing the values {1,−3,−1}\{1, -3, -1\}{1,−3,−1}, the maximum value is 1 and the minimum value is −3-3−3.

The absolute maximum is 1 and the absolute minimum is -3.

Q7easy

Which of the following expressions represents the formal limit definition of the derivative of a function f(x)f(x)f(x) at a point xxx, denoted as f′(x)f'(x)f′(x)?

A.

f(x+h)−f(x)h\frac{f(x+h) - f(x)}{h}hf(x+h)−f(x)​

B.

lim⁡h→0f(x+h)−f(x)h\lim_{h \to 0} \frac{f(x+h) - f(x)}{h}limh→0​hf(x+h)−f(x)​

C.

lim⁡h→∞f(x+h)−f(x)h\lim_{h \to \infty} \frac{f(x+h) - f(x)}{h}limh→∞​hf(x+h)−f(x)​

D.

lim⁡h→0f(x+h)+f(x)h\lim_{h \to 0} \frac{f(x+h) + f(x)}{h}limh→0​hf(x+h)+f(x)​

Show answer & explanation

Correct Answer: B

The derivative is defined as the instantaneous rate of change of a function.

  1. Start with the Difference Quotient: The expression f(x+h)−f(x)h\frac{f(x+h) - f(x)}{h}hf(x+h)−f(x)​ represents the slope of the secant line between the points (x,f(x))(x, f(x))(x,f(x)) and (x+h,f(x+h))(x+h, f(x+h))(x+h,f(x+h)). This is the average rate of change over the interval hhh.
  2. Apply the Limit: To find the slope of the tangent line (the derivative) at exactly xxx, we must let the distance hhh between the two points approach zero. This corresponds to the limit lim⁡h→0\lim_{h \to 0}limh→0​.
  3. Combine: Putting these together, the formal definition is: f′(x)=lim⁡h→0f(x+h)−f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}f′(x)=limh→0​hf(x+h)−f(x)​

Analysis of Distractors:

  • Option A is the difference quotient (average rate of change) without the limit.
  • Option C takes the limit as h→∞h \to \inftyh→∞, which is incorrect for finding a local slope.
  • Option D has an incorrect sum (+++) in the numerator instead of a difference (−-−).

Therefore, the correct expression is Option B.

Q8medium

Calculate the area of the region bounded by the curves y=5x−x2y = 5x - x^2y=5x−x2 and y=xy = xy=x.

A.

253\frac{25}{3}325​

B.

323\frac{32}{3}332​

C.

803\frac{80}{3}380​

D.

1256\frac{125}{6}6125​

Show answer & explanation

Correct Answer: B

Step 1: Determine the intersection points To find the limits of integration, set the functions equal to each other: 5x−x2=x5x - x^2 = x5x−x2=x 4x−x2=04x - x^2 = 04x−x2=0 x(4−x)=0x(4 - x) = 0x(4−x)=0 The curves intersect at x=0x = 0x=0 and x=4x = 4x=4. These are our limits of integration a=0a=0a=0 and b=4b=4b=4.

Step 2: Identify the upper and lower curves Pick a test point in the interval (0,4)(0, 4)(0,4), such as x=1x = 1x=1:

  • yparabola=5(1)−(1)2=4y_{parabola} = 5(1) - (1)^2 = 4yparabola​=5(1)−(1)2=4
  • yline=1y_{line} = 1yline​=1

Since $4 > 1,theparabola, the parabola ,theparabolay = 5x - x^2 is the upper function (f(x))andtheline) and the line )andtheliney = x is the lower function (g(x)$).

Step 3: Set up the definite integral The area AAA is given by the integral of the upper curve minus the lower curve: A=∫04[(5x−x2)−x] dxA = \int_{0}^{4} [(5x - x^2) - x] \, dxA=∫04​[(5x−x2)−x]dx A=∫04(4x−x2) dxA = \int_{0}^{4} (4x - x^2) \, dxA=∫04​(4x−x2)dx

Step 4: Evaluate the integral Apply the Power Rule for integration: A=[2x2−x33]04A = \left[ 2x^2 - \frac{x^3}{3} \right]_{0}^{4}A=[2x2−3x3​]04​

Substitute the upper limit (x=4x=4x=4) and lower limit (x=0x=0x=0): A=(2(4)2−433)−(2(0)2−033)A = \left( 2(4)^2 - \frac{4^3}{3} \right) - \left( 2(0)^2 - \frac{0^3}{3} \right)A=(2(4)2−343​)−(2(0)2−303​) A=(32−643)−0A = \left( 32 - \frac{64}{3} \right) - 0A=(32−364​)−0 A=963−643A = \frac{96}{3} - \frac{64}{3}A=396​−364​ A=323A = \mathbf{\frac{32}{3}}A=332​

Q9medium

Let g(x)=∫1x21t2+1 dtg(x) = \int_{1}^{x^2} \frac{1}{t^2 + 1} \, dtg(x)=∫1x2​t2+11​dt. Apply the Fundamental Theorem of Calculus to determine g′(x)g'(x)g′(x).

A.

1x4+1\frac{1}{x^4 + 1}x4+11​

B.

2xx2+1\frac{2x}{x^2 + 1}x2+12x​

C.

2xx4+1\frac{2x}{x^4 + 1}x4+12x​

D.

1x2+1\frac{1}{x^2 + 1}x2+11​

Show answer & explanation

Correct Answer: C

To find the derivative of an accumulation function where the upper limit is a function of xxx, we use the Fundamental Theorem of Calculus (Part 1) combined with the Chain Rule.

The theorem states: ddx[∫au(x)f(t) dt]=f(u(x))⋅u′(x)\frac{d}{dx} \left[ \int_{a}^{u(x)} f(t) \, dt \right] = f(u(x)) \cdot u'(x)dxd​[∫au(x)​f(t)dt]=f(u(x))⋅u′(x)

Step 1: Identify the components

  • The integrand function is f(t)=1t2+1f(t) = \frac{1}{t^2 + 1}f(t)=t2+11​.
  • The upper limit is u(x)=x2u(x) = x^2u(x)=x2.
  • The lower limit a=1a = 1a=1 is a constant (so its derivative is 0).

Step 2: Compose the function f(u(x))f(u(x))f(u(x)) Substitute u(x)=x2u(x) = x^2u(x)=x2 into f(t)f(t)f(t): f(u(x))=f(x2)=1(x2)2+1=1x4+1f(u(x)) = f(x^2) = \frac{1}{(x^2)^2 + 1} = \frac{1}{x^4 + 1}f(u(x))=f(x2)=(x2)2+11​=x4+11​

Step 3: Find the derivative of the upper limit u′(x)u'(x)u′(x) u′(x)=ddx(x2)=2xu'(x) = \frac{d}{dx}(x^2) = 2xu′(x)=dxd​(x2)=2x

Step 4: Apply the formula Multiply the composed function by the derivative of the upper limit: g′(x)=f(u(x))⋅u′(x)g'(x) = f(u(x)) \cdot u'(x)g′(x)=f(u(x))⋅u′(x) g′(x)=(1x4+1)⋅(2x)g'(x) = \left( \frac{1}{x^4 + 1} \right) \cdot (2x)g′(x)=(x4+11​)⋅(2x) g′(x)=2xx4+1g'(x) = \frac{2x}{x^4 + 1}g′(x)=x4+12x​

Therefore, the correct derivative is 2xx4+1\frac{2x}{x^4 + 1}x4+12x​.

Q10hard

Compare the types of discontinuities for the following two functions at the specified critical points: f(x)=x2−4x+3x2−1f(x) = \frac{x^2 - 4x + 3}{x^2 - 1}f(x)=x2−1x2−4x+3​ at x=1x = 1x=1, and g(x)={tan⁡(2x)xx<01x≥0g(x) = \begin{cases} \frac{\tan(2x)}{x} & x < 0 \\ 1 & x \geq 0 \end{cases}g(x)={xtan(2x)​1​x<0x≥0​ at x=0x = 0x=0. Which classification pair accurately describes their behavior?

A.

f(x)f(x)f(x) has an infinite discontinuity and g(x)g(x)g(x) has a jump discontinuity.

B.

f(x)f(x)f(x) has a removable discontinuity and g(x)g(x)g(x) has a jump discontinuity.

C.

f(x)f(x)f(x) has a removable discontinuity and g(x)g(x)g(x) has a removable discontinuity.

D.

f(x)f(x)f(x) has a jump discontinuity and g(x)g(x)g(x) has a removable discontinuity.

Show answer & explanation

Correct Answer: B

To classify the discontinuities, we must evaluate the limits and function values at the points of interest. Step 1: Analyze f(x)f(x)f(x) at x=1x=1x=1. Substituting x=1x=1x=1 into f(x)=x2−4x+3x2−1f(x) = \frac{x^2 - 4x + 3}{x^2 - 1}f(x)=x2−1x2−4x+3​ results in the indeterminate form 00\frac{0}{0}00​. Factoring the numerator and denominator gives f(x)=(x−1)(x−3)(x−1)(x+1)f(x) = \frac{(x-1)(x-3)}{(x-1)(x+1)}f(x)=(x−1)(x+1)(x−1)(x−3)​. For x≠1x \neq 1x=1, the function simplifies to f(x)=x−3x+1f(x) = \frac{x-3}{x+1}f(x)=x+1x−3​. The limit is lim⁡x→1f(x)=1−31+1=−1\lim_{x \to 1} f(x) = \frac{1-3}{1+1} = -1limx→1​f(x)=1+11−3​=−1. Because the limit exists but the function is undefined at x=1x=1x=1, f(x)f(x)f(x) has a removable discontinuity. Step 2: Analyze g(x)g(x)g(x) at x=0x=0x=0. We evaluate the one-sided limits. The left-hand limit is lim⁡x→0−tan⁡(2x)x=lim⁡x→0−2⋅tan⁡(2x)2x=2(1)=2\lim_{x \to 0^-} \frac{\tan(2x)}{x} = \lim_{x \to 0^-} 2 \cdot \frac{\tan(2x)}{2x} = 2(1) = 2limx→0−​xtan(2x)​=limx→0−​2⋅2xtan(2x)​=2(1)=2. The right-hand limit is lim⁡x→0+1=1\lim_{x \to 0^+} 1 = 1limx→0+​1=1. Because both one-sided limits are finite but not equal ($2 \neq 1$$), g(x)$ has a jump discontinuity. Comparing the results, the correct pair is removable and jump.

Q11medium

Evaluate the indefinite integral:

∫xcos⁡(x2) dx\int x \cos(x^2) \, dx∫xcos(x2)dx

A.

sin⁡(x2)+C\sin(x^2) + Csin(x2)+C

B.

12sin⁡(x2)+C\frac{1}{2}\sin(x^2) + C21​sin(x2)+C

C.

−12sin⁡(x2)+C-\frac{1}{2}\sin(x^2) + C−21​sin(x2)+C

D.

2sin⁡(x2)+C2\sin(x^2) + C2sin(x2)+C

Show answer & explanation

Correct Answer: B

To evaluate the integral ∫xcos⁡(x2) dx\int x \cos(x^2) \, dx∫xcos(x2)dx, we use the Substitution Rule.

Step 1: Identify the substitution. Let u=x2u = x^2u=x2 be the inside function.

Step 2: Find the differential dududu. Differentiating uuu with respect to xxx: du=2x dxdu = 2x \, dxdu=2xdx

Step 3: Adjust for the constant. The integrand contains x dxx \, dxxdx, not 2x dx2x \, dx2xdx. We can solve for x dxx \, dxxdx by dividing both sides by 2: x dx=12 dux \, dx = \frac{1}{2} \, duxdx=21​du

Step 4: Substitute into the integral. Replace x2x^2x2 with uuu and x dxx \, dxxdx with 12 du\frac{1}{2} \, du21​du: ∫cos⁡(u)⋅12 du=12∫cos⁡(u) du\int \cos(u) \cdot \frac{1}{2} \, du = \frac{1}{2} \int \cos(u) \, du∫cos(u)⋅21​du=21​∫cos(u)du

Step 5: Integrate. The antiderivative of cos⁡(u)\cos(u)cos(u) is sin⁡(u)\sin(u)sin(u): 12sin⁡(u)+C\frac{1}{2} \sin(u) + C21​sin(u)+C

Step 6: Substitute back. Replace uuu with the original function x2x^2x2: \textbf{\frac{1}{2} \sin(x^2) + C}

Q12hard

Consider the function defined by f(x)=x∣x∣f(x) = x|x|f(x)=x∣x∣.

Analyze the differentiability of f(x)f(x)f(x) at x=0x=0x=0 using the limit definition of the derivative. Which of the following statements is true?

A.

f(x)f(x)f(x) is differentiable at x=0x=0x=0, and f′(0)=0f'(0) = 0f′(0)=0.

B.

f(x)f(x)f(x) is not differentiable at x=0x=0x=0 because the factor ∣x∣|x|∣x∣ is not differentiable at x=0x=0x=0.

C.

f(x)f(x)f(x) is not differentiable at x=0x=0x=0 because the left-hand derivative is −1-1−1 and the right-hand derivative is 1.

D.

f(x)f(x)f(x) is not differentiable at x=0x=0x=0 because applying the product rule results in an undefined expression involving the derivative of ∣x∣|x|∣x∣.

Show answer & explanation

Correct Answer: A

To determine differentiability at x=0x=0x=0, we must evaluate the limit of the difference quotient, as standard rules like the product rule require differentiability of individual factors (which ∣x∣|x|∣x∣ lacks at x=0x=0x=0).

The derivative is defined as: f′(0)=lim⁡h→0f(0+h)−f(0)hf'(0) = \lim_{h \to 0} \frac{f(0+h) - f(0)}{h}f′(0)=limh→0​hf(0+h)−f(0)​

Step 1: Substitute the function. We have f(0)=0∣0∣=0f(0) = 0|0| = 0f(0)=0∣0∣=0 and f(h)=h∣h∣f(h) = h|h|f(h)=h∣h∣. Substituting these into the limit: f′(0)=lim⁡h→0h∣h∣−0hf'(0) = \lim_{h \to 0} \frac{h|h| - 0}{h}f′(0)=limh→0​hh∣h∣−0​

Step 2: Simplify the expression. For h≠0h \neq 0h=0, we can cancel hhh in the numerator and denominator: h∣h∣h=∣h∣\frac{h|h|}{h} = |h|hh∣h∣​=∣h∣

Step 3: Evaluate the limit. Now we evaluate the limit of the simplified expression: f′(0)=lim⁡h→0∣h∣f'(0) = \lim_{h \to 0} |h|f′(0)=limh→0​∣h∣

As hhh approaches 0 from either the positive or negative side, ∣h∣|h|∣h∣ approaches 0.

Since the limit exists and equals 0, f(x)f(x)f(x) is differentiable at x=0x=0x=0 and f′(0)=0f'(0) = 0f′(0)=0.

Q13medium

Calculate the derivative of the function h(x)=x2+1x−2h(x) = \frac{x^2 + 1}{x - 2}h(x)=x−2x2+1​ with respect to xxx.

A.

x2−4x−1(x−2)2\frac{x^2 - 4x - 1}{(x - 2)^2}(x−2)2x2−4x−1​

B.

1+4x−x2(x−2)2\frac{1 + 4x - x^2}{(x - 2)^2}(x−2)21+4x−x2​

C.

3x2−4x+1(x−2)2\frac{3x^2 - 4x + 1}{(x - 2)^2}(x−2)23x2−4x+1​

D.

2x2x2x

Show answer & explanation

Correct Answer: A

To find the derivative of the rational function h(x)=x2+1x−2h(x) = \frac{x^2 + 1}{x - 2}h(x)=x−2x2+1​, 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}h′(x)=[g(x)]2f′(x)g(x)−f(x)g′(x)​

where f(x)=x2+1f(x) = x^2 + 1f(x)=x2+1 and g(x)=x−2g(x) = x - 2g(x)=x−2.

  1. Find the derivatives of the numerator and denominator:

    • f′(x)=ddx(x2+1)=2xf'(x) = \frac{d}{dx}(x^2 + 1) = 2xf′(x)=dxd​(x2+1)=2x
    • g′(x)=ddx(x−2)=1g'(x) = \frac{d}{dx}(x - 2) = 1g′(x)=dxd​(x−2)=1
  2. Substitute these into the Quotient Rule formula: h′(x)=(2x)(x−2)−(x2+1)(1)(x−2)2h'(x) = \frac{(2x)(x - 2) - (x^2 + 1)(1)}{(x - 2)^2}h′(x)=(x−2)2(2x)(x−2)−(x2+1)(1)​

  3. Simplify the numerator by distributing and combining like terms:

    • Numerator: 2x2−4x−(x2+1)=2x2−4x−x2−12x^2 - 4x - (x^2 + 1) = 2x^2 - 4x - x^2 - 12x2−4x−(x2+1)=2x2−4x−x2−1
    • Simplified Numerator: x2−4x−1x^2 - 4x - 1x2−4x−1

Therefore, the derivative is x2−4x−1(x−2)2\frac{x^2 - 4x - 1}{(x - 2)^2}(x−2)2x2−4x−1​.

Q14easy

Which of the following best describes the fundamental geometric interpretation of the definite integral ∫abf(x) dx\int_{a}^{b} f(x) \, dx∫ab​f(x)dx?

A.

The slope of the tangent line to the graph of f(x)f(x)f(x) at a specific point within [a,b][a, b][a,b].

B.

The net signed area between the graph of the function f(x)f(x)f(x) and the xxx-axis from x=ax = ax=a to x=bx = bx=b.

C.

The set of all functions F(x)F(x)F(x) such that F′(x)=f(x)F'(x) = f(x)F′(x)=f(x) over the entire real line.

D.

The total absolute area between the graph and the xxx-axis, where all regions are treated as positive values.

Show answer & explanation

Correct Answer: B

The definite integral ∫abf(x) dx\int_{a}^{b} f(x) \, dx∫ab​f(x)dx is formally defined as the limit of a Riemann sum: lim⁡n→∞∑i=1nf(xi∗)Δx\lim_{n \to \infty} \sum_{i=1}^{n} f(x_i^*) \Delta xlimn→∞​∑i=1n​f(xi∗​)Δx Geometrically, this sum represents the net signed area between the curve and the xxx-axis. Regions where the function is above the xxx-axis (f(x)>0f(x) > 0f(x)>0) contribute positive area, while regions below the xxx-axis (f(x)<0f(x) < 0f(x)<0) contribute negative area. Option A describes the derivative, Option C describes the indefinite integral, and Option D describes the integral of ∣f(x)∣|f(x)|∣f(x)∣. The correct definition is B.

Q15medium

Calculate the derivative of the function h(x)=(3x2+5)4h(x) = (3x^2 + 5)^4h(x)=(3x2+5)4 with respect to xxx using the chain rule.

A.

4(3x2+5)34(3x^2 + 5)^34(3x2+5)3

B.

24x(3x2+5)324x(3x^2 + 5)^324x(3x2+5)3

C.

4(3x2+5)3+6x4(3x^2 + 5)^3 + 6x4(3x2+5)3+6x

D.

24x2(3x2+5)324x^2(3x^2 + 5)^324x2(3x2+5)3

Show answer & explanation

Correct Answer: B

To calculate the derivative of h(x)=(3x2+5)4h(x) = (3x^2 + 5)^4h(x)=(3x2+5)4, we use the Chain Rule, which states that if h(x)=f(g(x))h(x) = f(g(x))h(x)=f(g(x)), then h′(x)=f′(g(x))⋅g′(x)h'(x) = f'(g(x)) \cdot g'(x)h′(x)=f′(g(x))⋅g′(x).

  1. Identify the inner and outer functions:

    • Outer function: f(u)=u4f(u) = u^4f(u)=u4
    • Inner function: g(x)=3x2+5g(x) = 3x^2 + 5g(x)=3x2+5
  2. Differentiate each function:

    • The derivative of the outer function with respect to uuu is f′(u)=4u3f'(u) = 4u^3f′(u)=4u3.
    • The derivative of the inner function with respect to xxx is g′(x)=6xg'(x) = 6xg′(x)=6x.
  3. Apply the Chain Rule: h′(x)=f′(g(x))⋅g′(x)h'(x) = f'(g(x)) \cdot g'(x)h′(x)=f′(g(x))⋅g′(x) h′(x)=4(3x2+5)3⋅(6x)h'(x) = 4(3x^2 + 5)^3 \cdot (6x)h′(x)=4(3x2+5)3⋅(6x)

  4. Simplify the expression: h′(x)=24x(3x2+5)3h'(x) = 24x(3x^2 + 5)^3h′(x)=24x(3x2+5)3

The final derivative is 24x(3x2+5)324x(3x^2 + 5)^324x(3x2+5)3.

These are 15 of 122 questions available. Take a practice test →

Related Study Resources

Explore other free certification prep and study materials on BrainyBee.

🤖

Developing AI Apps and Agents on Azure (AI-103)

AWS Certified Cloud Practitioner (CLF-C02)

854 questions · 163 notes

AWS Certified Solutions Architect - Associate (SAA-C03)

833 questions · 204 notes

AWS Certified Machine Learning Engineer - Associate (MLA-C01)

724 questions · 160 notes

AWS Certified CloudOps Engineer - Associate (SOA-C03)

840 questions · 148 notes

Microsoft Azure Fundamentals (AZ-900)

680 questions · 96 notes

AWS Certified Advanced Networking - Specialty (ANS-C01)

1156 questions · 231 notes

Microsoft Azure AI Fundamentals (AI-901)

663 questions · 89 notes

Ready to ace Single Variable Calculus Course Materials?

Access all 122 practice questions, study notes, and flashcards — no sign-up required.

Start Studying — Free
Explore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.