Prove that $\mathbb{R}$ endowed with the metric $d(x,\ y)=|x^3-y^3|$ is complete.
My attempt:
Let $\{x_n\}$ be a Cauchy sequence in $(\mathbb{R},\ d)$. We must prove that $x_n\to x$ where $x\in\mathbb{R}$.
The main problem I face is that I don't know what $x$ is. If I did, I could try proving that $d(x_n,\ x)\to 0$.
Let $(x_n)_{n \in \mathbb{N}}$ be a Cauchy sequence for the metric $d$, and let's consider the sequence $(y_n)_{n \in \mathbb{N}}$ defined by $y_n = x_n^3$.
$(x_n)_{n \in \mathbb{N}}$ is a Cauchy sequence, so you have $$\forall \varepsilon > 0, \exists N \in \mathbb{N}, \forall p,q \geq N, |x_p^3 - x_q^3| \leq \varepsilon$$
i.e. $$\forall \varepsilon > 0, \exists N \in \mathbb{N}, \forall p,q \geq N, |y_p - y_q| \leq \varepsilon$$
So $(y_n)_{n \in \mathbb{N}}$ is a Cauchy sequence for the usual metric on $\mathbb{R}$, therefore it converges. Let $y$ be its limit.
We have then that $$\forall \varepsilon > 0, \exists N \in \mathbb{N}, \forall n \geq N, |y_n-y| \leq \varepsilon$$
so $$\forall \varepsilon > 0, \exists N \in \mathbb{N}, \forall n \geq N, |x_n^3-\left(y^{\frac{1}{3}}\right)^3| \leq \varepsilon$$
So you get the definition of the convergence, for the metric $d$, of the sequence $(x_n)_{n \in \mathbb{N}}$ to its limit $y^{\frac{1}{3}}$.
So your topological space is complete, as this proof.