Limit of a Function at a Specific Value

  • Thread starter cmkluza
  • Start date
  • Tags
    Limit
In summary: I'm not sure where I can go from there algebraically, no. I'll keep playing around with it and post back if I get something, but I think I might end up needing more advanced knowledge about sequences, series, and derivatives to solve this algebraically. Thanks for your help!In summary, the problem asks to algebraically find the limit of the function ##\frac{e^x\cos(x)}{x}## as ##x## approaches zero from the negative side. The attempt at a solution involved using the laws of limits to simplify the expression and then applying the squeeze theorem, but this approach was unsuccessful. It was suggested to use the entire expression ##\frac{e^x\cos(x)}{x}
  • #1
cmkluza
118
1

Homework Statement


Algebraically solve the following limit, show all work:
$$\lim_{x\to0^-} \frac{e^x\cos(x)}{x}$$

Homework Equations


I don't know exactly how to go about doing this, but I think I can use the Squeeze Theorem somewhere in here:
##g(x) \leq f(x) \leq h(x)##
If ##\lim_{x\to a} g(x) = \lim_{x\to a} h(x) = L## then ##\lim_{x\to a} f(x) = L##

The Attempt at a Solution


I started off using the laws of limits to separate the limit into a product of limits and simplify it:
##\lim_{x\to0^-} \frac{e^x\cos(x)}{x} = \lim_{x\to0^-} e^x \times \lim_{x\to0^-} \frac{\cos(x)}{x} = 1 \times \lim_{x\to0^-}\frac{\cos(x)}{x}##
Then, I started looking at using the squeeze theorem to solve this:
##-1 \leq \cos(x) \leq 1 \longrightarrow \frac{-1}{x} \leq \frac{\cos(x)}{x} \leq \frac{1}{x}##
This doesn't work, since one limit approaches minus infinity and the other approaches plus infinity.

This is where I'm at. Any tips as to what I can do next? Or do I need to forget the squeeze theorem and try to solve this differently? I'm at least confident in my work up to eliminating ##e## from the equation.
 
Last edited:
Physics news on Phys.org
  • #2
cmkluza said:

Homework Statement


Algebraically solve the following limit, show all work:
$$\lim_{x\to0^-} \frac{e^x\cos(x)}{x}$$

Homework Equations


I don't know exactly how to go about doing this, but I think I can use the Squeeze Theorem somewhere in here:
##g(x) \leq f(x) \leq h(x)##
If ##\lim_{x\to a} g(x) = \lim_{x\to a} h(x) = L## then ##\lim_{x\to a} f(x) = L##

The Attempt at a Solution


I started off using the laws of limits to separate the limit into a product of limits and simplify it:
##\lim_{x\to0^-} \frac{e^x\cos(x)}{x} = \lim_{x\to0^-} e^x \times \lim_{x\to0^-} \frac{\cos(x)}{x} = 1 \times \frac{\cos(x)}{x}##
The above isn't valid. After you take the limit, x shouldn't appear any more.
cmkluza said:
Then, I started looking at using the squeeze theorem to solve this:
##-1 \leq \cos(x) \leq 1 \longrightarrow \frac{-1}{x} \leq \frac{\cos(x)}{x} \leq \frac{1}{x}##
This doesn't work, since one limit approaches minus infinity and the other approaches plus infinity.

This is where I'm at. Any tips as to what I can do next? Or do I need to forget the squeeze theorem and try to solve this differently? I'm at least confident in my work up to eliminating ##e## from the equation.
Try the squeezer theorem on the whole thing -- ##\frac{e^x \cos(x)}x##. Near x = 0, ex is close to 1.
 
  • #3
Mark44 said:
The above isn't valid. After you take the limit, x shouldn't appear any more.
Whoops, totally meant to leave the limit in for ##\frac{\cos(x)}{x}##, and just evaluate ##e^x## to 1. Fixed that in my OP. That's something I can do, right?

Try the squeezer theorem on the whole thing -- ##\frac{e^x \cos(x)}x##. Near x = 0, ex is close to 1.
When you say to use squeeze theorem on the entire thing, do you mean for me to look for functions ##g(x)## and ##h(x)## s.t. ##g(x) \leq \frac{e^x\cos(x)}{x} \leq h(x)## or to start with ##-1 \leq \cos(x) \leq 1## and transform that to ##\frac{-e^x}{x} \leq \frac{e^x\cos(x)}{x} \leq \frac{e^x}{x}##? In the latter situation I hit the same hurdle (limits go to plus and minus infinity), and for the former, I can't think of appropriate functions ##g(x)## and ##h(x)##.
 
  • #4
On second thought, I don't think my suggestion is helpful. Have you learned about Maclaurin series yet? If so, you can write the first few terms of the Maclaurin series of ##e^x\cos(x)## by multiplying a few terms of the series for ##e^x## by a few terms of the series for ##\cos(x)##. Then look at the quotient of that series divided by x.
 
  • #5
Mark44 said:
On second thought, I don't think my suggestion is helpful. Have you learned about Maclaurin series yet? If so, you can write the first few terms of the Maclaurin series of ##e^x\cos(x)## by multiplying a few terms of the series for ##e^x## by a few terms of the series for ##\cos(x)##. Then look at the quotient of that series divided by x.
Unfortunately I haven't learned anything about sequences and series yet, though I do need to start learning it. I do know that this was meant to be solved with no complex knowledge of sequences and series or higher level calculus, though (asked in Calc I class, and we've just gone over limits and derivatives thus far).
 
  • #6
Ok, looking at the entire expression, ##\frac{e^x\cos(x)}{x}##, what happens to the numerator as ##x \to 0^-##? What happens to the denominator as ##x \to 0^-##?
 
  • #7
Mark44 said:
Ok, looking at the entire expression, ##\frac{e^x\cos(x)}{x}##, what happens to the numerator as ##x \to 0^-##? What happens to the denominator as ##x \to 0^-##?
I'm a bit confused at this point how to incorporate that I'm approaching zero from the negative side. I see graphically why it makes a difference, but here, it doesn't seem that important?

As ##x\to0^-##, ##e^x## approaches 1, and ##cos(x)## approaches 1. So, the numerator approaches 1, right? The denominator, obviously, approaches zero as ##x\to0^-##, since it is simply ##x##. How can I use this to come to a solution?
 
  • #8
cmkluza said:
I'm a bit confused at this point how to incorporate that I'm approaching zero from the negative side. I see graphically why it makes a difference, but here, it doesn't seem that important?

As ##x\to0^-##, ##e^x## approaches 1, and ##cos(x)## approaches 1. So, the numerator approaches 1, right? The denominator, obviously, approaches zero as ##x\to0^-##, since it is simply ##x##. How can I use this to come to a solution?
Calculate values for ##\frac{e^x\cos(x)}x## using x values getting successively closer to 0 through the negative numbers, such as -.1, -.01, -.001, and so on. Does this suggest what ##\frac{e^x\cos(x)}x## is doing?

This should give you a good idea of what the limit is, but I don't know what they have in mind for you to "algebraically find the limit," the problem requirement stated in post #1.
 
  • #9
Mark44 said:
Calculate values for ##\frac{e^x\cos(x)}x## using x values getting successively closer to 0 through the negative numbers, such as -.1, -.01, -.001, and so on. Does this suggest what ##\frac{e^x\cos(x)}x## is doing?

This should give you a good idea of what the limit is, but I don't know what they have in mind for you to "algebraically find the limit," the problem requirement stated in post #1.
If I'm recalling correctly, the problem statement specifically told me not to use tables or graphs (sorry, I should've been more accurate in my OP - I don't have the problem statement at the moment, so I was paraphrasing from what I recalled).

I graphed this in my calculator, and it appears that the limit approaches minus infinity. I'm playing around with different intervals in the table on my calculator, and in general it seems that as I approach zero from the negative side it does, in fact, approach minus infinity.

Any other ideas? I'll play around with this a bit longer, but I might just update this thread next week when I get a chance to talk with my professor.
 
  • #10
cmkluza said:
If I'm recalling correctly, the problem statement specifically told me not to use tables or graphs (sorry, I should've been more accurate in my OP - I don't have the problem statement at the moment, so I was paraphrasing from what I recalled).

I graphed this in my calculator, and it appears that the limit approaches minus infinity. I'm playing around with different intervals in the table on my calculator, and in general it seems that as I approach zero from the negative side it does, in fact, approach minus infinity.

Any other ideas? I'll play around with this a bit longer, but I might just update this thread next week when I get a chance to talk with my professor.
Negative infinity is correct.
 
  • #11
What happens if x tends to infinity through positive x values?
When does a function have limit at a certain x value ? Has this function limit at x=0?
 
1)

What is a limit in algebra?

A limit in algebra refers to the value that a function approaches as the input value gets closer and closer to a specific value. It is an important concept in calculus and is used to describe the behavior of a function near a certain point.

2)

How do you algebraically solve a limit?

To algebraically solve a limit, you need to use various algebraic techniques such as factoring, rationalizing, and simplifying to manipulate the function into a form that can be evaluated at the specific value. This will typically involve substituting the limiting value into the function and simplifying the resulting expression.

3)

What is the difference between a one-sided limit and a two-sided limit?

A one-sided limit only considers the behavior of the function as the input value approaches the limiting value from one side (either the left or the right). A two-sided limit, on the other hand, considers the behavior of the function as the input value approaches the limiting value from both sides.

4)

Why is it important to understand algebraic limits?

Algebraic limits are essential in calculus and other advanced mathematical fields as they provide a way to describe the behavior of a function near a specific point. They also help in finding the derivative of a function, which is crucial in many real-world applications.

5)

What are some common algebraic techniques used to solve limits?

Some common algebraic techniques used to solve limits include factoring, rationalizing, and simplifying. Other techniques may include using trigonometric identities or applying L'Hopital's rule, which allows you to evaluate limits involving indeterminate forms.

Similar threads

  • Calculus and Beyond Homework Help
Replies
10
Views
831
  • Calculus and Beyond Homework Help
Replies
2
Views
714
  • Calculus and Beyond Homework Help
Replies
8
Views
669
  • Calculus and Beyond Homework Help
Replies
17
Views
626
  • Calculus and Beyond Homework Help
Replies
13
Views
491
  • Calculus and Beyond Homework Help
Replies
20
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
924
  • Calculus and Beyond Homework Help
Replies
13
Views
695
  • Calculus and Beyond Homework Help
Replies
16
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
968
Back
Top