Solving limit in many ways: lim[x->pi/6] [ (2cos(x) - sqrt{3}) / (6x - pi) ]

tsunamari

New member
Joined
Nov 18, 2018
Messages
2
i want to know other ways to solve this limit other than using l'hôpital's rule or differentiable definition(f(x)-f(a)/x-a)

limxπ6(2cos(x)36xπ)\displaystyle \lim _{x\to \frac{\pi }{6}}\left(\frac{2\cos \left(x\right)-\sqrt{3}}{6x-\pi }\right)
 
Last edited by a moderator:
i want to know other ways to solve this limit other than using l'hôpital's rule or differentiable definition(f(x)-f(a)/x-a)

limxπ6(2cos(x)36xπ)\displaystyle \lim _{x\to \frac{\pi }{6}}\left(\frac{2\cos \left(x\right)-\sqrt{3}}{6x-\pi }\right)
Are you allowed to use Taylor series expansion of cos(pi/6 + h)?
 
hmm i dont think so is there any other way than that?

Yes. I worked this out. You might approach it with the following method.


Hints:

Rewrite it as:

limxπ6(2cos(x)  36(xπ6))\displaystyle \displaystyle\lim_{x \to \tfrac{\pi}{6}}\bigg(\dfrac{2cos(x) \ - \ \sqrt{3}}{6(x - \tfrac{\pi}{6})}\bigg)


Let  y = xπ6\displaystyle \ y \ = \ x - \tfrac{\pi}{6}


As x approaches pi/6, y approaches 0.


Substitute in the y expression:


limy0(2cos(y+π6)  36y)\displaystyle \displaystyle\lim_{y \to 0}\bigg(\dfrac{2cos(y + \tfrac{\pi}{6}) \ - \ \sqrt{3}}{6y}\bigg)


Use cos(A + B), expand, and simplify.


And for this problem, assume that you have prior knowledge that


limy0cos(y)1y = 0    and    limy0sin(y)y = 1\displaystyle \displaystyle\lim_{y \to 0}\dfrac{cos(y) - 1}{y} \ = \ 0 \ \ \ \ and \ \ \ \ \displaystyle\lim_{y \to 0}\dfrac{sin(y)}{y} \ = \ 1


You must complete the supporting steps in between the hints, and following the last hints.
 
Last edited:
Top