Question
Question: Let $f(x) = \begin{cases} x+1, & 0 \leq x \leq 1 \\ 2x^2 - 6x + 6, & 1 < x \leq 2 \end{cases}$ and $...
Let f(x)={x+1,2x2−6x+6,0≤x≤11<x≤2 and g(t)=∫t−1tf(x)dx for t∈[1,2]
Which of the following hold(s) good?

f(x) is continuous and differentiable in [0, 2]
g′(t) vanishes for t = 3/2 and 2
g(t) is maximum at t = 3/2
g(t) is minimum at t = 1
B, C, D
Solution
1. Analysis of f(x) for Continuity and Differentiability (Option A)
The function f(x) is defined as: f(x)={x+1,2x2−6x+6,0≤x≤11<x≤2
-
Continuity at x=1:
- Left-hand limit: limx→1−f(x)=limx→1−(x+1)=1+1=2.
- Right-hand limit: limx→1+f(x)=limx→1+(2x2−6x+6)=2(1)2−6(1)+6=2−6+6=2.
- Function value at x=1: f(1)=1+1=2. Since the left-hand limit, right-hand limit, and function value are equal, f(x) is continuous at x=1. As both pieces are polynomials, f(x) is continuous on [0,2].
-
Differentiability at x=1:
- Left-hand derivative: f′(x)=dxd(x+1)=1 for 0≤x<1. So, f′(1−)=1.
- Right-hand derivative: f′(x)=dxd(2x2−6x+6)=4x−6 for 1<x≤2. So, f′(1+)=4(1)−6=4−6=−2. Since f′(1−)=f′(1+), f(x) is not differentiable at x=1. Therefore, Option A is false.
2. Analysis of g(t) and its derivative g′(t)
g(t)=∫t−1tf(x)dx for t∈[1,2]. Using the Leibniz integral rule, g′(t)=dtd∫u(t)v(t)f(x)dx=f(v(t))v′(t)−f(u(t))u′(t). Here, v(t)=t and u(t)=t−1. So, v′(t)=1 and u′(t)=1. g′(t)=f(t)⋅1−f(t−1)⋅1=f(t)−f(t−1).
We need to consider the definition of f(x) based on the value of x. For t∈[1,2]:
- The argument t is in [1,2].
- The argument t−1 is in [0,1].
So, for t∈[1,2]:
- f(t−1)=(t−1)+1=t (since 0≤t−1≤1).
- For f(t):
- If t=1, f(1)=1+1=2.
- If 1<t≤2, f(t)=2t2−6t+6.
Let's evaluate g′(t):
- For t=1: g′(1)=f(1)−f(0)=(1+1)−(0+1)=2−1=1.
- For 1<t≤2: g′(t)=(2t2−6t+6)−t=2t2−7t+6.
3. Analysis of Option B
Option B states that g′(t) vanishes for t=3/2 and 2. We examine g′(t) for 1<t≤2: Set g′(t)=0⟹2t2−7t+6=0. Factoring the quadratic equation: (2t−3)(t−2)=0. The roots are t=3/2 and t=2. Both 3/2 and 2 are in the interval (1,2]. Also, g′(1)=1=0. Thus, g′(t) vanishes for t=3/2 and t=2. Option B is true.
4. Analysis of Options C and D
To analyze where g(t) is maximum or minimum, we study the sign of g′(t)=2t2−7t+6 for t∈[1,2]. The roots of g′(t) are 3/2 and 2. The parabola y=2t2−7t+6 opens upwards.
- For t∈[1,3/2): g′(t)>0 (e.g., g′(1.1)=2(1.1)2−7(1.1)+6=2.42−7.7+6=0.72>0). This means g(t) is increasing.
- For t∈(3/2,2): g′(t)<0 (e.g., g′(1.6)=2(1.6)2−7(1.6)+6=5.12−11.2+6=−0.08<0). This means g(t) is decreasing.
- At t=3/2, g′(3/2)=0.
This indicates that g(t) has a local maximum at t=3/2. To determine if it's a global maximum, we evaluate g(t) at critical points and endpoints. Let's calculate g(t) for t∈[1,2]: g(t)=∫t−11(x+1)dx+∫1t(2x2−6x+6)dx g(t)=[2x2+x]t−11+[32x3−3x2+6x]1t g(t)=(21+1)−(2(t−1)2+(t−1))+(32t3−3t2+6t)−(32−3+6) g(t)=23−2t2−2t+1+2t−2+32t3−3t2+6t−311 g(t)=23−2t2−1+32t3−3t2+6t−311 g(t)=24−t2+32t3−3t2+6t−311 g(t)=2−2t2+32t3−3t2+6t−311 g(t)=32t3−27t2+6t−35
Now evaluate g(t) at t=1,3/2,2:
- g(1)=32(1)3−27(1)2+6(1)−35=32−27+6−35=−1−27+6=5−27=23=1.5.
- g(3/2)=32(3/2)3−27(3/2)2+6(3/2)−35=32(27/8)−27(9/4)+9−35=49−863+9−35=2454−189+216−40=2441≈1.708.
- g(2)=32(2)3−27(2)2+6(2)−35=316−14+12−35=311−2=35≈1.667.
Comparing the values: g(1)=1.5, g(3/2)≈1.708, g(2)≈1.667.
- The maximum value of g(t) in [1,2] is 41/24, which occurs at t=3/2. So, Option C is true.
- The minimum value of g(t) in [1,2] is 3/2, which occurs at t=1. So, Option D is true.
Conclusion: Options B, C, and D are correct.