Skip to content
Snippets Groups Projects

Solutions lecture 7

Merged Lars kleyn Winkel requested to merge solutions-lecture-7 into master
Compare and Show latest version
3 files
+ 22
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -11,10 +11,10 @@ configure_plotting()
pi = np.pi
```
# Solutions for lecture 7 exercises
# Solutions for lecture 8 exercises
## Exercise 1: analyzing the diatomic vibrating chain
### Subquestion 1
Use the small angle approximation $\sin(k) \approx k$ to ease calculations. For the taylor polynomial take $\omega^2 = f(x) = f(0) + f'(0)k + f''(0)k^2$ (some terms vanish). You should find: $$|v_g| = \sqrt{\frac{\kappa a^2}{2(m_a+m_2)}}$$
Loading