Skip to content

Commit df6a799

Browse files
committed
finished Fourier_1 : upto 2-1.
1 parent dca9c9b commit df6a799

File tree

5 files changed

+231
-3
lines changed

5 files changed

+231
-3
lines changed

_posts/2024-10-05-Fourier_1.md

Lines changed: 231 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ toc: true
1818
이 책의 1장부터 4장까지는 Fourier Series에 대한 내용이고, 5장부터 6장까지는 Fourier transform에 대한 내용이며, 7장은 Finite Fourier Analysis, 8장은 Dirichlet's Theorem에 대해 다루고 있는 것 같다.
1919
나는 1장부터 읽어가고 있고, 이 포스트는 1장에 대한 기록이다.
2020

21-
1장의 제목은 "Genesis of Fourier Analysys"이고 각 절은 다음과 같은 순서로 되어 있다.
21+
1장의 제목은 "Genesis of Fourier Analysis"이고 각 절은 다음과 같은 순서로 되어 있다.
2222
1. The vibrating string
2323
2. The heat equation
2424
3. Exercises
2525
4. Problem
2626

2727
그러니 주 내용은 1절과 2절이다.
2828
그런데 내용을 읽다보면, 본문에서는 다루지 않고 증명하지 않는 여러 기초적인 문제들이 있다.
29-
문제는 당연히 3절에 위치해있다.
29+
문제들은 당연히 3절에 위치해있다.
3030
나는 이 포스트의 3절에 해당되는 문제들을 다 풀어보았다.
3131
그리고 4절은 보지 않을 예정이다.
3232

@@ -568,6 +568,234 @@ Note that the function $f$ in the last expression is the extended version (on $\
568568

569569
### 2.1 Derivation of the heat equation
570570

571+
<div class="notice--info">
572+
책의 내용이 잘 이해가 가지 않아서, 따로 찾아보았고 별도로 유도해보았다.
573+
<a href="http://www-personal.umd.umich.edu/~adwiggin/TeachingFiles/FourierSeries/Resources/HeatEquationDerivation.pdf"> 미시건 대학교 자료</a>가 굉장히 이해가 잘 되게 설명되어 있어서 이 자료를 가장 많이 참고했다.
574+
이 자료에서 Fourier's law가 소개되고 사용되고 있는데, 사실 Stein의 책과 다른 자료들에서도 Fourier's law는 기본으로 깔고 시작하는 것 같다.
575+
Fourier's law의 의미는 대충 알겠지만, 정확한 의미를 잘 모르겠어서 그냥 <a href="https://en.wikipedia.org/wiki/Thermal_conduction#Overview">열전도공식</a>인 $\kappa A\Delta T/l$ 만을 참고하여 heat equation을 유도해보았다.
576+
one dimensional heat equation은 미시건 대학교 자료로 거의 설명이 가능했지만, 이차원에서는 관련된 설명을 쉽게 찾을 수 없었다.
577+
하지만, 그냥 일차원과 비슷하게 해보니 원하던 결과가 나왔다.
578+
<br><br>
579+
벡터 미적분학에 나오는 flux의 개념과 이와 연관된 divergence theorem이 2-3차원의 heat equation을 설명하는 데 적합할 것으로 보이고, 미시건 대학교 자료 및 다른 자료에서 flux, divergence theorem 등의 말들이 보인다.
580+
하지만 아직은 flux 및 divergence로서 heat equation을 이해하지 못했다.
581+
나중에 Stein이 다루진 않겠지만, 만약 다루게 된다면 그때 가서 이해해야지.
582+
</div>
583+
584+
<p class='text-size-12'> one dimensional heat equation : my trial </p>
585+
586+
Consider a homogeneous rod, which we model as an $x$-axis.
587+
Let $\sigma$ be the amount of heat needed to raise the temperature of one unit mass by one degree
588+
and let $\delta$ be the mass density of the rod.
589+
Then, it takes $\sigma T\delta L$ to raise the temperature of a rod of length $L$ by $T$.
590+
Suppose that if two objects $A$ and $B$ in $x$-axis have temperature $T_A$ and $T_B$ ($T_A\gt T_B$) and if $L$ be the distance between them, then the heat $H$ transfered from $A$ to $B$ is
591+
592+
$$H=k\frac{T_A-T_B}L\Delta t.$$
593+
594+
![1d_heat_equation]({{site.url}}\images\2024-10-05-Fourier_1\1d_heat_equation.png){: .img-80-center}
595+
596+
Consider a section of a rod, centered at $x$ and of length $\Delta x$.
597+
Since $\Delta x$ is taken to be small, we conceive the temperature at time $t$ of this section as $u(x,t)$.
598+
599+
Between time $t$ and time $t+\Delta t$, the difference of the temperature of this section is $u(x,t+\Delta t) - u(x,t)$.
600+
Then, the difference $\Delta E$ of the energe of this section is,
601+
602+
$$
603+
\Delta E =
604+
\sigma\left[u(x,t+\Delta t)-u(x,t)\right]\delta\Delta x.
605+
$$
606+
607+
Between $t$ and $\Delta t$, heats are transfered from left and right sections, which we denote $H_1$ and $H_2$ where
608+
609+
$$
610+
\begin{aligned}
611+
H_1&=
612+
k\frac{u(x-\Delta x, t) - u(x,t)}{\Delta x}\Delta t\\
613+
H_2&=
614+
k\frac{u(x+\Delta x, t) - u(x,t)}{\Delta x}\Delta t\\
615+
\end{aligned}
616+
$$
617+
618+
Since $\Delta E=H_1+H_2$, dividing both sides by $\Delta t\Delta x$ yields
619+
620+
$$
621+
\sigma\delta\frac{u(x,t+\Delta t)-u(x,t)}{\Delta t}
622+
=
623+
k\frac{u(x+\Delta x, t) + u(x-\Delta x, t) - 2u(x,t)}{(\Delta x)^2}.
624+
$$
625+
626+
Letting $\Delta x\to 0$ and $\Delta t\to0$,
627+
628+
$$
629+
\sigma\delta\frac{\partial u}{\partial t}(x,t)
630+
=
631+
k\frac{\partial^2u}{\partial x^2}(x,t).
632+
$$
633+
634+
<p class='text-size-12'> two dimensional heat equation : my trial </p>
635+
636+
Consider a homogeneous plane, which we model as an $xy$-plane.
637+
Let $\sigma$ be as before and let $\delta$ be the planar mass density.
638+
It takes $\sigma T\delta A$ to raise the temperature of a region of area $A$ by $T$.
639+
Suppose that if two rectangles $A$ and $B$, whose intersecting segment has length $h$ have temperature $T_A$ and $T_B$ ($T_A\gt T_B$) and if $L$ be the distance between them, then the heat $H$ transfered from $A$ to $B$ is
640+
641+
$$H=k\frac{T_A-T_B}Lh\Delta t.$$
642+
643+
![2d_heat_equation]({{site.url}}\images\2024-10-05-Fourier_1\2d_heat_equation.png){: .img-80-center}
644+
645+
Consider a rectangular section in a plane, centered at $(x,y)$ and with sides $\Delta x$ and $\Delta y$.
646+
Since $\Delta x$ and $\Delta y$ are taken to be small, we conceive the temperature at time $t$ of this section as $u(x,y,t)$.
647+
648+
Between time $t$ and time $t+\Delta t$, the difference of the temperature of this section is $u(x,y,t+\Delta t) - u(x,y,t)$ as before.
649+
Then, the difference $\Delta E$ of the energe of this section is,
650+
651+
$$
652+
\Delta E =
653+
\sigma\left[u(x,y,t+\Delta t)-u(x,y,t)\right]\delta\Delta x\Delta y.
654+
$$
655+
656+
Between $t$ and $\Delta t$, heats are transfered from left, right, bottom and top sections, which we denote $H_1$, $H_2$, $H_3$ and $H_4$ where
657+
658+
$$
659+
\begin{aligned}
660+
H_1&=
661+
k\frac{u(x-\Delta x, y, t) - u(x,y,t)}{\Delta x}\Delta y\Delta t\\
662+
H_2&=
663+
k\frac{u(x+\Delta x, y, t) - u(x,y,t)}{\Delta x}\Delta y\Delta t\\
664+
H_3&=
665+
k\frac{u(x, y-\Delta y, t) - u(x,y,t)}{\Delta y}\Delta x\Delta t\\
666+
H_4&=
667+
k\frac{u(x, y+\Delta x, t) - u(x,y,t)}{\Delta y}\Delta x\Delta t\\
668+
\end{aligned}
669+
$$
670+
671+
Since $\Delta E=H_1+H_2+H_4+H_4$, dividing both sides by $\Delta t\Delta x\Delta y$ yields
672+
673+
$$
674+
\begin{aligned}
675+
\sigma\delta\frac{u(x,y,t+\Delta t)-u(x,y,t)}{\Delta t}
676+
=&
677+
k\frac{u(x+\Delta x, y, t) + u(x-\Delta x, y, t) - 2u(x,y,t)}{(\Delta x)^2}\\
678+
&+
679+
k\frac{u(x, y+\Delta y, t) + u(x, y-\Delta y, t) - 2u(x,y,t)}{(\Delta y)^2}.
680+
\end{aligned}
681+
$$
682+
683+
Letting $\Delta x\to 0$, $\Delta x\to 0$ and $\Delta t\to0$,
684+
685+
$$
686+
\sigma\delta\frac{\partial u}{\partial t}(x,y,t)
687+
=
688+
k\left[\frac{\partial^2u}{\partial x^2}(x,y,t)+\frac{\partial^2u}{\partial x^2}(x,y,t)\right].
689+
$$
690+
691+
<div class="notice--info">
692+
책의 내용을 이해했다.
693+
처음에 열에너지($H$)를 정의하는 식은 이해가 안간다.
694+
아마도 대학교 수준의 열역학을 이해해야 알 수 있을 듯하다.
695+
하지만 이 식을 정의로서 받아들이고 논리를 전개해나가면 내가 했던 것과 같은 결과가 나온다.
696+
이 과정에서 Newton's law를 사용하는데 이것은 미시건 대학교 자료 및 위키피디아에서의 Fourier's law에 해당하는 듯하다.
697+
내가 증명한 과정에서 이 법칙은 거의 증명한 셈이므로 참이라고 상정하고 받아들여도 될 것이다.
698+
<br><br>
699+
생각과는 달리 flux 및 divergence theorem이 직접적으로 나오지는 않았다.
700+
열에너지($H$)를 정의하면서 이중적분이 나올 뿐이다.
701+
하지만, 계산 중에 나오는 $\frac{\partial H}{\partial t}$에서 $h\to0$를 하면 divergence의 의미와 거의 같다.
702+
</div>
703+
704+
<p class='text-size-12'> two dimensional heat equation : Stein's book </p>
705+
706+
![stein_heat_equation]({{site.url}}\images\2024-10-05-Fourier_1\stein_heat_equation.png){: .img-40-center}
707+
708+
Consider a square centered at $(x_0,y_0)$ with sides parellel to the axes and of side length $h$.
709+
On the one hand, the amount of heat energy in $S$ at time $t$ is given by
710+
711+
$$H(t) = \iint_S u(x,y,t)\,dx\,dy$$
712+
713+
for some constant $\sigma$ (the specific heat).
714+
The rate of change of $H$ with respect to $t$ is
715+
716+
$$
717+
\frac{\partial H}{\partial t}=\sigma\iint_S\frac{\partial u}{\partial t}\,dx\,dy
718+
$$
719+
720+
By [the mean value theorem for double integrals](http://mathonline.wikidot.com/the-mean-value-theorem-for-double-integrals),
721+
722+
$$
723+
\frac{\partial H}{\partial t}=\sigma h^2\frac{\partial u}{\partial t}(\tilde x,\tilde y, t)
724+
$$
725+
726+
for some $(\tilde x, \tilde y)$ in the square.
727+
728+
<!-- where
729+
730+
$$
731+
\lim_{h\to0}\frac{\partial H}{\partial t}=\sigma h^2\frac{\partial u}{\partial t}(x_0, y_0, t).
732+
$$ -->
733+
734+
On the other hand, we can apply Newton's law of cooling (Fourier's law) to four sides of the square.
735+
736+
$$
737+
\begin{aligned}
738+
H_1&= \kappa h\frac{\partial u}{\partial x}(x_0-\frac h2, y_0, t)\\
739+
H_2&= -\kappa h\frac{\partial u}{\partial x}(x_0+\frac h2, y_0, t)\\
740+
H_3&= \kappa h\frac{\partial u}{\partial x}(x_0, y_0-\frac h2, t)\\
741+
H_4&= -\kappa h\frac{\partial u}{\partial x}(x_0, y_0+\frac h2, t)
742+
\end{aligned}
743+
$$
744+
745+
By the mean value theorem, there exist
746+
$x_\ast$ in $(x_0-\frac h2,x_0+\frac h2)$ and
747+
$y_\ast$ in $(y_0-\frac h2,y_0+\frac h2)$,
748+
such that
749+
750+
$$
751+
\begin{aligned}
752+
\frac{\partial u}{\partial x}(x_0-\frac h2, y_0, t)-\frac{\partial u}{\partial x}(x_0+\frac h2, y_0, t)
753+
=&h\frac{\partial^2u}{\partial x^2}(x_\ast, y_0, t)\\
754+
\frac{\partial u}{\partial x}(x_0, y_0-\frac h2, t)-\frac{\partial u}{\partial x}(x_0, y_0+\frac h2, t)
755+
=&h\frac{\partial^2u}{\partial y^2}(x_0, y_\ast, t)
756+
\end{aligned}
757+
$$
758+
759+
Combining the two, namely, $\frac{\partial H}{\partial t}=H_1+H_2+H_3+H_4$, we have
760+
761+
$$
762+
\sigma h^2\frac{\partial u}{\partial t}(\tilde x,\tilde y, t)
763+
=
764+
\kappa h^2\left[
765+
\frac{\partial^2u}{\partial x^2}(x_\ast, y_0, t)
766+
+
767+
\frac{\partial^2u}{\partial y^2}(x_0, y_\ast, t)
768+
\right]
769+
$$
770+
771+
Dividing both sides by $h^2$ and $h\to 0$,
772+
773+
$$
774+
\sigma\frac{\partial u}{\partial t}(x_0, y_0, t)
775+
=
776+
\kappa\left[
777+
\frac{\partial^2u}{\partial x^2}(x_0, y_0, t)
778+
+
779+
\frac{\partial^2u}{\partial y^2}(x_0, y_0, t)
780+
\right]
781+
$$
782+
783+
since $x_\ast,\tilde x\to x_0$ and $y_\ast,\tilde y\to y_0$.
784+
This equation holds for all $(x_0, y_0)$ in the plane and for all $t$.
785+
Thus
786+
787+
$$
788+
\sigma\frac{\partial u}{\partial t}
789+
=
790+
\kappa\left[
791+
\frac{\partial^2u}{\partial x^2}
792+
+
793+
\frac{\partial^2u}{\partial y^2}
794+
\right].
795+
$$
796+
797+
This is called the **(time dependent) heat equation**.
798+
571799
## 3. Exercises
572800

573801
<p class='text-size-12'> 3.1 </p>
@@ -1555,7 +1783,7 @@ taking $\alpha=\frac c{2n}$ and $\beta=c'''$.
15551783
학부때 integrating factor의 방법은 당연히 배웠던 기억이 있다.
15561784
그동안 까맣게 잊고 있었지만 이번에 다시 기억해내게 되었다.
15571785
<br><br>
1558-
그리고, 나는 원래 문제였던 second order homogenous ODE를 first order homogeneous ODE로 바꾸어서 이것을 integrating factor로 풀어낸 것인데, 사실은 second order homogeneous ODE를 푸는 일반적인 방법을 사용할 수도 있을 것이다. (Ninad Munshi의 댓글 및 답변)
1786+
그리고, 나는 원래 문제였던 second order homogeneous ODE를 first order homogeneous ODE로 바꾸어서 이것을 integrating factor로 풀어낸 것인데, 사실은 second order homogeneous ODE를 푸는 일반적인 방법을 사용할 수도 있을 것이다. (Ninad Munshi의 댓글 및 답변)
15591787
하지만 이런 ODE 일반론에 대한 공부는 나중으로 미루고, 지금은 Fourier Analysis 책을 더 볼 것이다.
15601788
<br><br>
15611789
막힌 부분에 대해 오랫동안 고민하면서, 주어진 first order ODE의 좌변을 어떻게든 곱의 법칙을 사용하여 간단히할 수 있는 방법에 대해 생각했는데, 아무리 생각해도 단순히 상수를 곱하거나 나눠서는 곱의 법칙으로 간소화가 안될 것 같았다.
5.58 KB
Loading
15 KB
Loading
61.1 KB
Binary file not shown.
10.7 KB
Loading

0 commit comments

Comments
 (0)