How to calculate limit (a^n+b^n)^1/n? [duplicate]

How might i calculate the following limit

$\lim_{n\to\infty}\left(a^{n}+b^{n}\right)^{\frac{1}{n}}$

for positive and real numbers a,b. I belive the answer is max(a,b) from limit intuition however i dont know how to formally prove it. I couldnt figure out the algebra required to prove it through the epsilon definition and i couldnt find an expression to bound it from above with to use the squeeze theorom.


Solution 1:

WLOG assume that $a > b$. Then

$$ (a^n + b^n)^{1/n} = a\cdot(1 + (b/a)^n)^{1/n}$$

where $0<b/a \leq 1$. But in general for $0\leq x\leq 1$ we have

$$ (1 + x^n)^{1/n} = \exp\left(\log\left(1 + x^n\right)/n\right) \rightarrow \exp(0) = 1 $$

as $n \rightarrow \infty$.