Concept:The largest decreasing interval of a piecewise function determines the parameter
α, which is then used to find the local maximum of another function by analyzing its derivative.
Explanation:First, consider
f(t)=t2∣t+1∣ for
t<0.
The critical point is
t=−1 (where
∣t+1∣=0).
Write piecewise form: for
t≤−1,
f(t)=−t2t+1; for
−1<t<0,
f(t)=t2t+1.
Derivatives: for
t<−1,
f′(t)=t3t+2; for
−1<t<0,
f′(t)=−t3t+2.
For
t<−1,
f′(t)=0 at
t=−2.
On
(−∞,−2),
f′(t)>0 (increasing). On
(−2,−1),
f′(t)<0 (decreasing).
On
(−1,0),
f′(t)>0 (increasing).
Thus the largest decreasing interval is
(−2,−1).
Given that
(2α,α) is this interval, we have
2α=−2 and
α=−1.
Now
g(x)=2loge(x−2)+αx2+4x−α,
x>2.
Substitute
α=−1:
g(x)=2ln(x−2)−x2+4x+1.
Find derivative:
g′(x)=x−22−2x+4=x−2−2x2+8x−6=x−2−2(x−3)(x−1).
For
x>2, the only critical point is
x=3 (since
x−1>0).
Sign of
g′(x): left of 3, positive; right of 3, negative. So
x=3 is a local maximum.
Compute
g(3)=2ln(1)−9+12+1=0+4=4.
Answer:4 (Option A)