Optical Physics; Light Entering an Atmosphere

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
Carusun
Messages
7
Reaction score
0
[SOLVED] Optical Physics; Light Entering an Atmosphere

Homework Statement
Quoted word for word from the question sheet:

A light ray enters the atmosphere of a planet and descends vertically 20.0 km to the surface.
The index of refraction where the light enters the atmosphere is 1.000, and it increases linearly towards the surface where it has a value of 1.005.
a) How long does it take the ray to traverse this path?
b) Compare this to the time it takes in the absence of an atmosphere.

The attempt at a solution
Right, I know (or at least, I'm fairly sure that I do) the final answer, just not how to properly obtain it.
I know that the velocity of light through a medium is related to the refractive index by v=c/n, and I know that the time it takes for the light to travel a certain distance is given by t=s/v.

By working out the change in n per metre, and plugging it into a program I whipped up in MatLAB, I got a time of 6.683x10^-5s, which seems reasonable compared to the answer of 6.67*10^-5 I got for part b)

So I'm just stumped on how to get the answer without doing it the long way. Something tells me to use integration, but I've tried that with t=(s*n)/c and I end up with an answer 200 times too small.

Many thanks in advance for any help rendered, I'm sure that once it's explained I'll be kicking myself :P
 
Physics news on Phys.org
Let n=1+.005t/T.
[tex]20=\int_0^T(c/n)dt[/tex].
Solve for T.
 
Many thanks! Got the answer now :)

I knew that integrating was involved, I just couldn't make that last leap :D