In one course a teacher said we were going to normalize a quaternion and did this:
$$\require{cancel} q = w + xi + yj + zk $$
$$ q` = \cancelto{1}{\frac{w}{w}} + \frac{x i}{w} + \frac{y j}{w} + \frac{z k}{w} $$
But on investigating on my own I found that a quaternion is normalized by dividing it by its norm. Is this another way to normalize a quaternion? And if not, does it have any other meaning?