-
Notifications
You must be signed in to change notification settings - Fork 0
/
physics_C1_simple_harmonic_motion.html
265 lines (242 loc) · 12.3 KB
/
physics_C1_simple_harmonic_motion.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Physics Simple Harmonic Motion Equations for IB Curriculum | Pangram World" />
<meta property="og:description"
content="Find a curated list of essential Physics Simple Harmonic Motion Equations tailored for the IB curriculum at Pangram World. Effortlessly access and copy equations in LaTeX, or basic form, ideal for students and educators in the field of physics." />
<meta property="og:image" content="https://www.pangram-world.com/images/pangram-world-title.png" />
<meta property="og:url" content="https://www.pangram-world.com/physics_C1_simple_harmonic_motion.html" />
<title>Physics Simple Harmonic Motion Equations | Pangram World</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="style/bootstrap.css">
<link rel="stylesheet" href="style/styles.css">
<link rel="stylesheet" href="style/base.css">
<link rel="stylesheet" href="style/cards.css">
<link rel="stylesheet" href="style/symbols_physics.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<!-- ... favicon ... -->
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="192x192" href="images/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="images/android-chrome-512x512.png">
<script src="scripts/main.js" defer></script>
<script src="scripts/bootstrap.bundle.js"></script>
<script src="https://kit.fontawesome.com/18fe617275.js" crossorigin="anonymous"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script src="scripts/html2canvas.min.js"></script>
<!-- Add any additional meta tags and scripts here -->
</head>
<body>
<!-- Main content area where your page content will go -->
<header id="globalHeader"></header>
<main>
<h2>Copy Simple Harmonic Motion Equations</h2>
<p class="info-text">
Click the LaTeX buttons to copy LaTeX code for use in your projects or paste into the LaTeX PNG generator below. For
instant use in documents or on social media, or you can copy the basic formatted equations.
</p>
<small>
<em>Note: The LaTeX PNG generator may not display images correctly in Firefox. For the best experience, please use
Chrome or Edge browsers.</em></small>
<br>
<button type="button" class="btn btn-info" data-bs-toggle="modal" data-bs-target="#instructionModal">
<i class="far fa-question-circle red"></i>
</button>
<p><em><small>Note: Some limitations exist in the basic form, as subscripts are not always
available.</small></em></p>
<section>
<h3>C.1 Simple Harmonic Motion Equations - LaTeX</h3>
<div class="equation-grid">
<!-- First Equation -->
<div class="equation-container">
<div class="equation">
\( a = -\omega^2 x \)
</div>
<button class="symbol-btn equation-btn" data-symbol="a = -\omega^2 x">
Copy LaTeX
</button>
<div class="copied-overlay">Copied!</div>
</div>
<!-- Second Equation -->
<div class="equation-container">
<div class="equation">
\( T = \frac{1}{f} = \frac{2\pi}{\omega} \)
</div>
<button class="symbol-btn equation-btn" data-symbol="T = \frac{1}{f} = \frac{2\pi}{\omega}">
Copy LaTeX
</button>
<div class="copied-overlay">Copied!</div>
</div>
<!-- Third Equation -->
<div class="equation-container">
<div class="equation">
\( \omega = 2 \pi f \)
</div>
<button class="symbol-btn equation-btn" data-symbol="\omega = 2 \pi f">
Copy LaTeX
</button>
<div class="copied-overlay">Copied!</div>
</div>
<!-- Fourth Equation -->
<div class="equation-container">
<div class="equation">
\( T = 2\pi\sqrt{\frac{m}{k}} \)
</div>
<button class="symbol-btn equation-btn" data-symbol="T = 2\pi\sqrt{\frac{m}{k}}">
Copy LaTeX
</button>
<div class="copied-overlay">Copied!</div>
</div>
<!-- Fifth Equation -->
<div class="equation-container">
<div class="equation">
\( T = 2\pi\sqrt{\frac{l}{g}} \)
</div>
<button class="symbol-btn equation-btn" data-symbol="T = 2\pi\sqrt{\frac{l}{g}}">
Copy LaTeX
</button>
<div class="copied-overlay">Copied!</div>
</div>
</div>
</section>
<section>
<h3>C.1 Simple Harmonic Motion Equations - Basic</h3>
<div class="equation-grid">
<!-- First Equation -->
<div class="equation-container">
<div class="equation">a = -ω² x</div>
<button class="symbol-btn equation-btn" data-symbol="a = -ω² x">Copy Text</button>
<div class="copied-overlay">Copied!</div>
</div>
<!-- Second Equation -->
<div class="equation-container">
<div class="equation">T = 1/f = 2π/ω</div>
<button class="symbol-btn equation-btn" data-symbol="T = 1/f = 2π/ω">Copy Text</button>
<div class="copied-overlay">Copied!</div>
</div>
<!-- Third Equation -->
<div class="equation-container">
<div class="equation">ω = 2πf</div>
<button class="symbol-btn equation-btn" data-symbol="ω = 2πf">Copy Text</button>
<div class="copied-overlay">Copied!</div>
</div>
<!-- Fourth Equation -->
<div class="equation-container">
<div class="equation">T = 2π√(m/k)</div>
<button class="symbol-btn equation-btn" data-symbol="T = 2π√(m/k)">Copy Text</button>
<div class="copied-overlay">Copied!</div>
</div>
<!-- Fifth Equation -->
<div class="equation-container">
<div class="equation">T = 2π√(l/g)</div>
<button class="symbol-btn equation-btn" data-symbol="T = 2π√(l/g)">Copy Text</button>
<div class="copied-overlay">Copied!</div>
</div>
</div>
</section>
<section>
<h3>C.1 Simple Harmonic Motion - Additional High Level Content - Basic</h3>
<div class="equation-grid">
<!-- Fifth Equation -->
<div class="equation-container">
<div class="equation">x = x₀ sin(ωt + φ)</div>
<button class="symbol-btn equation-btn" data-symbol="x = x₀ sin(ωt + φ)">Copy Text</button>
<div class="copied-overlay">Copied!</div>
</div>
<!-- Sixth Equation -->
<div class="equation-container">
<div class="equation">v = ωx₀ cos(ωt + φ)</div>
<button class="symbol-btn equation-btn" data-symbol="v = ωx₀ cos(ωt + φ)">Copy Text</button>
<div class="copied-overlay">Copied!</div>
</div>
<!-- Seventh Equation -->
<div class="equation-container">
<div class="equation">v = ±ω√(x₀² - x²)</div>
<button class="symbol-btn equation-btn" data-symbol="v = ±ω√(x₀² - x²)">Copy Text</button>
<div class="copied-overlay">Copied!</div>
</div>
<!-- Eighth Equation -->
<div class="equation-container">
<div class="equation">Eₜ = ½ mω² x₀²</div>
<button class="symbol-btn equation-btn" data-symbol="Eₜ = ½ mω² x₀²">Copy Text</button>
<div class="copied-overlay">Copied!</div>
</div>
<!-- Ninth Equation -->
<div class="equation-container">
<div class="equation">Eₚ = ½ mω² x²</div>
<button class="symbol-btn equation-btn" data-symbol="Eₚ = ½ mω² x²">Copy Text</button>
<div class="copied-overlay">Copied!</div>
</div>
</div>
</section>
<section>
<h3>Make your own LaTeX</h3>
<div class="equation-grid">
<input type="text" id="latexInput" class="form-control mb-2" placeholder="Enter LaTeX here">
<!-- Use a row to contain the selects and button -->
<div class="row g-2 mb-2">
<!-- Bootstrap Select for Background Selection -->
<div class="col-sm">
<select class="form-select form-select-sm" aria-label="Select Background" id="backgroundSelect">
<option value="transparent" selected>Transparent</option>
<option value="white">White</option>
</select>
</div>
<!-- Bootstrap Select for Size Selection -->
<div class="col-sm">
<select class="form-select form-select-sm" aria-label="Select Size" id="sizeSelect">
<option value="small">Small</option>
<option value="normal" selected>Normal</option>
<option value="large">Large</option>
<option value="veryLarge">Very Large</option>
<option value="huge">Huge</option>
</select>
</div>
<div class="col-sm-auto">
<button class="btn btn-primary" id="renderButton">Render PNG</button>
</div>
</div>
<div id="mathContainer"></div>
<!-- Container where the copy button will be placed -->
<div id="latexCopyContainer" class="mt-2 mb-2"></div>
<img id="resultImage" style="display:none; max-width:100%; height:auto;">
<a id="downloadLink" href="#" style="display:none;"></a>
</div>
</section>
<!-- Scroll to Top button (hidden by default with inline style.css) -->
<button onclick="scrollToTop()" id="scrollToTopButton"
style="display: none; position: fixed; bottom: 20px; right: 20px;"><i
class="fas fa-arrow-up"></i></button>
<!-- Modal -->
<div class="modal fade" id="instructionModal" tabindex="-1" aria-labelledby="instructionModalLabel"
aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="instructionModalLabel">How to Use</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
Click on any equation button to copy the LaTeX code. Then, paste it into the LaTeX generator
below and
click 'Render PNG'. A beautiful PNG image will be generated for you to copy or download,
completely
free!
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</main>
<footer id="globalFooter"></footer>
<script src="scripts/symbols.js"></script>
<script src="scripts/symbolsLatex.js"></script>
</body>
</html>