Math Notes: Difference between revisions
Jump to navigation
Jump to search
(New page: Newton had to develop calculus to explain why apples fall from trees. Fortunately most of the mathematics needed to solve our problems are fully developed subjects. So please share your kn...) |
|||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
<math>e^{i\theta} = cos\left(\theta\right) + i sin(\theta)</math> | <math>e^{i\theta} = cos\left(\theta\right) + i sin(\theta)</math> | ||
From | ===Trig Identities=== | ||
From Euler's Formula one can get many identities such as: | |||
<math>|e^{i\theta}| = |cos\left(\theta\right) + i sin(\theta)| </math> | <math>|e^{i\theta}| = |cos\left(\theta\right) + i sin(\theta)| </math> | ||
Line 13: | Line 14: | ||
<math> 1 = cos^2\left(\theta\right) + sin^2(\theta)</math> | <math> 1 = cos^2\left(\theta\right) + sin^2(\theta)</math> | ||
===Trig Functions in Exponential Form=== | |||
Sometimes it is easier to reduce equations from exponentials to trig functions. This can be done simply by adding and subtracting Euler's formula with its conjugate. For cosine this looks like: | |||
<math> e^{i\theta} + e^{-i\theta} = cos\left(\theta\right) +isin(\theta) + cos(\theta) - isin(\theta) = 2 cos(\theta)</math> | <math> e^{i\theta} + e^{-i\theta} = cos\left(\theta\right) +isin(\theta) + cos(\theta) - isin(\theta) = 2 cos(\theta)</math> | ||
Line 19: | Line 21: | ||
<math>cos\left(\theta\right) = {e^{i\theta} + e^{-i\theta} \over 2}</math> | <math>cos\left(\theta\right) = {e^{i\theta} + e^{-i\theta} \over 2}</math> | ||
And similarly: | And similarly for sine: | ||
<math> e^{i\theta} - e^{-i\theta} = cos\left(\theta\right) + isin(\theta) - cos(\theta) + isin(\theta) = 2i sin(\theta)</math> | <math> e^{i\theta} - e^{-i\theta} = cos\left(\theta\right) + isin(\theta) - cos(\theta) + isin(\theta) = 2i sin(\theta)</math> | ||
<math>sin\left(\theta\right) = {e^{i\theta} | <math>sin\left(\theta\right) = {e^{i\theta} - e^{-i\theta} \over 2i}</math> | ||
And therefore tangent: | |||
<math> tan\left(\theta\right) = {sin(\theta) \over cos(\theta)} = {e^{i\theta} - e^{-i\theta} \over i\left(e^{i\theta} + e^{-i\theta}\right)} </math> |
Latest revision as of 11:51, 18 February 2009
Newton had to develop calculus to explain why apples fall from trees. Fortunately most of the mathematics needed to solve our problems are fully developed subjects. So please share your knowledge.
Euler's Formula
This is something very useful as it can be used to derive many functions and identities. The formula is:
Trig Identities
From Euler's Formula one can get many identities such as:
Trig Functions in Exponential Form
Sometimes it is easier to reduce equations from exponentials to trig functions. This can be done simply by adding and subtracting Euler's formula with its conjugate. For cosine this looks like:
And similarly for sine:
And therefore tangent: