File:Pendule de Foucault-vitesse nulle.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Pendule_de_Foucault-vitesse_nulle.png(640 × 480 pixels, file size: 7 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
Français : Traces d'un pendule de Foucault laché avec une vitesse nulle.
English: Trace of a Foucault pendulum released with a null speed
Polski: Tor ruchu wahadła Focaulta wypuszczonego bez prędkości początkowej
Date
Source Own work
Author Nbrouard
# Gnuplot programme foucault.gp
g=9.81 #m/s2
l=63   # mètres
omega=sqrt(g/l)
Omega=2*pi/24/3600 # Rotation de la terre, 24 heures par jour
Omega=2*pi/3600*80 # Rotation très rapide en 1/80e d'heure pour le dessin
print 2*pi/Omega

theta=pi/4.  # latitude de 45 degrés
omegz=sqrt(omega*omega+Omega*Omega*sin(theta)*sin(theta))

complex(x,y)=x*{1,0}+y*{0,1} # fonction utile

# cas où le pendule est propulsé du centre avec une vitesse de 2m/s
z0={0,0}
vz=2         # Si propulsé au centre avec une vitesse de 2 m/s
zp0=complex(vz,0)

# cas 'historique' où le pendule est lancé sans vitesse
#   initiale à 5 m du centre.
z0={5,0}
zp0={0,0}
print zp0

c1=z0/2.*(1+Omega/omegz*sin(theta))*{1,0}-zp0/2./omegz*{0,1}
c2=z0/2.*(1-Omega/omegz*sin(theta))*{1,0}+zp0/2./omegz*{0,1}

eix(x)=cos(x)*{1,0}+sin(x)*{0,1}
z(t)=c1*eix(-(Omega*sin(theta)-omegz)*t) + c2*eix(-(Omega*sin(theta)+omegz)*t)
set samples 1000
set parametric
plot [t=0:2*pi/Omega/sin(theta)] real(z(t)),imag(z(t))
# replot abs(z0)*cos(t),abs(z0)*sin(t)
set ter png
set out "foucault-vitesse-nulle.png"
replot

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following licenses:
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.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update.
You may select the license of your choice.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current23:49, 28 February 2007Thumbnail for version as of 23:49, 28 February 2007640 × 480 (7 KB)Nbrouard (talk | contribs){{Information |Description= {{fr|Traces d'un pendule de Foucault laché avec une vitesse nulle.}} {{en| Trace of a Foucault pendulum released with a null speed}} |Source= own work |Date=2007.03.01 |Author=Nbrouard |Permission=see below |other_versions= }

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: