The problem consists of defining concepts related to functions, determining the truth of statements about continuity and differentiability, and verifying a limit using the epsilon-delta definition and finding values for constants in a piecewise function to ensure continuity. Question A1 asks for definitions: a) $c \in D_f$ is a critical number of a function $f$. b) $\lim_{x \to c^+} f(x) = L$, where $L \in \mathbb{R}$ and $c \in \mathbb{R}$ is an accumulation point of $D_f$. c) A function $f$ has a local minimum at $c \in D_f$. Question A2 asks to determine if these statements are true or false: a) If $f$ is continuous at $c \in I$, then $f$ is differentiable at $c$. b) If both $\lim_{x \to c^-} f(x)$ and $\lim_{x \to c^+} f(x)$ exist, then $f$ is continuous at $c$. Question A3 has two parts: a) Verify $\lim_{x \to 2} (x^2 - 7) = -3$ using the $\epsilon$-$\delta$ definition. b) Find the values of $a, b \in \mathbb{R}$ that make $f(x)$ continuous on its domain, where $f(x)$ is defined as: $f(x) = \begin{cases} \frac{x^2 - 9}{x - 3} & \text{if } x < 3 \\ ax^2 + bx + 5 & \text{if } 3 \le x < 5 \\ 3x + a - b & \text{if } x \ge 5 \end{cases}$

AnalysisLimitsContinuityDifferentiabilityEpsilon-Delta DefinitionPiecewise FunctionsCritical NumbersLocal Minima
2025/6/19

1. Problem Description

The problem consists of defining concepts related to functions, determining the truth of statements about continuity and differentiability, and verifying a limit using the epsilon-delta definition and finding values for constants in a piecewise function to ensure continuity.
Question A1 asks for definitions:
a) cDfc \in D_f is a critical number of a function ff.
b) limxc+f(x)=L\lim_{x \to c^+} f(x) = L, where LRL \in \mathbb{R} and cRc \in \mathbb{R} is an accumulation point of DfD_f.
c) A function ff has a local minimum at cDfc \in D_f.
Question A2 asks to determine if these statements are true or false:
a) If ff is continuous at cIc \in I, then ff is differentiable at cc.
b) If both limxcf(x)\lim_{x \to c^-} f(x) and limxc+f(x)\lim_{x \to c^+} f(x) exist, then ff is continuous at cc.
Question A3 has two parts:
a) Verify limx2(x27)=3\lim_{x \to 2} (x^2 - 7) = -3 using the ϵ\epsilon-δ\delta definition.
b) Find the values of a,bRa, b \in \mathbb{R} that make f(x)f(x) continuous on its domain, where f(x)f(x) is defined as:
$f(x) = \begin{cases}
\frac{x^2 - 9}{x - 3} & \text{if } x < 3 \\
ax^2 + bx + 5 & \text{if } 3 \le x < 5 \\
3x + a - b & \text{if } x \ge 5
\end{cases}$

2. Solution Steps

Question A1:
a) cDfc \in D_f is a critical number of a function ff if f(c)=0f'(c) = 0 or f(c)f'(c) does not exist.
b) limxc+f(x)=L\lim_{x \to c^+} f(x) = L if for every ϵ>0\epsilon > 0, there exists a δ>0\delta > 0 such that if c<x<c+δc < x < c + \delta, then f(x)L<ϵ|f(x) - L| < \epsilon. Also, cc must be an accumulation point of the domain DfD_f meaning every open interval containing cc contains a point other than cc in DfD_f.
c) A function ff has a local minimum at cDfc \in D_f if there exists an open interval (a,b)(a, b) containing cc such that f(c)f(x)f(c) \le f(x) for all x(a,b)Dfx \in (a, b) \cap D_f.
Question A2:
a) False. A counterexample is f(x)=xf(x) = |x| at x=0x = 0. f(x)f(x) is continuous at x=0x = 0, but f(0)f'(0) does not exist.
b) False. The limits must not only exist but also be equal to the value of the function at the point for the function to be continuous. A function can have left and right limits exist but not equal to f(c)f(c).
Question A3:
a) To verify limx2(x27)=3\lim_{x \to 2} (x^2 - 7) = -3, we need to show that for any ϵ>0\epsilon > 0, there exists a δ>0\delta > 0 such that if 0<x2<δ0 < |x - 2| < \delta, then (x27)(3)<ϵ|(x^2 - 7) - (-3)| < \epsilon.
We have (x27)(3)=x24=(x2)(x+2)=x2x+2|(x^2 - 7) - (-3)| = |x^2 - 4| = |(x - 2)(x + 2)| = |x - 2||x + 2|.
We want x2x+2<ϵ|x - 2||x + 2| < \epsilon.
Assume x2<1|x - 2| < 1. Then 1<x2<1-1 < x - 2 < 1, so 1<x<31 < x < 3, and 3<x+2<53 < x + 2 < 5. Thus, x+2<5|x + 2| < 5.
So x2x+2<5x2|x - 2||x + 2| < 5|x - 2|.
If we choose δ=min(1,ϵ5)\delta = \min(1, \frac{\epsilon}{5}), then if x2<δ|x - 2| < \delta, we have (x27)(3)=x2x+2<5x2<5(ϵ5)=ϵ|(x^2 - 7) - (-3)| = |x - 2||x + 2| < 5|x - 2| < 5(\frac{\epsilon}{5}) = \epsilon.
b) For f(x)f(x) to be continuous, we need to ensure continuity at x=3x = 3 and x=5x = 5.
At x=3x = 3:
limx3f(x)=limx3x29x3=limx3(x3)(x+3)x3=limx3(x+3)=6\lim_{x \to 3^-} f(x) = \lim_{x \to 3^-} \frac{x^2 - 9}{x - 3} = \lim_{x \to 3^-} \frac{(x - 3)(x + 3)}{x - 3} = \lim_{x \to 3^-} (x + 3) = 6.
f(3)=a(32)+b(3)+5=9a+3b+5f(3) = a(3^2) + b(3) + 5 = 9a + 3b + 5.
For continuity at x=3x = 3, we require 9a+3b+5=69a + 3b + 5 = 6, so 9a+3b=19a + 3b = 1.
At x=5x = 5:
limx5f(x)=a(52)+b(5)+5=25a+5b+5\lim_{x \to 5^-} f(x) = a(5^2) + b(5) + 5 = 25a + 5b + 5.
f(5)=3(5)+ab=15+abf(5) = 3(5) + a - b = 15 + a - b.
For continuity at x=5x = 5, we require 25a+5b+5=15+ab25a + 5b + 5 = 15 + a - b, so 24a+6b=1024a + 6b = 10, or 12a+3b=512a + 3b = 5.
We have the system of equations:
9a+3b=19a + 3b = 1
12a+3b=512a + 3b = 5
Subtracting the first equation from the second gives 3a=43a = 4, so a=43a = \frac{4}{3}.
Substituting into the first equation gives 9(43)+3b=19(\frac{4}{3}) + 3b = 1, so 12+3b=112 + 3b = 1, which means 3b=113b = -11, so b=113b = -\frac{11}{3}.

3. Final Answer

Question A1:
a) cDfc \in D_f is a critical number of a function ff if f(c)=0f'(c) = 0 or f(c)f'(c) does not exist.
b) limxc+f(x)=L\lim_{x \to c^+} f(x) = L if for every ϵ>0\epsilon > 0, there exists a δ>0\delta > 0 such that if c<x<c+δc < x < c + \delta, then f(x)L<ϵ|f(x) - L| < \epsilon. Also, cc must be an accumulation point of the domain DfD_f meaning every open interval containing cc contains a point other than cc in DfD_f.
c) A function ff has a local minimum at cDfc \in D_f if there exists an open interval (a,b)(a, b) containing cc such that f(c)f(x)f(c) \le f(x) for all x(a,b)Dfx \in (a, b) \cap D_f.
Question A2:
a) False.
b) False.
Question A3:
a) Verified by choosing δ=min(1,ϵ5)\delta = \min(1, \frac{\epsilon}{5}).
b) a=43a = \frac{4}{3}, b=113b = -\frac{11}{3}.

Related problems in "Analysis"

We are given the function $f(x) = \frac{x^3}{(x+1)^2}$. The problem asks us to find the domain, inte...

CalculusDerivativesDomainInterceptsCritical PointsInflection PointsAsymptotesCurve Sketching
2025/6/21

The problem consists of multiple limit calculations. (a) $\lim_{h\to 0} \frac{(2+h)^3 - 8}{h}$ (b) $...

LimitsCalculusLimits at InfinityGreatest Integer FunctionTrigonometric Functions
2025/6/21

We are given a function $f(x) = \frac{x+1}{\lfloor 3x-2 \rfloor}$, where $\lfloor x \rfloor$ represe...

DomainContinuityFloor FunctionLimits
2025/6/21

We are given the function $f(x) = 2x - 1 + \ln(\frac{x}{x+1})$. The problem asks us to find the doma...

Function AnalysisDomainLimitsAsymptotesDerivativesMonotonicityExtreme ValuesTable of VariationsOblique AsymptoteRoot FindingApproximation
2025/6/21

The problem consists of three parts: a) Evaluate the limit $\lim_{x\to 2} \frac{|x-2| + x - 2}{x^2 -...

LimitsHyperbolic FunctionsInverse Hyperbolic Functions
2025/6/19

The problem consists of four independent questions: d) Newton's Law of Cooling: The temperature of a...

Differential EquationsNewton's Law of CoolingFunction AnalysisDefinite IntegralFundamental Theorem of CalculusCalculus
2025/6/19

We are given the function $f(x) = \ln(x^2 + x)$. We need to find the domain of $f$, the x-intercepts...

CalculusLimitsDerivativesDomainAsymptotesConcavityGraphingLogarithmic Differentiation
2025/6/19

The problem involves analyzing the function $f(x) = 2x - 1 + \ln(\frac{x}{x+1})$. It asks to find th...

Function AnalysisDomainLimitsAsymptotesDerivativesMonotonicityCurve SketchingEquation SolvingNumerical Approximation
2025/6/15

The problem asks us to draw the graph of the function $y = \sin^{-1}(-\sin x)$.

TrigonometryInverse Trigonometric FunctionsGraphingPeriodic Functions
2025/6/14

We are asked to determine whether the function $y = \sqrt{4-x^2} - 2x^2$ is an even function, an odd...

Function AnalysisEven and Odd FunctionsDomain of a FunctionSquare Root Function
2025/6/14