How can you derive the expression for ds from a light ray's path?

  • Thread starter Thread starter Fernando Rios
  • Start date Start date
  • Tags Tags
    Light Path Ray
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Fernando Rios
Messages
96
Reaction score
10
Homework Statement
Find the path followed by a light ray if the index of refraction (in polar coordinates) is proportional to r^-2.
Relevant Equations
∫nds
This is an example from a textbook. They show the following:

∫nds = ∫r-2*ds = ∫r-2*√((dr)2+r2*(dθ)2)

How do you obtain the expression for ds?
 
Physics news on Phys.org
The arc length in Cartesian coordinate is given by :

##ds^2 = dx^2 + dy^2##
Which is Pythagoras theorem for an infinitesimal part of curve.

The transformation function to polar coordinate has form:

## x= r cos\theta##
##y=r sin\theta##Substituting in above equation and manipulating gives desired result.
 
Got it! Thank you for your help.