QUESTION IMAGE
Question
consider the function
f(x)=\begin{cases}x^{2}-4, & x < 1,\\frac{x^{2}+alpha x+\beta}{x - 2}, & 1leq x < 2,\gamma e^{x - 2}, & xgeq2,end{cases}
where (alpha,\beta), and (gamma) are real constants.
(a) carefully state what is means for a function (f(x)) to be continuous at (x = a).
(b) find all values for the parameters (alpha,\beta), and (gamma) that make the function (f(x)) continous everywhere. justify your answer with a clear and concise explanation.
Step1: Definition of continuity
A function $f(x)$ is continuous at $x = a$ if $\lim_{x
ightarrow a^{-}}f(x)=\lim_{x
ightarrow a^{+}}f(x)=f(a)$. That is, the left - hand limit, the right - hand limit and the value of the function at $x = a$ are equal.
Step2: Continuity at $x = 1$
First, find $\lim_{x
ightarrow1^{-}}f(x)$ and $\lim_{x
ightarrow1^{+}}f(x)$.
$\lim_{x
ightarrow1^{-}}f(x)=1^{2}-4=- 3$.
$\lim_{x
ightarrow1^{+}}f(x)=\lim_{x
ightarrow1}\frac{x^{2}+\alpha x+\beta}{x - 2}$. Since the limit exists and the denominator approaches $1 - 2=-1$, then $1^{2}+\alpha\times1+\beta = 0$, so $\alpha+\beta=-1$. And $\lim_{x
ightarrow1^{+}}f(x)=\frac{1+\alpha+\beta}{1 - 2}=3$.
Step3: Continuity at $x = 2$
Find $\lim_{x
ightarrow2^{-}}f(x)$ and $\lim_{x
ightarrow2^{+}}f(x)$.
$\lim_{x
ightarrow2^{-}}f(x)=\lim_{x
ightarrow2}\frac{x^{2}+\alpha x+\beta}{x - 2}$. Since $\alpha+\beta=-1$, then $x^{2}+\alpha x+\beta=x^{2}+\alpha x-(1 + \alpha)=(x - 1)(x+(1 + \alpha))$. So $\lim_{x
ightarrow2^{-}}f(x)=\lim_{x
ightarrow2}\frac{(x - 1)(x+(1+\alpha))}{x - 2}$. For the limit to exist, when $x = 2$, the numerator must be $0$, so $2+(1+\alpha)=0$, then $\alpha=-3$.
Since $\alpha=-3$, then $\beta = 2$.
$\lim_{x
ightarrow2^{-}}f(x)=\lim_{x
ightarrow2}\frac{x^{2}-3x + 2}{x - 2}=\lim_{x
ightarrow2}\frac{(x - 1)(x - 2)}{x - 2}=1$.
$\lim_{x
ightarrow2^{+}}f(x)=\gamma e^{2 - 2}=\gamma$. So $\gamma = 1$.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
(a) A function $f(x)$ is continuous at $x = a$ if $\lim_{x
ightarrow a^{-}}f(x)=\lim_{x
ightarrow a^{+}}f(x)=f(a)$.
(b) $\alpha=-3$, $\beta = 2$, $\gamma = 1$