Let $f:\mathbb{R}^2 \rightarrow \mathbb{R}$ such that $f(x,y)=\ln(e^{5x}+e^{2y})$ for all $(x,y)\in \mathbb{R}^2$.
According to what I've seen (and taught by my teachers), a function $f$ is convex if it satisfies
$(\forall x,y\in \mathbb{R}^2, 0\leq t\leq 1)$
$f(t\cdot x+(1-t)\cdot y)\leq t\cdot f(x) +(1-t)\cdot f(y)$
I'm trying to prove the given function is convex by simply choosing $a=(x_1,y_1),b=(x_2,y_2)\in \mathbb{R}^2$ and applying to the lefthand side of the inequality, yet after playing around with the equation, I cannot seem to find a way to prove the required inequality.
Any ideas/path of thoughts would be of assistance.