Construct an infinite fractal. Stage 0 is a unit square. At each stage, a square is appended to the vertices of the previous stage such that the sides are 1/2 the sides of the previous stage and parallel to the sides. Find the area after infinite repetitions of this.
I know that this is a geometric series, but I am not sure how to find the common ratio.

There is one big square (the initial one) and four copies of infinite trees starting from a square of side $\frac12$ and adding $\frac34$ of the area of the previous stage at each iteration. Thus the area of each tree is $$\frac{1/4}{1-3/4}=1$$ and the area of the whole fractal is $5$.