Skip to content

Commit 0172807

Browse files
committed
update
1 parent bb19acd commit 0172807

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

docs/lectures/01_source_and_wave.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,48 @@ Anomalously fast ruptures sometimes exceed the local S-wave velocity and are ter
662662

663663
---
664664

665+
### Source spectra
666+
667+
A boxcar pulse in the time domain produces a sinc function in the frequency domain
668+
669+
![20250401092155 height:400px](https://raw.githubusercontent.com/zhuwq0/images/main/20250401092155.png)
670+
671+
---
672+
673+
### Source spectra
674+
675+
The far-field amplitude spectrum for the Haskell fault model may be expressed as
676+
677+
$$
678+
|A(\omega)|=g M_0\left|\operatorname{sinc}\left(\omega \tau_r / 2\right)\right|\left|\operatorname{sinc}\left(\omega \tau_d / 2\right)\right|,
679+
$$
680+
681+
where $g$ is a scaling term that includes geometrical spreading, etc
682+
683+
$$
684+
\log |A(\omega)|=G+\log \left(M_0\right)+\log \left|\operatorname{sinc}\left(\omega \tau_r / 2\right)\right|+\log \left|\operatorname{sinc}\left(\omega \tau_d / 2\right)\right|
685+
$$
686+
687+
where $G=\log g$.
688+
689+
---
690+
691+
### Source spectra
692+
693+
We can approximate $\left|\operatorname{sinc} x\right| \simeq 1$ for $x<1$ and $1/x$ for $x>1$
694+
695+
$$
696+
\begin{aligned} \log |A(\omega)|-G & =\log M_0, & & \omega<2 / \tau_d \\ & =\log M_0-\log \frac{\tau_d}{2}-\log \omega, & & 2 / \tau_d<\omega<2 / \tau_r \\ & =\log M_0-\log \frac{\tau_d \tau_r}{4}-2 \log \omega, & & 2 / \tau_r<\omega\end{aligned}
697+
$$
698+
699+
---
700+
701+
### The amplitude spectrum for the Haskell fault model.
702+
703+
![bg right:65% fit](https://raw.githubusercontent.com/zhuwq0/images/main/20250401092815.png)
704+
705+
---
706+
665707
### Earthquake rupture ([notebook](codes/spring_slider/))
666708

667709
<!-- ![height:600px](./assets/ElasticRebound.jpeg) -->

0 commit comments

Comments
 (0)