This note is one of many taken during 2025
Proof by Multiplicative Inverse
We have functions
f(x),g(x),h(x).
Given
h(x)f(x)=1. (they are multiplicative inverses)
We would like to determine whether
f(x)=g(x).
Naturally,
h(x)g(x)=1 ⟹ f(x)=g(x)
Application
I discovered this trick when searching for a proof to Euler’s Formula:
eit=cost+isintWe define
f(x)g(x)=eit=(cost+isint)Naturally,
eith(x)=1, so
h(x)=e−itSo, if we can prove that
h(x)g(x)=1, then it is clear that
f(x)=g(x).
Introduce
j(x) for brevity.
h(x)g(x)=j(x)=e−it(cost+isint)Differentiate
j(x)
j′(x)=e−it(−sint+icost)−ie−it(cost+isint)=e−it(−sint+icost)+e−it(−icost+sint)=e−it(icost−sint+sint−icost)=0That is,
j′(x)=0 for all
x, which means that
j(x) is constant for all
x.
Find value of
j(x)
j(0)=e0(cos0+isin0)=1So,
j(x)=1 for all
x, which shows that
g(x) is the multiplicative inverse of
h(x).
Given that
g(x) is also the multiplicative inverse of
h(x):
f(x)=g(x)Source: https://math.stackexchange.com/a/8612
This note is one of many taken during 2025