File:Position hypocentre selon delais arrivee onde 2 stations.png

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

Position_hypocentre_selon_delais_arrivee_onde_2_stations.png(610 × 461 pixels, file size: 5 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents
This image could be re-created using vector graphics as an SVG file. This has several advantages; see Commons:Media for cleanup for more information. If an SVG form of this image is available, please upload it and afterwards replace this template with {{vector version available|new image name}}.


It is recommended to name the SVG file “Position hypocentre selon delais arrivee onde 2 stations.svg”—then the template Vector version available (or Vva) does not need the new image name parameter.

Summary[edit]

Positions possible de l'hypocentre d'un séisme en fonction du délais d'arrivée de l'onde aux stations sismographiques (unités arbitraires).

Valeurs de

pour y fixé (y=yA=yB=0), c'est la coupe d'un hyperboloïde à deux nappes.

La localisation nécessite au moins trois stations (intersection de trois surfaces equi-délais).


Possible positions of an earthquake hypocenter according to the delay of arrival of the waves to two distant seismograph stations (arbitrary units).

Values of

for fixed y-value (y=yA=yB=0), it is the cut of a two sheets hyperboloid.

The localisaiton requires at least three stations (intersection of three equi-delay surfaces).

Auteur/author : Christophe Dang Ngoc Chan (cdang)

Réalisé avec/made with Scilab

clear;clf;

// position des stations

xa=-1;za=0;
xb=1;zb=0;

// calcul de la différence de distance entre le point (x,0,z) et A et B

deff('d=f(x,z)','d=sqrt((x-xa)^2+(z-za)^2)-sqrt((x-xb)^2+(z-zb)^2)');

// limites du domaine et pas

xmin=-5;xmax=5;
zmin=-5;zmax=0; // l'hypocentre est sous terre, z<0
pas=0.1;

// calcul

X=[xmin:pas:xmax]';
Z=[zmin:pas:zmax]';

D=feval(X,Z,f);

// tracé

contour2d(X,Z,D,[-1.5,-1,0,1,1.5])

plot2d([xa,xb],[za,zb],style=-1)
xtitle('Position possible de l''épicentre en fonction du délais (unités  arbitraires)','x', 'Profondeur')

xstring(xa-0.05,za-0.3,'A')
xstring(xb-0.05,zb-0.3,'B')

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
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.

File history

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

Date/TimeThumbnailDimensionsUserComment
current10:53, 7 December 2005Thumbnail for version as of 10:53, 7 December 2005610 × 461 (5 KB)Cdang (talk | contribs)Positions possible de l'hypocentre d'un séisme en fonction du délais d'arrivée de l'onde aux stations sismographiques (unités arbitraires). Valeurs de :<math>\sqrt{(x-x_A)^2 + (y-y_A)^2 + (z-z_A)^2} - \sqrt{(x-x_B)^2 + (y-y_B)^2 + (z-z_B)^2}</math> p

The following page uses this file:

File usage on other wikis

The following other wikis use this file: