c is much longer vector than b; it is likely that a · c is the larger.
The answer is not only likely, but correct.
The dot products are:
So there are two properties tangled up in the dot product: the angle between the input vectors, and the length of the input vectors. We would like to get at just the angle alone by somehow removing the influence of length.