$e^{tx}$ is a convex function of $x$
Then, $\forall x\in [a,b]$
$e^{tx} \leq \frac{b-x}{b-a}e^{ta}+\frac{x-a}{b-a}e^{tb}$ holds.
Which is not same as convex definition $f(tx_1+(1-t)x_2)\leq tf(x_1)+(1-t)f(x_2)$.
An explanation of my inequality would be appreciated. Thank you very much in advance.
You are using the letter $t$ twice for two different things. Instead use $$f(\lambda x_1 + (1-\lambda)x_2) \le \lambda f(x_1) + (1-\lambda) f(x_2).$$
Let $x_1 = a$, $x_2 = b$, and $\lambda = \dfrac{b-x}{b-a}$.