You need to show that |∫₀¹ sin(x²)/√(x+1) dx| ≤ 1 without computing the integral explicitly. Which property of the Riemann integral is most directly applicable?
ALinearity — split the integrand into sin(x²) and 1/√(x+1) and integrate each separately
BMonotonicity — because |sin(x²)/√(x+1)| ≤ 1 on [0,1], and ∫₀¹ 1 dx = 1
CAdditivity — split the interval at x = 0.5 and bound each half separately
DNone of these — the bound requires computing the integral explicitly
Monotonicity (with the triangle inequality |∫f| ≤ ∫|f|) is the right tool. On [0,1], |sin(x²)| ≤ 1 and √(x+1) ≥ 1, so |sin(x²)/√(x+1)| ≤ 1 everywhere. Monotonicity then gives |∫f| ≤ ∫|f| ≤ ∫₀¹ 1 dx = 1. No explicit computation needed. Linearity handles sums and scalar multiples of integrable functions, not bounding absolute values this way. Additivity helps decompose domains but doesn't directly yield this bound. Option D reflects the misconception that bounding an integral always requires evaluating it explicitly.
Question 2 Multiple Choice
A function f equals 1 on [0, 0.5) and 3 on [0.5, 1]. Which property most directly enables computation of ∫₀¹ f dx?
ALinearity — write f = 1 + 2·1_{[0.5,1]} and integrate each term
BAdditivity over intervals — ∫₀¹ f = ∫₀^{0.5} f + ∫_{0.5}¹ f, and each piece is constant on its subinterval
CMonotonicity — since 1 ≤ f(x) ≤ 3, the integral lies between 1 and 3
DThe integral cannot be computed because f is discontinuous at x = 0.5
Additivity over intervals allows splitting the integration domain at x = 0.5 where f changes formula. On [0, 0.5], f = 1, giving integral 0.5; on [0.5, 1], f = 3, giving integral 1.5; total is 2. Linearity (option A) also works but requires rewriting f first, making additivity the more direct approach for piecewise functions. Option C gives only bounds, not the value. Option D is false — a single-point discontinuity does not prevent Riemann integrability; bounded functions with finitely many discontinuities are integrable.
Question 3 True / False
If f(x) ≤ g(x) for most x in [a, b], then ∫ₐᵇ f < ∫ₐᵇ g (strict inequality).
TTrue
FFalse
Answer: False
Monotonicity guarantees only weak inequality: ∫f ≤ ∫g. Strict inequality requires f(x) < g(x) on a set of positive measure, not merely at isolated points. For example, if f and g agree everywhere except at finitely many points, then ∫f = ∫g even though f ≤ g pointwise. The Riemann integral is insensitive to the function's behavior on sets of measure zero — individual points or finite collections of points contribute nothing to the integral. This is one place where the Lebesgue theory makes the statement more precise.
Question 4 True / False
Linearity of the Riemann integral — ∫(αf + βg) = α∫f + β∫g — allows any integrable function to be integrated by breaking it into simpler parts, provided each part is individually integrable on the same interval.
TTrue
FFalse
Answer: True
This is the operational significance of linearity. Any integrable function that can be decomposed as a sum of simpler functions (polynomials, trigonometric terms, rational functions after partial fractions) can be integrated piece by piece. Every standard integration technique — partial fractions, breaking a sum into terms, scaling by constants — ultimately relies on linearity. The condition 'provided each part is integrable' is important: linearity requires both summands to be integrable; you cannot split into parts that are individually non-integrable and apply the rule.
Question 5 Short Answer
Explain why the three core properties of the Riemann integral — linearity, monotonicity, and additivity — are described as a computational toolkit rather than just theoretical results.
Think about your answer, then reveal below.
Model answer: The Darboux construction answers 'does the integral exist?' — but it is unwieldy as a computational tool. The three properties answer 'how do we work with it?' Linearity allows decomposition: a complicated integrand is split into simpler parts, each integrated separately — this underlies partial fractions, integration by parts, and every technique that recombines simpler integrals. Additivity handles piecewise-defined functions and allows breaking the domain at problematic points. Monotonicity provides estimation: when exact computation is hard, bounding the integrand between simpler functions immediately bounds the integral. Together, they translate the abstract definition into actionable computation without returning to Darboux sums each time.
The distinction between existence and computation is central to real analysis. Darboux sums prove existence but are not what you use in practice. The properties are the bridge from the abstract construction to the computational techniques of calculus. Understanding why they hold — they are proved from the Darboux definition — gives you both confidence in their application and the ability to reason correctly about edge cases where familiar intuitions fail.