Trigonometric Limit: Solve the Expression

  • Context: Graduate 
  • Thread starter Thread starter intervoxel
  • Start date Start date
  • Tags Tags
    Limit Trigonometric
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
intervoxel
Messages
192
Reaction score
1
I met the following expression in a QM book:

[itex] \frac{sin[(n+1/2)\pi+\epsilon]}{cos[(n+1/2)\pi+\epsilon]}=\frac{(-1)^n\cos(\epsilon)}{(-1)^{n+1}\sin(\epsilon)}[/itex]

where [itex] \epsilon << 1[/itex]



No matter how hard I try (sine of sum, etc.), I can't see the intermediate steps to this result.

Please, help.
 
Physics news on Phys.org
Hi intervoxel! :smile:

(have a pi: π and an epsilon:ε :wink:)

Learn your trigonometric identities …

sin(A+B) = sinAcosB + cosAsinB

cos(A+B) = cosAcosB - sinAsinB

sin(n + 1/2)π = (-1)n

cos(n + 1/2)π = (-1)n+1 :wink:
 
Oh, come on, tiny-tim, I'm stuck in this problem.

I arrive at the (wrong) answer: -(cos(ε)-sin(ε)) / (cos(ε)+sin(ε))=-(1-ε)/(1+ε) and not -1/ε, which is correct.
 
Last edited:
oops!

oops! :redface:

What was I thinking? :rolleyes:

(lesson: check what people tell you, not only to see why it works but sometimes to see whether it works, or you'll never learn anything!)

Try it again … this time with cos(n + 1/2)π = 0. :smile:
 
Thank you for your help.