From 994ee2e9367a85bed19cda67872beefe2ee734b7 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 5 May 2013 14:45:34 -0400 Subject: [PATCH] calibcant/discussion.tex: Fix simplifying multiplication for eq:peak-frequency We can divide out all the things that *aren't* zero, and still have the right hand side be equal to zero. However, that doesn't mean that the new right hand side is the same as the old right hand side ;). --- src/calibcant/discussion.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibcant/discussion.tex b/src/calibcant/discussion.tex index 8b0f9e2..5f40cc7 100644 --- a/src/calibcant/discussion.tex +++ b/src/calibcant/discussion.tex @@ -51,8 +51,8 @@ frequency of the resonant peak. 0 &= \deriv{f}{\PSD_f} = \frac{2G_{1f}f_\text{max}} {\p({(f_0^2-f_\text{max}^2)^2 + \beta_f^2 f_\text{max}^2})^2} - \p({2(f_0^2-f_\text{max}^2) - \beta_f^2}) - = 2(f_0^2-f_\text{max}^2) - \beta_f^2 \\ + \p({2(f_0^2-f_\text{max}^2) - \beta_f^2}) \\ + &= 2(f_0^2-f_\text{max}^2) - \beta_f^2 \\ f_\text{max}^2 &= f_0^2 - \frac{\beta_f^2}{2} \\ f_\text{max} &= \sqrt{f_0^2 - \frac{\beta_f^2}{2}} \;, \label{eq:peak-frequency} -- 2.26.2