-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLecture1BSlide7.html
More file actions
86 lines (80 loc) · 4.71 KB
/
Copy pathLecture1BSlide7.html
File metadata and controls
86 lines (80 loc) · 4.71 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="favicon.png" type="image/x-icon">
<title>From Leibniz's Theorem to Reynolds Transport Theorem</title>
<link rel="stylesheet" href="styles.css">
<!-- Include MathJax for LaTeX Rendering -->
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { extensions: ["cancel.js"] }
});
</script>
<style>
.description {
font-size: 14px;
line-height: 1.2;
}
</style>
<script>
function scaleContainer() {
const container = document.querySelector('.container');
const padding = 0; // optional padding margin
const viewportHeight = window.innerHeight - padding;
const containerHeight = container.offsetHeight;
// Compute the scale ratio
const scale = Math.min(1, viewportHeight / containerHeight);
container.style.transform = `scale(${scale})`;
}
// Run on load
window.addEventListener('load', scaleContainer);
// Run on resize
window.addEventListener('resize', scaleContainer);
</script>
<script src="exit.js" defer></script>
</head>
<body>
<div class="container">
<div class="title">From Leibniz's Theorem to the Reynolds Transport Theorem</div>
<div class="slide">
<div class="description">
<p>For \( \Delta t \to 0 \), approximate the integral: \( \int_{V^*(t+\Delta t)} F(\mathbf{x},t+\Delta t) dV \approx \int_{V^*(t)} F(\mathbf{x},t) dV + \int_{V^*(t)} \Delta t \frac{\partial F(\mathbf{x},t)}{\partial t} dV + \int_{\Delta V} F(\mathbf{x},t) dV + \int_{\Delta V} \Delta t \frac{\partial F(\mathbf{x},t)}{\partial t} dV\)</p>
</div>
<div class="description">
<p>This simplifies to:
\[
\frac{d}{dt} \int_{V^*(t)} F(\mathbf{x},t) \, dV =
\lim_{\Delta t \to 0} \frac{1}{\Delta t}
\left\{ \int_{V^*(t)} \Delta t \frac{\partial F(\mathbf{x},t)}{\partial t} \, dV
+ \int_{\Delta V} F(\mathbf{x},t) \, dV \right\}
\]</p>
<p> and this limit may be taken once the relationship between \( \Delta V\) and \( \Delta t\) is known.</p>
</div>
<p>Substituting into the time derivative equation: \( \frac{d}{dt} \int_{V^*(t)} F(\mathbf{x},t) dV = \lim\limits_{\Delta t \to 0} \frac{1}{\Delta t} \left( \int_{V^*(t+\Delta t)} F(\mathbf{x},t+\Delta t) dV - \int_{V^*(t)} F(\mathbf{x},t) dV \right)\)</p>
<p>Rearranging:</p>
<p style="font-size: 13px; line-height: 1.1;"> \( \frac{d}{dt} \int_{V^*(t)} F(\mathbf{x},t) dV = \lim\limits_{\Delta t \to 0} \frac{1}{\Delta t} \bigg( \cancel{\int_{V^*(t)} F(\mathbf{x},t) dV} + \int_{V^*(t)} \Delta t \frac{\partial F(\mathbf{x},t)}{\partial t} dV + \int_{\Delta V} F(\mathbf{x},t) dV + \int_{\Delta V} \Delta t \frac{\partial F(\mathbf{x},t)}{\partial t} dV - \cancel{\int_{V^*(t)} F(\mathbf{x},t) dV} \bigg)\)</p>
<p>Since \( \Delta t \) is a constant factor: \( \frac{d}{dt} \int_{V^*(t)} F(\mathbf{x},t) dV = \lim\limits_{\Delta t \to 0} \left( \int_{V^*(t)} \frac{\partial F(\mathbf{x},t)}{\partial t} dV + \frac{1}{\Delta t} \int_{\Delta V} F(\mathbf{x},t) dV + \int_{\Delta V} \frac{\partial F(\mathbf{x},t)}{\partial t} dV \right)\)</p>
<p>Since \( \int_{\Delta V} \frac{\partial F(\mathbf{x},t)}{\partial t} dV \) is of order \( \mathcal{O}(\Delta t) \), it vanishes as \( \Delta t \to 0 \), leading to the final equation: \( \frac{d}{dt} \int_{V^*(t)} F(\mathbf{x},t) dV = \int_{V^*(t)} \frac{\partial F(\mathbf{x},t)}{\partial t} dV + \lim\limits_{\Delta t \to 0} \frac{1}{\Delta t} \int_{\Delta V} F(\mathbf{x},t) dV\)</p>
<p>This simplifies to: \( \frac{d}{dt} \int_{V^*(t)} F(\mathbf{x},t) dV = \int_{V^*(t)} \frac{\partial F(\mathbf{x},t)}{\partial t} dV + \int_{\Delta V} F(\mathbf{x},t) dV\)</p>
</div>
<!-- Left Arrow to go back to Slide -->
<a href="Lecture1BSlide6.html" class="nav-button left">◀</a>
<!-- Right Arrow to go to Slide -->
<a href="Lecture1BSlide8.html" class="nav-button right">▶</a>
</div>
<!-- Footer -->
<div class="footer">
<div style="display:inline-block; width:0; height:0; overflow:hidden; visibility:hidden;">
<script type='text/javascript'
id='clustrmaps'
src='//cdn.clustrmaps.com/map_v2.js?cl=ddf1f3&w=120&t=n&d=OPKQOGhHo-7gCMldcljdv8lVxlAlOY6UExXXPy46lfI&co=ffffff&cmo=4b8ddf&cmn=7dcdf4&ct=808080'>
</script>
</div>
</div>
</body>
</html>