Image:Fentes de young profil intensite.png

Un article de Wikipédia, l'encyclopédie libre.

Ci-dessous, retrouvez page de description du fichier provenant de Commons.

[edit] Summary

I_r = 4\frac{E_0^2}{D^2 + x^2} \cdot  \mathrm{sinc}^2 \left ( \pi \cdot \frac{x}{B} \right ) \cdot \cos^2 \left ( \pi \cdot \frac{x}{A} \right )

Profil d'intensité avec des fentes de Young ; conditions :

  • distance entre les fentes : d = 0,5 µm ;
  • longueur d'onde : λ = 630 nm (rouge) ;
  • distance fentes-écran : D = 1 m ;
  • A = λ · D / d = 1,26 m ;
  • B = λ · D / a = 126 m ;

Intensity profile with Young double-slits; conditions :

  • distance between the slits : d = 0.5 µm ;
  • wavelength : λ = 630 nm (red) ;
  • distance slits-screen : D = 1 m ;
  • A = λ · D / d = 1.26 m.
  • B = λ · D / a = 126 m ;

Auteur/author : Christophe Dang Ngoc chan (cdang)

Réalisé avec/made with Scilab

clear;clf;

// constantes

d = 5e-7; // distance entre les fentes en m
D=1; // distance fentes/écran en m
lambda=6.3e-7; // longueur d'onde en m (rouge)
A=(lambda*D)/d; // pseudo-longueur d'onde de la figure de diffraction
a = 5e-8;
B = (lambda*D)/a;

// fonction

deff('y=I(x)','y=(cos(%pi*x/A))^2')
deff('y=I1(x)','y=1/(D^2+ x^2)') // décroissance circulaire
deff('y=I2(x)','y=(sin(%pi*x/B)*B/(%pi*x))^2') // diffraction par chaque fente

// valeurs
X=[0:0.01:10]';
NX = size(X); nx=NX(1,1);

Y=feval(X,I);
Y1=feval(X,I1);
Y2(1)=1;
Y2(2:nx)=feval(X(2:nx),I2);
Y3 = Y.*Y1.*Y2;
// tracé

plot2d(X,Y3,style=color('red'))
plot2d(-X,Y3,style=color('red'))
xtitle('Diffraction par des fentes de Young','x','I (4E0^2)')

[edit] Licensing

GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation license, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation license".

Aragonés | العربية | Asturianu | Български | বাংলা | ইমার ঠার/বিষ্ণুপ্রিয়া মণিপুরী | Brezhoneg | Bosanski | Català | Cebuano | Česky | Dansk | Deutsch | Ελληνικά | English | Esperanto | Español | Eesti | Euskara | فارسی | Suomi | Français | Gaeilge | Galego | עברית | Hrvatski | Magyar | Bahasa Indonesia | Ido | Íslenska | Italiano | 日本語 | ქართული | ភាសាខ្មែរ | 한국어 | Kurdî / كوردی | Latina | Lëtzebuergesch | Lietuvių | Bahasa Melayu | Nnapulitano | Nederlands | ‪Norsk (nynorsk)‬ | ‪Norsk (bokmål)‬ | Occitan | Polski | Português | Română | Русский | Slovenčina | Slovenščina | Shqip | Српски / Srpski | Svenska | తెలుగు | ไทย | Türkçe | Українська | اردو | Tiếng Việt | Volapük | Yorùbá | ‪中文(中国大陆)‬ | ‪中文(台灣)‬ | +/-

Historique du fichier

Cliquer sur une date et une heure pour voir le fichier tel qu’il était à ce moment-là

Date et heureDimensionsUtilisateurCommentaire
actuel19 décembre 2005 à 16:51610×461 (3 Kio)Cdang (decrease due to diffraction by each slit)
19 décembre 2005 à 15:54610×461 (3 Kio)Cdang (Profil d'intensité avec des fentes de Young ---- Intensity profile with Young double-slits Auteur/author : Christophe Dang Ngoc chan (user:cdang) Réalisé avec/made with [http://www.scilab.org/ Scilab] category:Diffraction [[category:Interf)

Les pages ci-dessous contiennent cette image :