Business Calculus Quiz: Trapezoidal Rule
16 questions · exam conditions
0:00
Trapezoidal RuleQuestion 1 of 16

A student is asked to approximate 19xdx\int_1^9 \sqrt{x} \, dx using the trapezoidal rule with n=4n=4. The student's work is shown below. Step 1: Δx=914=2\Delta x = \frac{9-1}{4} = 2. Step 2: The x-values are x0=1,x1=3,x2=5,x3=7,x4=9x_0=1, x_1=3, x_2=5, x_3=7, x_4=9. Step 3: The function values are 1=1,3,5,7,9=3\sqrt{1}=1, \sqrt{3}, \sqrt{5}, \sqrt{7}, \sqrt{9}=3. Step 4: T4=2[1+23+25+27+3]T_4 = 2 \cdot [1 + 2\sqrt{3} + 2\sqrt{5} + 2\sqrt{7} + 3].

Which step contains the student's first mistake?

Step 1
Step 2
Step 3
Step 4
← Back to quizzes

Business Calculus Quiz

Business Calculus Quiz: Trapezoidal Rule

Practice Trapezoidal Rule 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 Trapezoidal Rule, 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

A student is asked to approximate 19xdx\int_1^9 \sqrt{x} \, dx using the trapezoidal rule with n=4n=4. The student's work is shown below. Step 1: Δx=914=2\Delta x = \frac{9-1}{4} = 2. Step 2: The x-values are x0=1,x1=3,x2=5,x3=7,x4=9x_0=1, x_1=3, x_2=5, x_3=7, x_4=9. Step 3: The function values are 1=1,3,5,7,9=3\sqrt{1}=1, \sqrt{3}, \sqrt{5}, \sqrt{7}, \sqrt{9}=3. Step 4: T4=2[1+23+25+27+3]T_4 = 2 \cdot [1 + 2\sqrt{3} + 2\sqrt{5} + 2\sqrt{7} + 3].

Which step contains the student's first mistake?

  1. Step 1
  2. Step 2
  3. Step 3
  4. Step 4 (correct answer)
Explanation: Let's check each step. Step 1 correctly calculates Δx=(ba)/n=(91)/4=2\Delta x = (b-a)/n = (9-1)/4 = 2. Step 2 correctly lists the partition points starting at a=1a=1 and adding Δx\Delta x successively. Step 3 correctly identifies the function values at these points. Step 4 sets up the sum. The trapezoidal rule formula is Tn=Δx2[f(x0)+2f(x1)++f(xn)]T_n = \frac{\Delta x}{2}[f(x_0) + 2f(x_1) + \dots + f(x_n)]. The student used Δx\Delta x as the multiplier, not Δx2\frac{\Delta x}{2}. The multiplier should be 22=1\frac{2}{2}=1, not 2. Therefore, the first mistake is in Step 4.

Question 2

The trapezoidal rule approximation TnT_n for abf(x)dx\int_a^b f(x) \, dx is derived by summing the areas of nn trapezoids whose top edges are line segments connecting points on the curve. If f(x)f(x) is a linear function, such as f(x)=mx+cf(x) = mx+c with m0m \neq 0, what is the relationship between the trapezoidal rule approximation TnT_n and the exact value of the integral for any number of subintervals n1n \geq 1?

  1. TnT_n is always greater than the exact value.
  2. TnT_n is always less than the exact value.
  3. TnT_n is always exactly equal to the exact value. (correct answer)
  4. The relationship depends on whether mm is positive or negative.
Explanation: The trapezoidal rule approximates a function on a subinterval with a straight line segment. If the function itself is a straight line (i.e., a linear function), then the approximating line segment is identical to the function's graph. Consequently, the area of each trapezoid is exactly equal to the area under the function on that subinterval. Since this is true for all subintervals, the sum of the trapezoid areas, TnT_n, is exactly equal to the true value of the integral for any choice of n1n \geq 1.

Question 3

The trapezoidal rule with n=4n=4 subintervals is used to approximate 15f(x)dx\int_1^5 f(x) \, dx. The approximation yields a value of 68. The following function values are known: f(1)=10f(1)=10, f(2)=15f(2)=15, f(4)=25f(4)=25, and f(5)=30f(5)=30. What is the value of f(3)f(3)?

  1. 88 (correct answer)
  2. 1616
  3. 2424
  4. 5656
Explanation: The formula for the trapezoidal rule is Tn=Δx2[f(x0)+2f(x1)++2f(xn1)+f(xn)]T_n = \frac{\Delta x}{2} [f(x_0) + 2f(x_1) + \dots + 2f(x_{n-1}) + f(x_n)]. Here, a=1,b=5,n=4a=1, b=5, n=4, so Δx=514=1\Delta x = \frac{5-1}{4} = 1. The partition points are x0=1,x1=2,x2=3,x3=4,x4=5x_0=1, x_1=2, x_2=3, x_3=4, x_4=5. We are given T4=68T_4=68. Substituting the known values into the formula gives: 68=12[f(1)+2f(2)+2f(3)+2f(4)+f(5)]68 = \frac{1}{2} [f(1) + 2f(2) + 2f(3) + 2f(4) + f(5)] 68=12[10+2(15)+2f(3)+2(25)+30]68 = \frac{1}{2} [10 + 2(15) + 2f(3) + 2(25) + 30] 136=10+30+2f(3)+50+30136 = 10 + 30 + 2f(3) + 50 + 30 136=120+2f(3)136 = 120 + 2f(3) 16=2f(3)16 = 2f(3) f(3)=8f(3) = 8

Question 4

The marginal revenue function for a product is MR(q)=20012qMR(q) = 200 - 12\sqrt{q}, where qq is the number of units sold. The total revenue from selling the first 100 units is calculated by 0100(20012q)dq\int_0^{100} (200 - 12\sqrt{q}) \, dq. An analyst uses the trapezoidal rule with n=10n=10 subintervals (T10T_{10}) to estimate this total revenue. Which of the following statements is true about the estimate?

  1. The estimate T10T_{10} is an underestimate of the actual total revenue.
  2. The estimate T10T_{10} is an overestimate of the actual total revenue. (correct answer)
  3. The estimate T10T_{10} is exactly equal to the actual total revenue.
  4. The relationship cannot be determined without calculating the estimate.
Explanation: The trapezoidal rule provides an overestimate if the function is concave up (f(x)>0f''(x) > 0) and an underestimate if the function is concave down (f(x)<0f''(x) < 0). Let f(q)=20012q1/2f(q) = 200 - 12q^{1/2}. The first derivative is f(q)=6q1/2f'(q) = -6q^{-1/2}. The second derivative is f(q)=(6)(12)q3/2=3q3/2=3q3f''(q) = (-6)(-\frac{1}{2})q^{-3/2} = 3q^{-3/2} = \frac{3}{\sqrt{q^3}}. For the interval of integration (0,100](0, 100], q>0q > 0, so f(q)f''(q) is always positive. This means the function MR(q)MR(q) is concave up on this interval. Therefore, the trapezoidal rule approximation T10T_{10} will be an overestimate of the actual total revenue.

Question 5

Use the trapezoidal rule with n=2n=2 to approximate the definite integral 04(3x2+1)dx\int_0^4 (3x^2 + 1) \, dx. What is the absolute error of this approximation?

  1. 0
  2. 4
  3. 8 (correct answer)
  4. 76
Explanation: This is a two-step problem. First, find the trapezoidal approximation T2T_2. Second, find the exact value of the integral. Finally, compute the absolute difference.
  1. Approximation: Let f(x)=3x2+1f(x)=3x^2+1. With a=0,b=4,n=2a=0, b=4, n=2, we have Δx=402=2\Delta x = \frac{4-0}{2}=2. The points are x0=0,x1=2,x2=4x_0=0, x_1=2, x_2=4. The function values are f(0)=1f(0)=1, f(2)=13f(2)=13, f(4)=49f(4)=49. T2=22[f(0)+2f(2)+f(4)]=1[1+2(13)+49]=1+26+49=76T_2 = \frac{2}{2}[f(0) + 2f(2) + f(4)] = 1[1 + 2(13) + 49] = 1 + 26 + 49 = 76 2. Exact Value: 04(3x2+1)dx=[x3+x]04=(43+4)(03+0)=64+4=68\int_0^4 (3x^2+1) \, dx = [x^3+x]_0^4 = (4^3+4)-(0^3+0) = 64+4=68 3. Absolute Error: ExactApproximation=6876=8=8|\text{Exact} - \text{Approximation}| = |68 - 76| = |-8| = 8

Question 6

A company uses the trapezoidal rule with n=4n = 4 subintervals to estimate 08f(x)dx\int_0^8 f(x) \, dx where f(x)f(x) represents the rate of production (in units per hour). If f(0)=12f(0) = 12, f(2)=18f(2) = 18, f(4)=15f(4) = 15, f(6)=21f(6) = 21, and f(8)=9f(8) = 9, what is the estimated total production over the 8-hour period?

  1. 120 units
  2. 132 units
  3. 144 units (correct answer)
  4. 156 units
Explanation: Using the trapezoidal rule with Δx = 2: T₄ = (Δx/2)[f(0) + 2f(2) + 2f(4) + 2f(6) + f(8)] = (2/2)[12 + 2(18) + 2(15) + 2(21) + 9] = 1[12 + 36 + 30 + 42 + 9] = 144. Choice A uses Δx = 1 instead of 2. Choice B omits the factor of 2 for interior points. Choice D incorrectly doubles the entire sum.

Question 7

An analyst applies the trapezoidal rule to approximate 15g(x)dx\int_1^5 g(x) \, dx using 4 equal subintervals. If the approximation yields 28.6 and the actual value of the integral is 30.2, what is the approximate percentage error in the trapezoidal rule estimate?

  1. 5.3% underestimate (correct answer)
  2. 5.6% overestimate
  3. 5.3% overestimate
  4. 5.6% underestimate
Explanation: Percentage error = |approximation - actual|/|actual| × 100% = |28.6 - 30.2|/30.2 × 100% = 1.6/30.2 × 100% ≈ 5.3%. Since 28.6 < 30.2, this is an underestimate. Choice B uses the wrong base (28.6 instead of 30.2). Choices C and D confuse over/underestimate direction.

Question 8

A researcher wants to use the trapezoidal rule to estimate 06p(t)dt\int_0^6 p(t) \, dt where p(t)p(t) represents profit rate. The available data points are at t=0,1.5,3,4.5,6t = 0, 1.5, 3, 4.5, 6. If the researcher instead uses only the data at t=0,2,4,6t = 0, 2, 4, 6 (ignoring the other points), how does this affect the approximation?

  1. The approximation becomes less accurate because fewer data points are used, but the subinterval width remains the same
  2. The approximation may become less accurate due to larger subinterval widths, even though the same number of subintervals is used
  3. The approximation becomes less accurate because the subinterval width increases from 1.5 to 2, reducing the number of subintervals from 4 to 3 (correct answer)
  4. The approximation becomes more accurate because the data points are more evenly distributed across the domain
Explanation: Originally, using points at t = 0, 1.5, 3, 4.5, 6 gives 4 subintervals of width 1.5 each. Using only t = 0, 2, 4, 6 gives 3 subintervals of width 2 each. Generally, smaller subinterval widths (more subintervals) give more accurate trapezoidal approximations. Choice A is wrong because the subinterval width does change. Choice B is wrong about the number of subintervals. Choice D is incorrect because even spacing doesn't necessarily improve accuracy when subinterval width increases.

Question 9

A business analyst estimates 08r(x)dx\int_0^8 r(x) \, dx using the trapezoidal rule with 4 subintervals and obtains 72. If the analyst doubles the number of subintervals to 8 (using the same function), the new approximation is 75. Based on these results, what can be concluded about the concavity of r(x)r(x) on [0,8][0,8]?

  1. The function r(x)r(x) is primarily concave up because increasing nn increased the approximation
  2. The function r(x)r(x) is primarily concave down because increasing nn increased the approximation
  3. The concavity cannot be determined from this information alone
  4. The function r(x)r(x) is primarily concave up because the approximation is converging upward to the true value (correct answer)
Explanation: When you encounter problems comparing trapezoidal rule approximations with different numbers of subintervals, focus on how the error behaves and what it reveals about the function's concavity. The trapezoidal rule has a specific error pattern based on concavity. For concave up functions, the trapezoidal rule consistently underestimates the true integral value because the trapezoids lie below the curved function. For concave down functions, it overestimates because the trapezoids lie above the curve. Here, increasing from 4 to 8 subintervals improved the approximation from 72 to 75. Since more subintervals generally produce more accurate results, and the approximation increased, this suggests the true integral value is somewhere above 75. The pattern shows we're approaching the true value from below, which is characteristic of a concave up function where trapezoidal rule underestimates. Answer A incorrectly assumes that any increase in approximation indicates concave up behavior, but this reasoning is incomplete without considering whether we're approaching from above or below. Answer B makes the opposite error, suggesting concave down behavior when an increasing approximation actually points to concave up (since we're moving toward the true value from below). Answer C is overly cautious—the pattern of underestimation followed by improvement does provide meaningful information about concavity. Answer D correctly identifies both the concave up nature and the key insight: the approximation is converging upward toward the true value, indicating systematic underestimation typical of concave up functions. Remember: trapezoidal rule underestimates for concave up functions and overestimates for concave down functions.

Question 10

A company's revenue rate function R(t)R'(t) is measured at hourly intervals over a 6-hour period. Using the trapezoidal rule to estimate total revenue 06R(t)dt\int_0^6 R'(t) \, dt, the calculation yields 420. However, due to a data collection error, one of the measured values was recorded as zero when it should have been positive. If this error caused the trapezoidal estimate to be 15% lower than it should be, what was the correct value of the mis-recorded data point?

  1. The missing value was 37 if it occurred at an interior point
  2. The missing value was 74 if it occurred at an interior point, or 148 if at an endpoint (correct answer)
  3. The missing value was 74 regardless of its position
  4. The missing value was 148 if it occurred at an interior point, or 74 if at an endpoint
Explanation: If the estimate is 15% too low, then 420 = 0.85 × (true estimate), so the true estimate is 420/0.85 ≈ 494.12. The difference is about 74. In the trapezoidal rule, interior points have weight 2 while endpoints have weight 1. If the missing value v occurred at an interior point, the correction to the estimate is (Δx/2) × 2v = Δx × v. If at an endpoint, the correction is (Δx/2) × v. With Δx = 1, we need: for interior point, 1 × v = 74, so v = 74; for endpoint, (1/2) × v = 74, so v = 148. Choice A gives wrong values. Choice C ignores position dependence. Choice D reverses the interior/endpoint relationship.

Question 11

Consider the integral 04120x+1dx\int_0^4 \frac{120}{x+1} \, dx. Let T2T_2 be the trapezoidal rule approximation with n=2n=2 subintervals and T4T_4 be the approximation with n=4n=4 subintervals. What is the value of T2T4T_2 - T_4?

  1. -22
  2. 11
  3. 22 (correct answer)
  4. 44
Explanation: Let f(x)=120x+1f(x) = \frac{120}{x+1}. First, calculate T2T_2: a=0,b=4,n=2a=0, b=4, n=2, so Δx=2\Delta x=2. The points are 0, 2, 4. T2=22[f(0)+2f(2)+f(4)]=1[1201+2(1203)+1205]=120+2(40)+24=224T_2 = \frac{2}{2}[f(0) + 2f(2) + f(4)] = 1[\frac{120}{1} + 2(\frac{120}{3}) + \frac{120}{5}] = 120 + 2(40) + 24 = 224 Next, calculate T4T_4: a=0,b=4,n=4a=0, b=4, n=4, so Δx=1\Delta x=1. The points are 0, 1, 2, 3, 4. T4=12[f(0)+2f(1)+2f(2)+2f(3)+f(4)]T_4 = \frac{1}{2}[f(0) + 2f(1) + 2f(2) + 2f(3) + f(4)] T4=12[1201+2(1202)+2(1203)+2(1204)+1205]T_4 = \frac{1}{2}[\frac{120}{1} + 2(\frac{120}{2}) + 2(\frac{120}{3}) + 2(\frac{120}{4}) + \frac{120}{5}] T4=12[120+2(60)+2(40)+2(30)+24]=12[120+120+80+60+24]=12[404]=202T_4 = \frac{1}{2}[120 + 2(60) + 2(40) + 2(30) + 24] = \frac{1}{2}[120+120+80+60+24] = \frac{1}{2}[404] = 202 Finally, find the difference: T2T4=224202=22T_2 - T_4 = 224 - 202 = 22.

Question 12

A company's profit flow is modeled by the function P(t)=150e0.1tP(t) = 150e^{-0.1t}, where tt is in years and P(t)P(t) is in thousands of dollars per year. Use the trapezoidal rule with n=3n=3 to write an expression that estimates the total profit over the first 6 years, which is given by 06150e0.1tdt\int_0^6 150e^{-0.1t} \, dt.

  1. 300(e0.2+e0.4+e0.6)300(e^{-0.2} + e^{-0.4} + e^{-0.6})
  2. 300(1+2e0.2+2e0.4+e0.6)300(1 + 2e^{-0.2} + 2e^{-0.4} + e^{-0.6})
  3. 150(1+e0.2+e0.4+e0.6)150(1 + e^{-0.2} + e^{-0.4} + e^{-0.6})
  4. 150(1+2e0.2+2e0.4+e0.6)150(1 + 2e^{-0.2} + 2e^{-0.4} + e^{-0.6}) (correct answer)
Explanation: When you encounter a definite integral representing accumulation over time (like total profit from a profit rate), numerical integration methods like the trapezoidal rule become essential tools when exact integration is complex or unnecessary. The trapezoidal rule with n=3n=3 subintervals over [0,6][0,6] creates intervals of width Δt=603=2\Delta t = \frac{6-0}{3} = 2. This gives you evaluation points at t=0,2,4,6t = 0, 2, 4, 6. The trapezoidal rule formula is: abf(t)dtΔt2[f(t0)+2f(t1)+2f(t2)+f(t3)]\int_a^b f(t)\,dt \approx \frac{\Delta t}{2}[f(t_0) + 2f(t_1) + 2f(t_2) + f(t_3)] Let's calculate the function values: P(0)=150e0=150P(0) = 150e^0 = 150, P(2)=150e0.2P(2) = 150e^{-0.2}, P(4)=150e0.4P(4) = 150e^{-0.4}, and P(6)=150e0.6P(6) = 150e^{-0.6}. Applying the formula: 22[150+2(150e0.2)+2(150e0.4)+150e0.6]\frac{2}{2}[150 + 2(150e^{-0.2}) + 2(150e^{-0.4}) + 150e^{-0.6}] Factoring out 150: 150[1+2e0.2+2e0.4+e0.6]150[1 + 2e^{-0.2} + 2e^{-0.4} + e^{-0.6}] This matches answer choice D. Answer A omits the crucial factor of 2 for interior points and the endpoint values. Answer B incorrectly uses Δt=4\Delta t = 4 instead of 2, doubling the coefficient to 300. Answer C forgets the factor of 2 for interior function values, which is essential to the trapezoidal rule. Remember: the trapezoidal rule always weights interior points by 2 and endpoints by 1, with the entire sum multiplied by Δt2\frac{\Delta t}{2}.

Question 13

The total variable cost to produce XX units of a product is given by the integral of the marginal cost function, 0XC(q)dq\int_0^X C'(q) \, dq. Let TnT_n be the trapezoidal rule approximation of this integral using nn subintervals. Assuming C(q)C'(q) is a continuous function, which statement best describes the behavior of TnT_n as nn \to \infty?

  1. TnT_n approaches the average variable cost to produce XX units.
  2. TnT_n approaches the exact total variable cost to produce XX units. (correct answer)
  3. TnT_n approaches infinity as the number of calculations increases.
  4. TnT_n approaches the marginal cost at XX, which is C(X)C'(X).
Explanation: This question tests your understanding of numerical integration and the Fundamental Theorem of Calculus in a business context. When you see the trapezoidal rule approximating an integral, focus on what happens as the approximation becomes more refined. The integral 0XC(q)dq\int_0^X C'(q) \, dq represents the exact total variable cost to produce XX units. By the Fundamental Theorem of Calculus, this equals C(X)C(0)C(X) - C(0), where C(0)=0C(0) = 0 for variable costs, giving us the total variable cost C(X)C(X). The trapezoidal rule TnT_n approximates this integral by dividing the interval [0,X][0,X] into nn subintervals and using trapezoids to estimate the area under the curve C(q)C'(q). Since C(q)C'(q) is continuous, as nn \to \infty, the trapezoidal approximation converges to the exact value of the integral. Therefore, TnT_n approaches the exact total variable cost to produce XX units, making B correct. Choice A is wrong because average variable cost would be 1X0XC(q)dq\frac{1}{X}\int_0^X C'(q) \, dq, not the integral itself. Choice C is incorrect because the trapezoidal rule converges to a finite value for continuous functions—it doesn't diverge to infinity. Choice D confuses the integral with its derivative; C(X)C'(X) is the marginal cost at point XX, not the total variable cost from 0 to XX. Study tip: Remember that numerical integration methods like the trapezoidal rule approximate definite integrals, and as you use more subintervals, you get closer to the exact integral value—not to derivatives or averages.

Question 14

Consider applying the trapezoidal rule to estimate abf(x)dx\int_a^b f(x) \, dx using nn subintervals. If the function values at the endpoints are f(a)=8f(a) = 8 and f(b)=12f(b) = 12, and the sum of all interior function values is 45, what is the trapezoidal approximation in terms of Δx\Delta x?

  1. Δx(10+45)\Delta x \cdot (10 + 45)
  2. Δx2(20+90)\frac{\Delta x}{2} \cdot (20 + 90)
  3. Δx2(16+90)\frac{\Delta x}{2} \cdot (16 + 90)
  4. Δx2(8+90+12)\frac{\Delta x}{2} \cdot (8 + 90 + 12) (correct answer)
Explanation: When you encounter trapezoidal rule problems, focus on the standard formula structure: the approximation equals Δx2\frac{\Delta x}{2} times a sum that includes endpoint values once and interior values twice. The trapezoidal rule formula is: Tn=Δx2[f(x0)+2f(x1)+2f(x2)+...+2f(xn1)+f(xn)]T_n = \frac{\Delta x}{2}[f(x_0) + 2f(x_1) + 2f(x_2) + ... + 2f(x_{n-1}) + f(x_n)] Here, f(x0)=f(a)=8f(x_0) = f(a) = 8 and f(xn)=f(b)=12f(x_n) = f(b) = 12 are the endpoint values. The sum of interior values is 45, but remember that each interior value gets multiplied by 2 in the formula, giving us 2×45=902 \times 45 = 90. Therefore: Tn=Δx2[8+90+12]=Δx2[110]T_n = \frac{\Delta x}{2}[8 + 90 + 12] = \frac{\Delta x}{2}[110] This matches answer choice D: Δx2(8+90+12)\frac{\Delta x}{2} \cdot (8 + 90 + 12). A is wrong because it omits the 12\frac{1}{2} factor entirely and doesn't account for doubling the interior values. B incorrectly doubles the endpoint values (giving 20 instead of 8 + 12 = 20) when only interior values should be doubled. C makes a similar error by doubling the endpoint sum to get 16, when the endpoints should remain as 8 + 12 = 20, not be doubled individually. Study tip: Always remember the trapezoidal rule pattern: Δx2×\frac{\Delta x}{2} \times [first endpoint + 2(sum of interior values) + last endpoint]. The factor of 2 applies only to interior points, never to the endpoints.

Question 15

The trapezoidal rule is applied to estimate 210xdx\int_2^{10} \sqrt{x} \, dx using n=4n = 4 subintervals. Which of the following best describes the relationship between this approximation and the exact value of the integral?

  1. The approximation will be exactly equal to the exact value since x\sqrt{x} is continuous
  2. The approximation will overestimate the exact value since x\sqrt{x} is concave down on [2,10][2,10] (correct answer)
  3. The approximation will underestimate the exact value since x\sqrt{x} is concave up on [2,10][2,10]
  4. The approximation will overestimate the exact value since x\sqrt{x} is concave up on [2,10][2,10]
Explanation: For f(x) = √x, f''(x) = -1/(4x^(3/2)) < 0 for all x > 0, so √x is concave down on [2,10]. When a function is concave down, the trapezoidal rule overestimates the integral because the trapezoids lie above the curve. Choice A is wrong because the trapezoidal rule is exact only for linear functions. Choice C incorrectly states that √x is concave up. Choice D has the right concavity but wrong conclusion about over/underestimation.

Question 16

Which expression represents the approximation of 131x2+1dx\int_1^3 \frac{1}{x^2+1} \, dx using the trapezoidal rule with n=4n=4 subintervals?

  1. 0.25[112+1+21.52+1+222+1+22.52+1+132+1]0.25 \left[ \frac{1}{1^2+1} + \frac{2}{1.5^2+1} + \frac{2}{2^2+1} + \frac{2}{2.5^2+1} + \frac{1}{3^2+1} \right] (correct answer)
  2. 0.5[112+1+11.52+1+122+1+12.52+1+132+1]0.5 \left[ \frac{1}{1^2+1} + \frac{1}{1.5^2+1} + \frac{1}{2^2+1} + \frac{1}{2.5^2+1} + \frac{1}{3^2+1} \right]
  3. 0.5[112+1+21.52+1+222+1+22.52+1+132+1]0.5 \left[ \frac{1}{1^2+1} + \frac{2}{1.5^2+1} + \frac{2}{2^2+1} + \frac{2}{2.5^2+1} + \frac{1}{3^2+1} \right]
  4. 0.25[112+1+11.52+1+122+1+12.52+1+132+1]0.25 \left[ \frac{1}{1^2+1} + \frac{1}{1.5^2+1} + \frac{1}{2^2+1} + \frac{1}{2.5^2+1} + \frac{1}{3^2+1} \right]
Explanation: For this integral, a=1,b=3,n=4a=1, b=3, n=4, and f(x)=1x2+1f(x) = \frac{1}{x^2+1}. The width of each subinterval is Δx=314=0.5\Delta x = \frac{3-1}{4} = 0.5. The partition points are x0=1,x1=1.5,x2=2,x3=2.5,x4=3x_0=1, x_1=1.5, x_2=2, x_3=2.5, x_4=3. The trapezoidal rule formula is Tn=Δx2[f(x0)+2f(x1)++f(xn)]T_n = \frac{\Delta x}{2} [f(x_0) + 2f(x_1) + \dots + f(x_n)]. Here, the pre-factor is Δx2=0.52=0.25\frac{\Delta x}{2} = \frac{0.5}{2} = 0.25. The expression is: T4=0.25[f(1)+2f(1.5)+2f(2)+2f(2.5)+f(3)]T_4 = 0.25 [f(1) + 2f(1.5) + 2f(2) + 2f(2.5) + f(3)] Substituting the function gives: T4=0.25[112+1+21.52+1+222+1+22.52+1+132+1]T_4 = 0.25 \left[ \frac{1}{1^2+1} + \frac{2}{1.5^2+1} + \frac{2}{2^2+1} + \frac{2}{2.5^2+1} + \frac{1}{3^2+1} \right]