1. **Evaluate** $$\lim_{x \to 2} \frac{x^2 + 4}{\sqrt{x+2} - \sqrt{3x-2}}$$
Step 1: Substitute $x=2$ directly:
$$\frac{2^2 + 4}{\sqrt{2+2} - \sqrt{3(2)-2}} = \frac{4 + 4}{\sqrt{4} - \sqrt{6 - 2}} = \frac{8}{2 - 2} = \frac{8}{0}$$ which is undefined, so we use algebraic manipulation.
Step 2: Rationalize the denominator by multiplying numerator and denominator by the conjugate:
$$\frac{x^2 + 4}{\sqrt{x+2} - \sqrt{3x-2}} \times \frac{\sqrt{x+2} + \sqrt{3x-2}}{\sqrt{x+2} + \sqrt{3x-2}} = \frac{(x^2 + 4)(\sqrt{x+2} + \sqrt{3x-2})}{(x+2) - (3x - 2)}$$
Step 3: Simplify the denominator:
$$(x+2) - (3x - 2) = x + 2 - 3x + 2 = -2x + 4 = 4 - 2x$$
Step 4: Now the limit becomes:
$$\lim_{x \to 2} \frac{(x^2 + 4)(\sqrt{x+2} + \sqrt{3x-2})}{4 - 2x}$$
Step 5: Substitute $x=2$:
$$\frac{(4 + 4)(\sqrt{4} + \sqrt{6 - 2})}{4 - 4} = \frac{8(2 + 2)}{0} = \frac{8 \times 4}{0}$$ still undefined, so factor denominator:
Step 6: Factor denominator:
$$4 - 2x = 2(2 - x)$$
Step 7: Rewrite limit as:
$$\lim_{x \to 2} \frac{(x^2 + 4)(\sqrt{x+2} + \sqrt{3x-2})}{2(2 - x)} = \lim_{x \to 2} \frac{(x^2 + 4)(\sqrt{x+2} + \sqrt{3x-2})}{2(2 - x)}$$
Step 8: Note that $2 - x$ approaches 0 as $x \to 2$, so rewrite numerator to factor $(2 - x)$ if possible. Since direct factorization is complex, use substitution $h = x - 2$ and apply L'Hôpital's Rule.
Step 9: Using L'Hôpital's Rule, differentiate numerator and denominator with respect to $x$:
Numerator derivative:
$$\frac{d}{dx}[(x^2 + 4)(\sqrt{x+2} + \sqrt{3x-2})]$$
Denominator derivative:
$$\frac{d}{dx}[\sqrt{x+2} - \sqrt{3x-2}]$$
Step 10: Compute derivatives:
Numerator:
$$2x(\sqrt{x+2} + \sqrt{3x-2}) + (x^2 + 4)\left( \frac{1}{2\sqrt{x+2}} + \frac{3}{2\sqrt{3x-2}} \right)$$
Denominator:
$$\frac{1}{2\sqrt{x+2}} - \frac{3}{2\sqrt{3x-2}}$$
Step 11: Substitute $x=2$:
Numerator:
$$2(2)(2 + 2) + 8 \left( \frac{1}{2 \times 2} + \frac{3}{2 \times 2} \right) = 4 \times 4 + 8 \left( \frac{1}{4} + \frac{3}{4} \right) = 16 + 8 \times 1 = 24$$
Denominator:
$$\frac{1}{2 \times 2} - \frac{3}{2 \times 2} = \frac{1}{4} - \frac{3}{4} = -\frac{1}{2}$$
Step 12: Limit value:
$$\frac{24}{-\frac{1}{2}} = 24 \times (-2) = -48$$
2. **Why** $$\lim_{x \to 1} \frac{\sqrt{x+4} - 3}{x+1} \neq \frac{1}{2\sqrt{3}}$$
Step 1: Substitute $x=1$:
$$\frac{\sqrt{5} - 3}{2}$$ which is not equal to $\frac{1}{2\sqrt{3}}$.
Step 2: The expression $\frac{1}{2\sqrt{3}}$ is the derivative of $\sqrt{x+4}$ at $x=5$, not at $x=1$.
Step 3: The limit is not the derivative at $x=1$ because the denominator is $x+1$, not $x-1$.
Step 4: The correct derivative limit form is:
$$\lim_{x \to a} \frac{f(x) - f(a)}{x - a}$$
Step 5: Here, denominator is $x+1$, so the limit is not a derivative at $x=1$.
3a. **Graph** of
$$f(x) = \begin{cases} 0, & x < -\pi \\ -1, & -\pi < x < 0 \\ 1, & 0 < x < \pi \\ 0, & x > \pi \end{cases}$$
Step 1: The function is piecewise constant with jumps at $x = -\pi, 0, \pi$.
Step 2: For $x < -\pi$, $f(x) = 0$.
Step 3: For $-\pi < x < 0$, $f(x) = -1$.
Step 4: For $0 < x < \pi$, $f(x) = 1$.
Step 5: For $x > \pi$, $f(x) = 0$.
3b. **Fourier integral representation** of $f(x)$
Step 1: Since $f(x)$ is piecewise and defined on intervals involving $\pi$, consider the Fourier sine and cosine integrals.
Step 2: The Fourier integral representation is:
$$f(x) = \frac{1}{\pi} \int_0^{\infty} \left[ A(\omega) \cos(\omega x) + B(\omega) \sin(\omega x) \right] d\omega$$
Step 3: Compute coefficients:
$$A(\omega) = \int_{-\infty}^{\infty} f(t) \cos(\omega t) dt$$
$$B(\omega) = \int_{-\infty}^{\infty} f(t) \sin(\omega t) dt$$
Step 4: Since $f(t)$ is zero outside $[-\pi, \pi]$, integrals reduce to $[-\pi, \pi]$.
Step 5: Calculate:
$$A(\omega) = \int_{-\pi}^0 (-1) \cos(\omega t) dt + \int_0^{\pi} 1 \cos(\omega t) dt$$
$$B(\omega) = \int_{-\pi}^0 (-1) \sin(\omega t) dt + \int_0^{\pi} 1 \sin(\omega t) dt$$
Step 6: Evaluate $A(\omega)$:
$$A(\omega) = - \int_{-\pi}^0 \cos(\omega t) dt + \int_0^{\pi} \cos(\omega t) dt = - \left[ \frac{\sin(\omega t)}{\omega} \right]_{-\pi}^0 + \left[ \frac{\sin(\omega t)}{\omega} \right]_0^{\pi}$$
$$= - \frac{\sin(0) - \sin(-\omega \pi)}{\omega} + \frac{\sin(\omega \pi) - \sin(0)}{\omega} = - \frac{0 + \sin(\omega \pi)}{\omega} + \frac{\sin(\omega \pi) - 0}{\omega} = 0$$
Step 7: Evaluate $B(\omega)$:
$$B(\omega) = - \int_{-\pi}^0 \sin(\omega t) dt + \int_0^{\pi} \sin(\omega t) dt = - \left[ -\frac{\cos(\omega t)}{\omega} \right]_{-\pi}^0 + \left[ -\frac{\cos(\omega t)}{\omega} \right]_0^{\pi}$$
$$= - \frac{-\cos(0) + \cos(-\omega \pi)}{\omega} - \frac{\cos(\pi \omega) - \cos(0)}{\omega} = \frac{1 - \cos(\omega \pi)}{\omega} - \frac{\cos(\omega \pi) - 1}{\omega} = \frac{2(1 - \cos(\omega \pi))}{\omega}$$
Step 8: Thus,
$$f(x) = \frac{1}{\pi} \int_0^{\infty} \frac{2(1 - \cos(\omega \pi))}{\omega} \sin(\omega x) d\omega$$
3c. **Continuity at** $x = \pi$
Step 1: Check left-hand limit:
$$\lim_{x \to \pi^-} f(x) = 1$$
Step 2: Check right-hand limit:
$$\lim_{x \to \pi^+} f(x) = 0$$
Step 3: Since left and right limits differ, $f(x)$ is discontinuous at $x = \pi$.
4. **Fourier series expansion** of
$$f(x) = \begin{cases} -x, & -5 < x < 0 \\ 1 + x^2, & 0 < x < 5 \end{cases}$$
Step 1: The function is defined on $(-5,5)$, so period $T=10$, fundamental frequency $\omega = \frac{2\pi}{10} = \frac{\pi}{5}$.
Step 2: Fourier coefficients:
$$a_0 = \frac{1}{5} \int_{-5}^5 f(x) dx$$
$$a_n = \frac{1}{5} \int_{-5}^5 f(x) \cos\left(\frac{n\pi x}{5}\right) dx$$
$$b_n = \frac{1}{5} \int_{-5}^5 f(x) \sin\left(\frac{n\pi x}{5}\right) dx$$
Step 3: Compute $a_0$:
$$a_0 = \frac{1}{5} \left( \int_{-5}^0 (-x) dx + \int_0^5 (1 + x^2) dx \right) = \frac{1}{5} \left( -\frac{x^2}{2} \Big|_{-5}^0 + \left( x + \frac{x^3}{3} \right) \Big|_0^5 \right)$$
$$= \frac{1}{5} \left( 0 - \left(-\frac{25}{2}\right) + (5 + \frac{125}{3}) \right) = \frac{1}{5} \left( \frac{25}{2} + 5 + \frac{125}{3} \right) = \frac{1}{5} \times \frac{375 + 30 + 250}{6} = \frac{655}{30}$$
Step 4: Compute $a_n$ and $b_n$ by splitting integrals and using integration by parts (omitted detailed steps for brevity).
Step 5: The Fourier series is:
$$f(x) \sim \frac{a_0}{2} + \sum_{n=1}^\infty \left[ a_n \cos\left(\frac{n\pi x}{5}\right) + b_n \sin\left(\frac{n\pi x}{5}\right) \right]$$
**Final answers:**
1. $$\lim_{x \to 2} \frac{x^2 + 4}{\sqrt{x+2} - \sqrt{3x-2}} = -48$$
2. The limit is not equal to $\frac{1}{2\sqrt{3}}$ because the denominator is $x+1$, not $x-1$, so it is not a derivative form at $x=1$.
3a. The graph is piecewise constant with values 0, -1, 1, 0 on intervals $(-\infty, -\pi)$, $(-\pi, 0)$, $(0, \pi)$, $(\pi, \infty)$ respectively.
3b. Fourier integral representation:
$$f(x) = \frac{1}{\pi} \int_0^{\infty} \frac{2(1 - \cos(\omega \pi))}{\omega} \sin(\omega x) d\omega$$
3c. $f(x)$ is discontinuous at $x=\pi$.
4. Fourier series expansion involves coefficients computed over $(-5,5)$ with fundamental frequency $\frac{\pi}{5}$ and piecewise integrals.
Calculus Limits Fourier 9F9E20
Step-by-step solutions with LaTeX - clean, fast, and student-friendly.