I want to calculate
$$\lim\limits_{x \to \infty} \left(\dfrac{f(x)+g(x)}{f(x)^4 + g(x)^4}\right)$$
with both functions $f$ and $g$ tending to infinity when $x$ goes to infinity. The answer is zero but is there a more mathematical solution than saying that the denominator is larger than numerator?
Morally, the larger of the two functions should dominate both the numerator and the denominator. This heuristic idea is a good starting point, as it suggests to study two cases.
First, observe that by convergence to infinity both $f(x)$ and $g(x)$ are strictly positive when $x$ is large enough. Let us look at any such $x$.
If $f(x)\geq g(x)$, then $f(x)+g(x)\leq f(x)+f(x)$ and $f(x)^4 + g(x)^4\geq f(x)^4$, so $$ \frac{f(x)+g(x)}{f(x)^4 + g(x)^4} \leq \frac{2f(x)}{f(x)^4} = \frac{2}{f(x)^3}. $$ Similarly, if $g(x)\geq f(x)$, we get $$ \frac{f(x)+g(x)}{f(x)^4 + g(x)^4} \leq \frac{2}{g(x)^3}. $$ Either way, we have $$ \frac{f(x)+g(x)}{f(x)^4 + g(x)^4} \leq \frac{2}{\max\{f(x),g(x)\}^3}. $$ It may look weird to have a maximum downstairs for an upper bound like this, but it is indeed what we get.
Which of the two functions is bigger may depend on $x$. But the estimate we got holds in both cases, so it is valid for all $x$. That was the whole goal of the case-by-case estimate.
Now you just need to show that $$ \lim_{x\to\infty}\max\{f(x),g(x)\}=\infty. $$ This should be a straightforward exercise.
In fact, it is not necessary that both $f$ and $g$ go to infinity. They can even both fail to do so, as long as the maximum goes to infinity and both functions are eventually non-negative. The alternative method below doesn't work with this relaxed assumption.
This is not the only way to go, of course. I just wanted to give a method based on the idea that the bigger one dominates. You can also start with the estimate $$ \frac{f(x)+g(x)}{f(x)^4 + g(x)^4} = \frac{f(x)}{f(x)^4 + g(x)^4}+\frac{g(x)}{f(x)^4 + g(x)^4} \leq \frac{f(x)}{f(x)^4}+\frac{g(x)}{g(x)^4}. $$ There is no single correct way to do it. In fact, it's not a bad idea to see if you can do it several different ways.