The task is to calculate the are of the shape formed by this curve:
$$y^2 = x(x-2)^2$$
Now, if I use Desmos to see what the graph looks like, I can do it. But if I get this question on my exam, I would not know what to do, because I could not visualise the curve. I'm in high school, so I'm not very familiar with such curves and I would like it if you can explain to me how to draw such a curve or perhaps, if it is possible to calculate the area without knowing what it looks like at all?
$$y^2 = x(x-2)^2$$ First, you may notice that this function is only defined for $x \geq 0$ assuming it is real-valued. Secondly, notice that it has roots $0$ with multiplicty $1$, and $2$ with multiplicity $2$. Also, it tends to $\infty$ as $x \to \infty$. We also have symmetry along the $x$-axis.
It may also be helpful to check where the derivative is $0$ for graphing functions like this (or any function, in fact). We have $$y’ = \frac{(x-2)(3x-2)}{2y} =0 \implies x=2 \, \text{or} \, x=\frac 23$$
Then it should be pretty clear that we have a maximum at $x=\frac 23$ and a minimum at $x=2$, and from here it is easy to deduce what area the question wants us to compute. In this case, it would be $$2 \int_0^2 \sqrt x \ |x-2| dx$$