Concept:A function is continuous at
x=a if left-hand limit equals right-hand limit equals
f(a).
It is differentiable at
x=a if left-hand derivative equals right-hand derivative.
The greatest value in a closed interval occurs at a critical point or an endpoint.
Explanation:Given:f(x)={3x2+12x−1,37−x,−1≤x≤22<x≤3Statement 1 – Continuity at x=2:Left-hand limit:
x→2−limf(x)=x→2−lim(3x2+12x−1)=3(4)+24−1=35.
Right-hand limit:
x→2+limf(x)=x→2+lim(37−x)=37−2=35.
Also
f(2)=3(4)+24−1=35.
Thus
LHL=RHL=f(2), so
f is continuous at
x=2.
Statement 1 is correct.
Statement 2 – Greatest value at x=2:Evaluate
f at the endpoints of the piecewise intervals and at
x=2:
f(−1)=3−12−1=−10,
f(2)=35,
f(3)=37−3=34.
Since
35 is the largest among these,
f attains its greatest value at
x=2.
Statement 2 is correct.
Statement 3 – Differentiability at x=2:Derivative from the left:
f′(x)=6x+12 for
x≤2, so
LHD=6(2)+12=24.
Derivative from the right:
f′(x)=−1 for
x>2, so
RHD=−1.
Since
24=−1, the left-hand derivative does not equal the right-hand derivative.
Hence
f is not differentiable at
x=2.
Statement 3 is incorrect.
Answer:Only statements 1 and 2 are correct. Therefore the correct code is A (1 and 2 only).