Question
Question: Let the function, $$ f(x) = \begin{cases} -3ax^2-2, & x < 1 \\ a^2 + bx, & x \geq 1 \end{cases} $$ b...
Let the function,
f(x)={−3ax2−2,a2+bx,x<1x≥1be differentiable for all x∈R, where a>1,b∈R. If the area of the region enclosed by y=f(x) and the line y=−20 is α+β3,α,β∈Z, then the value of α+β is

34
Solution
The problem involves finding the area enclosed by a piecewise differentiable function and a horizontal line.
Step 1: Determine the values of 'a' and 'b' using differentiability conditions. The function is given as:
f(x)={−3ax2−2,a2+bx,x<1x≥1For f(x) to be differentiable for all x∈R, it must be continuous at x=1 and its left-hand derivative must equal its right-hand derivative at x=1.
Condition 1: Continuity at x=1 limx→1−f(x)=limx→1+f(x)=f(1) −3a(1)2−2=a2+b(1) −3a−2=a2+b a2+b+3a+2=0(Equation 1)
Condition 2: Differentiability at x=1 First, find the derivatives of the two parts: For x<1, f′(x)=dxd(−3ax2−2)=−6ax. For x>1, f′(x)=dxd(a2+bx)=b. For differentiability at x=1, f′(1−)=f′(1+): −6a(1)=b −6a=b(Equation 2)
Now, substitute Equation 2 into Equation 1: a2+(−6a)+3a+2=0 a2−3a+2=0 This is a quadratic equation that can be factored: (a−1)(a−2)=0 So, a=1 or a=2.
The problem states that a>1, so we choose a=2. Substitute a=2 into Equation 2 to find b: b=−6(2)=−12.
Thus, the function f(x) is:
f(x)={−3(2)x2−2,(2)2+(−12)x,x<1x≥1 f(x)={−6x2−2,4−12x,x<1x≥1Step 2: Find the intersection points of y=f(x) and y=−20. Case 1: For x<1 −6x2−2=−20 −6x2=−18 x2=3 x=±3 Since we are considering x<1, only x=−3 is a valid intersection point.
Case 2: For x≥1 4−12x=−20 −12x=−24 x=2 Since we are considering x≥1, x=2 is a valid intersection point.
The region enclosed by y=f(x) and y=−20 is between x=−3 and x=2.
Step 3: Set up the integral for the area. We need to determine if f(x) is above or below y=−20 in the interval [−3,2]. For x∈[−3,1), f(x)=−6x2−2. The maximum value in this interval is at x=0, f(0)=−2. The minimum value is at x=−3, f(−3)=−20. Since f(x) is a downward parabola with vertex at (0,−2), f(x)≥−20 for x∈[−3,1). For x∈[1,2], f(x)=4−12x. This is a decreasing line. At x=1, f(1)=−8. At x=2, f(2)=−20. So, f(x)≥−20 for x∈[1,2]. Since f(x)≥−20 over the entire interval [−3,2], the area A is given by: A=∫−32(f(x)−(−20))dx We split the integral at x=1 due to the piecewise definition: A=∫−31(−6x2−2−(−20))dx+∫12(4−12x−(−20))dx A=∫−31(−6x2+18)dx+∫12(24−12x)dx
Step 4: Evaluate the integrals. First integral:
∫−31(−6x2+18)dx=[−63x3+18x]−31=[−2x3+18x]−31=(−2(1)3+18(1))−(−2(−3)3+18(−3))=(−2+18)−(−2(−33)−183)=16−(63−183)=16−(−123)=16+123Second integral:
∫12(24−12x)dx=[24x−122x2]12=[24x−6x2]12=(24(2)−6(2)2)−(24(1)−6(1)2)=(48−6(4))−(24−6)=(48−24)−(18)=24−18=6Step 5: Calculate the total area and find α+β. Total Area A=(16+123)+6=22+123. The problem states the area is α+β3, where α,β∈Z. Comparing 22+123 with α+β3: α=22 β=12 The value of α+β=22+12=34.