Step 1: Understanding the Question:
We are given a piecewise defined function containing two unknown parameters $a$ and $b$. The function is specified to be continuous at the boundary point $x = 1$, and we need to solve for the values of $a$ and $b$.
Step 2: Key Formula or Approach:
For a function to be continuous at a point $x = c$, the Left-Hand Limit (LHL), Right-Hand Limit (RHL), and the value of the function at that point must all be equal:
$$\lim_{x \rightarrow c^-} f(x) = \lim_{x \rightarrow c^+} f(x) = f(c)$$
Step 3: Detailed Explanation:
Let's find the values of the individual limit components at $x = 1$:
• Left-Hand Limit (LHL): Use the expression for $x < 1$:
$$\text{LHL} = \lim_{x \rightarrow 1^-} (3ax + b) = 3a(1) + b = 3a + b$$
• Right-Hand Limit (RHL): Use the expression for $x > 1$:
$$\text{RHL} = \lim_{x \rightarrow 1^+} (5ax - 2b) = 5a(1) - 2b = 5a - 2b$$
• Value of the function: Given explicitly as $f(1) = 11$.
Since the function is continuous at $x = 1$, equate the LHL and RHL to the function value to form a system of simultaneous linear equations:
align
3a + b &= 11
5a - 2b &= 11
align
Let's solve this system. Multiply equation (1) by 2 to prepare for elimination:
$$6a + 2b = 22$$
Add this new equation directly to equation (2):
$$(6a + 2b) + (5a - 2b) = 22 + 11$$
$$11a = 33 \implies a = 3$$
Substitute $a = 3$ back into equation (1) to find $b$:
$$3(3) + b = 11 \implies 9 + b = 11 \implies b = 2$$
The solution values are $a = 3$ and $b = 2$.
Step 4: Final Answer:
The values of the parameters are $a = 3$ and $b = 2$, which corresponds to option (D).