The curve
$$C_n: y^2 =(x+a)(x-b)^n \tag{1}$$
intersects the $x$-axis twice. The right side of (1) is not only a function of $x$ and of $n$, but also of $a$ and $b$. The exact values of $a$ and $b$ don't really matter here, what's important to know is that they are both positive and thus
To investigate $C$ at $x=b$, the important thing to notice is that the contribution of the factor $(x-a)$ is not important because it's just like an almost constant factor of magnitude $b-a>0$ for $x\approx b$. Hence the curve is basically
$$C_n:y^2 = c^2(x-b)^n \tag{2}$$
with some positive constant$^1$ $c$. So the curve can also be written as
$$C_n:y = \pm c \,|x-b|^{n/2} \tag{3}$$
Let's have a look at $C_2$:
$$C_2:y = \pm c \,|x-b|$$
You know how $x\mapsto |x|$ looks around zero, therefore $C_2$ close to $(b,0)$ looks like two crossing straight lines where the cross has the two symmetry axes $y=0$ and $x=b$.
On the other hand,
$$C_4:y = \pm c \,(x-b)^2$$
looks like two kissing parabolas that are touching the $x$-axis in such a way that they are tangents, and the symmetry axes are the same as above.
For $n>2$ it's still kissing curves, but these cases are clearly visually distinguished from two crossing lines.
$^1$Using $c^2$ is just more convenient than using $c$ directly because we are goint to take squareroots.
.