How Is Light Intensity Affected by Water Depth?

  • Thread starter Thread starter supermiedos
  • Start date Start date
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
4 replies · 2K views
supermiedos
Messages
62
Reaction score
0

Homework Statement



When a light ray goes trough a transparent surface, its intensity rate of change decreases proportionaly to I(t), where t is the thickness. On a specific kind of water, intensity 3 feet from below the surface is 25% its original intensity. What is the intensity from 15 ft below the surface? (sorry for my english lol)

Homework Equations



dI/dt = kI, I(3) = 0.25I_0

The Attempt at a Solution


My attempt is here: http://img69.imageshack.us/img69/4237/zill2.png

The correct answer is I = 0.0009765625 I_0, but I don't know how to get there! Any hint please?
 
Last edited by a moderator:
Physics news on Phys.org
supermiedos said:

Homework Statement



When a light ray goes trough a transparent surface, its intensity rate of change decreases proportionaly to I(t), where t is the thickness. On a specific kind of water, intensity 3 feet from below the surface is 25% its original intensity. What is the intensity from 15 ft below the surface? (sorry for my english lol)

Homework Equations



dI/dt = kI, I(3) = 0.25I_0

The Attempt at a Solution


My attempt is here: http://img69.imageshack.us/img69/4237/zill2.png

The correct answer is I = 0.0009765625 I_0, but I don't know how to get there! Any hint please?

You know that [itex]I(t) = I_0 e^{-kt}[/itex] for some [itex]k > 0[/itex]. The first step is to find [itex]k[/itex] from the condition [itex]I(3) = 0.25I_0[/itex], so that
[tex] I_0 e^{-3k} = 0.25 I_0[/tex]
Then you can find [itex]I(15) = I_0 e^{-15k}[/itex].
 
Last edited by a moderator:
pasmith said:
You know that [itex]I(t) = I_0 e^{-kt}[/itex] for some [itex]k > 0[/itex]. The first step is to find [itex]k[/itex] from the condition [itex]I(3) = 0.25I_0[/itex], so that
[tex] I_0 e^{-3k} = 0.25 I_0[/tex]
Then you can find [itex]I(15) = I_0 e^{-15k}[/itex].

Ah of course! Because I(0) = I_0, and thus, c = I_0. The rest is easy. Thank you!
 
Supermiedos,
there is a much simpler approach: since the light intensity decreases by a factor of 4 every time it goes through a layer of 3 meters of water, the light intensity after 5 layers is just ##(1/4)^5=1/1024=0.0009765625##. No need for an ODE :wink:
 
Coelum said:
Supermiedos,
there is a much simpler approach: since the light intensity decreases by a factor of 4 every time it goes through a layer of 3 meters of water, the light intensity after 5 layers is just ##(1/4)^5=1/1024=0.0009765625##. No need for an ODE :wink:

Hehe, that's actually right. Thank you :D