Lecture 7: Intermediate Value Theorem, Squeeze Theorem, and Trigonometric Limits

The Intermediate Value Theorem (IVT)

  • Rationale and Origin: The Intermediate Value Theorem was first proposed by Bolzano of Bohemia.

  • Nature of the Theorem: The IVT is a property shared by all continuous functions.

  • Primary Application: It is generally used in computations to find the values of x-intercepts where a function y=f(x)y = f(x) intersects the x-axis. These values are where f(x)=0f(x) = 0 and are also known as the zeros or solutions of the equation f(x)=0f(x) = 0.

  • Example of Zeros: If c1,c2,c3c_1, c_2, c_3 are zeros of a third-degree polynomial, then:

    • f(x)=(xc1)(xc2)(xc3)f(x) = (x - c_1)(x - c_2)(x - c_3)

    • f(c1)=0,f(c2)=0,f(c3)=0f(c_1) = 0, f(c_2) = 0, f(c_3) = 0

    • Specifically, if f(x)=(x4)(x1)(x3)f(x) = (x - 4)(x - 1)(x - 3), the zeros are 4,1,34, 1, 3.

Formal Statement of the Intermediate Value Theorem

  • Hypothesis:

    • Suppose ff is a continuous function of the variable xx on a closed interval [a,b][a, b] on the real number line R\mathbb{R}.

    • Let the sign of f(a)f(a) be different from the sign of f(b)f(b), such that f(a)0f(a) \neq 0 and f(b)0f(b) \neq 0.

    • In addition, suppose f(a)f(b)f(a) \neq f(b).

  • Definition of N: Let NN be a real number between f(a)f(a) and f(b)f(b) such that:

    • f(a) < N < f(b) OR f(b) < N < f(a).

  • Conclusion: There exists at least one xx-value, say x=cx = c, in the open interval (a,b)(a, b) (where a < c < b) such that f(c)=Nf(c) = N.

Illustrations and Cases of the IVT

  • Case #1: Increasing Scenario

    • Condition: f(a) < N and f(b) > N.

    • Because f(x)f(x) is continuous on [a,b][a, b], there exists at least one x=cx = c between x=ax = a and x=bx = b such that f(c)=Nf(c) = N.

  • Case #2: Decreasing Scenario

    • Condition: f(a) > N and f(b) < N.

    • Because f(x)f(x) is continuous on [a,b][a, b], there exists at least one x=cx = c between x=ax = a and x=bx = b such that f(c)=Nf(c) = N.

  • Case #3: Multiple Values of c

    • Condition: f(a) < N, f(b) > N, and f(x)f(x) is continuous on [a,b][a, b].

    • In some cases, the function may oscillate, resulting in multiple points c1,c2,c3,c_1, c_2, c_3, \dots in the interval (a,b)(a, b) where f(c1)=f(c2)=f(c3)=Nf(c_1) = f(c_2) = f(c_3) = N.

  • Case #4: Root Finding (N=0N = 0)

    • This specific case is used to solve polynomial equations of the form f(x)=0f(x) = 0.

    • It serves to estimate the roots/zeros of a function, especially useful when zeros are irrational numbers.

    • Reformulation for Zeros:

      • Let y=f(x)y = f(x) be continuous on [a,b][a, b].

      • Suppose there exists values x=c1x = c_1 and x=c2x = c_2 where f(c_1) > 0 and f(c_2) < 0, or vice versa.

      • Then there exists an xx-value x=c0x = c_0 such that a \leq c_1 < c_0 < c_2 \leq b where f(c0)=0f(c_0) = 0.

Strategy for Locating Zeros

  • Calculator Utilization: It is possible to use features on the TI-83 PLUS and TI-84 PLUS to locate zeros.

  • Methods:

    • TABLE feature: Explore the table to find where the sign of f(x)f(x) changes.

    • Intercept feature: Directly calculate the zeros using graphing capabilities.

Worked Examples on the IVT

  • Example 1: Consider f(x)=4x36x2+3x2f(x) = 4x^3 - 6x^2 + 3x - 2.

    • (i) Show there is a root between x=1x = 1 and x=2x = 2:

      • Step 1: f(x)f(x) is a polynomial of degree 33. All polynomials are continuous on R\mathbb{R}, thus it is continuous on [1,2][1, 2].

      • Step 2: Using the TABLE feature of a TI-84/83 PLUS calculator:

        • At x=1x = 1, f(1)=4(1)36(1)2+3(1)2=1f(1) = 4(1)^3 - 6(1)^2 + 3(1) - 2 = -1.

        • At x=2x = 2, f(2)=4(2)36(2)2+3(2)2=12f(2) = 4(2)^3 - 6(2)^2 + 3(2) - 2 = 12.

      • Step 3: Since f(1) = -1 < 0 and f(2) = 12 > 0, and the function is continuous, by the IVT there exists a value c(1,2)c \in (1, 2) such that f(c)=0f(c) = 0.

    • (ii) Locate other zeros: By inspecting the graph on the calculator, it is found that there is only one value of x=cx = c where f(x)=0f(x) = 0.

  • Example 2: Consider f(x)=x53x3+x223x+19f(x) = x^5 - 3x^3 + x^2 - 23x + 19.

    • Step 1: Construct a table of values (via calculator or manual calculation):

      • x=4,f(x)=705x = -4, f(x) = -705

      • x=3,f(x)=65x = -3, f(x) = -65

      • x=2,f(x)=61x = -2, f(x) = 61

      • x=0,f(x)=19x = 0, f(x) = 19

      • x=1,f(x)=5x = 1, f(x) = -5

      • x=2,f(x)=15x = 2, f(x) = -15

      • x=3,f(x)=121x = 3, f(x) = 121

      • x=4,f(x)=775x = 4, f(x) = 775

    • Step 2: Identify sign changes across given intervals:

      • (i) Interval [3,2][-3, -2]: f(3)=65f(-3) = -65 and f(2)=61f(-2) = 61. Sign change exists; there is a zero c1(3,2)c_1 \in (-3, -2).

      • (ii) Interval [0,1][0, 1]: f(0)=19f(0) = 19 and f(1)=5f(1) = -5. Sign change exists; there is a zero c2(0,1)c_2 \in (0, 1).

      • (iii) Interval [2,3][2, 3]: f(2)=15f(2) = -15 and f(3)=121f(3) = 121. Sign change exists; there is a zero c3(2,3)c_3 \in (2, 3).

  • Example 3: Consider f(x)=x34x+1f(x) = x^3 - 4x + 1.

    • Step 1: Construct Table:

      • x=4,f(x)=47x = -4, f(x) = -47

      • x=3,f(x)=14x = -3, f(x) = -14

      • x=2,f(x)=1x = -2, f(x) = 1

      • x=1,f(x)=4x = -1, f(x) = 4

      • x=0,f(x)=1x = 0, f(x) = 1

      • x=1,f(x)=2x = 1, f(x) = -2

      • x=2,f(x)=1x = 2, f(x) = 1

      • x=3,f(x)=16x = 3, f(x) = 16

    • Step 2: The function is a polynomial, thus continuous on R\mathbb{R}. Check intervals:

      • (i) [3,2][-3, -2]: f(3)=14f(-3) = -14, f(2)=1f(-2) = 1. Sign change occurs; root x=c1x = c_1 exists in (3,2)(-3, -2).

      • (ii) [0,1][0, 1]: f(0)=1f(0) = 1, f(1)=2f(1) = -2. Sign change occurs; root x=c2x = c_2 exists in (0,1)(0, 1).

      • (iii) [1,2][1, 2]: f(1)=2f(1) = -2, f(2)=1f(2) = 1. Sign change occurs; root x=c3x = c_3 exists in (1,2)(1, 2).

The Squeeze Theorem

  • Alternative Names: Also known as the Sandwich Theorem, the Pinch Theorem, or the Hamburger Theorem.

  • Definition: Let f,g,f, g, and hh be real-valued functions of the variable xx such that:

    1. x=x0x = x_0 is in the domains of f(x),g(x),f(x), g(x), and h(x)h(x), though the functions may or may not be defined exactly at x=x0x = x_0.

    2. In the neighborhood of x0x_0, g(x)f(x)h(x)g(x) \leq f(x) \leq h(x).

    3. limxx0g(x)=L\lim_{x \to x_0} g(x) = L and limxx0h(x)=L\lim_{x \to x_0} h(x) = L.

  • Conclusion: limxx0f(x)=L\lim_{x \to x_0} f(x) = L.

Worked Examples on the Squeeze Theorem

  • Example 1: Compute limx0xsin(1x)\lim_{x \to 0} x \sin\left(\frac{1}{x}\right).

    • Observation: sin(1x)\sin\left(\frac{1}{x}\right) oscillates infinitely between 1-1 and 11 as x0x \to 0. limx0sin(1x)\lim_{x \to 0} \sin\left(\frac{1}{x}\right) does not exist.

    • Step 1: Use the property 1sin(1x)1-1 \leq \sin\left(\frac{1}{x}\right) \leq 1.

    • Step 2: Multiply by x|x| to get xxsin(1x)x-|x| \leq x \sin\left(\frac{1}{x}\right) \leq |x|.

    • Step 3: Let g(x)=xg(x) = -|x| and h(x)=xh(x) = |x|.

    • Step 4: Compute limits of bounds: limx0x=0\lim_{x \to 0} -|x| = 0 and limx0x=0\lim_{x \to 0} |x| = 0.

    • Conclusion: By the Squeeze Theorem, limx0xsin(1x)=0\lim_{x \to 0} x \sin\left(\frac{1}{x}\right) = 0.

  • Example 2: Compute limx0x2sin(1x)\lim_{x \to 0} x^2 \sin\left(\frac{1}{x}\right).

    • Step 1: Identify bounds: 1sin(1x)1-1 \leq \sin\left(\frac{1}{x}\right) \leq 1.

    • Step 2: Multiply by x2x^2: x2x2sin(1x)x2-x^2 \leq x^2 \sin\left(\frac{1}{x}\right) \leq x^2.

    • Step 3: Let g(x)=x2g(x) = -x^2 and h(x)=x2h(x) = x^2.

    • Step 4: Since limx0(x2)=0\lim_{x \to 0} (-x^2) = 0 and limx0x2=0\lim_{x \to 0} x^2 = 0, then by the Squeeze Theorem, limx0x2sin(1x)=0\lim_{x \to 0} x^2 \sin\left(\frac{1}{x}\right) = 0.

Trigonometric Limits

  • Angular variables: Variables like x,θ,tx, \theta, t are measured in radians and serve as dummy variables.

  • Fundamental Limit:     limx0sin(x)x=1\lim_{x \to 0} \frac{\sin(x)}{x} = 1

  • Sequence Evaluation for sin(x)/x\sin(x)/x:

    • At x=±0.20x = \pm 0.20, f(x)0.99334665f(x) \approx 0.99334665

    • At x=±0.10x = \pm 0.10, f(x)0.99833417f(x) \approx 0.99833417

    • At x=±0.05x = \pm 0.05, f(x)0.99958339f(x) \approx 0.99958339

    • At x=±0.01x = \pm 0.01, f(x)0.99998333f(x) \approx 0.99998333

    • At x=±0.005x = \pm 0.005, f(x)0.99999583f(x) \approx 0.99999583

    • At x=±0.001x = \pm 0.001, f(x)0.99999983f(x) \approx 0.99999983

    • Note: While the function is undefined (DNE) at x=0x = 0, it is irrelevant for the limit calculation.

  • Inference: By inspection of the table, as x0+x \to 0^+ and x0x \to 0^-, the limit is 11.

  • Generalizations for nNn \in \mathbb{N}:

    • limx0sin(2x)2x=1\lim_{x \to 0} \frac{\sin(2x)}{2x} = 1

    • limx0sin(3x)3x=1\lim_{x \to 0} \frac{\sin(3x)}{3x} = 1

    • limx0sin(nx)nx=1\lim_{x \to 0} \frac{\sin(nx)}{nx} = 1

    • limx0sin(nx)x=n\lim_{x \to 0} \frac{\sin(nx)}{x} = n

  • Another Fundamental Limit:     limx0cos(x)1x=0\lim_{x \to 0} \frac{\cos(x) - 1}{x} = 0     Similarly: limx01cos(x)x=0\lim_{x \to 0} \frac{1 - \cos(x)}{x} = 0.

Basic Trigonometric Limits Summary

  1. limx0sin(x)=0\lim_{x \to 0} \sin(x) = 0; limx0sin(ax)=0\lim_{x \to 0} \sin(ax) = 0

  2. limx0cos(x)=1\lim_{x \to 0} \cos(x) = 1; limx0cos(ax)=1\lim_{x \to 0} \cos(ax) = 1

  3. limx0tan(x)=0\lim_{x \to 0} \tan(x) = 0 because limx0sin(x)cos(x)=01=0\lim_{x \to 0} \frac{\sin(x)}{\cos(x)} = \frac{0}{1} = 0.

  4. limx0sin(ax)ax=1\lim_{x \to 0} \frac{\sin(ax)}{ax} = 1

  5. limxasin(xa)xa=1\lim_{x \to a} \frac{\sin(x - a)}{x - a} = 1

  6. limxasin(x+a)x+a=1\lim_{x \to -a} \frac{\sin(x + a)}{x + a} = 1

  7. limxsin(x)x=0\lim_{x \to \infty} \frac{\sin(x)}{x} = 0

Examples: Evaluating Trigonometric Limits

  • Ex 1: Find limx2sin(x2)x24\lim_{x \to 2} \frac{\sin(x - 2)}{x^2 - 4}.

    • Tactical rewriting: f(x)=sin(x2)(x2)(x+2)=[sin(x2)x2]×[1x+2]f(x) = \frac{\sin(x - 2)}{(x - 2)(x + 2)} = \left[ \frac{\sin(x - 2)}{x - 2} \right] \times \left[ \frac{1}{x + 2} \right].

    • Limit: limx2[sin(x2)x2]×limx2[1x+2]=(1)×(12+2)=14\lim_{x \to 2} \left[ \frac{\sin(x - 2)}{x - 2} \right] \times \lim_{x \to 2} \left[ \frac{1}{x + 2} \right] = (1) \times \left( \frac{1}{2 + 2} \right) = \frac{1}{4}.

  • Ex 2: Evaluate limx0sin(3x)x\lim_{x \to 0} \frac{\sin(3x)}{x}.

    • Rewrite as 3×sin(3x)3x3 \times \frac{\sin(3x)}{3x}.

    • Limit: 3×limx0sin(3x)3x=3×(1)=33 \times \lim_{x \to 0} \frac{\sin(3x)}{3x} = 3 \times (1) = 3.

  • Ex 3: Evaluate limx0sin(2x)sin(3x)\lim_{x \to 0} \frac{\sin(2x)}{\sin(3x)}.

    • Tactical rewrite: f(x)=sin(2x)xsin(3x)x=2(sin(2x)2x)3(sin(3x)3x)f(x) = \frac{\frac{\sin(2x)}{x}}{\frac{\sin(3x)}{x}} = \frac{2 \left(\frac{\sin(2x)}{2x}\right)}{3 \left(\frac{\sin(3x)}{3x}\right)}.

    • Limit: 2limx0sin(2x)2x3limx0sin(3x)3x=2(1)3(1)=23\frac{2 \lim_{x \to 0} \frac{\sin(2x)}{2x}}{3 \lim_{x \to 0} \frac{\sin(3x)}{3x}} = \frac{2(1)}{3(1)} = \frac{2}{3}.

  • Ex 4: Evaluate limx0ln[sin(x)x]\lim_{x \to 0} \ln\left[ \frac{\sin(x)}{x} \right].

    • ln[limx0sin(x)x]=ln(1)=0\ln\left[ \lim_{x \to 0} \frac{\sin(x)}{x} \right] = \ln(1) = 0.

  • Ex 5: Evaluate limx0tan(x)x\lim_{x \to 0} \frac{\tan(x)}{x}.

    • Rewrite: sin(x)cos(x)x=(sin(x)x)×(1cos(x))\frac{\sin(x)}{\cos(x) \cdot x} = \left(\frac{\sin(x)}{x}\right) \times \left(\frac{1}{\cos(x)}\right).

    • Limit: (1)×(1cos(0))=1×1=1(1) \times \left(\frac{1}{\cos(0)}\right) = 1 \times 1 = 1.

  • Ex 6: Evaluate limxsin(1/x)sin(1/x)\lim_{x \to \infty} \frac{\sin(1/x)}{\sin(1/x)}? (Transcript text unclear, re-evaluating): Let f(x)=sin(2/x)sin(1/x)f(x) = \frac{\sin(2/x)}{\sin(1/x)}.

    • Rewrite: f(x)=sin(2/x)1/xsin(1/x)1/x=2sin(2/x)2/xsin(1/x)1/xf(x) = \frac{\frac{\sin(2/x)}{1/x}}{\frac{\sin(1/x)}{1/x}} = \frac{2 \frac{\sin(2/x)}{2/x}}{\frac{\sin(1/x)}{1/x}}.

    • As xx \to \infty, 1/x01/x \to 0. Therefore, limit is 2(1)1=2\frac{2(1)}{1} = 2.

  • Ex 7: Evaluate limx0tan(3x)cos(3x)\lim_{x \to 0} \frac{\tan(3x)}{\cos(3x)}.

    • Substitute directly: tan(0)cos(0)=01=0\frac{\tan(0)}{\cos(0)} = \frac{0}{1} = 0.

  • Ex 8: Find limθ0sin(θ)θ+tan(θ)\lim_{\theta \to 0} \frac{\sin(\theta)}{\theta + \tan(\theta)}.

    • Divide numerator and denominator by sin(θ)\sin(\theta):         f(θ)=1θsin(θ)+tan(θ)sin(θ)=1θsin(θ)+1cos(θ)f(\theta) = \frac{1}{\frac{\theta}{\sin(\theta)} + \frac{\tan(\theta)}{\sin(\theta)}} = \frac{1}{\frac{\theta}{\sin(\theta)} + \frac{1}{\cos(\theta)}}.

    • Limit: 11+1=12\frac{1}{1 + 1} = \frac{1}{2}.

  • Ex 9: Compute limx0tan(x)sin(2x)\lim_{x \to 0} \frac{\tan(x)}{\sin(2x)}.

    • Rewrite: f(x)=sin(x)cos(x)2sin(x)cos(x)=12cos2(x)f(x) = \frac{\frac{\sin(x)}{\cos(x)}}{2 \sin(x) \cos(x)} = \frac{1}{2 \cos^2(x)}.

    • Alternative rewrite: f(x)=tan(x)x×xsin(2x)=(1)×12(sin(2x)2x)f(x) = \frac{\tan(x)}{x} \times \frac{x}{\sin(2x)} = (1) \times \frac{1}{2 \left(\frac{\sin(2x)}{2x}\right)}.

    • Limit: 1×12(1)=121 \times \frac{1}{2(1)} = \frac{1}{2}.

  • Ex 10: Evaluate limx01cos(x)2x2\lim_{x \to 0} \frac{1 - \cos(x)}{2x^2}.

    • Trigonometric identity: 1cos(x)=2sin2(x/2)1 - \cos(x) = 2 \sin^2(x/2).

    • f(x)=2sin2(x/2)2x2=sin2(x/2)x2=sin2(x/2)4(x/2)2=14(sin(x/2)x/2)2f(x) = \frac{2 \sin^2(x/2)}{2x^2} = \frac{\sin^2(x/2)}{x^2} = \frac{\sin^2(x/2)}{4(x/2)^2} = \frac{1}{4} \left( \frac{\sin(x/2)}{x/2} \right)^2.

    • Limit: 14(1)2=14\frac{1}{4} (1)^2 = \frac{1}{4}.

Limits at Infinity

  • Rational Functions: Let f(x)=P(x)Q(x)f(x) = \frac{P(x)}{Q(x)}, where P(x)P(x) and Q(x)Q(x) are polynomials.

    • P(x)=anxn++a1x+a0P(x) = a_n x^n + \dots + a_1 x + a_0

    • Q(x)=bmxm++b1x+b0Q(x) = b_m x^m + \dots + b_1 x + b_0

    • Degree of P(x)=nP(x) = n, degree of Q(x)=mQ(x) = m.

  • Algorithm to find limxf(x)\lim_{x \to \infty} f(x):

    • Step 1: Check degrees nn and mm.

    • Step 2: Divide both the numerator and denominator by xmax(n,m)x^{\max(n, m)} and simplify.

    • Step 3: Apply the rule that limx±1xn=0\lim_{x \to \pm \infty} \frac{1}{x^n} = 0 for n > 0.

Worked Examples: Limits at Infinity

  • Example 1: f(x)=3x13x+1f(x) = \frac{3x - 1}{3x + 1}. Find limxf(x)\lim_{x \to \infty} f(x).

    • Divide by xx: 31/x3+1/x\frac{3 - 1/x}{3 + 1/x}.

    • Limit: 303+0=1\frac{3 - 0}{3 + 0} = 1.

  • Example 2: f(x)=ex1ex+1f(x) = \frac{e^x - 1}{e^x + 1}. Find limxf(x)\lim_{x \to \infty} f(x).

    • Divide by exe^x: 11/ex1+1/ex\frac{1 - 1/e^x}{1 + 1/e^x}.

    • As xx \to \infty, 1/ex01/e^x \to 0. Limit: 101+0=1\frac{1 - 0}{1 + 0} = 1.

  • Example 3: f(x)=x2+2x+1x34x+2f(x) = \frac{x^2 + 2x + 1}{x^3 - 4x + 2}. Find limxf(x)\lim_{x \to \infty} f(x).

    • Divide by x3x^3: 1/x+2/x2+1/x314/x2+2/x3\frac{1/x + 2/x^2 + 1/x^3}{1 - 4/x^2 + 2/x^3}.

    • Limit: 0+0+010+0=01=0\frac{0 + 0 + 0}{1 - 0 + 0} = \frac{0}{1} = 0.

  • Example 4: f(x)=3x35x2+4x8x34x+2f(x) = \frac{3x^3 - 5x^2 + 4x - 8}{x^3 - 4x + 2}. Find limxf(x)\lim_{x \to \infty} f(x).

    • Divide by x3x^3: 35/x+4/x28/x314/x2+2/x3\frac{3 - 5/x + 4/x^2 - 8/x^3}{1 - 4/x^2 + 2/x^3}.

    • Limit: 30+0010+0=3\frac{3 - 0 + 0 - 0}{1 - 0 + 0} = 3.

  • Example 5: f(x)=5x414x+24x3+8x+1f(x) = \frac{5x^4 - 14x + 2}{4x^3 + 8x + 1}. Compute limxf(x)\lim_{x \to \infty} f(x).

    • Divide by x4x^4: 514/x3+2/x44/x+8/x3+1/x4\frac{5 - 14/x^3 + 2/x^4}{4/x + 8/x^3 + 1/x^4}.

    • Limit: 50+00+0+0=50=\frac{5 - 0 + 0}{0 + 0 + 0} = \frac{5}{0} = \infty.

Limits Involving Radical Signs and Infinity

  • Important Relationship: x2=x\sqrt{x^2} = |x|.

    • If xx \to \infty, then x=x|x| = x.

    • If xx \to -\infty, then x=x|x| = -x.

  • Example: f(x)=2x2+4x+5f(x) = \frac{\sqrt{2x^2 + 4}}{x + 5}.

    • (i) Limit as xx \to \infty:

      • The answer will be positive because both numerator and denominator stay positive.

      • Squaring and putting under root: 2x2+4(x+5)2=2x2+4x2+10x+25\sqrt{\frac{2x^2 + 4}{(x + 5)^2}} = \sqrt{\frac{2x^2 + 4}{x^2 + 10x + 25}}.

      • Divide interior rational function by x2x^2: 2+4/x21+10/x+25/x2\sqrt{\frac{2 + 4/x^2}{1 + 10/x + 25/x^2}}.

      • Limit: 2+01+0+0=2\sqrt{\frac{2 + 0}{1 + 0 + 0}} = \sqrt{2}.

    • (ii) Limit as xx \to -\infty:

      • As xx \to -\infty, the numerator 2x2+4\sqrt{2x^2+4} is positive, but the denominator x+5x+5 is negative. The final sign will be negative.

      • Logic: 2x2+4x+5=x22+4/x2x(1+5/x)=x2+4/x2x(1+5/x)\frac{\sqrt{2x^2+4}}{x+5} = \frac{\sqrt{x^2}\sqrt{2 + 4/x^2}}{x(1 + 5/x)} = \frac{|x|\sqrt{2 + 4/x^2}}{x(1 + 5/x)}.

      • Since x < 0, x/x=1|x|/x = -1.

      • Limit: 1×2=2-1 \times \sqrt{2} = -\sqrt{2}.

Limits of Sums/Differences Involving Radicals

  • Technique: Rationalize the numerator using the identity (ab)(a+b)=a2b2(a - b)(a + b) = a^2 - b^2.

  • Example: f(x)=x2+3xxf(x) = \sqrt{x^2 + 3x} - x.

    • (i) Limit as xx \to \infty:

      • Multiple the term by x2+3x+xx2+3x+x\frac{\sqrt{x^2 + 3x} + x}{\sqrt{x^2 + 3x} + x}.

      • f(x)=(x2+3x)x2x2+3x+x=3xx2+3x+xf(x) = \frac{(x^2 + 3x) - x^2}{\sqrt{x^2 + 3x} + x} = \frac{3x}{\sqrt{x^2 + 3x} + x}.

      • Divide numerator and denominator by xx: 3x2+3xx+1=3x2+3xx2+1=31+3/x+1\frac{3}{\frac{\sqrt{x^2 + 3x}}{x} + 1} = \frac{3}{\sqrt{\frac{x^2 + 3x}{x^2}} + 1} = \frac{3}{\sqrt{1 + 3/x} + 1}.

      • Limit: 31+0+1=32\frac{3}{\sqrt{1 + 0} + 1} = \frac{3}{2}.

    • (ii) Limit as xx \to -\infty:

      • Following the rationalization, we get f(x)=3xx2+3x+xf(x) = \frac{3x}{\sqrt{x^2 + 3x} + x}.

      • Divide by xx. Remember for x < 0, x=x2x = -\sqrt{x^2}. Thus x2+3xx=1+3/x\frac{\sqrt{x^2+3x}}{x} = -\sqrt{1 + 3/x}.

      • Limit function: 31+3/x+1\frac{3}{-\sqrt{1 + 3/x} + 1}.

      • Limit: 31+1=30=\frac{3}{-1 + 1} = \frac{3}{0} = \infty.

  • Example: Standard Conditions

    • (i) What conditions ensure limx(ax2+bx+cdx2+ex+f)\lim_{x \to \infty} (\sqrt{ax^2 + bx + c} - \sqrt{dx^2 + ex + f}) exists?

      • Condition: a=da = d.

    • (ii) What is the limit?

      • Result: be2a\frac{b - e}{2\sqrt{a}}.

The Signum Function

  • Definition: The signum function, denoted f(x)=sgn(x)f(x) = \text{sgn}(x), is defined as:

    • sgn(x)=1\text{sgn}(x) = 1 if x > 0

    • sgn(x)=0\text{sgn}(x) = 0 if x=0x = 0

    • sgn(x)=1\text{sgn}(x) = -1 if x < 0

  • Composite Signum Function: For F(x)=sgn(g(x))F(x) = \text{sgn}(g(x)):

    • 11 if g(x) > 0

    • 00 if g(x)=0g(x) = 0

    • 1-1 if g(x) < 0

  • Worked Example: Let f(x)=sgn(x1x+2)f(x) = \text{sgn}\left(\frac{x - 1}{x + 2}\right).

    • Piecewise analysis: Use a schematic diagram for x=1x = 1 and x=2x = -2.

      • Interval (,2)(-\infty, -2): negneg=pos\frac{\text{neg}}{\text{neg}} = \text{pos}. Thus f(x)=1f(x) = 1.

      • Interval (2,1)(-2, 1): negpos=neg\frac{\text{neg}}{\text{pos}} = \text{neg}. Thus f(x)=1f(x) = -1.

      • Interval (1,)(1, \infty): pospos=pos\frac{\text{pos}}{\text{pos}} = \text{pos}. Thus f(x)=1f(x) = 1.

      • At x=1x = 1: f(1)=0f(1) = 0.

    • Continuity:

      • Domain: (,2)(2,)(-\infty, -2) \cup (-2, \infty).

      • The function is discontinuous at x=1x = 1 because limx1f(x)=1\lim_{x \to 1^-} f(x) = -1 and limx1+f(x)=1\lim_{x \to 1^+} f(x) = 1.

      • Note that x=2x = -2 is not a point of discontinuity because it is not in the domain of the function.