File:Light wave harmonic diagram.svg

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

原始文件(SVG文件,尺寸为426 × 331像素,文件大小:172 KB)


摘要

描述
English: The harmonics of lightwaves drawn to scale, showing how the different waves interact with each other. The λ/2 (1/2 wavelength) harmonics are perfectly in sync with each other, but all other colors in the visual spectrum fall between λ and λ/2. Wavelengths that are separated by λ/4 are opposites, falling across from each other on the color wheel. (ie: Red is opposite of green, orange is opposite of blue, and yellow is opposite of violet.) Image was generated using Tikz and the resulting PDF was converted to SVG.
日期
来源 自己的作品
作者 Rubber Duck ()
SVG开发
InfoField
W3C grn 
SVG的源代码为有效代码.
OtherTool logo-V 
矢量图使用LaTeX创作。
翻譯此檔案 此SVG檔案包含可翻譯至您的語言的内嵌文字,可以使用任何可用SVG編輯器、文本編輯器或SVG翻譯工具來翻譯。詳情請見:關於翻譯SVG檔案
源代码
InfoField

SVG code

Source code
\documentclass[12pt,border=1pt,tikz,class=scrartcl]{standalone}
\usepackage[latin1]{inputenc}
\usepackage{xcolor}
\usepackage{pgfplots}
\pagestyle{empty}
\begin{document}
\noindent
\begin{tikzpicture}[
label1/.style = {text width=5em,font=\tiny,align=left}
]
\node [font=\bfseries,text centered] at (4,-.5) {Light Harmonics};
\node [label1] at (-1,-1)   {650nm -- Red};
\node [label1] at (-1,-1.5) {607nm -- Orange};
\node [label1] at (-1,-2)   {578nm -- Yellow};
\node [label1] at (-1,-2.5) {520nm -- Green};
\node [label1] at (-1,-3)   {487nm -- Blue};
\node [label1] at (-1,-3.5) {475nm -- Indigo};
\node [label1] at (-1,-4)   {405nm -- Violet};
\node [label1] at (-1,-4.5) {325nm -- UV};
\begin{scope}[domain=0:10,samples=300]
	\draw [red] 	plot (\x,{-1+	sin(\x*500)r/400});
	\draw [orange] 	plot (\x,{-1.5+	sin(\x*535.42)r/400});
	\draw [yellow] 	plot (\x,{-2+	sin(\x*562.285)r/400});
	\draw [green] 	plot (\x,{-2.5+	sin(\x*625)r/400});
	\draw [blue] 	plot (\x,{-3+	sin(\x*667.35)r/400});
	\draw [color={rgb:red,75;green,0;blue,130}] 	plot (\x,{-3.5+	sin(\x*684.2)r/400});
	\draw [violet] 	plot (\x,{-4+	sin(\x*802.47)r/400});
	\draw [violet!60!black] 	plot (\x,{-4.5+	sin(\x*1000)r/400});
\end{scope}
\draw [black] (-1,-4.75) -- ++(10,0);
\node [text centered,font=\small] at (4,-5.1) {Harmonics of red light in relation to other colors};
\node [label1] at (-.5,-5.5)	{$\lambda$/14 --};
\node [label1] at (-.5,-6) 	{$\lambda$/8 --};
\node [label1] at (-.5,-6.5) 	{$\lambda$/4 --};
\node [label1] at (-.5,-7) 	{$\lambda$/3 --};
\node [label1] at (-.5,-7.5) 	{$\lambda$/2.67 --};
\node [label1] at (-.5,-8) 	{$\lambda$/2.5 --};
\node [label1] at (-.5,-8.5) 	{$\lambda$/2 --};
\begin{scope}[domain=0:10,samples=300]
	\draw[red]	plot (\x, {-5.5+	sin(\x*500)r/400});
	\draw[orange]	plot (\x, {-5.5+	sin(\x*535.42)r/400});
	\draw[red]	plot (\x, {-6+		sin(\x*500)r/400});
	\draw[yellow]	plot (\x, {-6+		sin(\x*562.285)r/400});
	\draw[red]	plot (\x, {-6.5+	sin(\x*500)r/400});
	\draw[green]	plot (\x, {-6.5+	sin(\x*625)r/400});
	\draw[red]	plot (\x, {-7+		sin(\x*500)r/400});
	\draw[blue]	plot (\x, {-7+		sin(\x*667.35)r/400});
	\draw[red]	plot (\x, {-7.5+	sin(\x*500)r/400});
	\draw [color={rgb:red,75;green,0;blue,130}] 	plot (\x,{-7.5+	sin(\x*684.2)r/400});
	\draw[red]	plot (\x, {-8+		sin(\x*500)r/400});
	\draw [violet] 	plot (\x, {-8+		sin(\x*802.47)r/400});
	\draw[red]	plot (\x, {-8.5+	sin(\x*500)r/400});
	\draw [violet!60!black] 	plot (\x,{-8.5+	sin(\x*1000)r/400});
\end{scope}
\draw [black] (-1,-8.75) -- ++(10,0);
\node [text centered,font=\small] at (4,-9.1) {White light (all colors interfering with each other)};
\begin{scope}[domain=0:10,samples=300]
	\draw [red] 	plot (\x,{-9.5+	sin(\x*500)r/400});
	\draw [orange] 	plot (\x,{-9.5+	sin(\x*535.42)r/400});
	\draw [yellow] 	plot (\x,{-9.5+	sin(\x*562.285)r/400});
	\draw [green] 	plot (\x,{-9.5+	sin(\x*625)r/400});
	\draw [blue] 	plot (\x,{-9.5+	sin(\x*667.35)r/400});
	\draw [color={rgb:red,75;green,0;blue,130}] 	plot (\x,{-9.5+	sin(\x*684.2)r/400});
	\draw [violet] 	plot (\x,{-9.5+	sin(\x*802.47)r/400});
	\draw [violet!60!black] 	plot (\x,{-9.5+	sin(\x*1000)r/400});
\end{scope}
\end{tikzpicture}
\end{document}

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
w:zh:知识共享
署名 相同方式共享
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。
GNU head 已授权您依据自由软件基金会发行的无固定段落及封面封底文字(Invariant Sections, Front-Cover Texts, and Back-Cover Texts)的GNU自由文件许可协议1.2版或任意后续版本的条款,复制、传播和/或修改本文件。该协议的副本请见“GNU Free Documentation License”。
您可以选择您需要的许可协议。

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2017年9月19日 (二) 15:282017年9月19日 (二) 15:28版本的缩略图426 × 331(172 KB)Krishnavedalarecreated file with editable text using "latex" and "dvisvgm"
2015年4月22日 (三) 15:432015年4月22日 (三) 15:43版本的缩略图427 × 331(147 KB)Krishnavedalabetter rendering using "dvisvgm". unicode characters replaced by hand
2015年4月6日 (一) 19:402015年4月6日 (一) 19:40版本的缩略图434 × 338(295 KB)Krishnavedala{{Information |Description ={{en|1=The harmonics of lightwaves drawn to scale, showing how the different waves interact with each other. The λ/2 (1/2 wavelength) harmonics are perfectly in sync with each other, but all other colors in the visual sp...

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据