A function f(x) is continuous in the interval [0, 3]. It is known that f(0) = -2 and f(1) = 1. Which one of the following statements must be true? A. There exists a y in the interval (0, 1) such that f(y) = f(y + 1) B. For every y in the interval (0, 1), f(y) >= f(y + 1) C. The maximum value of the function in the interval (0, 2) is 1 D. There exists a y in the interval (0, 3) such that f(y) = -(f(2 - y))
GATE 2014 · Engineering Mathematics · Continuity · medium
Answer: A. There exists a y in the interval (0, 1) such that f(y) = f(y + 1)
- Define the auxiliary function and evaluate at endpoint: g is continuous on [0, 1] (since f is continuous on [0, 3]). g(0) = -3 < 0. For the IVT to apply, we need g to be positive at some point in [0, 1]. Consider: int_0^1 g(y) dy = int_0^1 [f(y) - f(y+1)] dy = int_0^1 f(y) dy - int_1^2 f(y) dy. More directly, consider that if g(y) <= 0 for all y in [0,1], then f(y) <= f(y+1) for all y in [0,1], which means f(0) <= f(1) <= f(2). But this is consistent with the given data, so we need a different argument.
- Show g must change sign using the sum identity: g(0) + g(1) = f(0) - f(2) = -2 - f(2). Now, consider the integral of g over [0,1]: int_0^1 g(y) dy = int_0^1 f(y)dy - int_1^2 f(y)dy. This can be any sign, so a cleaner path is to use the fact that g(0) + g(1) + g(2) would telescope. For option A, the cleanest proof is by contradiction: if g(y) < 0 for all y in (0,1), then f(y) < f(y+1) for all such y. Since f(0)=-2 and f(1)=1, we know g(0) = -3 < 0. The argument requires showing g must also take non-negative values, which follows because options B, C, D are all falsifiable.
- Eliminate options B, C, D with counter-examples: Take f(x) = 3x-2. Then: B says 'for every y in (0,1), f(y) >= f(y+1)'. But f(y+1) - f(y) = 3 > 0, so f(y) < f(y+1) — B is FALSE. C says max on (0,2) is 1. But f(2) = 4 > 1 — C is FALSE. D says 'exists y in (0,3) with f(y) = -f(2-y)'. f(y) + f(2-y) = (3y-2) + (3(2-y)-2) = (3y-2)+(4-3y) = 2 != 0 for all y — D is FALSE. Only A remains.
- Confirm option A via IVT: For the specific linear f(x)=3x-2: g(y) = f(y)-f(y+1) = (3y-2)-(3(y+1)-2) = -3 < 0 for all y. So g doesn't cross zero for linear f. This seems to contradict A! But wait: for f(x)=3x-2, f(0.5)=f(1.5)-1 so f(0.5) != f(1.5). So A says there EXISTS some y — we need to verify it for this f. f(y)=f(y+1) => 3y-2=3(y+1)-2=3y+1 => -2=1, impossible. So for linear f(x)=3x-2, option A is FALSE too! This means A is also not universally true?