Once $a_1$ and $b_1$ are positives, the given sequences are increasing strictly. There's a symmetry between $a_{n}$ and $b_{n}$ in this question.
Case 1:
Let $a_1 \le 1/20$ and $b_1$ be any value, then
$$b_{2} = b_1 + \dfrac{1}{a_1} \ge b_1+ \dfrac{1}{\left(\frac{1}{20}\right)} = b_1 + 20 > 20$$
which leads to $a_2 + b_2 > 20$. As the values increase strictly, then $a_{50}+b_{50} > 20$
Case 2:
Let $a_1 \ge 20$, and $b_1$ be any value, which leads to $$a_1+b_1 > 20$$
As the values increase strictly, then $a_{50}+b_{50} > 20$
Case 3: Other cases with $\frac{1}{20} < a_{1} < 20$
Let $a_1 = b_1 = 1$, then
$$\begin{cases}a_2 = 2 \\ b_2 = 2 \end{cases} \ \ \ \ \ \ \ \ \begin{cases}a_2 = 2.5 \\ b_2 = 2.5 \end{cases} \ \ \ \ \ \ \ \cdots \ \ \ \ \ \ \ \ \begin{cases}a_{50} \approx 10.8 \\ b_{50} \approx 10.8 \end{cases}$$
Then we see that $a_{50}+b_{50} > 20$.
Now, we only need to show that $f_{50}(a_1, b_1) = a_{50}+b_{50}$ gets its minimum at point $(1, 1)$.
Proving that, it finish your question.
Doing for $f_{2}$ we get a clue of doing for $f_{50}$:
$$f_2 = a_2 + b_2 = a_1 + b_1 + \dfrac{1}{a_1} + \dfrac{1}{b_1}$$
Finding the minimum of $f_2$ is finding the minimum of $(a_1 + \frac{1}{a_1})$ and $(b_1 + \frac{1}{b_1})$:
$$a_1 + \dfrac{1}{a_1} \ge 2\sqrt{a_1 \cdot \dfrac{1}{a_1} } = 2$$
$$b_1 + \dfrac{1}{b_1} \ge 2\sqrt{b_1 \cdot \dfrac{1}{b_1} } = 2$$
EDIT:
To show that $f_{k}$ gets it's minimum when $a_1 = b_1 = 1$:
$$\begin{align*}f_{k+1}(a_1, b_1) & = a_{k+1}+b_{k+1} = a_{k} + \dfrac{1}{a_{k}} + b_{k} + \dfrac{1}{b_{k}}\\ g_{k}(a_1, \ b_1) & = a_{k}+\dfrac{1}{a_{k}} \\ h_{k} (a_1, \ b_1) & = b_k + \dfrac{1}{b_k}\end{align*}$$
Minimizing $f_{k+1}$ means minimize the independent expressions $g_{k}$ and $h_k$
If $k=1$, the minimium arrives only when $a_{1} = b_{1} = 1$ (due to AM–GM inequality)
For $k\ne 1$, it's not possible to have $a_{k} = b_{k} = 1$.
As $a_{k}$ (and $b_k$) is a strictly increasing sequence, the minimum of $g_{k}(a_1, \ b_1)$ (resp. $h_k$) happens when we find the pair $(a_1, \ b_1)$ such the sequence $a_k$ (resp. $b_k$) keeps as near as possible of $1$.
In other words, it's about selecting the pair $(a_1, \ b_1)$ such the sequence $a_{k}$ (resp. $b_k$) is the smallest increasing sequence.