Editing
Wave Optics
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Thin-Film Color' (Predicting the color of a soap bubble):''' <syntaxhighlight lang="python"> def calculate_interference_color(film_thickness_nm): """ Simplified: Which wavelength is 'Boosted' (Constructive)? 2 * thickness = n * wavelength """ # Peak wavelength (approx) peak_lambda = 2 * film_thickness_nm if 400 <= peak_lambda <= 450: return "COLOR: VIOLET (Thin film)" elif 450 < peak_lambda <= 500: return "COLOR: BLUE" elif 500 < peak_lambda <= 570: return "COLOR: GREEN" elif 570 < peak_lambda <= 590: return "COLOR: YELLOW" elif 590 < peak_lambda <= 620: return "COLOR: ORANGE" elif 620 < peak_lambda <= 750: return "COLOR: RED (Thick film)" else: return "COLOR: INVISIBLE (IR or UV)" # Case: A bubble 250nm thick print(calculate_interference_color(250)) # 500nm = Green/Blue </syntaxhighlight> ; Optics Landmarks : '''The 'Newton/Huygens' Debate''' β Newton thought light was "Particles" (Corpuscles). Huygens thought it was "Waves." They "Argued" for 100 years until Thomas Young proved Huygens was right. : '''Michelson-Morley Experiment (1887)''' β Used "Interference" (an Interferometer) to try and find the "Ether." They found "Nothing," which "Accidentally" led to Einstein's "Relativity." : '''Holograms''' β The ultimate "Wave" art. A hologram doesn't record a "Photo" (Rays); it records the "Interference Pattern" (Waves) of light, allowing you to "See around" objects in 3D. : '''Adaptive Optics''' β How modern telescopes "Fix" the "Twinkle" of stars. They use "Wave-front sensors" to "Deform" a mirror 1,000 times a second to "Cancel out" the "Wiggles" caused by the atmosphere. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information