I'm trying to prove that $h(x) > g(x)$ when $0<x<1$.
$$h(x) = (1 + i \cdot x)$$ $$g(x) = (1 + i)^x$$
And $i$ is a real number greater than $0$.
I tried with two differents ways, but i wasn't successful in none of them..
First attempt: $$(1+ i \cdot x) \;\textrm{ ... }\; (1+i)^x$$ $$ \ln{(1 + i \cdot x)} \;\textrm{ ... }\; x \cdot \ln{(1+i)}$$ $$ 1 \;\textrm{ ... }\; \dfrac{x \cdot \ln{(1+i)}}{\ln{(1 + i \cdot x)}}$$ So i have to observe the function $f(x) = \dfrac{x \cdot \ln{(1+i)}}{\ln{(1 + i \cdot x)}}$ in interval $0<x<1$ to determine if it's greater, equal or smaller than 1.
First i have to know if $f(x)$ has a critical point in this interval. $$f '(x) = \dfrac{\ln{(1+i)}}{\ln{(1+i \cdot x)}} - \dfrac{i \cdot\ln{(1+i) \cdot x}}{(i\cdot x +1)\cdot \ln{(i\cdot x +1)^2}}$$ I tried to find the roots (if exit roots, but couldn't resolve..)
So i left this attempt, and tried in a different way:
Second Attempt:
I know that $h(x)$ is a linear function and $g(x)$ is a convex function. If i prove $g(x)$ is convex, and $h(x)$ is a linear combination of $g(x)$ in interval $0<x<1$, then $h(x) > g(x)$ in this interval, alright?
From definition to a function be convex: $$ g(t \cdot a + (1-t)\cdot b)\leq t\cdot g(a) + (1-t) \cdot g(b) \textrm{ , where } t \in [0,1]$$ $$ (1+i)^{(t\cdot a + (1-t)\cdot b)} \leq t\cdot (1+i)^a + (1-t)\cdot (1+i)^b$$ I'm stucked here..
Any idea how can i prove $h(x)>g(x)$??