The problem consists of several sub-problems. 1.1. Consider the function $f(x) = \begin{cases} 1 - \sqrt{-x} - 1 & \text{if } x \le 0 \\ \frac{1}{\lfloor 2x \rfloor - 3} & \text{if } x > 0 \end{cases}$ where $\lfloor x \rfloor$ is the greatest integer less than or equal to $x$. a) Find the domain $D_f$ of $f(x)$. b) Find the range $R_f$ of $f(x)$. c) Discuss the continuity of $f(x)$ at $a = 1$. 1.2. For the function $g(x) = \begin{cases} 1 + x^2 & \text{if } x \le 0 \\ 2 - x & \text{if } 0 < x \le 2 \\ (x - 1)^2 & \text{if } x > 2 \end{cases}$ Discuss its continuity at $a = 0$. Mention any case of one-sided continuity or not. 1.3. Show that there is a number that is exactly 1 more than its cube, and use your calculator to find an interval of length 0.01 that contains such a number.

AnalysisFunctionsDomainRangeContinuityLimitsPiecewise FunctionsIntervals
2025/6/6

1. Problem Description

The problem consists of several sub-problems.
1.

1. Consider the function

f(x)={1x1if x012x3if x>0f(x) = \begin{cases} 1 - \sqrt{-x} - 1 & \text{if } x \le 0 \\ \frac{1}{\lfloor 2x \rfloor - 3} & \text{if } x > 0 \end{cases}
where x\lfloor x \rfloor is the greatest integer less than or equal to xx.
a) Find the domain DfD_f of f(x)f(x).
b) Find the range RfR_f of f(x)f(x).
c) Discuss the continuity of f(x)f(x) at a=1a = 1.
1.

2. For the function

g(x)={1+x2if x02xif 0<x2(x1)2if x>2g(x) = \begin{cases} 1 + x^2 & \text{if } x \le 0 \\ 2 - x & \text{if } 0 < x \le 2 \\ (x - 1)^2 & \text{if } x > 2 \end{cases}
Discuss its continuity at a=0a = 0. Mention any case of one-sided continuity or not.
1.

3. Show that there is a number that is exactly 1 more than its cube, and use your calculator to find an interval of length 0.01 that contains such a number.

2. Solution Steps

1.

1. a) Domain of $f(x)$:

For x0x \le 0, we require x0-x \ge 0, which is always true.
For x>0x > 0, we require 2x30\lfloor 2x \rfloor - 3 \ne 0, so 2x3\lfloor 2x \rfloor \ne 3.
This means 32x<43 \le 2x < 4 is forbidden. Thus 1.5x<21.5 \le x < 2 is not allowed.
The domain is therefore (,0](0,1.5)[2,)(-\infty, 0] \cup (0, 1.5) \cup [2, \infty).
1.

1. b) Range of $f(x)$:

For x0x \le 0, f(x)=1x1=x0f(x) = 1 - \sqrt{-x} - 1 = -\sqrt{-x} \le 0.
For x>0x > 0, f(x)=12x3f(x) = \frac{1}{\lfloor 2x \rfloor - 3}.
If 0<x<1.50 < x < 1.5, 2x\lfloor 2x \rfloor can take values 0,1,20, 1, 2.
So 2x3\lfloor 2x \rfloor - 3 can take values 3,2,1-3, -2, -1.
So f(x)f(x) can take values 13,12,1-\frac{1}{3}, -\frac{1}{2}, -1.
If x2x \ge 2, 2x3\lfloor 2x \rfloor - 3 can take any integer value greater than or equal to

1. So $f(x)$ can take any value $\frac{1}{n}$ for $n \in \{1, 2, 3, ...\}$. The values $1, 1/2, 1/3, 1/4, ...$ are possible.

The range is (,0]{1,1/2,1/3}(0,1](-\infty, 0] \cup \{-1, -1/2, -1/3\} \cup (0, 1].
1.

1. c) Continuity of $f(x)$ at $a = 1$:

f(1)=12(1)3=123=1f(1) = \frac{1}{\lfloor 2(1) \rfloor - 3} = \frac{1}{2 - 3} = -1.
limx1f(x)=12x3=12(1)3=113=12\lim_{x \to 1^-} f(x) = \frac{1}{\lfloor 2x \rfloor - 3} = \frac{1}{\lfloor 2(1^-) \rfloor - 3} = \frac{1}{1 - 3} = -\frac{1}{2}.
limx1+f(x)=12x3=12(1+)3=123=1\lim_{x \to 1^+} f(x) = \frac{1}{\lfloor 2x \rfloor - 3} = \frac{1}{\lfloor 2(1^+) \rfloor - 3} = \frac{1}{2 - 3} = -1.
Since limx1f(x)limx1+f(x)\lim_{x \to 1^-} f(x) \ne \lim_{x \to 1^+} f(x), f(x)f(x) is discontinuous at x=1x = 1.
1.

2. Continuity of $g(x)$ at $a = 0$:

g(0)=1+02=1g(0) = 1 + 0^2 = 1.
limx0g(x)=limx0(1+x2)=1+0=1\lim_{x \to 0^-} g(x) = \lim_{x \to 0^-} (1 + x^2) = 1 + 0 = 1.
limx0+g(x)=limx0+(2x)=20=2\lim_{x \to 0^+} g(x) = \lim_{x \to 0^+} (2 - x) = 2 - 0 = 2.
Since limx0g(x)limx0+g(x)\lim_{x \to 0^-} g(x) \ne \lim_{x \to 0^+} g(x), g(x)g(x) is discontinuous at x=0x = 0.
We have left-hand continuity at x=0x = 0, since g(0)=limx0g(x)=1g(0) = \lim_{x \to 0^-} g(x) = 1.
1.

3. Find a number that is exactly 1 more than its cube:

Let xx be the number. Then x=x3+1x = x^3 + 1, or x3x+1=0x^3 - x + 1 = 0.
Let h(x)=x3x+1h(x) = x^3 - x + 1. We want to find xx such that h(x)=0h(x) = 0.
h(2)=8+2+1=5h(-2) = -8 + 2 + 1 = -5.
h(1)=1+1+1=1h(-1) = -1 + 1 + 1 = 1.
Since h(2)<0h(-2) < 0 and h(1)>0h(-1) > 0, there is a root in the interval (2,1)(-2, -1).
h(1.5)=3.375+1.5+1=0.875h(-1.5) = -3.375 + 1.5 + 1 = -0.875.
h(1.2)=1.728+1.2+1=0.472h(-1.2) = -1.728 + 1.2 + 1 = 0.472.
The root is between 1.5-1.5 and 1.2-1.2.
h(1.3)=2.197+1.3+1=0.103h(-1.3) = -2.197 + 1.3 + 1 = 0.103.
h(1.31)=2.248091+1.31+1=0.061909h(-1.31) = -2.248091 + 1.31 + 1 = 0.061909.
h(1.32)=2.300584+1.32+1=0.019416h(-1.32) = -2.300584 + 1.32 + 1 = 0.019416.
h(1.33)=2.353737+1.33+1=0.023737h(-1.33) = -2.353737 + 1.33 + 1 = -0.023737.
Since h(1.32)>0h(-1.32) > 0 and h(1.33)<0h(-1.33) < 0, the root is between 1.33-1.33 and 1.32-1.32.
Thus the interval (1.33,1.32)(-1.33, -1.32) is an interval of length 0.01 that contains such a number.

3. Final Answer

1.1 a) (,0](0,1.5)[2,)(-\infty, 0] \cup (0, 1.5) \cup [2, \infty)
1.1 b) (,0]{1,1/2,1/3}(0,1](-\infty, 0] \cup \{-1, -1/2, -1/3\} \cup (0, 1]
1.1 c) f(x)f(x) is discontinuous at x=1x = 1.
1.2 g(x)g(x) is discontinuous at x=0x = 0. It is left-hand continuous at x=0x = 0.
1.3 (1.33,1.32)(-1.33, -1.32)

Related problems in "Analysis"

We are asked to evaluate the infinite sum $\sum_{k=2}^{\infty} (\frac{1}{k} - \frac{1}{k-1})$.

Infinite SeriesTelescoping SumLimits
2025/6/7

The problem consists of two parts. First, we are asked to evaluate the integral $\int_0^{\pi/2} x^2 ...

IntegrationIntegration by PartsDefinite IntegralsTrigonometric Functions
2025/6/7

The problem asks us to find the derivatives of six different functions.

CalculusDifferentiationProduct RuleQuotient RuleChain RuleTrigonometric Functions
2025/6/7

The problem states that $f(x) = \ln(x+1)$. We are asked to find some information about the function....

CalculusDerivativesChain RuleLogarithmic Function
2025/6/7

The problem asks us to evaluate two limits. The first limit is $\lim_{x\to 0} \frac{\sqrt{x+1} + \sq...

LimitsCalculusL'Hopital's RuleTrigonometry
2025/6/7

We need to find the limit of the expression $\sqrt{3x^2+7x+1}-\sqrt{3}x$ as $x$ approaches infinity.

LimitsCalculusIndeterminate FormsRationalization
2025/6/7

We are asked to find the limit of the expression $\sqrt{3x^2 + 7x + 1} - \sqrt{3}x$ as $x$ approache...

LimitsCalculusRationalizationAsymptotic Analysis
2025/6/7

The problem asks to evaluate the definite integral: $J = \int_0^{\frac{\pi}{2}} \cos(x) \sin^4(x) \,...

Definite IntegralIntegrationSubstitution
2025/6/7

We need to evaluate the definite integral $J = \int_{0}^{\frac{\pi}{2}} \cos x \sin^4 x \, dx$.

Definite IntegralIntegration by SubstitutionTrigonometric Functions
2025/6/7

We need to evaluate the definite integral: $I = \int (\frac{1}{x} + \frac{4}{x^2} - \frac{5}{\sin^2 ...

Definite IntegralsIntegrationTrigonometric Functions
2025/6/7