@jjlmoya/utils-science 1.48.0 → 1.50.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 (98) hide show
  1. package/package.json +2 -2
  2. package/src/tests/seo_parity.test.ts +60 -0
  3. package/src/tests/spanish_leakage.test.ts +153 -0
  4. package/src/tests/translation_copy.test.ts +122 -0
  5. package/src/tool/black-hole-event-horizon-simulator/i18n/de.ts +79 -4
  6. package/src/tool/black-hole-event-horizon-simulator/i18n/fr.ts +86 -11
  7. package/src/tool/black-hole-event-horizon-simulator/i18n/it.ts +86 -11
  8. package/src/tool/black-hole-event-horizon-simulator/i18n/ja.ts +85 -10
  9. package/src/tool/black-hole-event-horizon-simulator/i18n/nl.ts +87 -12
  10. package/src/tool/black-hole-event-horizon-simulator/i18n/pt.ts +85 -10
  11. package/src/tool/black-hole-event-horizon-simulator/i18n/sv.ts +85 -10
  12. package/src/tool/black-hole-event-horizon-simulator/i18n/tr.ts +85 -11
  13. package/src/tool/black-hole-event-horizon-simulator/i18n/zh.ts +87 -12
  14. package/src/tool/conway-life-rule-lab/i18n/de.ts +46 -6
  15. package/src/tool/conway-life-rule-lab/i18n/es.ts +46 -6
  16. package/src/tool/conway-life-rule-lab/i18n/fr.ts +46 -6
  17. package/src/tool/conway-life-rule-lab/i18n/id.ts +46 -6
  18. package/src/tool/conway-life-rule-lab/i18n/it.ts +46 -6
  19. package/src/tool/conway-life-rule-lab/i18n/ja.ts +46 -6
  20. package/src/tool/conway-life-rule-lab/i18n/ko.ts +46 -6
  21. package/src/tool/conway-life-rule-lab/i18n/nl.ts +46 -6
  22. package/src/tool/conway-life-rule-lab/i18n/pl.ts +46 -6
  23. package/src/tool/conway-life-rule-lab/i18n/pt.ts +46 -6
  24. package/src/tool/conway-life-rule-lab/i18n/ru.ts +49 -9
  25. package/src/tool/conway-life-rule-lab/i18n/sv.ts +46 -6
  26. package/src/tool/conway-life-rule-lab/i18n/tr.ts +46 -6
  27. package/src/tool/conway-life-rule-lab/i18n/zh.ts +46 -6
  28. package/src/tool/cosmic-inflation/i18n/ru.ts +30 -4
  29. package/src/tool/double-slit-decoherence/i18n/fr.ts +48 -4
  30. package/src/tool/double-slit-decoherence/i18n/it.ts +52 -8
  31. package/src/tool/double-slit-decoherence/i18n/pt.ts +53 -9
  32. package/src/tool/double-slit-decoherence/i18n/sv.ts +56 -8
  33. package/src/tool/dyson-sphere-energy-capture/i18n/de.ts +119 -38
  34. package/src/tool/dyson-sphere-energy-capture/i18n/fr.ts +116 -48
  35. package/src/tool/dyson-sphere-energy-capture/i18n/it.ts +96 -19
  36. package/src/tool/dyson-sphere-energy-capture/i18n/ja.ts +124 -24
  37. package/src/tool/dyson-sphere-energy-capture/i18n/ko.ts +122 -22
  38. package/src/tool/dyson-sphere-energy-capture/i18n/pl.ts +68 -14
  39. package/src/tool/dyson-sphere-energy-capture/i18n/pt.ts +126 -45
  40. package/src/tool/dyson-sphere-energy-capture/i18n/ru.ts +46 -9
  41. package/src/tool/dyson-sphere-energy-capture/i18n/sv.ts +134 -53
  42. package/src/tool/dyson-sphere-energy-capture/i18n/tr.ts +68 -14
  43. package/src/tool/dyson-sphere-energy-capture/i18n/zh.ts +124 -24
  44. package/src/tool/global-albedo-snowball-simulator/i18n/ru.ts +20 -7
  45. package/src/tool/lorenz-attractor/i18n/de.ts +35 -5
  46. package/src/tool/lorenz-attractor/i18n/fr.ts +35 -5
  47. package/src/tool/lorenz-attractor/i18n/id.ts +10 -0
  48. package/src/tool/lorenz-attractor/i18n/it.ts +9 -0
  49. package/src/tool/lorenz-attractor/i18n/ja.ts +10 -0
  50. package/src/tool/lorenz-attractor/i18n/ko.ts +10 -0
  51. package/src/tool/lorenz-attractor/i18n/nl.ts +10 -0
  52. package/src/tool/lorenz-attractor/i18n/pl.ts +10 -0
  53. package/src/tool/lorenz-attractor/i18n/pt.ts +35 -5
  54. package/src/tool/lorenz-attractor/i18n/ru.ts +10 -0
  55. package/src/tool/lorenz-attractor/i18n/sv.ts +10 -0
  56. package/src/tool/lorenz-attractor/i18n/tr.ts +10 -0
  57. package/src/tool/lorenz-attractor/i18n/zh.ts +10 -0
  58. package/src/tool/mandelbrot-fractal/i18n/de.ts +27 -0
  59. package/src/tool/mandelbrot-fractal/i18n/fr.ts +18 -0
  60. package/src/tool/mandelbrot-fractal/i18n/it.ts +26 -8
  61. package/src/tool/mandelbrot-fractal/i18n/pl.ts +27 -9
  62. package/src/tool/mandelbrot-fractal/i18n/ru.ts +22 -4
  63. package/src/tool/mandelbrot-fractal/i18n/sv.ts +35 -8
  64. package/src/tool/natural-selection-drift/i18n/de.ts +125 -22
  65. package/src/tool/natural-selection-drift/i18n/id.ts +113 -5
  66. package/src/tool/natural-selection-drift/i18n/it.ts +74 -2
  67. package/src/tool/natural-selection-drift/i18n/ja.ts +113 -5
  68. package/src/tool/natural-selection-drift/i18n/ko.ts +113 -5
  69. package/src/tool/natural-selection-drift/i18n/nl.ts +121 -6
  70. package/src/tool/natural-selection-drift/i18n/pl.ts +136 -16
  71. package/src/tool/natural-selection-drift/i18n/pt.ts +110 -15
  72. package/src/tool/natural-selection-drift/i18n/ru.ts +142 -7
  73. package/src/tool/natural-selection-drift/i18n/sv.ts +110 -5
  74. package/src/tool/natural-selection-drift/i18n/tr.ts +160 -22
  75. package/src/tool/natural-selection-drift/i18n/zh.ts +113 -5
  76. package/src/tool/phase-diagram-critical-points/i18n/de.ts +44 -6
  77. package/src/tool/phase-diagram-critical-points/i18n/fr.ts +46 -8
  78. package/src/tool/planet-atmosphere-survival/i18n/ru.ts +118 -2
  79. package/src/tool/radioactive-decay/i18n/de.ts +112 -5
  80. package/src/tool/radioactive-decay/i18n/fr.ts +16 -0
  81. package/src/tool/radioactive-decay/i18n/id.ts +112 -8
  82. package/src/tool/radioactive-decay/i18n/it.ts +16 -0
  83. package/src/tool/radioactive-decay/i18n/ja.ts +112 -8
  84. package/src/tool/radioactive-decay/i18n/ko.ts +112 -8
  85. package/src/tool/radioactive-decay/i18n/nl.ts +112 -14
  86. package/src/tool/radioactive-decay/i18n/pl.ts +112 -7
  87. package/src/tool/radioactive-decay/i18n/pt.ts +112 -21
  88. package/src/tool/radioactive-decay/i18n/ru.ts +112 -8
  89. package/src/tool/radioactive-decay/i18n/sv.ts +112 -8
  90. package/src/tool/radioactive-decay/i18n/tr.ts +112 -8
  91. package/src/tool/radioactive-decay/i18n/zh.ts +112 -8
  92. package/src/tool/roche-limit-satellite-disruption/i18n/pl.ts +76 -0
  93. package/src/tool/temperature-timeline/i18n/de.ts +22 -2
  94. package/src/tool/temperature-timeline/i18n/fr.ts +41 -1
  95. package/src/tool/temperature-timeline/i18n/it.ts +30 -1
  96. package/src/tool/temperature-timeline/i18n/pt.ts +34 -1
  97. package/src/tool/temperature-timeline/i18n/ru.ts +29 -0
  98. package/src/tool/twin-paradox-visualizer/i18n/pt.ts +41 -1
@@ -45,11 +45,118 @@ export const content: ToolLocaleContent = {
45
45
  resetSeed: 'Neues Atommuster',
46
46
  },
47
47
  seo: [
48
- { type: 'title', text: 'Halbwertszeit-Rechner: verbleibende Atome, Aktivität und Isotop-Beispiele', level: 2 },
49
- { type: 'paragraph', html: 'Mit diesem Rechner für radioaktiven Zerfall schätzen Sie, wie viel eines instabilen Isotops nach einer bestimmten Zeit noch vorhanden ist. Er deckt die wichtigsten Suchabsichten ab: die Halbwertszeit-Formel finden, sie auf reale Isotope anwenden, verbleibende Mutterkerne mit zerfallenen Kernen vergleichen und verstehen, warum Aktivität mit der Zeit abnimmt.' },
50
- { type: 'title', text: 'Verwendete Formel für radioaktiven Zerfall', level: 3 },
51
- { type: 'paragraph', html: 'Die Formel lautet <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>. <strong>N0</strong> ist die Anfangszahl der Mutterkerne, <strong>N(t)</strong> die erwartete Restzahl nach der Zeit <strong>t</strong>, und <strong>T1/2</strong> die Halbwertszeit. Der Exponent <strong>t / T1/2</strong> zählt die vergangenen Halbwertszeiten.' },
52
- { type: 'table', headers: ['Verstrichene Zeit', 'Formelfaktor', 'Verbleibende Mutterkerne', 'Relative Aktivität'], rows: [['0 Halbwertszeiten', '(1/2)^0', '100%', '100%'], ['1 Halbwertszeit', '(1/2)^1', '50%', '50%'], ['2 Halbwertszeiten', '(1/2)^2', '25%', '25%'], ['3 Halbwertszeiten', '(1/2)^3', '12,5%', '12,5%'], ['5 Halbwertszeiten', '(1/2)^5', '3,125%', '3,125%'], ['10 Halbwertszeiten', '(1/2)^10', '0,098%', '0,098%']] },
48
+ {
49
+ type: 'title',
50
+ text: 'Halbwertszeit-Rechner: verbleibende Atome, Aktivität und Isotop-Beispiele',
51
+ level: 2,
52
+ },
53
+ {
54
+ type: 'paragraph',
55
+ html: 'Mit diesem Rechner für radioaktiven Zerfall schätzen Sie, wie viel eines instabilen Isotops nach einer bestimmten Zeit noch vorhanden ist. Er deckt die wichtigsten Suchabsichten ab: die Halbwertszeit-Formel finden, sie auf reale Isotope anwenden, verbleibende Mutterkerne mit zerfallenen Kernen vergleichen und verstehen, warum Aktivität mit der Zeit abnimmt.',
56
+ },
57
+ {
58
+ type: 'paragraph',
59
+ html: 'Das Werkzeug kombiniert zwei komplementäre Modelle. Die numerischen Ergebnisse nutzen die Standard-Zerfallsgleichung, während das Atomfeld einzelne Kerne mit stochastischen Schwellen simuliert.',
60
+ },
61
+ {
62
+ type: 'title',
63
+ text: 'Verwendete Formel für radioaktiven Zerfall',
64
+ level: 3,
65
+ },
66
+ {
67
+ type: 'paragraph',
68
+ html: 'Die Formel lautet <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>. <strong>N0</strong> ist die Anfangszahl der Mutterkerne, <strong>N(t)</strong> die erwartete Restzahl nach der Zeit <strong>t</strong>, und <strong>T1/2</strong> die Halbwertszeit. Der Exponent <strong>t / T1/2</strong> zählt die vergangenen Halbwertszeiten.',
69
+ },
70
+ {
71
+ type: 'paragraph',
72
+ html: 'Wenn beispielsweise eine Probe mit 1.000 Mutterkernen beginnt und zwei Halbwertszeiten verstreichen, beträgt die erwartete Restmenge 1.000 x (1/2)^2 = 250 Kerne. Die zerfallene Menge ist die Differenz: 750 Kerne.',
73
+ },
74
+ {
75
+ type: 'table',
76
+ headers: ['Verstrichene Zeit', 'Formelfaktor', 'Verbleibende Mutterkerne', 'Relative Aktivität'],
77
+ rows: [
78
+ ['0 Halbwertszeiten', '(1/2)^0', '100%', '100%'],
79
+ ['1 Halbwertszeit', '(1/2)^1', '50%', '50%'],
80
+ ['2 Halbwertszeiten', '(1/2)^2', '25%', '25%'],
81
+ ['3 Halbwertszeiten', '(1/2)^3', '12,5%', '12,5%'],
82
+ ['5 Halbwertszeiten', '(1/2)^5', '3,125%', '3,125%'],
83
+ ['10 Halbwertszeiten', '(1/2)^10', '0,098%', '0,098%'],
84
+ ],
85
+ },
86
+ {
87
+ type: 'title',
88
+ text: 'Berechnung der Restaktivität nach einer Halbwertszeit',
89
+ level: 3,
90
+ },
91
+ {
92
+ type: 'paragraph',
93
+ html: 'Für ein einzelnes Mutterisotop ist die Aktivität proportional zur Anzahl der nicht zerfallenen Kerne. Verbleiben 25% des Mutterisotops, beträgt die Aktivität ebenfalls ca. 25% des Anfangswerts.',
94
+ },
95
+ {
96
+ type: 'paragraph',
97
+ html: 'Diese Beziehung ist in der Nuklearmedizin und im Strahlenschutz von zentraler Bedeutung.',
98
+ },
99
+ {
100
+ type: 'title',
101
+ text: 'Beispiele: Kohlenstoff-14, Iod-131, Technetium-99m, Uran-238 und Radon-222',
102
+ level: 3,
103
+ },
104
+ {
105
+ type: 'table',
106
+ headers: ['Isotop', 'Ungefähre Halbwertszeit', 'Typische Anwendung', 'Bedeutung des Ergebnisses'],
107
+ rows: [
108
+ ['Kohlenstoff-14', '5.730 Jahre', 'Radiokarbondatierung', 'Verbleibende C-14-Aktivität in organischem Material.'],
109
+ ['Iod-131', '8,02 Tage', 'Medizinische Therapie', 'Abfall der Aktivität über Tage nach Behandlung.'],
110
+ ['Technetium-99m', '6,01 Stunden', 'Diagnostische Bildgebung', 'Warum medizinische Aktivität innerhalb eines Tages abnimmt.'],
111
+ ['Uran-238', '4,47 Milliarden Jahre', 'Geologische Datierung', 'Warum langlebige Isotope über Erdzeitalter messbar bleiben.'],
112
+ ['Radon-222', '3,82 Tage', 'Innenraumstrahlung', 'Veränderung einer Gasquelle über Tage.'],
113
+ ],
114
+ },
115
+ {
116
+ type: 'paragraph',
117
+ html: 'Diese Beispiele decken verschiedene Zeitskalen und wissenschaftliche Fragestellungen ab.',
118
+ },
119
+ {
120
+ type: 'title',
121
+ text: 'Lesen der stochastischen Atom-Simulation',
122
+ level: 3,
123
+ },
124
+ {
125
+ type: 'paragraph',
126
+ html: 'Das animierte Atomfeld ist stochastisch modelliert. Bei kleinen Proben schwanken die Ergebnisse natürlich um den theoretischen Wert.',
127
+ },
128
+ {
129
+ type: 'paragraph',
130
+ html: 'Die glatte Kurve entsteht erst bei der Auswertung vieler unabhängiger Zufallsereignisse.',
131
+ },
132
+ {
133
+ type: 'title',
134
+ text: 'Anwendungsbereiche des Halbwertszeit-Rechners',
135
+ level: 3,
136
+ },
137
+ {
138
+ type: 'list',
139
+ items: [
140
+ '<strong>Physikunterricht:</strong> Berechnung verbleibender Kerne und Verknüpfung mit einem visuellen Modell.',
141
+ '<strong>Chemie und Kernphysik:</strong> Vergleich von Isotopenstabilität und Zerfallsgeschwindigkeiten.',
142
+ '<strong>Radiokarbondatierung:</strong> Verständnis für den Zerfall organischer Proben.',
143
+ '<strong>Nuklearmedizin:</strong> Planung von Bildgebungsverfahren mit kurzlebigen Isotopen.',
144
+ '<strong>Strahlenschutz:</strong> Abschätzung des Aktivitätsabfalls über die Zeit.',
145
+ ],
146
+ },
147
+ {
148
+ type: 'title',
149
+ text: 'Wichtige Einschränkungen',
150
+ level: 3,
151
+ },
152
+ {
153
+ type: 'paragraph',
154
+ html: 'Dieser Rechner modelliert das Mutterisotop mit einer einzelnen Halbwertszeit.',
155
+ },
156
+ {
157
+ type: 'paragraph',
158
+ html: 'Nutzen Sie die Ergebnisse als didaktisches Modell und wissenschaftliche Orientierung.',
159
+ },
53
160
  ],
54
161
  faq,
55
162
  bibliography,
@@ -47,9 +47,25 @@ export const content: ToolLocaleContent = {
47
47
  seo: [
48
48
  { type: 'title', text: 'Calculateur de demi-vie radioactive: atomes restants, activité et exemples d\'isotopes', level: 2 },
49
49
  { type: 'paragraph', html: 'Utilisez ce calculateur de désintégration radioactive pour estimer la part restante d\'un isotope instable après une durée donnée. Il répond aux intentions de recherche les plus courantes: trouver la formule de demi-vie, l\'appliquer à des isotopes réels, comparer les noyaux parents restants aux noyaux désintégrés et comprendre pourquoi l\'activité baisse avec l\'âge de l\'échantillon.' },
50
+ { type: 'paragraph', html: 'L\'outil combine deux modèles complémentaires. Les résultats numériques utilisent l\'équation exponentielle standard, tandis que le champ atomique simule des noyaux individuels avec des seuils stochastiques.' },
50
51
  { type: 'title', text: 'Formule de désintégration radioactive utilisée', level: 3 },
51
52
  { type: 'paragraph', html: 'La formule est <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>. <strong>N0</strong> est le nombre initial de noyaux parents, <strong>N(t)</strong> le nombre attendu après le temps <strong>t</strong>, et <strong>T1/2</strong> la demi-vie. Le rapport <strong>t / T1/2</strong> indique combien de demi-vies se sont écoulées.' },
53
+ { type: 'paragraph', html: 'Par exemple, si un échantillon commence avec 1 000 noyaux parents et que deux demi-vies s\'écoulent, la quantité restante attendue est 1 000 x (1/2)^2 = 250 noyaux. La quantité désintégrée est de 750 noyaux.' },
52
54
  { type: 'table', headers: ['Temps écoulé', 'Facteur', 'Noyaux parents restants', 'Activité relative'], rows: [['0 demi-vie', '(1/2)^0', '100%', '100%'], ['1 demi-vie', '(1/2)^1', '50%', '50%'], ['2 demi-vies', '(1/2)^2', '25%', '25%'], ['3 demi-vies', '(1/2)^3', '12,5%', '12,5%'], ['5 demi-vies', '(1/2)^5', '3,125%', '3,125%'], ['10 demi-vies', '(1/2)^10', '0,098%', '0,098%']] },
55
+ { type: 'title', text: 'Comment calculer l\'activité restante après une demi-vie', level: 3 },
56
+ { type: 'paragraph', html: 'Pour un isotope parent unique, l\'activité est proportionnelle au nombre de noyaux non désintégrés. S\'il reste 25 % de l\'isotope parent, l\'activité est d\'environ 25 % de l\'activité initiale.' },
57
+ { type: 'paragraph', html: 'Cette relation est essentielle en médecine nucléaire et en radioprotection.' },
58
+ { type: 'title', text: 'Exemples: Carbone 14, Iode 131, Technétium 99m, Uranium 238 et Radon 222', level: 3 },
59
+ { type: 'table', headers: ['Isotope', 'Demi-vie approximative', 'Usage courant', 'Signification du résultat'], rows: [['Carbone 14', '5 730 ans', 'Datation au radiocarbone', 'Activité C-14 restante dans la matière organique.'], ['Iode 131', '8,02 jours', 'Thérapie médicale', 'Baisse de l\'activité sur quelques jours après traitement.'], ['Technétium 99m', '6,01 heures', 'Imagerie diagnostique', 'Pourquoi l\'activité utile diminue rapidement dans une journée clinique.'], ['Uranium 238', '4,47 milliards d\'années', 'Datation géologique', 'Pourquoi les isotopes très stables restent mesurables à l\'échelle géologique.'], ['Radon 222', '3,82 jours', 'Exposition intérieure', 'Évolution d\'une source gazeuse sur plusieurs jours.']] },
60
+ { type: 'paragraph', html: 'Ces exemples couvrent différentes échelles de temps et applications scientifiques.' },
61
+ { type: 'title', text: 'Comment lire la simulation atomique stochastique', level: 3 },
62
+ { type: 'paragraph', html: 'Le champ atomique est modélisé de façon stochastique. Pour les petits échantillons, les résultats fluctuent autour de la courbe théorique.' },
63
+ { type: 'paragraph', html: 'La courbe lisse n\'apparaît que lorsqu\'on additionne un grand nombre d\'événements aléatoires indépendants.' },
64
+ { type: 'title', text: 'Cas d\'usage du calculateur de demi-vie', level: 3 },
65
+ { type: 'list', items: ['<strong>Cours de physique:</strong> calcul des noyaux restants et lien avec un modèle visuel.', '<strong>Chimie nucléaire:</strong> comparaison de la stabilité des isotopes.', '<strong>Datation au radiocarbone:</strong> compréhension de la décroissance radioactive.', '<strong>Planning médical:</strong> gestion des isotopes à demi-vie courte.', '<strong>Éducation en radioprotection:</strong> suivi de la baisse d\'activité au fil du temps.'] },
66
+ { type: 'title', text: 'Limites importantes', level: 3 },
67
+ { type: 'paragraph', html: 'Ce calculateur modélise l\'isotope parent avec une seule demi-vie.' },
68
+ { type: 'paragraph', html: 'Utilisez les résultats comme un modèle pédagogique et une estimation scientifique.' },
53
69
  ],
54
70
  faq,
55
71
  bibliography,
@@ -45,14 +45,118 @@ export const content: ToolLocaleContent = {
45
45
  resetSeed: 'Pola atom baru',
46
46
  },
47
47
  seo: [
48
- { type: 'title', text: 'Kalkulator waktu paruh radioaktif: atom tersisa, aktivitas, dan contoh isotop', level: 2 },
49
- { type: 'paragraph', html: 'Gunakan kalkulator peluruhan radioaktif ini untuk memperkirakan berapa banyak isotop tidak stabil yang tersisa setelah waktu tertentu. Kontennya cocok untuk pencarian tentang rumus waktu paruh, contoh isotop nyata, inti induk tersisa, inti meluruh, dan penurunan aktivitas.' },
50
- { type: 'paragraph', html: 'Rumus yang digunakan adalah <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>. <strong>N0</strong> adalah jumlah inti induk awal, <strong>N(t)</strong> jumlah harapan setelah waktu <strong>t</strong>, dan <strong>T1/2</strong> waktu paruh.' },
51
- { type: 'table', headers: ['Waktu berlalu', 'Faktor', 'Inti induk tersisa', 'Aktivitas relatif'], rows: [['0 waktu paruh', '(1/2)^0', '100%', '100%'], ['1 waktu paruh', '(1/2)^1', '50%', '50%'], ['2 waktu paruh', '(1/2)^2', '25%', '25%'], ['3 waktu paruh', '(1/2)^3', '12,5%', '12,5%'], ['5 waktu paruh', '(1/2)^5', '3,125%', '3,125%'], ['10 waktu paruh', '(1/2)^10', '0,098%', '0,098%']] },
52
- { type: 'title', text: 'Contoh isotop dan cara membaca hasil', level: 3 },
53
- { type: 'table', headers: ['Isotop', 'Waktu paruh perkiraan', 'Kegunaan umum', 'Makna hasil'], rows: [['Karbon-14', '5.730 tahun', 'Penanggalan radiokarbon', 'Aktivitas Carbon-14 yang tersisa pada materi yang pernah hidup.'], ['Iodin-131', '8,02 hari', 'Terapi medis dan kejadian nuklir', 'Seberapa cepat aktivitas turun dalam hitungan hari.'], ['Teknesium-99m', '6,01 jam', 'Pencitraan diagnostik', 'Mengapa aktivitas medis berguna memudar dalam satu hari klinis.'], ['Uranium-238', '4,47 miliar tahun', 'Penanggalan geologi', 'Mengapa isotop berumur sangat panjang tetap terukur.'], ['Radon-222', '3,82 hari', 'Radiasi dalam ruang', 'Bagaimana sumber gas paparan berubah.']] },
54
- { type: 'paragraph', html: 'Medan atom sengaja stokastik: setiap inti meluruh secara acak, sementara sampel besar mendekati kurva halus. Model ini berguna untuk pendidikan fisika, kimia nuklir, radiokarbon, isotop medis, dan keselamatan radiasi.' },
55
- { type: 'paragraph', html: 'Kalkulator ini memakai satu waktu paruh untuk isotop induk. Pengukuran nyata dapat membutuhkan koreksi efisiensi detektor, radiasi latar, rasio percabangan, produk anak, eliminasi biologis, bentuk kimia, perisai, dan kurva kalibrasi. Jangan gunakan sebagai pengganti instruksi medis, dosimetri, atau analisis laboratorium.' },
48
+ {
49
+ type: 'title',
50
+ text: 'Kalkulator waktu paruh radioaktif: atom tersisa, aktivitas, dan contoh isotop',
51
+ level: 2,
52
+ },
53
+ {
54
+ type: 'paragraph',
55
+ html: 'Gunakan kalkulator peluruhan radioaktif ini untuk memperkirakan berapa banyak isotop tidak stabil yang tersisa setelah waktu tertentu. Kontennya cocok untuk pencarian tentang rumus waktu paruh, contoh isotop nyata, inti induk tersisa, inti meluruh, dan penurunan aktivitas.',
56
+ },
57
+ {
58
+ type: 'paragraph',
59
+ html: 'Alat ini menggabungkan dua model yang saling melengkapi. Hasil numerik menggunakan persamaan peluruhan eksponensial standar, sedangkan medan atom mensimulasikan inti individual dengan ambang stokastik.',
60
+ },
61
+ {
62
+ type: 'title',
63
+ text: 'Rumus peluruhan radioaktif yang digunakan kalkulator',
64
+ level: 3,
65
+ },
66
+ {
67
+ type: 'paragraph',
68
+ html: 'Rumus yang digunakan adalah <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>. <strong>N0</strong> adalah jumlah inti induk awal, <strong>N(t)</strong> jumlah harapan setelah waktu <strong>t</strong>, dan <strong>T1/2</strong> waktu paruh.',
69
+ },
70
+ {
71
+ type: 'paragraph',
72
+ html: 'Sebagai contoh, jika sampel dimulai dengan 1.000 inti induk dan melewati dua waktu paruh, jumlah tersisa yang diharapkan adalah 1.000 x (1/2)^2 = 250 inti. Jumlah yang meluruh adalah 750 inti.',
73
+ },
74
+ {
75
+ type: 'table',
76
+ headers: ['Waktu berlalu', 'Faktor', 'Inti induk tersisa', 'Aktivitas relatif'],
77
+ rows: [
78
+ ['0 waktu paruh', '(1/2)^0', '100%', '100%'],
79
+ ['1 waktu paruh', '(1/2)^1', '50%', '50%'],
80
+ ['2 waktu paruh', '(1/2)^2', '25%', '25%'],
81
+ ['3 waktu paruh', '(1/2)^3', '12,5%', '12,5%'],
82
+ ['5 waktu paruh', '(1/2)^5', '3,125%', '3,125%'],
83
+ ['10 waktu paruh', '(1/2)^10', '0,098%', '0,098%'],
84
+ ],
85
+ },
86
+ {
87
+ type: 'title',
88
+ text: 'Cara menghitung sisa aktivitas setelah waktu paruh',
89
+ level: 3,
90
+ },
91
+ {
92
+ type: 'paragraph',
93
+ html: 'Untuk satu isotop induk, aktivitas sebanding dengan jumlah inti yang belum meluruh. Jika 25% dari isotop induk tersisa, aktivitasnya juga sekitar 25% dari aktivitas awal.',
94
+ },
95
+ {
96
+ type: 'paragraph',
97
+ html: 'Hubungan ini sangat penting dalam kedokteran nuklir dan keselamatan radiasi.',
98
+ },
99
+ {
100
+ type: 'title',
101
+ text: 'Contoh: Karbon-14, Iodin-131, Teknesium-99m, Uranium-238, dan Radon-222',
102
+ level: 3,
103
+ },
104
+ {
105
+ type: 'table',
106
+ headers: ['Isotop', 'Waktu paruh perkiraan', 'Kegunaan umum', 'Makna hasil'],
107
+ rows: [
108
+ ['Karbon-14', '5.730 tahun', 'Penanggalan radiokarbon', 'Aktivitas Carbon-14 tersisa pada materi yang pernah hidup.'],
109
+ ['Iodin-131', '8,02 hari', 'Terapi medis', 'Seberapa cepat aktivitas turun dalam hitungan hari.'],
110
+ ['Teknesium-99m', '6,01 jam', 'Pencitraan diagnostik', 'Mengapa aktivitas medis berguna memudar dalam satu hari klinis.'],
111
+ ['Uranium-238', '4,47 miliar tahun', 'Penanggalan geologi', 'Mengapa isotop berumur sangat panjang tetap terukur.'],
112
+ ['Radon-222', '3,82 hari', 'Radiasi dalam ruang', 'Bagaimana sumber gas paparan berubah.'],
113
+ ],
114
+ },
115
+ {
116
+ type: 'paragraph',
117
+ html: 'Contoh-contoh ini mencakup berbagai skala waktu dan aplikasi ilmiah.',
118
+ },
119
+ {
120
+ type: 'title',
121
+ text: 'Cara membaca simulasi atom stokastik',
122
+ level: 3,
123
+ },
124
+ {
125
+ type: 'paragraph',
126
+ html: 'Medan atom animasi sengaja bersifat stokastik. Untuk sampel kecil, hasilnya berfluktuasi di sekitar nilai teori.',
127
+ },
128
+ {
129
+ type: 'paragraph',
130
+ html: 'Kurva mulus hanya muncul ketika banyak peristiwa acak independen dihitung bersama.',
131
+ },
132
+ {
133
+ type: 'title',
134
+ text: 'Studi kasus penggunaan kalkulator waktu paruh',
135
+ level: 3,
136
+ },
137
+ {
138
+ type: 'list',
139
+ items: [
140
+ '<strong>Pelajaran fisika:</strong> menghitung inti tersisa dan menghubungkannya dengan model visual.',
141
+ '<strong>Kimia nuklir:</strong> membandingkan stabilitas dan laju peluruhan isotop.',
142
+ '<strong>Penanggalan radiokarbon:</strong> memahami peluruhan sampel organik.',
143
+ '<strong>Perencanaan isotop medis:</strong> melihat mengapa waktu paruh pendek berguna untuk pencitraan.',
144
+ '<strong>Edukasi keselamatan radiasi:</strong> memperkirakan penurunan aktivitas dari waktu ke waktu.',
145
+ ],
146
+ },
147
+ {
148
+ type: 'title',
149
+ text: 'Batasan penting',
150
+ level: 3,
151
+ },
152
+ {
153
+ type: 'paragraph',
154
+ html: 'Kalkulator ini memodelkan isotop induk dengan satu waktu paruh.',
155
+ },
156
+ {
157
+ type: 'paragraph',
158
+ html: 'Gunakan hasil sebagai model pembelajaran dan perkiraan ilmiah yang jelas.',
159
+ },
56
160
  ],
57
161
  faq,
58
162
  bibliography,
@@ -47,9 +47,25 @@ export const content: ToolLocaleContent = {
47
47
  seo: [
48
48
  { type: 'title', text: 'Calcolatore di emivita radioattiva: atomi residui, attività ed esempi di isotopi', level: 2 },
49
49
  { type: 'paragraph', html: 'Usa questo calcolatore di decadimento radioattivo per stimare quanto resta di un isotopo instabile dopo un certo tempo. Risponde alle ricerche più comuni sull\'emivita: trovare la formula, applicarla a isotopi reali, confrontare nuclei padre residui e decaduti e capire perché l\'attività diminuisce con l\'età del campione.' },
50
+ { type: 'paragraph', html: 'Lo strumento combina due modelli complementari: il risultato numerico deterministico usa la formula esponenziale, mentre il campo atomico simula la natura stocastica del decadimento.' },
50
51
  { type: 'title', text: 'Formula del decadimento radioattivo utilizzata', level: 3 },
51
52
  { type: 'paragraph', html: 'La formula è <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>. <strong>N0</strong> è il numero iniziale di nuclei padre, <strong>N(t)</strong> è il numero atteso dopo il tempo <strong>t</strong>, e <strong>T1/2</strong> è l\'emivita. L\'esponente <strong>t / T1/2</strong> indica quante emivite sono trascorse.' },
53
+ { type: 'paragraph', html: 'Ad esempio, se un campione parte con 1.000 nuclei padre e trascorrono due emivite, la quantità residua attesa è 1.000 x (1/2)^2 = 250 nuclei. La quantità decaduta è pari a 750 nuclei.' },
52
54
  { type: 'table', headers: ['Tempo trascorso', 'Fattore', 'Nuclei padre residui', 'Attività relativa'], rows: [['0 emivite', '(1/2)^0', '100%', '100%'], ['1 emivita', '(1/2)^1', '50%', '50%'], ['2 emivite', '(1/2)^2', '25%', '25%'], ['3 emivite', '(1/2)^3', '12,5%', '12,5%'], ['5 emivite', '(1/2)^5', '3,125%', '3,125%'], ['10 emivite', '(1/2)^10', '0,098%', '0,098%']] },
55
+ { type: 'title', text: 'Come calcolare l\'attività residua dopo un\'emivita', level: 3 },
56
+ { type: 'paragraph', html: 'Per un singolo isotopo padre, l\'attività è proporzionale al numero di nuclei non decaduti. Se rimane il 25% dell\'isotopo padre, l\'attività è circa il 25% di quella iniziale.' },
57
+ { type: 'paragraph', html: 'Questa relazione è fondamentale in medicina nucleare e nella radioprotezione.' },
58
+ { type: 'title', text: 'Esempi: Carbonio-14, Iodio-131, Tecnezio-99m, Uranio-238 e Radon-222', level: 3 },
59
+ { type: 'table', headers: ['Isotopo', 'Emivita approssimativa', 'Uso comune', 'Significato del risultato'], rows: [['Carbonio-14', '5.730 anni', 'Datazione al radiocarbonio', 'Attività C-14 residua in materiale organico.'], ['Iodio-131', '8,02 giorni', 'Terapia medica', 'Calo dell\'attività in pochi giorni dopo il trattamento.'], ['Tecnezio-99m', '6,01 ore', 'Diagnostica per immagini', 'Perché l\'attività utile si riduce nell\'arco di una giornata clinica.'], ['Uranio-238', '4,47 miliardi di anni', 'Datazione geologica', 'Perché gli isotopi a vita lunghissima restano misurabili su scale geologiche.'], ['Radon-222', '3,82 giorni', 'Esposizione indoor', 'Evoluzione di una sorgente gassosa in pochi giorni.']] },
60
+ { type: 'paragraph', html: 'Questi esempi coprono diverse scale temporali e applicazioni scientifiche.' },
61
+ { type: 'title', text: 'Come leggere la simulazione atomica stocastica', level: 3 },
62
+ { type: 'paragraph', html: 'Il campo atomico è modellato in modo stocastico. Per campioni piccoli, i risultati oscillano attorno al valore teorico.' },
63
+ { type: 'paragraph', html: 'La curva regolare emerge solo quando si conta un numero elevato di eventi casuali indipendenti.' },
64
+ { type: 'title', text: 'Casi d\'uso del calcolatore di emivita', level: 3 },
65
+ { type: 'list', items: ['<strong>Didattica della fisica:</strong> calcolo dei nuclei residui e collegamento a un modello visivo.', '<strong>Chimica nucleare:</strong> confronto della stabilità degli isotopi.', '<strong>Datazione al radiocarbonio:</strong> comprensione del decadimento nei reperti.', '<strong>Pianificazione medica:</strong> gestione degli isotopi per diagnostica.', '<strong>Radioprotezione:</strong> stima della riduzione dell\'attività nel tempo.'] },
66
+ { type: 'title', text: 'Limitazioni importanti', level: 3 },
67
+ { type: 'paragraph', html: 'Questo calcolatore modella l\'isotopo padre con una singola emivita.' },
68
+ { type: 'paragraph', html: 'Usa i risultati come modello didattico e stima scientifica.' },
53
69
  ],
54
70
  faq,
55
71
  bibliography,
@@ -45,14 +45,118 @@ export const content: ToolLocaleContent = {
45
45
  resetSeed: '新しい原子パターン',
46
46
  },
47
47
  seo: [
48
- { type: 'title', text: '放射性半減期計算機: 残存原子、放射能、同位体の例', level: 2 },
49
- { type: 'paragraph', html: 'この放射性崩壊計算機では、不安定な同位体が一定時間後にどれだけ残るかを推定できます。半減期の式、実在の同位体への適用、残存する親核種、崩壊済み原子核、放射能の低下を調べる検索意図に対応します。' },
50
- { type: 'paragraph', html: '使用する式は <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong> です。<strong>N0</strong> は初期の親原子核数、<strong>N(t)</strong> は時間 <strong>t</strong> 後の期待残存数、<strong>T1/2</strong> は半減期です。' },
51
- { type: 'table', headers: ['経過時間', '係数', '残存する親核種', '相対放射能'], rows: [['0半減期', '(1/2)^0', '100%', '100%'], ['1半減期', '(1/2)^1', '50%', '50%'], ['2半減期', '(1/2)^2', '25%', '25%'], ['3半減期', '(1/2)^3', '12.5%', '12.5%'], ['5半減期', '(1/2)^5', '3.125%', '3.125%'], ['10半減期', '(1/2)^10', '0.098%', '0.098%']] },
52
- { type: 'title', text: '同位体の例と結果の読み方', level: 3 },
53
- { type: 'table', headers: ['同位体', 'およその半減期', '主な用途', '結果が示すこと'], rows: [['炭素14', '5,730年', '放射性炭素年代測定', 'かつて生物だった物質に残る炭素14の放射能。'], ['ヨウ素131', '8.02日', '医療治療と核事故', '数日単位で放射能がどれだけ速く下がるか。'], ['テクネチウム99m', '6.01時間', '診断画像', '有用な医療放射能が臨床の1日の中で低下する理由。'], ['ウラン238', '44.7億年', '地質年代測定', '長寿命同位体が地球史のスケールで測定可能な理由。'], ['ラドン222', '3.82日', '屋内放射線', '気体の被ばく源がどのように変化するか。']] },
54
- { type: 'paragraph', html: '単一の親同位体では、放射能は未崩壊の原子核数に比例します。原子フィールドは個々の崩壊のランダム性を示し、大きな試料では滑らかな指数曲線に近づきます。' },
55
- { type: 'paragraph', html: 'このモデルは1つの半減期で親同位体を扱います。実測では検出器効率、背景放射線、分岐比、娘生成物、生物学的排出、化学形、遮へい、校正曲線が必要になる場合があります。医療指示、線量評価、実験室分析の代わりには使わないでください。' },
48
+ {
49
+ type: 'title',
50
+ text: '放射性半減期計算機: 残存原子、放射能、同位体の例',
51
+ level: 2,
52
+ },
53
+ {
54
+ type: 'paragraph',
55
+ html: 'この放射性崩壊計算機では、不安定な同位体が一定時間後にどれだけ残るかを推定できます。半減期の式、実在の同位体への適用、残存する親核種、崩壊済み原子核、放射能の低下を調べる検索意図に対応します。',
56
+ },
57
+ {
58
+ type: 'paragraph',
59
+ html: 'このツールは2つのモデルを組み合わせています。数値計算には標準的な指数崩壊方程式を用い、原子フィールドは個別原子核の確率的崩壊をシミュレートします。',
60
+ },
61
+ {
62
+ type: 'title',
63
+ text: '使用する放射性崩壊の計算式',
64
+ level: 3,
65
+ },
66
+ {
67
+ type: 'paragraph',
68
+ html: '使用する式は <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong> です。<strong>N0</strong> は初期の親原子核数、<strong>N(t)</strong> は時間 <strong>t</strong> 後の期待残存数、<strong>T1/2</strong> は半減期です。',
69
+ },
70
+ {
71
+ type: 'paragraph',
72
+ html: '例えば1,000個の親原子核で始まり2半減期が経過した場合、期待される残存数は 1,000 x (1/2)^2 = 250個となります。崩壊した数量は750個です。',
73
+ },
74
+ {
75
+ type: 'table',
76
+ headers: ['経過時間', '係数', '残存する親核種', '相対放射能'],
77
+ rows: [
78
+ ['0半減期', '(1/2)^0', '100%', '100%'],
79
+ ['1半減期', '(1/2)^1', '50%', '50%'],
80
+ ['2半減期', '(1/2)^2', '25%', '25%'],
81
+ ['3半減期', '(1/2)^3', '12.5%', '12.5%'],
82
+ ['5半減期', '(1/2)^5', '3.125%', '3.125%'],
83
+ ['10半減期', '(1/2)^10', '0.098%', '0.098%'],
84
+ ],
85
+ },
86
+ {
87
+ type: 'title',
88
+ text: '半減期後の残存放射能の計算方法',
89
+ level: 3,
90
+ },
91
+ {
92
+ type: 'paragraph',
93
+ html: '単一の親同位体では、放射能は未崩壊の原子核数に比例します。親同位体が25%残っている場合、放射能も初期値の約25%になります。',
94
+ },
95
+ {
96
+ type: 'paragraph',
97
+ html: 'この関係は核医学や放射線防護において重要です。',
98
+ },
99
+ {
100
+ type: 'title',
101
+ text: '例: 炭素14、ヨウ素131、テクネチウム99m、ウラン238、ラドン222',
102
+ level: 3,
103
+ },
104
+ {
105
+ type: 'table',
106
+ headers: ['同位体', 'およその半減期', '主な用途', '結果が示すこと'],
107
+ rows: [
108
+ ['炭素14', '5,730年', '放射性炭素年代測定', '有機物に残る炭素14の放射能。'],
109
+ ['ヨウ素131', '8.02日', '医療治療', '治療後数日で放射能が下がる速度。'],
110
+ ['テクネチウム99m', '6.01時間', '診断画像', '診療日の中で有用な放射能が減衰する理由。'],
111
+ ['ウラン238', '44.7億年', '地質年代測定', '長寿命同位体が地球史スケールで測定できる理由。'],
112
+ ['ラドン222', '3.82日', '屋内被ばく', '気体被ばく源の変化。'],
113
+ ],
114
+ },
115
+ {
116
+ type: 'paragraph',
117
+ html: 'これらの例は様々な時間スケールと用途を網羅しています。',
118
+ },
119
+ {
120
+ type: 'title',
121
+ text: '確率的原子シミュレーションの読み方',
122
+ level: 3,
123
+ },
124
+ {
125
+ type: 'paragraph',
126
+ html: '原子フィールドは確率的にモデル化されています。小試料では統計的揺らぎが生じます。',
127
+ },
128
+ {
129
+ type: 'paragraph',
130
+ html: '滑らかな曲線は多数の独立した確率的イベントを集計したときに現れます。',
131
+ },
132
+ {
133
+ type: 'title',
134
+ text: '半減期計算機の活用事例',
135
+ level: 3,
136
+ },
137
+ {
138
+ type: 'list',
139
+ items: [
140
+ '<strong>物理教育:</strong> 残存核種の計算と視覚モデルの連結。',
141
+ '<strong>核化学:</strong> 同位体の安定性と崩壊速度の比較。',
142
+ '<strong>年代測定の直感:</strong> 有機試料の崩壊原理の理解。',
143
+ '<strong>医療同位体計画:</strong> 短半減期同位体の画像診断での活用。',
144
+ '<strong>放射線防護:</strong> 時間経過に伴う減衰の推定。',
145
+ ],
146
+ },
147
+ {
148
+ type: 'title',
149
+ text: '重要な制限事項',
150
+ level: 3,
151
+ },
152
+ {
153
+ type: 'paragraph',
154
+ html: 'この計算機は親同位体を単一の半減期でモデル化します。',
155
+ },
156
+ {
157
+ type: 'paragraph',
158
+ html: '結果は教育的モデルおよび科学的見積もりとしてご利用ください。',
159
+ },
56
160
  ],
57
161
  faq,
58
162
  bibliography,
@@ -45,14 +45,118 @@ export const content: ToolLocaleContent = {
45
45
  resetSeed: '새 원자 패턴',
46
46
  },
47
47
  seo: [
48
- { type: 'title', text: '방사성 반감기 계산기: 남은 원자, 방사능, 동위원소 예시', level: 2 },
49
- { type: 'paragraph', html: '이 방사성 붕괴 계산기는 불안정한 동위원소가 일정 시간이 지난 뒤 얼마나 남는지 추정합니다. 반감기 공식, 실제 동위원소 계산, 남은 부모핵, 붕괴한 핵, 방사능 감소를 찾는 검색 의도에 맞춰 구성되어 있습니다.' },
50
- { type: 'paragraph', html: '사용 공식은 <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>입니다. <strong>N0</strong>는 초기 부모핵 수, <strong>N(t)</strong>는 시간 <strong>t</strong> 뒤의 기대 잔량, <strong>T1/2</strong>는 반감기입니다.' },
51
- { type: 'table', headers: ['경과 시간', '계수', '남은 부모핵', '상대 방사능'], rows: [['0 반감기', '(1/2)^0', '100%', '100%'], ['1 반감기', '(1/2)^1', '50%', '50%'], ['2 반감기', '(1/2)^2', '25%', '25%'], ['3 반감기', '(1/2)^3', '12.5%', '12.5%'], ['5 반감기', '(1/2)^5', '3.125%', '3.125%'], ['10 반감기', '(1/2)^10', '0.098%', '0.098%']] },
52
- { type: 'title', text: '동위원소 예시와 결과 해석', level: 3 },
53
- { type: 'table', headers: ['동위원소', '대략적인 반감기', '주요 용도', '결과의 의미'], rows: [['탄소-14', '5,730년', '방사성 탄소 연대 측정', '한때 생물이었던 물질에 남은 탄소-14 방사능.'], ['요오드-131', '8.02일', '의학 치료와 핵 사고', '며칠 동안 방사능이 얼마나 빠르게 줄어드는지.'], ['테크네튬-99m', '6.01시간', '진단 영상', '임상 하루 안에 유용한 의학적 방사능이 감소하는 이유.'], ['우라늄-238', '44.7억 년', '지질 연대 측정', '긴 수명의 동위원소가 지구 역사 규모에서 측정 가능한 이유.'], ['라돈-222', '3.82일', '실내 방사선', '기체 노출원이 어떻게 변하는지.']] },
54
- { type: 'paragraph', html: '하나의 부모 동위원소에서는 방사능이 붕괴하지 않은 핵 수에 비례합니다. 원자 필드는 개별 붕괴의 무작위성을 보여 주고, 큰 시료에서는 매끄러운 지수 곡선에 가까워집니다.' },
55
- { type: 'paragraph', html: '이 모델은 하나의 반감기로 부모 동위원소를 다룹니다. 실제 측정에는 검출기 효율, 배경 방사선, 분기비, 딸핵종, 생물학적 배출, 화학적 형태, 차폐, 보정 곡선이 필요할 있습니다. 의료 지시, 선량 평가, 실험실 분석을 대체하지 않습니다.' },
48
+ {
49
+ type: 'title',
50
+ text: '방사성 반감기 계산기: 남은 원자, 방사능, 동위원소 예시',
51
+ level: 2,
52
+ },
53
+ {
54
+ type: 'paragraph',
55
+ html: '이 방사성 붕괴 계산기는 불안정한 동위원소가 일정 시간이 지난 얼마나 남는지 추정합니다. 반감기 공식, 실제 동위원소 계산, 남은 부모핵, 붕괴한 핵, 방사능 감소를 찾는 검색 의도에 맞춰 구성되어 있습니다.',
56
+ },
57
+ {
58
+ type: 'paragraph',
59
+ html: '이 도구는 두 가지 보완 모델을 결합합니다. 수치 결과는 표준 지수 붕괴 방정식을 사용하고, 원자 필드는 확률적 임계값으로 개별 원자핵을 시뮬레이션합니다.',
60
+ },
61
+ {
62
+ type: 'title',
63
+ text: '계산기에서 사용하는 방사성 붕괴 공식',
64
+ level: 3,
65
+ },
66
+ {
67
+ type: 'paragraph',
68
+ html: '사용 공식은 <strong>N(t) = N0 x (1/2)^(t / T1/2)</strong>입니다. <strong>N0</strong>는 초기 부모핵 수, <strong>N(t)</strong>는 시간 <strong>t</strong> 뒤의 기대 잔량, <strong>T1/2</strong>는 반감기입니다.',
69
+ },
70
+ {
71
+ type: 'paragraph',
72
+ html: '예를 들어 시료가 1,000개의 부모핵으로 시작해 2 반감기가 지나면 예상 남은 양은 1,000 x (1/2)^2 = 250개입니다. 붕괴한 양은 750개입니다.',
73
+ },
74
+ {
75
+ type: 'table',
76
+ headers: ['경과 시간', '계수', '남은 부모핵', '상대 방사능'],
77
+ rows: [
78
+ ['0 반감기', '(1/2)^0', '100%', '100%'],
79
+ ['1 반감기', '(1/2)^1', '50%', '50%'],
80
+ ['2 반감기', '(1/2)^2', '25%', '25%'],
81
+ ['3 반감기', '(1/2)^3', '12.5%', '12.5%'],
82
+ ['5 반감기', '(1/2)^5', '3.125%', '3.125%'],
83
+ ['10 반감기', '(1/2)^10', '0.098%', '0.098%'],
84
+ ],
85
+ },
86
+ {
87
+ type: 'title',
88
+ text: '반감기 후 남은 방사능 계산 방법',
89
+ level: 3,
90
+ },
91
+ {
92
+ type: 'paragraph',
93
+ html: '하나의 부모 동위원소에서는 방사능이 붕괴하지 않은 핵의 수에 비례합니다. 부모 동위원소의 25%가 남으면 방사능도 초기 방사능의 약 25%가 됩니다.',
94
+ },
95
+ {
96
+ type: 'paragraph',
97
+ html: '이 관계는 핵의학과 방사선 방호에서 중요합니다.',
98
+ },
99
+ {
100
+ type: 'title',
101
+ text: '예시: 탄소-14, 요오드-131, 테크네튬-99m, 우라늄-238, 라돈-222',
102
+ level: 3,
103
+ },
104
+ {
105
+ type: 'table',
106
+ headers: ['동위원소', '대략적인 반감기', '주요 용도', '결과의 의미'],
107
+ rows: [
108
+ ['탄소-14', '5,730년', '방사성 탄소 연대 측정', '유기물에 남은 탄소-14 방사능.'],
109
+ ['요오드-131', '8.02일', '의학 치료', '치료 후 며칠 동안 방사능 감소 속도.'],
110
+ ['테크네튬-99m', '6.01시간', '진단 영상', '임상 하루 동안 유용한 방사능이 감소하는 이유.'],
111
+ ['우라늄-238', '44.7억 년', '지질 연대 측정', '장수명 동위원소가 지구 역사 규모에서 측정 가능한 이유.'],
112
+ ['라돈-222', '3.82일', '실내 방사선', '기체 노출원의 변화.'],
113
+ ],
114
+ },
115
+ {
116
+ type: 'paragraph',
117
+ html: '이 예시들은 다양한 시간 규모와 응용 분야를 다룹니다.',
118
+ },
119
+ {
120
+ type: 'title',
121
+ text: '확률적 원자 시뮬레이션 읽는 법',
122
+ level: 3,
123
+ },
124
+ {
125
+ type: 'paragraph',
126
+ html: '원자 필드는 확률적으로 모델링됩니다. 작은 시료에서는 통계적 변동이 일어납니다.',
127
+ },
128
+ {
129
+ type: 'paragraph',
130
+ html: '매끄러운 곡선은 수많은 무작위 사건을 합산할 때 나타납니다.',
131
+ },
132
+ {
133
+ type: 'title',
134
+ text: '반감기 계산기 활용 사례',
135
+ level: 3,
136
+ },
137
+ {
138
+ type: 'list',
139
+ items: [
140
+ '<strong>물리 교육:</strong> 남은 핵 수 계산과 시각적 모델 연결.',
141
+ '<strong>핵화학:</strong> 동위원소 안정성과 붕괴 속도 비교.',
142
+ '<strong>연대 측정:</strong> 유기물 시료의 붕괴 원리 이해.',
143
+ '<strong>의학 동위원소:</strong> 진단 영상에서 단반감기 활용 이유.',
144
+ '<strong>방사선 방호:</strong> 시간에 따른 방사능 감소 추정.',
145
+ ],
146
+ },
147
+ {
148
+ type: 'title',
149
+ text: '중요한 한계 사항',
150
+ level: 3,
151
+ },
152
+ {
153
+ type: 'paragraph',
154
+ html: '이 계산기는 부모 동위원소를 하나의 반감기로 모델링합니다.',
155
+ },
156
+ {
157
+ type: 'paragraph',
158
+ html: '결과는 교육용 모델 및 과학적 추정치로 참고해 주세요.',
159
+ },
56
160
  ],
57
161
  faq,
58
162
  bibliography,