@jjlmoya/utils-science 1.30.0 → 1.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/package.json +1 -1
  2. package/src/category/index.ts +3 -1
  3. package/src/entries.ts +5 -1
  4. package/src/index.ts +2 -0
  5. package/src/tests/locale_completeness.test.ts +2 -2
  6. package/src/tests/tool_validation.test.ts +2 -2
  7. package/src/tool/mandelbrot-fractal/bibliography.astro +14 -0
  8. package/src/tool/mandelbrot-fractal/bibliography.ts +16 -0
  9. package/src/tool/mandelbrot-fractal/component.astro +242 -0
  10. package/src/tool/mandelbrot-fractal/entry.ts +26 -0
  11. package/src/tool/mandelbrot-fractal/i18n/de.ts +159 -0
  12. package/src/tool/mandelbrot-fractal/i18n/en.ts +160 -0
  13. package/src/tool/mandelbrot-fractal/i18n/es.ts +159 -0
  14. package/src/tool/mandelbrot-fractal/i18n/fr.ts +159 -0
  15. package/src/tool/mandelbrot-fractal/i18n/id.ts +159 -0
  16. package/src/tool/mandelbrot-fractal/i18n/it.ts +159 -0
  17. package/src/tool/mandelbrot-fractal/i18n/ja.ts +159 -0
  18. package/src/tool/mandelbrot-fractal/i18n/ko.ts +159 -0
  19. package/src/tool/mandelbrot-fractal/i18n/nl.ts +159 -0
  20. package/src/tool/mandelbrot-fractal/i18n/pl.ts +159 -0
  21. package/src/tool/mandelbrot-fractal/i18n/pt.ts +159 -0
  22. package/src/tool/mandelbrot-fractal/i18n/ru.ts +159 -0
  23. package/src/tool/mandelbrot-fractal/i18n/sv.ts +159 -0
  24. package/src/tool/mandelbrot-fractal/i18n/tr.ts +159 -0
  25. package/src/tool/mandelbrot-fractal/i18n/zh.ts +159 -0
  26. package/src/tool/mandelbrot-fractal/index.ts +11 -0
  27. package/src/tool/mandelbrot-fractal/logic/MandelbrotEngine.ts +67 -0
  28. package/src/tool/mandelbrot-fractal/mandelbrot-fractal-calculator.css +357 -0
  29. package/src/tool/mandelbrot-fractal/seo.astro +15 -0
  30. package/src/tool/twin-paradox-visualizer/bibliography.astro +14 -0
  31. package/src/tool/twin-paradox-visualizer/bibliography.ts +12 -0
  32. package/src/tool/twin-paradox-visualizer/component.astro +205 -0
  33. package/src/tool/twin-paradox-visualizer/entry.ts +26 -0
  34. package/src/tool/twin-paradox-visualizer/i18n/de.ts +168 -0
  35. package/src/tool/twin-paradox-visualizer/i18n/en.ts +168 -0
  36. package/src/tool/twin-paradox-visualizer/i18n/es.ts +168 -0
  37. package/src/tool/twin-paradox-visualizer/i18n/fr.ts +168 -0
  38. package/src/tool/twin-paradox-visualizer/i18n/id.ts +168 -0
  39. package/src/tool/twin-paradox-visualizer/i18n/it.ts +168 -0
  40. package/src/tool/twin-paradox-visualizer/i18n/ja.ts +168 -0
  41. package/src/tool/twin-paradox-visualizer/i18n/ko.ts +168 -0
  42. package/src/tool/twin-paradox-visualizer/i18n/nl.ts +168 -0
  43. package/src/tool/twin-paradox-visualizer/i18n/pl.ts +168 -0
  44. package/src/tool/twin-paradox-visualizer/i18n/pt.ts +168 -0
  45. package/src/tool/twin-paradox-visualizer/i18n/ru.ts +168 -0
  46. package/src/tool/twin-paradox-visualizer/i18n/sv.ts +168 -0
  47. package/src/tool/twin-paradox-visualizer/i18n/tr.ts +168 -0
  48. package/src/tool/twin-paradox-visualizer/i18n/zh.ts +168 -0
  49. package/src/tool/twin-paradox-visualizer/index.ts +11 -0
  50. package/src/tool/twin-paradox-visualizer/logic.ts +33 -0
  51. package/src/tool/twin-paradox-visualizer/seo.astro +15 -0
  52. package/src/tool/twin-paradox-visualizer/twin-paradox-visualizer.css +395 -0
  53. package/src/tools.ts +4 -0
@@ -0,0 +1,168 @@
1
+ import { bibliography } from '../bibliography';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+
4
+ const slug = 'zwillingsparadoxon-visualisierer';
5
+ const title = 'Zwillingsparadoxon Visualisierer: Spezielle Relativitätstheorie Zeitdilatation';
6
+ const description = 'Visualisieren Sie, wie die spezielle Relativitätstheorie einen schnell reisenden Zwilling jünger zurückkehren lässt als den Zwilling, der auf der Erde geblieben ist.';
7
+
8
+ const howTo = [
9
+ {
10
+ name: 'Geschwindigkeit des Raumschiffs einstellen',
11
+ text: 'Nutzen Sie den Geschwindigkeitsregler, um einen Bruchteil der Lichtgeschwindigkeit zu wählen, und beobachten Sie, wie der Lorentzfaktor ansteigt.',
12
+ },
13
+ {
14
+ name: 'Missionsdauer im Erdsystem festlegen',
15
+ text: 'Stellen Sie ein, wie viele Jahre für den auf der Erde verbleibenden Zwilling während der gesamten Hin- und Rückreise vergehen.',
16
+ },
17
+ {
18
+ name: 'Uhren und Weltlinien vergleichen',
19
+ text: 'Lesen Sie den Altersunterschied, die vergangene Zeit im Raumschiff, die Entfernung im Erdsystem und die gekrümmte Weltlinie ab, die den Wechsel des Inertialsystems des reisenden Zwillings markiert.',
20
+ },
21
+ ];
22
+
23
+ const faq = [
24
+ {
25
+ question: 'Was ist das Zwillingsparadoxon in der speziellen Relativitätstheorie?',
26
+ answer: 'Das Zwillingsparadoxon ist ein Gedankenexperiment, bei dem ein Zwilling mit relativistischer Geschwindigkeit durch das Weltall reist und später jünger zur Erde zurückkehrt als der auf der Erde gebliebene Zwilling. Es erscheint paradox, weil zunächst jeder Zwilling den anderen als bewegt beschreiben kann, aber der reisende Zwilling beim Umkehren das Inertialsystem wechselt, sodass die beiden Pfade durch die Raumzeit nicht symmetrisch sind.',
27
+ },
28
+ {
29
+ question: 'Warum altert der reisende Zwilling weniger?',
30
+ answer: 'In der speziellen Relativitätstheorie hängt die vergangene Eigenzeit vom Pfad durch die Raumzeit ab. Eine Uhr, die sich mit Geschwindigkeit v relativ zu einem Inertialsystem bewegt, tickt um den Lorentzfaktor gamma langsamer. Der Reisende sammelt auf dem Hin- und Rückweg weniger Eigenzeit an als der auf der Erde gebliebene Zwilling.',
31
+ },
32
+ {
33
+ question: 'Verursacht die Beschleunigung den Altersunterschied?',
34
+ answer: 'Beschleunigung ist wichtig, da sie dem Reisenden ermöglicht, die Richtung umzukehren und zur Erde zurückzukehren, aber der Altersunterschied wird aus dem gesamten Raumzeitpfad berechnet, nicht allein aus der Beschleunigung. Selbst wenn die Umkehr sehr kurz wäre, würde der Reisepfad immer noch weniger Eigenzeit enthalten als der Pfad auf der Erde.',
35
+ },
36
+ {
37
+ question: 'Was bedeutet der Lorentzfaktor gamma?',
38
+ answer: 'Der Lorentzfaktor gamma ist gleich 1 geteilt durch die Quadratwurzel aus 1 minus v Quadrat durch c Quadrat. Er gibt an, wie stark sich Zeitintervalle, Längen und Energien zwischen Inertialsystemen unterscheiden. Bei alltäglichen Geschwindigkeiten ist gamma fast 1, nahe der Lichtgeschwindigkeit steigt er jedoch stark an.',
39
+ },
40
+ {
41
+ question: 'Kann dieser Effekt im wirklichen Leben gemessen werden?',
42
+ answer: 'Ja. Die Zeitdilatation wurde mit schnellen Teilchen, auf Flugzeugen mitgeführten Atomuhren, Satellitennavigationssystemen und Teilchenbeschleunigern gemessen. Das Zwillingsparadoxon verwendet eine extreme Reisegeschichte, aber der zugrunde liegende Uhreneffekt ist ein routinemäßig bestätigter Bestandteil der modernen Physik.',
43
+ },
44
+ ];
45
+
46
+ export const content: ToolLocaleContent = {
47
+ slug,
48
+ title,
49
+ description,
50
+ ui: {
51
+ visualTitle: 'Raumzeit-Visualisierung des Zwillingsparadoxons',
52
+ controlsTitle: 'Steuerung des Zwillingsparadoxons',
53
+ worldlineLabel: 'Weltliniendiagramm für den Erdzwilling und den reisenden Zwilling',
54
+ earthTwin: 'Alter des Erdzwillings',
55
+ travelingTwin: 'Alter des Reisenden',
56
+ presetCruise: 'Reiseflug',
57
+ presetRelativistic: 'Relativistisch',
58
+ presetExtreme: 'Extrem',
59
+ velocityLabel: 'Schiffsgeschwindigkeit',
60
+ earthYearsLabel: 'Vergangene Zeit auf der Erde',
61
+ ageGapLabel: 'Altersunterschied bei der Rückkehr',
62
+ gammaLabel: 'Lorentzfaktor',
63
+ shipTimeLabel: 'Eigenzeit des Reisenden',
64
+ distanceLabel: 'Entfernung bis zum Wendepunkt',
65
+ yearsUnit: 'Jahre',
66
+ yearsShortUnit: 'Jahre',
67
+ },
68
+ seo: [
69
+ {
70
+ type: 'title',
71
+ text: 'Zwillingsparadoxon Rechner für die Spezielle Relativitätstheorie',
72
+ level: 2,
73
+ },
74
+ {
75
+ type: 'paragraph',
76
+ html: 'Der Zwillingsparadoxon Visualisierer verwandelt eine der berühmtesten Ideen der speziellen Relativitätstheorie in ein interaktives Raumzeitdiagramm. Stellen Sie eine Raumschiffgeschwindigkeit als Bruchteil der Lichtgeschwindigkeit ein, wählen Sie, wie viele Jahre auf der Erde vergehen, und der Rechner berechnet den Lorentzfaktor, die Eigenzeit des Reisenden, den Altersunterschied bei der Wiedervereinigung und die Entfernung bis zum Wendepunkt. Das visuelle Layout trennt die Erduhr von der Raumschiffuhr, sodass die Asymmetrie sichtbar wird, anstatt in Formeln versteckt zu sein.',
77
+ },
78
+ {
79
+ type: 'title',
80
+ text: 'Wie die Berechnung funktioniert',
81
+ level: 3,
82
+ },
83
+ {
84
+ type: 'paragraph',
85
+ html: 'Die zentrale Größe ist der Lorentzfaktor: gamma = 1 / sqrt(1 - v^2 / c^2). Für eine einfache Hin- und Rückreise mit konstanter Reisegeschwindigkeit ist die vom Reisenden erlebte Zeit die Missionsdauer im Erdsystem geteilt durch gamma. Der Unterschied zwischen diesen beiden Dauern ist der Altersunterschied bei der Wiedervereinigung der Zwillinge. Das Tool zeigt auch die Entfernung im Erdsystem bis zum Wendepunkt an, die der Hälfte der gesamten Erdzeit multipliziert mit der Schiffsgeschwindigkeit in Lichtjahren pro Jahr entspricht.',
86
+ },
87
+ {
88
+ type: 'table',
89
+ headers: ['Geschwindigkeit', 'Lorentzfaktor', 'Taktrate des Reisenden', 'Physikalische Bedeutung'],
90
+ rows: [
91
+ ['0.50c', '1.155', '86.6% der Erdrate', 'Ein spürbarer, aber moderater relativistischer Effekt.'],
92
+ ['0.86c', '1.960', '51.0% der Erdrate', 'Der Reisende altert während des Reiseflugs etwa halb so schnell.'],
93
+ ['0.98c', '5.025', '19.9% der Erdrate', 'Extreme Zeitdilatation dominiert das Missionsergebnis.'],
94
+ ],
95
+ },
96
+ {
97
+ type: 'title',
98
+ text: 'Warum die Situation nicht symmetrisch ist',
99
+ level: 3,
100
+ },
101
+ {
102
+ type: 'paragraph',
103
+ html: 'Auf den ersten Blick kann jeder Zwilling sagen, der andere bewege sich, was das Ergebnis widersprüchlich erscheinen lässt. Die Auflösung ist, dass der Erdzwilling näherungsweise in einem Inertialsystem verbleibt, während der reisende Zwilling aufbricht, die Richtung umkehrt und zurückkehrt. Dieser Wechsel des Inertialsystems führt zu einem anderen Pfad durch die Raumzeit für den Reisenden. Die vom Tool gezeichnete Weltlinie knickt am Wendepunkt ab, während die Weltlinie des Erdzwillings gerade bleibt.',
104
+ },
105
+ {
106
+ type: 'title',
107
+ text: 'Das Weltliniendiagramm lesen',
108
+ level: 3,
109
+ },
110
+ {
111
+ type: 'paragraph',
112
+ html: 'Eine Weltlinie ist eine Karte eines Objekts durch die Raumzeit und nicht nur durch den Raum. In diesem Visualisierer stellt die vertikale Erdinie den Zwilling dar, der zu Hause bleibt. Der abgewinkelte rote Pfad stellt den Reisenden dar, der die Erde verlässt und zurückkehrt. Höhere Geschwindigkeiten lassen den Reisepfad dramatischer abknicken und verringern die auf der Raumschiffuhr angesammelte Eigenzeit.',
113
+ },
114
+ {
115
+ type: 'list',
116
+ items: [
117
+ '<strong>Altersunterschied:</strong> wie viel jünger der Reisende bei der Wiedervereinigung ist.',
118
+ '<strong>Lorentzfaktor:</strong> der Multiplikator, der die Zeit im Erdsystem mit der Eigenzeit des Reisenden verknüpft.',
119
+ '<strong>Eigenzeit des Reisenden:</strong> die tatsächlich vergangene Zeit, gemessen von einer Uhr an Bord des Raumschiffs.',
120
+ '<strong>Entfernung bis zum Wendepunkt:</strong> die Entfernung im Erdsystem, bevor der Reisende die Richtung umkehrt.',
121
+ ],
122
+ },
123
+ {
124
+ type: 'title',
125
+ text: 'Praktische Beweise für die Zeitdilatation',
126
+ level: 3,
127
+ },
128
+ {
129
+ type: 'paragraph',
130
+ html: 'Das Zwillingsparadoxon ist ein klares Gedankenexperiment, aber die Zeitdilatation ist nicht spekulativ. Myonen, die in der oberen Atmosphäre entstehen, überleben lange genug, um den Boden zu erreichen, weil ihre bewegten Uhren aus Erdsicht dilatiert sind. Atomuhrexperimente in Flugzeugen und präzise Satellitennavigation erfordern ebenfalls relativistische Korrekturen. Dieselbe Mathematik, die hinter diesem Visualisierer steckt, ist Teil der Zeitmessinfrastruktur moderner GPS-Systeme.',
131
+ },
132
+ ],
133
+ faq,
134
+ bibliography,
135
+ howTo,
136
+ schemas: [
137
+ {
138
+ '@context': 'https://schema.org',
139
+ '@type': 'SoftwareApplication',
140
+ name: title,
141
+ description,
142
+ applicationCategory: 'ScientificApplication',
143
+ operatingSystem: 'Any',
144
+ },
145
+ {
146
+ '@context': 'https://schema.org',
147
+ '@type': 'FAQPage',
148
+ mainEntity: faq.map((item) => ({
149
+ '@type': 'Question',
150
+ name: item.question,
151
+ acceptedAnswer: {
152
+ '@type': 'Answer',
153
+ text: item.answer,
154
+ },
155
+ })),
156
+ },
157
+ {
158
+ '@context': 'https://schema.org',
159
+ '@type': 'HowTo',
160
+ name: title,
161
+ step: howTo.map((step) => ({
162
+ '@type': 'HowToStep',
163
+ name: step.name,
164
+ text: step.text,
165
+ })),
166
+ },
167
+ ],
168
+ };
@@ -0,0 +1,168 @@
1
+ import { bibliography } from '../bibliography';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+
4
+ const slug = 'twin-paradox-visualizer';
5
+ const title = 'Twin Paradox Visualizer: Special Relativity Time Dilation';
6
+ const description = 'Visualize how special relativity makes a fast traveling twin return younger than the twin who stayed on Earth.';
7
+
8
+ const howTo = [
9
+ {
10
+ name: 'Set the spacecraft speed',
11
+ text: 'Use the velocity slider to choose a fraction of the speed of light and watch the Lorentz factor increase.',
12
+ },
13
+ {
14
+ name: 'Choose the Earth-frame mission length',
15
+ text: 'Adjust how many years pass for the twin who remains on Earth during the complete outbound and return trip.',
16
+ },
17
+ {
18
+ name: 'Compare the clocks and worldlines',
19
+ text: 'Read the age gap, spacecraft elapsed time, Earth-frame distance and the bent worldline that marks the traveling twin changing inertial frames.',
20
+ },
21
+ ];
22
+
23
+ const faq = [
24
+ {
25
+ question: 'What is the twin paradox in special relativity?',
26
+ answer: 'The twin paradox is a thought experiment where one twin travels through space at relativistic speed and later returns to Earth younger than the twin who stayed home. It feels paradoxical because each twin can initially describe the other as moving, but the traveling twin changes inertial frames when turning around, so the two paths through spacetime are not symmetric.',
27
+ },
28
+ {
29
+ question: 'Why does the traveling twin age less?',
30
+ answer: 'In special relativity, elapsed proper time depends on the path through spacetime. A clock moving at speed v relative to an inertial observer ticks slower by the Lorentz factor gamma. The traveler accumulates less proper time along the outbound and inbound legs than the stay-at-home twin accumulates on Earth.',
31
+ },
32
+ {
33
+ question: 'Does acceleration cause the age difference?',
34
+ answer: 'Acceleration is important because it lets the traveler reverse direction and reunite with Earth, but the age gap is calculated from the full spacetime path, not from acceleration alone. Even if the turnaround were very brief, the traveling path would still contain less proper time than the Earth path.',
35
+ },
36
+ {
37
+ question: 'What does the Lorentz factor gamma mean?',
38
+ answer: 'The Lorentz factor gamma equals 1 divided by the square root of 1 minus v squared over c squared. It tells you how strongly time intervals, lengths and energies differ between inertial frames. At everyday speeds gamma is almost 1, but near light speed it rises sharply.',
39
+ },
40
+ {
41
+ question: 'Can this effect be measured in real life?',
42
+ answer: 'Yes. Time dilation has been measured with fast particles, atomic clocks flown on aircraft, satellite timing systems and particle accelerators. The twin paradox uses an extreme travel story, but the underlying clock effect is a routinely verified part of modern physics.',
43
+ },
44
+ ];
45
+
46
+ export const content: ToolLocaleContent = {
47
+ slug,
48
+ title,
49
+ description,
50
+ ui: {
51
+ visualTitle: 'Twin paradox spacetime visualization',
52
+ controlsTitle: 'Twin paradox controls',
53
+ worldlineLabel: 'Worldline diagram for Earth twin and traveling twin',
54
+ earthTwin: 'Earth twin age',
55
+ travelingTwin: 'Traveler age',
56
+ presetCruise: 'Cruise',
57
+ presetRelativistic: 'Relativistic',
58
+ presetExtreme: 'Extreme',
59
+ velocityLabel: 'Ship velocity',
60
+ earthYearsLabel: 'Earth elapsed time',
61
+ ageGapLabel: 'Age gap on reunion',
62
+ gammaLabel: 'Lorentz factor',
63
+ shipTimeLabel: 'Traveler proper time',
64
+ distanceLabel: 'Turnaround distance',
65
+ yearsUnit: 'years',
66
+ yearsShortUnit: 'yr',
67
+ },
68
+ seo: [
69
+ {
70
+ type: 'title',
71
+ text: 'Twin Paradox Calculator for Special Relativity',
72
+ level: 2,
73
+ },
74
+ {
75
+ type: 'paragraph',
76
+ html: 'The twin paradox visualizer turns one of the most famous ideas in special relativity into an interactive spacetime diagram. Set a spacecraft velocity as a fraction of light speed, choose how many years pass on Earth, and the calculator computes the Lorentz factor, the traveler proper time, the reunion age gap and the outward distance to the turnaround point. The visual layout separates the Earth clock from the spacecraft clock so the asymmetry is visible instead of hidden inside formulas.',
77
+ },
78
+ {
79
+ type: 'title',
80
+ text: 'How the Calculation Works',
81
+ level: 3,
82
+ },
83
+ {
84
+ type: 'paragraph',
85
+ html: 'The core quantity is the Lorentz factor: gamma = 1 / sqrt(1 - v^2 / c^2). For a simple out-and-back trip with constant cruising speed, the time experienced by the traveler is the Earth-frame mission duration divided by gamma. The difference between those two durations is the age gap when the twins reunite. The tool also shows the Earth-frame turnaround distance, which is half of the total Earth time multiplied by the ship velocity in light-years per year.',
86
+ },
87
+ {
88
+ type: 'table',
89
+ headers: ['Speed', 'Lorentz Factor', 'Traveler Clock Rate', 'Physical Meaning'],
90
+ rows: [
91
+ ['0.50c', '1.155', '86.6% of Earth rate', 'A noticeable but moderate relativistic effect.'],
92
+ ['0.86c', '1.960', '51.0% of Earth rate', 'The traveler ages roughly half as fast during cruise.'],
93
+ ['0.98c', '5.025', '19.9% of Earth rate', 'Extreme time dilation dominates the mission outcome.'],
94
+ ],
95
+ },
96
+ {
97
+ type: 'title',
98
+ text: 'Why the Situation Is Not Symmetric',
99
+ level: 3,
100
+ },
101
+ {
102
+ type: 'paragraph',
103
+ html: 'At first glance each twin can say the other is moving, which makes the outcome seem contradictory. The resolution is that the Earth twin remains approximately in one inertial frame, while the traveling twin leaves, reverses direction and returns. That change of inertial frame gives the traveler a different path through spacetime. The worldline drawn by this tool bends at the turnaround event, while the Earth twin worldline stays straight.',
104
+ },
105
+ {
106
+ type: 'title',
107
+ text: 'Reading the Worldline Diagram',
108
+ level: 3,
109
+ },
110
+ {
111
+ type: 'paragraph',
112
+ html: 'A worldline is a map of an object through spacetime rather than through space alone. In this visualizer, the vertical Earth line represents the twin who stays home. The angled red path represents the traveler leaving Earth and coming back. Increasing speed makes the traveler path lean more dramatically and reduces the amount of proper time accumulated on the spacecraft clock.',
113
+ },
114
+ {
115
+ type: 'list',
116
+ items: [
117
+ '<strong>Age gap:</strong> how much younger the traveler is at reunion.',
118
+ '<strong>Lorentz factor:</strong> the multiplier that links Earth-frame time to traveler proper time.',
119
+ '<strong>Traveler proper time:</strong> the actual elapsed time measured by a clock on the spacecraft.',
120
+ '<strong>Turnaround distance:</strong> the outward distance in Earth frame before the traveler reverses course.',
121
+ ],
122
+ },
123
+ {
124
+ type: 'title',
125
+ text: 'Practical Evidence for Time Dilation',
126
+ level: 3,
127
+ },
128
+ {
129
+ type: 'paragraph',
130
+ html: 'The twin paradox is a clean thought experiment, but time dilation is not speculative. Muons created in the upper atmosphere survive long enough to reach the ground because their moving clocks are dilated from Earth perspective. Atomic clock experiments on aircraft and precision satellite navigation also require relativistic corrections. The same mathematics behind this visualizer is part of the timing infrastructure used by modern GPS systems.',
131
+ },
132
+ ],
133
+ faq,
134
+ bibliography,
135
+ howTo,
136
+ schemas: [
137
+ {
138
+ '@context': 'https://schema.org',
139
+ '@type': 'SoftwareApplication',
140
+ name: title,
141
+ description,
142
+ applicationCategory: 'ScientificApplication',
143
+ operatingSystem: 'Any',
144
+ },
145
+ {
146
+ '@context': 'https://schema.org',
147
+ '@type': 'FAQPage',
148
+ mainEntity: faq.map((item) => ({
149
+ '@type': 'Question',
150
+ name: item.question,
151
+ acceptedAnswer: {
152
+ '@type': 'Answer',
153
+ text: item.answer,
154
+ },
155
+ })),
156
+ },
157
+ {
158
+ '@context': 'https://schema.org',
159
+ '@type': 'HowTo',
160
+ name: title,
161
+ step: howTo.map((step) => ({
162
+ '@type': 'HowToStep',
163
+ name: step.name,
164
+ text: step.text,
165
+ })),
166
+ },
167
+ ],
168
+ };
@@ -0,0 +1,168 @@
1
+ import { bibliography } from '../bibliography';
2
+ import type { ToolLocaleContent } from '../../../types';
3
+
4
+ const slug = 'visualizador-paradoja-gemelos';
5
+ const title = 'Visualizador de la Paradoja de los Gemelos: Dilatacion del Tiempo en la Relatividad Especial';
6
+ const description = 'Visualice como la relatividad especial hace que un gemelo que viaja rapido regrese mas joven que el gemelo que se quedo en la Tierra.';
7
+
8
+ const howTo = [
9
+ {
10
+ name: 'Ajuste la velocidad de la nave espacial',
11
+ text: 'Use el control deslizante de velocidad para elegir una fraccion de la velocidad de la luz y observe como aumenta el factor de Lorentz.',
12
+ },
13
+ {
14
+ name: 'Elija la duracion de la mision en el sistema Tierra',
15
+ text: 'Ajuste cuantos anos pasan para el gemelo que permanece en la Tierra durante el viaje completo de ida y vuelta.',
16
+ },
17
+ {
18
+ name: 'Compare los relojes y las lineas de universo',
19
+ text: 'Lea la diferencia de edad, el tiempo transcurrido en la nave, la distancia en el sistema Tierra y la linea de universo curvada que marca el cambio de sistemas inerciales del gemelo viajero.',
20
+ },
21
+ ];
22
+
23
+ const faq = [
24
+ {
25
+ question: 'Que es la paradoja de los gemelos en la relatividad especial?',
26
+ answer: 'La paradoja de los gemelos es un experimento mental en el que un gemelo viaja por el espacio a velocidad relativista y luego regresa a la Tierra mas joven que el gemelo que se quedo en casa. Parece paradójico porque inicialmente cada gemelo puede describir al otro como en movimiento, pero el gemelo viajero cambia de sistema inercial al dar la vuelta, por lo que los dos caminos a traves del espacio-tiempo no son simetricos.',
27
+ },
28
+ {
29
+ question: 'Por que el gemelo viajero envejece menos?',
30
+ answer: 'En la relatividad especial, el tiempo propio transcurrido depende del camino a traves del espacio-tiempo. Un reloj que se mueve a velocidad v con respecto a un observador inercial late mas lentamente segun el factor de Lorentz gamma. El viajero acumula menos tiempo propio a lo largo de las etapas de ida y vuelta que el gemelo que se queda en la Tierra.',
31
+ },
32
+ {
33
+ question: 'La aceleracion causa la diferencia de edad?',
34
+ answer: 'La aceleracion es importante porque permite al viajero invertir la direccion y reunirse con la Tierra, pero la diferencia de edad se calcula a partir de la trayectoria completa en el espacio-tiempo, no solo de la aceleracion. Incluso si el giro fuera muy breve, el camino del viajero seguiria conteniendo menos tiempo propio que el camino terrestre.',
35
+ },
36
+ {
37
+ question: 'Que significa el factor de Lorentz gamma?',
38
+ answer: 'El factor de Lorentz gamma es igual a 1 dividido por la raiz cuadrada de 1 menos v al cuadrado sobre c al cuadrado. Indica que tan fuertemente difieren los intervalos de tiempo, las longitudes y las energias entre sistemas inerciales. A velocidades cotidianas gamma es casi 1, pero cerca de la velocidad de la luz aumenta drasticamente.',
39
+ },
40
+ {
41
+ question: 'Se puede medir este efecto en la vida real?',
42
+ answer: 'Si. La dilatacion del tiempo se ha medido con particulas rapidas, relojes atomicos transportados en aviones, sistemas de sincronizacion satelital y aceleradores de particulas. La paradoja de los gemelos usa una historia de viaje extrema, pero el efecto de reloj subyacente es una parte rutinariamente verificada de la fisica moderna.',
43
+ },
44
+ ];
45
+
46
+ export const content: ToolLocaleContent = {
47
+ slug,
48
+ title,
49
+ description,
50
+ ui: {
51
+ visualTitle: 'Visualizacion del espacio-tiempo de la paradoja de los gemelos',
52
+ controlsTitle: 'Controles de la paradoja de los gemelos',
53
+ worldlineLabel: 'Diagrama de linea de universo para el gemelo terrestre y el gemelo viajero',
54
+ earthTwin: 'Edad del gemelo terrestre',
55
+ travelingTwin: 'Edad del viajero',
56
+ presetCruise: 'Crucero',
57
+ presetRelativistic: 'Relativista',
58
+ presetExtreme: 'Extremo',
59
+ velocityLabel: 'Velocidad de la nave',
60
+ earthYearsLabel: 'Tiempo transcurrido en la Tierra',
61
+ ageGapLabel: 'Diferencia de edad al reunirse',
62
+ gammaLabel: 'Factor de Lorentz',
63
+ shipTimeLabel: 'Tiempo propio del viajero',
64
+ distanceLabel: 'Distancia hasta el giro',
65
+ yearsUnit: 'años',
66
+ yearsShortUnit: 'años',
67
+ },
68
+ seo: [
69
+ {
70
+ type: 'title',
71
+ text: 'Calculadora de la Paradoja de los Gemelos para la Relatividad Especial',
72
+ level: 2,
73
+ },
74
+ {
75
+ type: 'paragraph',
76
+ html: 'El visualizador de la paradoja de los gemelos convierte una de las ideas mas famosas de la relatividad especial en un diagrama interactivo del espacio-tiempo. Establezca la velocidad de una nave espacial como fraccion de la velocidad de la luz, elija cuantos anos pasan en la Tierra, y la calculadora computa el factor de Lorentz, el tiempo propio del viajero, la diferencia de edad al reunirse y la distancia de ida hasta el punto de giro. El diseno visual separa el reloj terrestre del reloj de la nave para que la asimetria sea visible en lugar de estar oculta dentro de formulas.',
77
+ },
78
+ {
79
+ type: 'title',
80
+ text: 'Como funciona el calculo',
81
+ level: 3,
82
+ },
83
+ {
84
+ type: 'paragraph',
85
+ html: 'La cantidad central es el factor de Lorentz: gamma = 1 / sqrt(1 - v^2 / c^2). Para un viaje simple de ida y vuelta con velocidad de crucero constante, el tiempo experimentado por el viajero es la duracion de la mision en el sistema Tierra dividida por gamma. La diferencia entre esas dos duraciones es la diferencia de edad cuando los gemelos se reunen. La herramienta tambien muestra la distancia de giro en el sistema Tierra, que es la mitad del tiempo total terrestre multiplicado por la velocidad de la nave en anos luz por ano.',
86
+ },
87
+ {
88
+ type: 'table',
89
+ headers: ['Velocidad', 'Factor de Lorentz', 'Ritmo del Reloj Viajero', 'Significado Fisico'],
90
+ rows: [
91
+ ['0.50c', '1.155', '86.6% del ritmo terrestre', 'Un efecto relativistico notable pero moderado.'],
92
+ ['0.86c', '1.960', '51.0% del ritmo terrestre', 'El viajero envejece aproximadamente la mitad de rapido durante el crucero.'],
93
+ ['0.98c', '5.025', '19.9% del ritmo terrestre', 'La dilatacion temporal extrema domina el resultado de la mision.'],
94
+ ],
95
+ },
96
+ {
97
+ type: 'title',
98
+ text: 'Por que la situacion no es simetrica',
99
+ level: 3,
100
+ },
101
+ {
102
+ type: 'paragraph',
103
+ html: 'A primera vista, cada gemelo puede decir que el otro se mueve, lo que hace que el resultado parezca contradictorio. La resolucion es que el gemelo terrestre permanece aproximadamente en un sistema inercial, mientras que el gemelo viajero sale, invierte la direccion y regresa. Ese cambio de sistema inercial le da al viajero un camino diferente a traves del espacio-tiempo. La linea de universo dibujada por esta herramienta se dobla en el evento de giro, mientras que la linea de universo del gemelo terrestre permanece recta.',
104
+ },
105
+ {
106
+ type: 'title',
107
+ text: 'Lectura del diagrama de linea de universo',
108
+ level: 3,
109
+ },
110
+ {
111
+ type: 'paragraph',
112
+ html: 'Una linea de universo es un mapa de un objeto a traves del espacio-tiempo en lugar de a traves del espacio solamente. En este visualizador, la linea vertical de la Tierra representa al gemelo que se queda en casa. La trayectoria roja inclinada representa al viajero saliendo de la Tierra y regresando. El aumento de la velocidad hace que la trayectoria del viajero se incline mas dramaticamente y reduce la cantidad de tiempo propio acumulado en el reloj de la nave.',
113
+ },
114
+ {
115
+ type: 'list',
116
+ items: [
117
+ '<strong>Diferencia de edad:</strong> que tan mas joven es el viajero al reunirse.',
118
+ '<strong>Factor de Lorentz:</strong> el multiplicador que vincula el tiempo del sistema Tierra con el tiempo propio del viajero.',
119
+ '<strong>Tiempo propio del viajero:</strong> el tiempo real transcurrido medido por un reloj en la nave espacial.',
120
+ '<strong>Distancia hasta el giro:</strong> la distancia de ida en el sistema Tierra antes de que el viajero invierta el rumbo.',
121
+ ],
122
+ },
123
+ {
124
+ type: 'title',
125
+ text: 'Evidencia practica de la dilatacion del tiempo',
126
+ level: 3,
127
+ },
128
+ {
129
+ type: 'paragraph',
130
+ html: 'La paradoja de los gemelos es un experimento mental claro, pero la dilatacion del tiempo no es especulativa. Los muones creados en la atmosfera superior sobreviven el tiempo suficiente para llegar al suelo porque sus relojes en movimiento estan dilatados desde la perspectiva terrestre. Los experimentos con relojes atomicos en aviones y la navegacion satelital de precision tambien requieren correcciones relativisticas. La misma matematica detras de este visualizador es parte de la infraestructura de sincronizacion utilizada por los sistemas GPS modernos.',
131
+ },
132
+ ],
133
+ faq,
134
+ bibliography,
135
+ howTo,
136
+ schemas: [
137
+ {
138
+ '@context': 'https://schema.org',
139
+ '@type': 'SoftwareApplication',
140
+ name: title,
141
+ description,
142
+ applicationCategory: 'ScientificApplication',
143
+ operatingSystem: 'Any',
144
+ },
145
+ {
146
+ '@context': 'https://schema.org',
147
+ '@type': 'FAQPage',
148
+ mainEntity: faq.map((item) => ({
149
+ '@type': 'Question',
150
+ name: item.question,
151
+ acceptedAnswer: {
152
+ '@type': 'Answer',
153
+ text: item.answer,
154
+ },
155
+ })),
156
+ },
157
+ {
158
+ '@context': 'https://schema.org',
159
+ '@type': 'HowTo',
160
+ name: title,
161
+ step: howTo.map((step) => ({
162
+ '@type': 'HowToStep',
163
+ name: step.name,
164
+ text: step.text,
165
+ })),
166
+ },
167
+ ],
168
+ };