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:
There are two properties tangled up in the dot product : the angle between the vectors, and the length of the vectors. We would like to get at just the angle alone by somehow removing the influence of length.
What is the normal method for removing the influence of length?