Neglecting High-Order Terms in R: Tips & Tricks

  • Context: Graduate 
  • Thread starter Thread starter Juggler123
  • Start date Start date
  • Tags Tags
    Terms Tips
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Juggler123
Messages
80
Reaction score
0
Hi,

Is there a better way to write this?

'terms of order [itex]O(R^{-Y})[/itex] where [itex]Y>1[/itex] are neglected'

I feel like this is a bit clumsy.

Thanks for the help!
 
Mathematics news on Phys.org
Yeah that's correct, if I am understanding little 'o' notation correctly I believe it's equivalent to write:

'terms of order [itex]o(R^{-1})[/itex] are neglected'
 
It is simpler to write it in terms of what orders you will accept.
Note, you wanted Y>1, so Y=1 (order -1) was accepted.

Take terms in (1/R) to 1st order.