Find a, b & c for \lim_{x→0} \frac{ae^x-bcos(x)+ce^{-x}}{x\cdot sin(x)}=2

  • Thread starter Thread starter Saitama
  • Start date Start date
AI Thread Summary
To solve the limit problem, the initial step is recognizing that substituting x=0 results in a 0/0 form, leading to the equation a - b + c = 0. Since L'Hospital's rule is not permitted, participants suggest using Taylor expansion for e^x, e^{-x}, sin(x), and cos(x) to derive additional equations. By rewriting the limit expression and applying known limits and identities, users can establish relationships among a, b, and c. Ultimately, the discussion concludes with the original poster successfully finding the necessary values with the provided guidance.
Saitama
Messages
4,244
Reaction score
93

Homework Statement


Find the values of a,b & c so that
\lim_{x→0} \frac{ae^x-bcos(x)+ce^{-x}}{x\cdot sin(x)}=2


Homework Equations





The Attempt at a Solution


The only thing which came to my mind is that when we put x=0, it should be a 0/0 form since the limit has a finite value. Therefore, a-b+c=0.
I can't think of any other equation to find the values of a,b and c.
 
Last edited:
Physics news on Phys.org
Hi again! :wink:

You have to use the L'Hospital rule for this. Applying the rule once will give you the second relation between a,b,c. L'Hospital'ing it another time will give you yet another relation. 3 equations, 3 variables...
 
Lol, i forgot to mention, i am not allowed to use L'Hospital rule here.
 
Bah, this is the seventh question I'm trying today without L'Hospital rule. Poor guy.
 
Infinitum said:
Bah, this is the seventh question I'm trying today without L'Hospital rule. Poor guy.

I too feel so poor when i am not allowed to use L'Hospital rule. This is the seventh question for you, i have been spending my whole day to solve the Limits question without L'Hospital rule. At last, when i get exhausted, i come to PF so as to get some help! :smile:
 
Pranav-Arora said:
I too feel so poor when i am not allowed to use L'Hospital rule. This is the seventh question for you, i have been spending my whole day to solve the Limits question without L'Hospital rule. At last, when i get exhausted, i come to PF so as to get some help! :smile:

Oh, ouch! Take a break? :smile:

I was pitying the person who made the rule, actually. No one bothers to use it :frown:

Anyway, back on topic...(trying...)
 
Can you use Taylor expansion?

ehild
 
ehild said:
Can you use Taylor expansion?

ehild

We aren't yet taught this.
I know a very little about Taylor expansion but never used it.
 
Are there any limits you know/can use with ex and e-x?
 
  • #10
Bohrok said:
Are there any limits you know/can use with ex and e-x?

The one in my mind is \lim_{x\to 0} \frac{e^x-1}{x}=1.
 
  • #11
Pranav-Arora said:
We aren't yet taught this.
I know a very little about Taylor expansion but never used it.

Well, you *have* to be able to use *something*. Otherwise, the problem can't be solved.

If you've been taught Taylor expansion, you should use it. Look up the series expansions for e^x (from which you can immediately deduce that for e^{-x}, \sin x and \cos x.

You'll need the actual terms up to and including x^2 since the denominator is x\sin x. The remaining terms can be grouped together as O(x^3) for ease.

Separate out the terms and figure out what each rational expression needs to be at the limit.
 
  • #12
Curious3141 said:
Well, you *have* to be able to use *something*. Otherwise, the problem can't be solved.

If you've been taught Taylor expansion, you should use it. Look up the series expansions for e^x (from which you can immediately deduce that for e^{-x}, \sin x and \cos x.

You'll need the actual terms up to and including x^2 since the denominator is x\sin x. The remaining terms can be grouped together as O(x^3) for ease.

Separate out the terms and figure out what each rational expression needs to be at the limit.

No, we aren't taught Taylor expansion yet but i do know the series you are asking me.
Even if i expand and write e^{-x}, e^{-x}, \sin x and \cos x, i can't take out the factor x^2 from the numerator.
 
  • #13
Pranav-Arora said:
The one in my mind is \displaystyle \lim_{x\to 0} \frac{e^x-1}{x}=1.
From that you can find \displaystyle \lim_{x\to 0} \frac{e^{-x}-1}{x}

Rewrite your original expression as:

\displaystyle \lim_{x→0} \frac{a(e^x-1)+a-(a+c)\cos(x)+c(e^{-x}-1)+c}{x\sin(x)}

Then, the identity, \displaystyle 1-\cos(x)=2\sin^2\left(\frac{x}{2}\right) may get you nearly home.
 
  • #14
SammyS said:
From that you can find \displaystyle \lim_{x\to 0} \frac{e^{-x}-1}{x}

Rewrite your original expression as:

\displaystyle \lim_{x→0} \frac{a(e^x-1)+a-(a+c)\cos(x)+c(e^{-x}-1)+c}{x\sin(x)}

Then, the identity, \displaystyle 1-\cos(x)=2\sin^2\left(\frac{x}{2}\right) may get you nearly home.

Thanks SammyS for the reply! :smile:
Rewriting the expression you gave me,
\lim_{x\to 0} \frac{a(e^x-1)+c(e^{-x}-1)+(a+c)(1-cos(x))}{x\sin(x)}
I get only one equation a-c=0 or a=c, i still need one more equation.

EDIT: Thanks SammyS, i have got it! Thank you all for the help! :)
 
Back
Top