#set document(title: "3.4 Interference in Thin Films", author: "OpenStax / XYZ Homework") #set page(width: 8.5in, height: auto, margin: 1in) #import "@preview/cetz:0.5.2" #set text(font: ("STIX Two Text", "Libertinus Serif", "New Computer Modern"), size: 10.5pt, lang: "en") #show math.equation: set text(font: ("STIX Two Math", "New Computer Modern Math")) #set par(justify: true, leading: 0.62em, spacing: 0.9em) #set enum(spacing: 1.1em) // room between list items so tall inline fractions don't collide #set list(spacing: 1.1em) #set table(stroke: 0.5pt + rgb("#c7ccd3")) #let BLUE = rgb("#183B6F") // brand navy — section bars + example/solution labels (white on navy 11.09:1) #let ORANGE = rgb("#A94509") // brand primary-700 — AA-safe deep orange for TEXT (5.93:1 on white; raw brand #F37021 is 2.94:1 and must never carry text) #let RED = rgb("#DC2626") // brand error-600 #let GREEN = rgb("#059669") // brand success-600 (decoration only; small green text uses green-text #007942) #show heading.where(level: 1): it => block(width: 100%, above: 0pt, below: 16pt, fill: gradient.linear(BLUE, rgb("#2C5AA0")), inset: (x: 14pt, y: 12pt), radius: 3pt, text(fill: white, weight: "bold", size: 19pt, it.body)) #show heading.where(level: 2): it => block(width: 100%, above: 18pt, below: 10pt, fill: BLUE, inset: (x: 10pt, y: 6pt), radius: 2pt, text(fill: white, weight: "bold", size: 12pt, it.body)) #show heading.where(level: 3): it => text(fill: ORANGE, weight: "bold", size: 12.5pt, it.body) #show heading.where(level: 4): it => text(fill: BLUE, weight: "bold", size: 10.5pt, it.body) #let examplebox(label, title, body) = block(width: 100%, breakable: true, fill: rgb("#EFF1F5"), stroke: 0.5pt + rgb("#CFDDF0"), radius: 4pt, inset: 10pt, above: 12pt, below: 12pt)[ #block(below: 6pt)[#box(fill: BLUE, inset: (x: 6pt, y: 2pt), radius: 2pt, text(fill: white, weight: "bold", size: 8.5pt, label)) #h(0.4em) #strong[#title]] #body] // rail = decorative left rule (raw brand token); labelcolor = AA-safe label text shade #let notebox(label, rail, labelcolor, tint, body) = block(width: 100%, breakable: true, fill: tint, stroke: (left: 3pt + rail), inset: (left: 10pt, rest: 8pt), radius: (right: 4pt), above: 11pt, below: 11pt)[ #text(fill: labelcolor, weight: "bold", size: 7.5pt, tracking: 0.5pt)[#upper(label)] #linebreak() #body] #let solutionbox(body) = block(above: 4pt, below: 8pt)[ #text(fill: BLUE, weight: "bold", size: 8.5pt)[Solution] #linebreak() #body] #let figph(msg) = block(width: 100%, height: 60pt, fill: rgb("#f6f7f9"), stroke: (paint: rgb("#c7ccd3"), dash: "dashed"), radius: 4pt, inset: 10pt)[ #align(center + horizon, text(fill: rgb("#889"), style: "italic", size: 9pt, msg))] // Standardize inlined figure sizes: measure the natural CeTZ canvas, then scale to a // consistent envelope (aspect-aware; see build_typst.py FIG_* constants). Unlike the // print preamble, dimensions are FLOORED: in an editor a user can trim a figure to a // degenerate 1-D shape (a bare line), and w/h or tw/w would then divide by zero. #let _STD_W = 3.5 #let _WIDE_W = 5.6 #let _MAX_H = 3.4 #let _ASPECT_WIDE = 2.2 #let _UPSCALE_MAX = 1.15 #let stdfig(body) = context { let m = measure(body) let w = calc.max(m.width / 1in, 0.01) let h = calc.max(m.height / 1in, 0.01) let tw = if w / h > _ASPECT_WIDE { _WIDE_W } else { _STD_W } let s = calc.min(tw / w, _MAX_H / h, _UPSCALE_MAX) align(center, box(scale(x: s * 100%, y: s * 100%, reflow: true, body))) } #show figure: set block(breakable: false) #set figure(gap: 8pt) #show figure.caption: set text(size: 8.5pt, fill: rgb("#555")) == 3.4#h(0.6em)Interference in Thin Films The bright colors seen in an oil slick floating on water or in a sunlit soap bubble are caused by interference. The brightest colors are those that interfere constructively. This interference is between light reflected from different surfaces of a thin film; thus, the effect is known as #strong[thin-film interference]. Its effects and applications are everywhere: in incredibly precise optical devices, anti-forgery measures, and in cameras and projectors. As described below, Katharine Burr Blodgett's pioneering invention of nonreflective glass, which utilized the principles of thin-film interference, led to a revolution in movie making. As we noted before, interference effects are most prominent when light interacts with something having a size similar to its wavelength. A thin film is one having a thickness #emph[t] smaller than a few times the wavelength of light, #math.equation(block: false, alt: "λ")[$λ$]. Since color is associated indirectly with #math.equation(block: false, alt: "λ")[$λ$] and because all interference depends in some way on the ratio of #math.equation(block: false, alt: "λ")[$λ$] to the size of the object involved, we should expect to see different colors for different thicknesses of a film, as in . #figure(figph[A picture of soap bubbles is shown.], alt: "A picture of soap bubbles is shown.", caption: [These soap bubbles exhibit brilliant colors when exposed to sunlight.]) What causes thin-film interference? shows how light reflected from the top and bottom surfaces of a film can interfere. Incident light is only partially reflected from the top surface of the film (ray 1). The remainder enters the film and is itself partially reflected from the bottom surface. Part of the light reflected from the bottom surface can emerge from the top of the film (ray 2) and interfere with light reflected from the top (ray 1). The ray that enters the film travels a greater distance, so it may be in or out of phase with the ray reflected from the top. However, consider for a moment, again, the bubbles in . The bubbles are darkest where they are thinnest. Furthermore, if you observe a soap bubble carefully, you will note it gets dark at the point where it breaks. For very thin films, the difference in path lengths of rays 1 and 2 in is negligible, so why should they interfere destructively and not constructively? The answer is that a phase change can occur upon reflection, as discussed next. #figure(figph[Picture is a schematic drawing of the light undergoing interference by a thin film with the thickness t. Light striking a thin film is partially reflected (ray 1) and partially refracted at the top surface. The refracted ray is partially reflected at the bottom surface and emerges as ray 2.], alt: "Picture is a schematic drawing of the light undergoing interference by a thin film with the thickness t. Light striking a thin film is partially reflected (ray 1) and partially refracted at the top surface. The refracted ray is partially reflected at the bottom surface and emerges as ray 2.", caption: [Light striking a thin film is partially reflected (ray 1) and partially refracted at the top surface. The refracted ray is partially reflected at the bottom surface and emerges as ray 2. These rays interfere in a way that depends on the thickness of the film and the indices of refraction of the various media.]) === Changes in Phase due to Reflection We saw earlier (Waves) that reflection of mechanical waves can involve a #math.equation(block: false, alt: "180 °")[$180 "°"$] phase change. For example, a traveling wave on a string is inverted (i.e., a #math.equation(block: false, alt: "180 °")[$180 "°"$] phase change) upon reflection at a boundary to which a heavier string is tied. However, if the second string is lighter (or more precisely, of a lower linear density), no inversion occurs. Light waves produce the same effect, but the deciding parameter for light is the index of refraction. Light waves undergo a #math.equation(block: false, alt: "180 °")[$180 "°"$] or #math.equation(block: false, alt: "π")[$π$] radians phase change upon reflection at an interface beyond which is a medium of higher index of refraction. No phase change takes place when reflecting from a medium of lower refractive index . Because of the periodic nature of waves, this phase change or inversion is equivalent to #math.equation(block: false, alt: "± λ / 2")[$"±" λ "/" 2$] in distance travelled, or path length. Both the path length and refractive indices are important factors in thin-film interference. #figure(figph[Picture is a schematic drawing of the light undergoing interference by a thin film. Wave reflected from the top of the film is inverted; wave reflected from the bottom of the film is not inverted; refracted waves are not inverted.], alt: "Picture is a schematic drawing of the light undergoing interference by a thin film. Wave reflected from the top of the film is inverted; wave reflected from the bottom of the film is not inverted; refracted waves are not inverted.", caption: [Reflection at an interface for light traveling from a medium with index of refraction #math.equation(block: false, alt: "n sub 1")[$n_(1)$] to a medium with index of refraction #math.equation(block: false, alt: "n sub 2")[$n_(2)$], #math.equation(block: false, alt: "n sub 1 less than n sub 2")[$n_(1) < n_(2)$], causes the phase of the wave to change by #math.equation(block: false, alt: "π")[$π$] radians.]) If the film in is a #strong[soap bubble] (essentially water with air on both sides), then a phase shift of #math.equation(block: false, alt: "λ / 2")[$λ "/" 2$] occurs for ray 1 but not for ray 2. Thus, when the film is very thin and the path length difference between the two rays is negligible, they are exactly out of phase, and destructive interference occurs at all wavelengths. Thus, the soap bubble is dark here. The thickness of the film relative to the wavelength of light is the other crucial factor in thin-film interference. Ray 2 in travels a greater distance than ray 1. For light incident perpendicular to the surface, ray 2 travels a distance approximately 2#emph[t] farther than ray 1. When this distance is an integral or half-integral multiple of the wavelength in the medium #math.equation(block: false, alt: "open parenthesis λ sub n equals λ / n")[$\( λ_(n) = λ "/" n$], where #math.equation(block: false, alt: "λ")[$λ$] is the wavelength in vacuum and #emph[n] is the index of refraction), constructive or destructive interference occurs, depending also on whether there is a phase change in either ray. Thin-film interference has created an entire field of research and industrial applications. Its foundations were laid by Irving Langmuir and Katharine Burr Blodgett, working at General Electric in the 1920s and 1930s. Langmuir had pioneered a method for producing ultra-thin layers on materials. Blodgett built on these practices by creating a method to precisely stack and compress these layers in order to produce a film of a desired thickness and quality. The device they developed became known as the Langmuir-Blodgett trough — expanding on a similar device invented by pioneering surface scientist Agnes Pockels — which is still used in laboratories today. The earliest widely applied use of these principles was non-reflective glass. Blodgett patented the material in 1938, in time for its almost immediate use in the creation of the film #emph[Gone With the Wind]. The movie is viewed as a tremendous leap forward in cinematography; cameras, microscopes, telescopes, and many other instruments rely on Blodgett's invention, as well. #examplebox("Example 1")[Calculating the Thickness of a Nonreflective Lens Coating][ Sophisticated cameras use a series of several lenses. Light can reflect from the surfaces of these various lenses and degrade image clarity. To limit these reflections, lenses are coated with a thin layer of magnesium fluoride, which causes destructive thin-film interference. What is the thinnest this film can be, if its index of refraction is 1.38 and it is designed to limit the reflection of 500-nm light, normally the most intense visible wavelength? Assume the index of refraction of the glass is 1.52. Strategy Refer to and use #math.equation(block: false, alt: "n sub 1 equals 1.00")[$n_(1) = 1.00$] for air, #math.equation(block: false, alt: "n sub 2 equals 1.38")[$n_(2) = 1.38$], and #math.equation(block: false, alt: "n sub 3 equals 1.52")[$n_(3) = 1.52$]. Both ray 1 and ray 2 have a #math.equation(block: false, alt: "λ / 2")[$λ "/" 2$] shift upon reflection. Thus, to obtain destructive interference, ray 2 needs to travel a half wavelength farther than ray 1. For rays incident perpendicularly, the path length difference is 2#emph[t]. Solution To obtain destructive interference here, #math.equation(block: true, alt: "2 t equals the fraction λ sub n 2 over 2")[$2 t = frac(λ_(n 2), 2)$] where #math.equation(block: false, alt: "λ sub n 2")[$λ_(n 2)$] is the wavelength in the film and is given by #math.equation(block: false, alt: "λ sub n 2 equals λ / n sub 2")[$λ_(n 2) = λ "/" n_(2)$]. Thus, #math.equation(block: true, alt: "2 t equals the fraction λ / n sub 2 over 2 .")[$2 t = frac(λ "/" n_(2), 2) .$] Solving for #emph[t] and entering known values yields #math.equation(block: true, alt: "t equals the fraction λ / n sub 2 over 4 equals the fraction open parenthesis 500 nm close parenthesis / 1.38 over 4 equals 90.6 nm .")[$t = frac(λ "/" n_(2), 4) = frac(( 500 #h(0.2em) "nm" ) "/" 1.38, 4) = 90.6 #h(0.2em) "nm" .$] Significance Films such as the one in this example are most effective in producing destructive interference when the thinnest layer is used, since light over a broader range of incident angles is reduced in intensity. These films are called #strong[nonreflective coatings]; this is only an approximately correct description, though, since other wavelengths are only partially cancelled. Nonreflective coatings are also used in car windows and sunglasses. ] === Combining Path Length Difference with Phase Change Thin-film interference is most constructive or most destructive when the path length difference for the two rays is an integral or half-integral wavelength. That is, for rays incident perpendicularly, #math.equation(block: true, alt: "2 t equals λ sub n , 2 λ sub n , 3 λ sub n ,… or 2 t equals λ sub n / 2 , 3 λ sub n / 2 , 5 λ sub n / 2 ,… .")[$2 t = λ_(n) , 2 λ_(n) , 3 λ_(n) ",…" #h(0.2em) "or" #h(0.2em) 2 t = λ_(n) "/" 2 , 3 λ_(n) "/" 2 , 5 λ_(n) "/" 2 ",…" .$] To know whether interference is constructive or destructive, you must also determine if there is a phase change upon reflection. Thin-film interference thus depends on film thickness, the wavelength of light, and the refractive indices. For white light incident on a film that varies in thickness, you can observe rainbow colors of constructive interference for various wavelengths as the thickness varies. #examplebox("Example 2")[Soap Bubbles][ (a) What are the three smallest thicknesses of a soap bubble that produce constructive interference for red light with a wavelength of 650 nm? The index of refraction of soap is taken to be the same as that of water. (b) What three smallest thicknesses give destructive interference? Strategy Use to visualize the bubble, which acts as a thin film between two layers of air. Thus #math.equation(block: false, alt: "n sub 1 equals n sub 3 equals 1.00")[$n_(1) = n_(3) = 1.00$] for air, and #math.equation(block: false, alt: "n sub 2 equals 1.333")[$n_(2) = 1.333$] for soap (equivalent to water). There is a #math.equation(block: false, alt: "λ / 2")[$λ "/" 2$] shift for ray 1 reflected from the top surface of the bubble and no shift for ray 2 reflected from the bottom surface. To get constructive interference, then, the path length difference (2#emph[t]) must be a half-integral multiple of the wavelength—the first three being #math.equation(block: false, alt: "λ sub n / 2 , 3 λ sub n / 2")[$λ_(n) "/" 2 , 3 λ_(n) "/" 2$], and #math.equation(block: false, alt: "5 λ sub n / 2")[$5 λ_(n) "/" 2$]. To get destructive interference, the path length difference must be an integral multiple of the wavelength—the first three being 0, #math.equation(block: false, alt: "λ sub n")[$λ_(n)$], and #math.equation(block: false, alt: "2 λ sub n")[$2 λ_(n)$]. Solution a. Constructive interference occurs here when #math.equation(block: true, alt: "2 t sub c equals the fraction λ sub n over 2 , the fraction 3 λ sub n over 2 , the fraction 5 λ sub n over 2 , and so on .")[$2 t_("c") = frac(λ_(n), 2) , frac(3 λ_(n), 2) , frac(5 λ_(n), 2) , … .$] Thus, the smallest constructive thickness #math.equation(block: false, alt: "t sub c")[$t_("c")$] is #math.equation(block: true, alt: "t sub c equals the fraction λ sub n over 4 equals the fraction λ / n over 4 equals the fraction open parenthesis 650 nm close parenthesis / 1.333 over 4 equals 122 nm .")[$t_("c") = frac(λ_(n), 4) = frac(λ "/" n, 4) = frac(( 650 #h(0.2em) "nm" ) "/" 1.333, 4) = 122 #h(0.2em) "nm" .$] The next thickness that gives constructive interference is #math.equation(block: false, alt: "t c ′ equals 3 λ sub n / 4")[$t_("c")^(′) = 3 λ_(n) "/" 4$], so that #math.equation(block: true, alt: "t c ′ equals 366 nm .")[$t_("c")^(′) = 366 #h(0.2em) "nm" .$] Finally, the third thickness producing constructive interference is #math.equation(block: false, alt: "t c ′ equals 5 λ sub n / 4")[$t_("c")^(′) = 5 λ_(n) "/" 4$], so that #math.equation(block: true, alt: "t c ′ equals 610 nm .")[$t_("c")^(′) = 610 #h(0.2em) "nm" .$] b. For destructive interference, the path length difference here is an integral multiple of the wavelength. The first occurs for zero thickness, since there is a phase change at the top surface, that is, #math.equation(block: true, alt: "t sub d equals 0 ,")[$t_("d") = 0 ,$] the very thin (or negligibly thin) case discussed above. The first non-zero thickness producing destructive interference is #math.equation(block: true, alt: "2 t d ′ equals λ sub n .")[$2 t_("d")^(′) = λ_(n) .$] Substituting known values gives #math.equation(block: true, alt: "t d ′ equals the fraction λ over 2 equals the fraction λ / n over 2 equals the fraction open parenthesis 650 nm close parenthesis / 1.333 over 2 equals 244 nm .")[$t_("d")^(′) = frac(λ, 2) = frac(λ "/" n, 2) = frac(( 650 #h(0.2em) "nm" ) "/" 1.333, 2) = 244 #h(0.2em) "nm" .$] Finally, the third destructive thickness is #math.equation(block: false, alt: "2 t d ″ equals 2 λ sub n")[$2 t_("d")^("″") = 2 λ_(n)$], so that #math.equation(block: true, alt: "t d ″ equals λ sub n equals the fraction λ over n equals the fraction 650 nm over 1.333 equals 488 nm .")[$t_("d")^(″) = λ_(n) = frac(λ, n) = frac(650 #h(0.2em) "nm", 1.333) = 488 #h(0.2em) "nm" .$] Significance If the bubble were illuminated with pure red light, we would see bright and dark bands at very uniform increases in thickness. First would be a dark band at 0 thickness, then bright at 122 nm thickness, then dark at 244 nm, bright at 366 nm, dark at 488 nm, and bright at 610 nm. If the bubble varied smoothly in thickness, like a smooth wedge, then the bands would be evenly spaced. ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Going further with , what are the next two thicknesses of soap bubble that would lead to (a) constructive interference, and (b) destructive interference? #solutionbox[ a. 853 nm, 1097 nm; b. 731 nm, 975 nm ] ] Another example of thin-film interference can be seen when microscope slides are separated. The slides are very flat, so that the wedge of air between them increases in thickness very uniformly. A phase change occurs at the second surface but not the first, so a dark band forms where the slides touch. The rainbow colors of constructive interference repeat, going from violet to red again and again as the distance between the slides increases. As the layer of air increases, the bands become more difficult to see, because slight changes in incident angle have greater effects on path length differences. If monochromatic light instead of white light is used, then bright and dark bands are obtained rather than repeating rainbow colors. #figure(figph[Picture A shows the drawing of two glass slides with the rainbow-color bands at the surface. Picture B shows two slides of glass touching each other at one end forming an air wedge. Travelling rays are reflected both by the top and the bottom slides. Picture C shows a photograph of an air wedge with the alternating bright and dark bands.], alt: "Picture A shows the drawing of two glass slides with the rainbow-color bands at the surface. Picture B shows two slides of glass touching each other at one end forming an air wedge. Travelling rays are reflected both by the top and the bottom slides. Picture C shows a photograph of an air wedge with the alternating bright and dark bands.", caption: [(a) The rainbow-color bands are produced by thin-film interference in the air between the two glass slides. (b) Schematic of the paths taken by rays in the wedge of air between the slides. (c) If the air wedge is illuminated with monochromatic light, bright and dark bands are obtained rather than repeating rainbow colors.]) An important application of thin-film interference is found in the manufacturing of optical instruments. A lens or mirror can be compared with a master as it is being ground, allowing it to be shaped to an accuracy of less than a wavelength over its entire surface. illustrates the phenomenon called #strong[Newton’s rings], which occurs when the plane surfaces of two lenses are placed together. (The circular bands are called Newton’s rings because Isaac Newton described them and their use in detail. Newton did not discover them; Robert Hooke did, and Newton did not believe they were due to the wave character of light.) Each successive ring of a given color indicates an increase of only half a wavelength in the distance between the lens and the blank, so that great precision can be obtained. Once the lens is perfect, no rings appear. #figure(figph[Picture shows a photograph of the “Newton’s rings” interference fringes produced by two plano-convex lenses placed together with their plane surfaces in contact.], alt: "Picture shows a photograph of the “Newton’s rings” interference fringes produced by two plano-convex lenses placed together with their plane surfaces in contact.", caption: [“Newton’s rings” interference fringes are produced when two plano-convex lenses are placed together with their plane surfaces in contact. The rings are created by interference between the light reflected off the two surfaces as a result of a slight gap between them, indicating that these surfaces are not precisely plane but are slightly convex.]) Thin-film interference has many other applications, both in nature and in manufacturing. The wings of certain moths and butterflies have nearly iridescent colors due to thin-film interference. In addition to pigmentation, the wing’s color is affected greatly by constructive interference of certain wavelengths reflected from its film-coated surface. Some car manufacturers offer special paint jobs that use thin-film interference to produce colors that change with angle. This expensive option is based on variation of thin-film path length differences with angle. Security features on credit cards, banknotes, driving licenses, and similar items prone to forgery use thin-film interference, diffraction gratings, or holograms. As early as 1998, Australia led the way with dollar bills printed on polymer with a diffraction grating security feature, making the currency difficult to forge. Other countries, such as Canada, New Zealand, and Taiwan, are using similar technologies, while US currency includes a thin-film interference effect. === Summary - When light reflects from a medium having an index of refraction greater than that of the medium in which it is traveling, a #math.equation(block: false, alt: "180 °")[$180 "°"$] phase change (or a #math.equation(block: false, alt: "λ / 2")[$λ "/" 2$] shift) occurs. - Thin-film interference occurs between the light reflected from the top and bottom surfaces of a film. In addition to the path length difference, there can be a phase change. === Conceptual Questions What effect does increasing the wedge angle have on the spacing of interference fringes? If the wedge angle is too large, fringes are not observed. Why? How is the difference in paths taken by two originally in-phase light waves related to whether they interfere constructively or destructively? How can this be affected by reflection? By refraction? #solutionbox[ Differing path lengths result in different phases at destination resulting in constructive or destructive interference accordingly. Reflection can cause a #math.equation(block: false, alt: "180 °")[$180 "°"$] phase change, which also affects how waves interfere. Refraction into another medium changes the wavelength inside that medium such that a wave can emerge from the medium with a different phase compared to another wave that travelled the same distance in a different medium. ] Is there a phase change in the light reflected from either surface of a contact lens floating on a person’s tear layer? The index of refraction of the lens is about 1.5, and its top surface is dry. In placing a sample on a microscope slide, a glass cover is placed over a water drop on the glass slide. Light incident from above can reflect from the top and bottom of the glass cover and from the glass slide below the water drop. At which surfaces will there be a phase change in the reflected light? #solutionbox[ Phase changes occur upon reflection at the top of glass cover and the top of glass slide only. ] Answer the above question if the fluid between the two pieces of crown glass is carbon disulfide. While contemplating the food value of a slice of ham, you notice a rainbow of color reflected from its moist surface. Explain its origin. #solutionbox[ The surface of the ham being moist means there is a thin layer of fluid, resulting in thin-film interference. Because the exact thickness of the film varies across the piece of ham, which is illuminated by white light, different wavelengths produce bright fringes at different locations, resulting in rainbow colors. ] An inventor notices that a soap bubble is dark at its thinnest and realizes that destructive interference is taking place for all wavelengths. How could she use this knowledge to make a nonreflective coating for lenses that is effective at all wavelengths? That is, what limits would there be on the index of refraction and thickness of the coating? How might this be impractical? A nonreflective coating like the one described in works ideally for a single wavelength and for perpendicular incidence. What happens for other wavelengths and other incident directions? Be specific. #solutionbox[ Other wavelengths will not generally satisfy #math.equation(block: false, alt: "t equals the fraction λ / n over 4")[$t = frac(λ "/" n, 4)$] for the same value of #emph[t] so reflections will result in completely destructive interference. For an incidence angle #math.equation(block: false, alt: "θ")[$θ$], the path length inside the coating will be increased by a factor #math.equation(block: false, alt: "1 / cos θ")[$1 "/" "cos" #h(0.2em) θ$] so the new condition for destructive interference becomes #math.equation(block: false, alt: "the fraction t over cos θ equals the fraction λ / n over 4")[$frac(t, "cos" #h(0.2em) θ) = frac(λ "/" n, 4)$]. ] Why is it much more difficult to see interference fringes for light reflected from a thick piece of glass than from a thin film? Would it be easier if monochromatic light were used? === Problems A soap bubble is 100 nm thick and illuminated by white light incident perpendicular to its surface. What wavelength and color of visible light is most constructively reflected, assuming the same index of refraction as water? #solutionbox[ 532 nm (green) ] An oil slick on water is 120 nm thick and illuminated by white light incident perpendicular to its surface. What color does the oil appear (what is the most constructively reflected wavelength), given its index of refraction is 1.40? Calculate the minimum thickness of an oil slick on water that appears blue when illuminated by white light perpendicular to its surface. Take the blue wavelength to be 470 nm and the index of refraction of oil to be 1.40. #solutionbox[ #math.equation(block: true, alt: "8.39 times 10 to the power −8 m equals 83.9 nm")[$8.39 #h(0.2em) × #h(0.2em) 10^(−8) #h(0.2em) "m" = 83.9 #h(0.2em) "nm"$] ] Find the minimum thickness of a soap bubble that appears red when illuminated by white light perpendicular to its surface. Take the wavelength to be 680 nm, and assume the same index of refraction as water. A film of soapy water (#math.equation(block: false, alt: "n equals 1.33")[$n = 1.33$]) on top of a plastic cutting board has a thickness of 233 nm. What color is most strongly reflected if it is illuminated perpendicular to its surface? #solutionbox[ 620 nm (orange) ] What are the three smallest non-zero thicknesses of soapy water (#math.equation(block: false, alt: "n equals 1.33")[$n = 1.33$]) on Plexiglas if it appears green (constructively reflecting 520-nm light) when illuminated perpendicularly by white light? Suppose you have a lens system that is to be used primarily for 700-nm red light. What is the second thinnest coating of fluorite (magnesium fluoride) that would be nonreflective for this wavelength? #solutionbox[ 380 nm ] (a) As a soap bubble thins it becomes dark, because the path length difference becomes small compared with the wavelength of light and there is a phase shift at the top surface. If it becomes dark when the path length difference is less than one-fourth the wavelength, what is the thickest the bubble can be and appear dark at all visible wavelengths? Assume the same index of refraction as water. (b) Discuss the fragility of the film considering the thickness found. To save money on making military aircraft invisible to radar, an inventor decides to coat them with a nonreflective material having an index of refraction of 1.20, which is between that of air and the surface of the plane. This, he reasons, should be much cheaper than designing Stealth bombers. (a) What thickness should the coating be to inhibit the reflection of 4.00-cm wavelength radar? (b) What is unreasonable about this result? (c) Which assumptions are unreasonable or inconsistent? #solutionbox[ a. Assuming #emph[n] for the plane is greater than 1.20, then there are two phase changes: 0.833 cm. b. It is too thick, and the plane would be too heavy. c. It is unreasonable to think the layer of material could be any thickness when used on a real aircraft. ]