Free. Exclusive. Just for you.
Four unique services that make learning easier, faster, and smarter - only on our website.

Solved Unit I Worksheet 2 - Finding Limits Algebraically | Chegg.com - Free Printable

Solved Unit I Worksheet 2 - Finding Limits Algebraically | Chegg.com

Educational worksheet: Solved Unit I Worksheet 2 - Finding Limits Algebraically | Chegg.com. Download and print for classroom or home learning activities.

JPG 637×996 61.3 KB Free · Personal Use
Quality Assured by Worksheets Library Team
Reviewed for educational accuracy and age-appropriateness
ID: #1246390
Show Answer Key & Explanations Step-by-step solution for: Solved Unit I Worksheet 2 - Finding Limits Algebraically | Chegg.com
Let's solve each of these limit problems algebraically, using correct notation and reasoning. We’ll go through them one by one.

---

1. $\lim_{x \to 2} (-x^2 + x - 2)$



This is a polynomial function, which is continuous everywhere. So we can plug in $x = 2$ directly:

$$
\lim_{x \to 2} (-x^2 + x - 2) = -(2)^2 + 2 - 2 = -4 + 2 - 2 = -4
$$

Answer: $-4$

---

2. $\lim_{x \to 1} \cos(\pi x)$



Cosine is continuous everywhere, so we can evaluate directly:

$$
\cos(\pi \cdot 1) = \cos(\pi) = -1
$$

Answer: $-1$

---

3. $\lim_{x \to 4} \frac{\sqrt{x} - 2}{x - 4}$



We notice that at $x = 4$, the numerator becomes $\sqrt{4} - 2 = 2 - 2 = 0$, and denominator is $4 - 4 = 0$. So it's an indeterminate form $\frac{0}{0}$. Let’s rationalize the numerator.

Multiply numerator and denominator by the conjugate $\sqrt{x} + 2$:

$$
\frac{\sqrt{x} - 2}{x - 4} \cdot \frac{\sqrt{x} + 2}{\sqrt{x} + 2} = \frac{(\sqrt{x})^2 - (2)^2}{(x - 4)(\sqrt{x} + 2)} = \frac{x - 4}{(x - 4)(\sqrt{x} + 2)}
$$

Cancel $x - 4$ (since $x \ne 4$):

$$
= \frac{1}{\sqrt{x} + 2}
$$

Now take the limit as $x \to 4$:

$$
\lim_{x \to 4} \frac{1}{\sqrt{x} + 2} = \frac{1}{\sqrt{4} + 2} = \frac{1}{2 + 2} = \frac{1}{4}
$$

Answer: $\frac{1}{4}$

---

4. $\lim_{x \to 0} \frac{\sqrt{x+3} - \sqrt{3}}{x}$



Again, this is $\frac{0}{0}$ at $x = 0$. Use conjugate multiplication:

Multiply numerator and denominator by $\sqrt{x+3} + \sqrt{3}$:

$$
\frac{\sqrt{x+3} - \sqrt{3}}{x} \cdot \frac{\sqrt{x+3} + \sqrt{3}}{\sqrt{x+3} + \sqrt{3}} = \frac{(x+3) - 3}{x(\sqrt{x+3} + \sqrt{3})} = \frac{x}{x(\sqrt{x+3} + \sqrt{3})}
$$

Cancel $x$ (since $x \ne 0$):

$$
= \frac{1}{\sqrt{x+3} + \sqrt{3}}
$$

Now take the limit:

$$
\lim_{x \to 0} \frac{1}{\sqrt{x+3} + \sqrt{3}} = \frac{1}{\sqrt{3} + \sqrt{3}} = \frac{1}{2\sqrt{3}}
$$

Answer: $\frac{1}{2\sqrt{3}}$

---

5. $\lim_{x \to -2} \frac{x^3 + 8}{x + 2}$



Note: $x^3 + 8 = x^3 + 2^3$, which is a sum of cubes:

$$
x^3 + 8 = (x + 2)(x^2 - 2x + 4)
$$

So,

$$
\frac{x^3 + 8}{x + 2} = \frac{(x + 2)(x^2 - 2x + 4)}{x + 2}
$$

For $x \ne -2$, cancel $x + 2$:

$$
= x^2 - 2x + 4
$$

Now take the limit:

$$
\lim_{x \to -2} (x^2 - 2x + 4) = (-2)^2 - 2(-2) + 4 = 4 + 4 + 4 = 12
$$

Answer: $12$

---

6. $\lim_{x \to 4} \frac{x^2 - 4x}{x^2 - 3x - 4}$



Factor numerator and denominator:

Numerator: $x^2 - 4x = x(x - 4)$

Denominator: $x^2 - 3x - 4 = (x - 4)(x + 1)$

So:

$$
\frac{x(x - 4)}{(x - 4)(x + 1)} = \frac{x}{x + 1}, \quad \text{for } x \ne 4
$$

Now take the limit:

$$
\lim_{x \to 4} \frac{x}{x + 1} = \frac{4}{4 + 1} = \frac{4}{5}
$$

Answer: $\frac{4}{5}$

---

7. $\lim_{x \to -1} \frac{2x^2 - x - 3}{x + 1}$



Try plugging in $x = -1$: numerator = $2(1) +1 -3 = 2 +1 -3 = 0$, denominator = 0 → indeterminate.

Factor numerator: $2x^2 - x - 3$

Use factoring: look for two numbers that multiply to $2 \cdot (-3) = -6$, add to $-1$: $-3$ and $2$

Split middle term:

$$
2x^2 - 3x + 2x - 3 = x(2x - 3) + 1(2x - 3) = (x + 1)(2x - 3)
$$

So:

$$
\frac{(x + 1)(2x - 3)}{x + 1} = 2x - 3, \quad x \ne -1
$$

Now take limit:

$$
\lim_{x \to -1} (2x - 3) = 2(-1) - 3 = -2 - 3 = -5
$$

Answer: $-5$

---

8. $\lim_{x \to 2} \frac{x^2 - 4}{x^2 - 5x + 6}$



Factor both:

Numerator: $x^2 - 4 = (x - 2)(x + 2)$

Denominator: $x^2 - 5x + 6 = (x - 2)(x - 3)$

So:

$$
\frac{(x - 2)(x + 2)}{(x - 2)(x - 3)} = \frac{x + 2}{x - 3}, \quad x \ne 2
$$

Now take limit:

$$
\lim_{x \to 2} \frac{x + 2}{x - 3} = \frac{2 + 2}{2 - 3} = \frac{4}{-1} = -4
$$

Answer: $-4$

---

9. $\lim_{x \to 0} \frac{\frac{1}{2+x} - \frac{1}{2}}{x}$



This is a difference quotient — likely leading to derivative of $f(x) = \frac{1}{x}$ at $x = 2$, but let's simplify algebraically.

Combine the numerator:

$$
\frac{1}{2+x} - \frac{1}{2} = \frac{2 - (2 + x)}{2(2 + x)} = \frac{-x}{2(2 + x)}
$$

Now divide by $x$:

$$
\frac{-x}{2(2 + x)} \cdot \frac{1}{x} = \frac{-1}{2(2 + x)}, \quad x \ne 0
$$

Now take limit as $x \to 0$:

$$
\lim_{x \to 0} \frac{-1}{2(2 + x)} = \frac{-1}{2(2)} = -\frac{1}{4}
$$

Answer: $-\frac{1}{4}$

---

10. $\lim_{h \to 0} \frac{2(x+h) - 2x}{h}$



Simplify numerator:

$$
2(x + h) - 2x = 2x + 2h - 2x = 2h
$$

So:

$$
\frac{2h}{h} = 2, \quad h \ne 0
$$

Then:

$$
\lim_{h \to 0} 2 = 2
$$

Answer: $2$

---

Final Answers:



1. $-4$
2. $-1$
3. $\frac{1}{4}$
4. $\frac{1}{2\sqrt{3}}$
5. $12$
6. $\frac{4}{5}$
7. $-5$
8. $-4$
9. $-\frac{1}{4}$
10. $2$

Let me know if you'd like explanations in a different format or need help visualizing any of these!
Parent Tip: Review the logic above to help your child master the concept of limits calculus worksheet and answers.
Print Download

How to use

Click Print to open a print-ready version directly in your browser, or use Download to save the file to your device. The ⭐ Answer button generates an AI answer key instantly - useful for teachers who need a quick reference. Need a different version? Our AI Worksheet Generator lets you create a custom worksheet on any topic in seconds.

(view all limits calculus worksheet and answers)

AP Calculus Worksheet #7 Limits Review Evaluate the limit ...
Worksheet: Solving Limits in Calculus | Calculus Printable
WORKSHEET L.1-3 Finding Limits Analytically Common | Chegg.com
SOLUTION: Limit Theorem Worksheet with Answers - Studypool
Math Exercises & Math Problems: Limit of a Function
01 - Limits by Direct Evaluation.pdf - Kuta Software
Edia | Free math homework in minutes
Solved WORKSHEET - Limits A) Evaluate: 1) limx2x+1 r2x 3 2 ...
Practice, Practice, … with solutions | Do More Math
Calculus Worksheets | Limits and Continuity Worksheets