Evaluate the following limit or show it does not exist?

  • Thread starter Thread starter LilTaru
  • Start date Start date
  • Tags Tags
    Limit
Click For Summary

Homework Help Overview

The problem involves evaluating the limit as x approaches π/6 for the expression sin(x + π/3) - 1/(x - π/6). Participants explore whether the limit exists and discuss potential simplifications or alternative approaches.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Some participants question the necessity of using the sine addition identity, while others suggest that the limit might be more interesting if expressed as a fraction. There is discussion about applying L'Hôpital's rule and the validity of derivatives used in the calculations.

Discussion Status

The discussion is ongoing, with participants providing different perspectives on how to approach the limit. Some have suggested substitutions and alternative methods, while others express confusion about the steps involved. There is no explicit consensus on a single method yet.

Contextual Notes

Participants note the importance of proper notation and parentheses in limit expressions to avoid misinterpretation. There is also mention of the challenges posed by homework constraints and the desire to find solutions without using L'Hôpital's rule.

LilTaru
Messages
80
Reaction score
0

Homework Statement



lim x-->pi/6 sin(x + pi/3) - 1/(x - pi/6)


Homework Equations





The Attempt at a Solution



Everytime I try to solve it (i.e. use the identity for sin(a + b) it still turns out to not exist... I was just wondering if I was correct and it does not exist, or if there was some way to further simplify it?
 
Physics news on Phys.org
I don't see any need to use the identity for sin(a + b).
\lim_{x \to \pi/6} sin(x + \pi/3) - \frac{1}{x - \pi/6}
= \lim_{x \to \pi/6} sin(x + \pi/3) - \lim_{x \to \pi/6} \frac{1}{x - \pi/6}
= sin(\pi/2) - \lim_{x \to \pi/6} \frac{1}{x - \pi/6}

The first expression is just 1, so the limit in this problem hinges on whether the last limit exists.
 
I wonder if the problem is actually

\lim_{x \to \pi/6} \frac{sin(x + \pi/3) - 1}{x - \pi/6}

since this limit is more interesting.
 
Yes, Petek, you are correct! I have no idea how to solve it... It seems like I go in circles!
 
Maybe our friend L'Hopital can help: http://en.wikipedia.org/wiki/L%27H%C3%B4pital%27s_rule"
 
Last edited by a moderator:
Seems to work, just want to check the result:

lim x-->pi/6 f1(x)/g1(x)
= lim x-->pi/6 cos(x + pi/3) - 1/(1)
= -1/1
= -1
? Is this correct?
 
USE PARENTHESES!

You could have saved time by using parenthese in your limit expression. If you would have written this -
lim x-->pi/6 [sin(x + pi/3) - 1]/(x - pi/6)
I would have understood what you were trying to do.



The answer you got is not correct. One of your derivatives is incorrect.
 
Which one:

The derivative of x - pi/6 = 1 -0 = 1 Does it not because the derivative of x is 1 and the derivative of a constant is 0...

The derivative of sin(x + pi/3) - 1 = cos(x + pi/3) Since the derivative of sinx is cosx

Oh... which would make the limit = 0/1, which equals 0?
 
Yes.

You had lim x-->pi/6 cos(x + pi/3) - 1/(1)
As you see, the numerator is incorrect.

BTW, write the fraction as (cos(x + pi/3) - 1)/1. IOW, put parentheses around the whole numerator. Since there is just one term in the denominator it doesn't need parentheses.
 
  • #10
Thank you! Your help was very beneficial! Helped out a lot!
 
  • #11
Mark44 said:
Yes.

You had lim x-->pi/6 cos(x + pi/3) - 1/(1)
As you see, the numerator is incorrect.

BTW, write the fraction as (cos(x + pi/3) - 1)/1. IOW, put parentheses around the whole numerator. Since there is just one term in the denominator it doesn't need parentheses.

Mark-is it possible to solve this without resorting to lohpital's rule? Just using limits?
 
  • #12
It might be, but nothing obvious comes to mind.
 
  • #13
Petek said:
I wonder if the problem is actually

\lim_{x \to \pi/6} \frac{sin(x + \pi/3) - 1}{x - \pi/6}

since this limit is more interesting.

So, I tried solving, by replacing 1 first with sin(pi/2)

so it, looks

(sin(x+pi/3)-sin(pi/2))/(x-pi/6)

next applied product to sum formulas:

looks like this:

2*cos((x+pi/3+pi/2)/2)*sin(((x+pi/3-pi/2)/2)/((x-pi/6))

skipping simplifying steps here, it left me with cos(pi/2) which is clearly...0...

does this make sense? Can anyone write it up nicely in latex or complete...solution much appreciated...on a piece of paper I got it...cannot type with latex for some reason...
 
  • #14
joshiemen said:
is it possible to solve this without resorting to lohpital's rule? Just using limits?

Yes :smile:

Use the substitution u = x - \pi/6

As x → \pi/6, u → 0. Also, x = u + \pi/6

Then sin(x + \pi/3) = sin(u + \pi/6 + \pi/3) = sin(u + \pi/2) = cos u

Finally,
\lim_{x \to \pi/6} \frac{\sin(x + \pi/3) - 1}{x - \pi/6} \Longrightarrow \lim_{u \to 0} \frac{\cos u - 1}{u} = 0A good thing to try for limits like this is substituting u = the denominator, then you can usually rewrite it into a well-known limit that you can easily evaluate.
 
  • #15
Bohrok said:
Yes :smile:

Use the substitution u = x - \pi/6

As x → \pi/6, u → 0. Also, x = u + \pi/6

Then sin(x + \pi/3) = sin(u + \pi/6 + \pi/3) = sin(u + \pi/2) = cos u

Finally,
\lim_{x \to \pi/6} \frac{\sin(x + \pi/3) - 1}{x - \pi/6} \Longrightarrow \lim_{u \to 0} \frac{\cos u - 1}{u} = 0A good thing to try for limits like this is substituting u = the denominator, then you can usually rewrite it into a well-known limit that you can easily evaluate.

wow, this is way simpler and beautiful than how I solved it! THANK you!
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K