Monday, February 25, 2019

complex analysis - Euler's formula with base 10?



Does Euler's formula ($e^{ix} = \cos x + i \sin x$) work in base $10$? If it does, how could I express it?



Answer



We can try converting the formula to base $10$.



Let $\log$ be the natural (i.e., base $e$) logarithm. Then $10 = e^{\log10}$, so:



$$
10^{ix} = e^{ix\log10}=\cos(x\log10) + i\sin(x\log10)
$$


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...