Solving Limiting Problems in Calculus

  • Thread starter Thread starter Jimmy84
  • Start date Start date
  • Tags Tags
    Calculus
Click For Summary
SUMMARY

This discussion focuses on solving limit problems in calculus, specifically addressing five distinct limit evaluations. The first limit, lim (x² - 1)/(x + 1) = -2 as x → -1, is proven using the epsilon-delta definition, where δ = ε is established as a valid choice. The other limits involve polynomial and radical expressions, with suggestions to utilize factoring techniques and the properties of limits, such as the sum and product rules. Key methods include substituting values, factoring cubes, and using conjugates to simplify expressions.

PREREQUISITES
  • Epsilon-delta definition of limits
  • Factoring techniques for polynomials
  • Properties of limits (sum, product, and constant rules)
  • Understanding of radical expressions and their simplification
NEXT STEPS
  • Study the epsilon-delta definition of limits in detail
  • Learn advanced factoring techniques, including sum and difference of cubes
  • Explore the method of rationalizing denominators using conjugates
  • Practice evaluating limits involving radical expressions and polynomials
USEFUL FOR

Students learning calculus, educators teaching limit concepts, and anyone seeking to improve their problem-solving skills in calculus, particularly in evaluating limits.

Jimmy84
Messages
190
Reaction score
0

Homework Statement



Im teaching myself calculus and I am trying to solve 40 problems about limits for now I just have been having troubles with the following problems.


-First part

Proff the limit of

lim x² - 1/ x + 1 = -2
x --> -1


-Second part
Determine the limit of the following problems


1.)
lim (z³ + 8)
z --> -2

2.)
lim cubit root of x² -3x +4 / 2x² -x -1
x --> 4

3.)
lim 3 - square root of x/ 9 -x
x --> 9

4.)
lim y³ + 8 / y + 2
y --> -2

5.)
lim square root of (x ) -1 /x -1
x --> 1




Homework Equations





The Attempt at a Solution



-First part

Proff the limit of

lim x² - 1/ x + 1 = -2
x --> -1



0 < |x +1| < delta then |(x² - 1/ x + 1) +2|< epsilon


|(x-1) (x+1) / (x+1) +2 | epsilon

after simplifying

|(x-1) +2 | epsilon

|x + 1| epsilon


Then I am confused about what to do afterwards since I can't multiply epsilon by a constant to get delta.


Im also having troubles in order to factorize the problems in part 2, I have no clue about how to start, I would appreaciate some help, thanks a lot.
 
Physics news on Phys.org
In proving the first limit, why not choose δ = ε ? Seems that this one works out well where you don't need to multiply or divide epsilon by a number when choosing delta.

For 1 you can evaluate the limit with substitution since it won't result in division by zero.

As for factoring, this page should help you with factoring quadratics, such as in 2 with x2
http://www.purplemath.com/modules/factquad.htm
or look it up on Google (I've never used the box method myself). For number 3 and 5, look up multiplying by the conjugate for getting rid of square roots like the ones in those. For 4 look up factoring sum of cubes where you have x3.
 
Jimmy84 said:

Homework Statement



Im teaching myself calculus and I am trying to solve 40 problems about limits for now I just have been having troubles with the following problems.


-First part

Proff the limit of

lim x² - 1/ x + 1 = -2
x --> -1


-Second part
Determine the limit of the following problems


1.)
lim (z³ + 8)
z --> -2

2.)
lim cubit root of x² -3x +4 / 2x² -x -1
x --> 4

3.)
lim 3 - square root of x/ 9 -x
x --> 9

4.)
lim y³ + 8 / y + 2
y --> -2

5.)
lim square root of (x ) -1 /x -1
x --> 1




Homework Equations





The Attempt at a Solution



-First part

Proff the limit of

lim x² - 1/ x + 1 = -2
x --> -1



0 < |x +1| < delta then |(x² - 1/ x + 1) +2|< epsilon


|(x-1) (x+1) / (x+1) +2 | epsilon

after simplifying

|(x-1) +2 | epsilon

|x + 1| epsilon


Then I am confused about what to do afterwards since I can't multiply epsilon by a constant to get delta.


Im also having troubles in order to factorize the problems in part 2, I have no clue about how to start, I would appreaciate some help, thanks a lot.
You are almost done. The thing you "multiply" by is 1. Just remember what it is you are trying to do! To prove "[itex]\lim_{x\to a} f(x)= L[/itex]", you have to prove ""Given any [itex]\epsilon> 0[/itex], there exist [itex]\delta> 0[/itex] such that if [itex]|x-a|< \delta[/itex], [itex]|f(x)-L|< \epsilon[/itex]".

Here [itex]|f(x)- L|< \epsilon[/itex] is [itex]|(x^2- 1)/(x+1)|< \epsilon[/itex] and [itex]|x-a|< \delta[/itex] is [itex]|x-(-1)|= |x+1|<\delta[/itex]. Now you have succesfully reduced [itex]|(x^2- 1)/(x+1)|< \epsilon[/itex] to [itex]|x+1|< \epsilon[/itex]. Do you see that you can now just take [itex]\delta= \epsilon[/itex]? The crucial point is that if you take [itex]\delta= \epsilon[/itex] you can say if [itex]|x- (-1)|< \delta[/itex] then [itex]|x+1|< \epsilon[/itex] and then reverse what you have done, arriving at [itex]|(x^2- 1)/(x+1)|< \epsilon[/itex], exactly what you wanted. (Normally, you don't actually do that reversal. Once you have shown how to find [itex]\delta[/itex] from [itex]\epsilon[/itex], as long as everything you did is reversible, you know you will get the right result.)

For the others, where you are only asked to find the limit, not use the "[itex]\epsilon-\delta[/itex]" definition to prove it,
1.)
lim (z³ + 8)
z --> -2
This is easy- just use the basic laws of limits: lim fg= (lim f)(lim g), lim f+g= lim f+ lim g, [itex]\lim_{x\rightarrow a} x= a[/itex], and lim c= c when c is a constant, to show that this limit is just [itex](-2)^2+ 8[/itex]

2.)
lim cubit root of x² -3x +4 / 2x² -x -1
x --> 4
The denominator is [itex]2(4)^2- 4- 1= 32- 4-1= 27[/itex] which is NOT 0! It is only when a denominator is 0 that you have to factor and try to cancel to get rid of that. It's unclear whether your cube root is of the whole fraction or only the numerator (use parentheses!). That will affect the result but the point about the denominator is valid either way.

3.)
lim 3 - square root of x/ 9 -x
x --> 9
Again, please use parentheses! Do you mean (3- sqrt(x))/(9- x)? If so use "[itex]a^2- b^2= (a-b)(a+b)[/itex] with a= 3 and [itex]b= \sqrt{3}[/itex].

4.)
lim y³ + 8 / y + 2
y --> -2
I presume you know "[itex]a^2- b^2= (a-b)(a+b)[/itex]". It is also true that [itex]a^3- b^3= (a- b)(a^2+ ab+ b^2[/itex] and [itex]a^3+ b^3= (a+ b)(a- ab+ b)[/itex]. In fact, for any integer n, [itex]a^n- b^n= (a-b)(a^{n-1}+ a^{n-2}b+ \cdot\cdot\cdot+ ab^{n-2}+ b^{n-1}[/itex] and, for any odd integer n, [itex]a^n+ b^n= (a+b)(a^{n-1}- a^{n-2}b+ \cdot\cdot\cdot- ab^{n-2}+ b^{n-1})[/itex].

But you don't really NEED to know those. You should think: "Clearly, the denominator, y+ 2, goes to 0 as y goes to -2 because (-2)+ 2= 0. If the numerator did NOT go to 0, there would be NO limit (the fraction would "go to infinity"). Checking, sure enough [itex](-2)^3+ 8= -8+ 8= 0[/itex]. But just like you can solve "[itex]x^3+ 8= 0[/itex]" factoring, knowing that -2 makes that 0 tell us that (x-(-2))= (x+ 2) is a factor of [itex]x^3+ 8[/itex]. We can find the other factor by dividing [itex]x^3+ 8[/itex] by x+ 2.

5.)
lim square root of (x ) -1 /x -1
x --> 1
Again, this is an application of [itex]a^2- b^2= (a-b)(a+b)[/itex] with [itex]a= \sqrt{x}[/itex] and b= 1.
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
Replies
6
Views
2K
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K