## 1. Problem Description

AnalysisDomainContinuityFunctionsSquare RootGreatest Integer FunctionInequalities
2025/6/27
##

1. Problem Description

The problem consists of two parts.
Part 1.1 involves the function f(x)=1x+13x2+4x+3f(x) = \sqrt{1 - \frac{x+13}{x^2 + 4x + 3}}.
(a) Find the domain of f(x)f(x).
(b) Discuss the continuity of f(x)f(x) at a=2a=2, specifying any case of one-sided continuity.
Part 1.2 involves the function g(x)=2x+314x236g(x) = \frac{\sqrt{2x+3} - 1}{\lfloor 4x^2 - 36 \rfloor}, where x\lfloor x \rfloor is the greatest integer less than or equal to xx.
(a) Find the domain of g(x)g(x).
(b) Discuss the continuity of g(x)g(x) at a=32a = -\frac{3}{2}, specifying any case of one-sided continuity.
##

2. Solution Steps

### 1.1 (a) Finding the domain of f(x)
To find the domain of f(x)=1x+13x2+4x+3f(x) = \sqrt{1 - \frac{x+13}{x^2 + 4x + 3}}, we need to ensure that the expression inside the square root is non-negative and that the denominator is not zero. Thus, we need to satisfy the following conditions:

1. $1 - \frac{x+13}{x^2 + 4x + 3} \ge 0$

2. $x^2 + 4x + 3 \ne 0$

First, let's analyze the denominator:
x2+4x+3=(x+1)(x+3)x^2 + 4x + 3 = (x+1)(x+3). So, x1x \ne -1 and x3x \ne -3.
Now, let's solve the inequality:
1x+13(x+1)(x+3)01 - \frac{x+13}{(x+1)(x+3)} \ge 0
(x+1)(x+3)(x+13)(x+1)(x+3)0\frac{(x+1)(x+3) - (x+13)}{(x+1)(x+3)} \ge 0
x2+4x+3x13(x+1)(x+3)0\frac{x^2 + 4x + 3 - x - 13}{(x+1)(x+3)} \ge 0
x2+3x10(x+1)(x+3)0\frac{x^2 + 3x - 10}{(x+1)(x+3)} \ge 0
(x+5)(x2)(x+1)(x+3)0\frac{(x+5)(x-2)}{(x+1)(x+3)} \ge 0
We analyze the sign of this expression by considering the intervals determined by the critical points 5,3,1,2-5, -3, -1, 2.
- x<5x < -5: (+)/(+)(+)=+(+)/(+)(+) = +
- 5<x<3-5 < x < -3: ()/(+)(+)=(-)/(+)(+) = -
- 3<x<1-3 < x < -1: ()/()(+)=+(-)/(-)(+) = +
- 1<x<2-1 < x < 2: ()/()()=(-)/(-)(-) = -
- x>2x > 2: (+)/()()=+(+)/(-)(-) = +
We want the expression to be greater than or equal to zero.
So, we have: x5x \le -5 or 3<x<1-3 < x < -1 or x2x \ge 2.
Since the expression can be equal to zero, we include x=5x = -5 and x=2x = 2. We must exclude x=3x = -3 and x=1x = -1 as they make the denominator zero.
Thus, the domain is (,5](3,1)[2,)(-\infty, -5] \cup (-3, -1) \cup [2, \infty).
### 1.1 (b) Discussing the continuity of f(x) at a=2
The function f(x)=1x+13x2+4x+3f(x) = \sqrt{1 - \frac{x+13}{x^2 + 4x + 3}} is continuous at x=2x=2 if f(2)f(2) exists and limx2f(x)=f(2)\lim_{x \to 2} f(x) = f(2).
f(2)=12+1322+4(2)+3=1154+8+3=11515=11=0f(2) = \sqrt{1 - \frac{2+13}{2^2 + 4(2) + 3}} = \sqrt{1 - \frac{15}{4+8+3}} = \sqrt{1 - \frac{15}{15}} = \sqrt{1-1} = 0. So f(2)f(2) exists.
Since f(x)=(x+5)(x2)(x+1)(x+3)f(x) = \sqrt{\frac{(x+5)(x-2)}{(x+1)(x+3)}}, and x>2x > 2, we consider limx2+f(x)\lim_{x \to 2^+} f(x). As xx approaches 22 from the right, x2x-2 approaches 00 from the right. Since all the other factors are non-zero in a neighborhood of 22, we have
limx2+(x+5)(x2)(x+1)(x+3)=0\lim_{x \to 2^+} \sqrt{\frac{(x+5)(x-2)}{(x+1)(x+3)}} = 0.
Since the domain of f(x)f(x) includes an interval to the right of x=2x=2, we can evaluate the right-hand limit.
Since f(2)=0f(2) = 0 and limx2+f(x)=0\lim_{x \to 2^+} f(x) = 0, we can say that f(x)f(x) is right-continuous at x=2x=2.
### 1.2 (a) Finding the domain of g(x)
To find the domain of g(x)=2x+314x236g(x) = \frac{\sqrt{2x+3} - 1}{\lfloor 4x^2 - 36 \rfloor}, we need to ensure that:

1. $2x+3 \ge 0$, so $x \ge -\frac{3}{2}$.

2. $\lfloor 4x^2 - 36 \rfloor \ne 0$.

From the second condition, we need to find the values of xx such that 04x236<10 \le 4x^2 - 36 < 1 is not true. In other words, we need 4x2360\lfloor 4x^2 - 36 \rfloor \ne 0, so 4x2364x^2 - 36 cannot lie in the interval [0,1)[0,1).
04x236<10 \le 4x^2 - 36 < 1
364x2<3736 \le 4x^2 < 37
9x2<3749 \le x^2 < \frac{37}{4}
3x<3723 \le |x| < \frac{\sqrt{37}}{2}
So we have two intervals to exclude: 3x<3723 \le x < \frac{\sqrt{37}}{2} and 372<x3-\frac{\sqrt{37}}{2} < x \le -3. Since x32x \ge -\frac{3}{2}, we only consider the interval 3x<3723 \le x < \frac{\sqrt{37}}{2}.
Since 376.08\sqrt{37} \approx 6.08, 3723.04\frac{\sqrt{37}}{2} \approx 3.04. Thus, we must exclude the interval [3,372)[3, \frac{\sqrt{37}}{2}).
Also, the numerator must be real. 2x+31\sqrt{2x+3}-1 exists for x32x \ge -\frac{3}{2}. Thus, we must also verify that 2x+31\sqrt{2x+3} - 1 is not zero at any of the points where 4x236=0\lfloor 4x^2-36 \rfloor = 0.
2x+31=0\sqrt{2x+3} - 1 = 0 implies 2x+3=1\sqrt{2x+3} = 1, so 2x+3=12x+3 = 1, which gives 2x=22x = -2, and x=1x = -1. Since 1-1 is not in our exclusion interval [3,372)[3, \frac{\sqrt{37}}{2}), this is not a problem.
Combining the conditions x32x \ge -\frac{3}{2} and x[3,372)x \notin [3, \frac{\sqrt{37}}{2}), the domain of g(x)g(x) is [32,)[3,372)[-\frac{3}{2}, \infty) \setminus [3, \frac{\sqrt{37}}{2}), which is [32,3)[372,)[-\frac{3}{2}, 3) \cup [\frac{\sqrt{37}}{2}, \infty).
### 1.2 (b) Discussing the continuity of g(x) at a = -3/2
At a=32a = -\frac{3}{2}, we have g(32)=2(32)+314(32)236=3+314(94)36=1936=127=127=127g(-\frac{3}{2}) = \frac{\sqrt{2(-\frac{3}{2})+3}-1}{\lfloor 4(-\frac{3}{2})^2 - 36 \rfloor} = \frac{\sqrt{-3+3}-1}{\lfloor 4(\frac{9}{4})-36 \rfloor} = \frac{-1}{\lfloor 9-36 \rfloor} = \frac{-1}{\lfloor -27 \rfloor} = \frac{-1}{-27} = \frac{1}{27}.
Now we examine the limit as xx approaches 32-\frac{3}{2} from the right. Since x32x \ge -\frac{3}{2} must be true, xx must approach 32-\frac{3}{2} from the right.
limx32+g(x)=limx32+2x+314x236=2(32)+314(32)236=127\lim_{x \to -\frac{3}{2}^+} g(x) = \lim_{x \to -\frac{3}{2}^+} \frac{\sqrt{2x+3} - 1}{\lfloor 4x^2 - 36 \rfloor} = \frac{\sqrt{2(-\frac{3}{2})+3}-1}{\lfloor 4(-\frac{3}{2})^2 - 36 \rfloor} = \frac{1}{27}.
Since g(32)=limx32+g(x)=127g(-\frac{3}{2}) = \lim_{x \to -\frac{3}{2}^+} g(x) = \frac{1}{27}, g(x)g(x) is right-continuous at x=32x = -\frac{3}{2}.
##

3. Final Answer

1.1
(a) The domain of f(x)f(x) is (,5](3,1)[2,)(-\infty, -5] \cup (-3, -1) \cup [2, \infty).
(b) f(x)f(x) is right-continuous at x=2x=2.
1.2
(a) The domain of g(x)g(x) is [32,3)[372,)[-\frac{3}{2}, 3) \cup [\frac{\sqrt{37}}{2}, \infty).
(b) g(x)g(x) is right-continuous at x=32x = -\frac{3}{2}.

Related problems in "Analysis"

The problem asks us to draw the tangent line to the curve $y = 3x^5 - 5x^4$ at the inflection point ...

CalculusDerivativesTangent LinesInflection PointsCurve Analysis
2025/6/29

The problem asks us to determine the concavity of the given curves and find their inflection points,...

CalculusDerivativesSecond DerivativeConcavityInflection Points
2025/6/29

The problem asks to find the following limits of the function $f(x)$ based on the given graph: $\lim...

LimitsFunctionsGraphical AnalysisAsymptotes
2025/6/28

The problem asks us to analyze the graph of the function $f(x)$, which is composed of a parabola, a ...

LimitsFunctionsPiecewise FunctionsAsymptotes
2025/6/28

The problem asks us to evaluate four limits based on the provided graph of a function $f(x)$. The li...

LimitsFunctionsGraph AnalysisOne-sided Limits
2025/6/28

The problem asks us to evaluate three limits, $A$, $B$, and $C$. $A = \lim_{x\to1} \frac{1+x}{\sqrt{...

LimitsCalculusIndeterminate FormsRationalizationL'Hopital's Rule (implied)
2025/6/28

The problem asks us to find the surface area of the solid generated by revolving the curve $y = x^{3...

CalculusSurface AreaSolid of RevolutionIntegrationDefinite IntegralApproximation
2025/6/28

The problem asks to find the volume of the solid generated by revolving the region bounded by the cu...

CalculusVolume of RevolutionIntegrationWasher Method
2025/6/28

The problem provides a function $f(x) = -x + 4 + \ln(\frac{x+1}{x-1})$ defined on the interval $(1, ...

LimitsDerivativesAsymptotesFunction AnalysisTangent LinesLogarithmic Functions
2025/6/28

Find the derivative of the function $g(x) = x^2 - 8\ln{x} - 1$.

CalculusDifferentiationDerivativesLogarithmic Functions
2025/6/28