originally, I had the mouseclick in the Update() method as shown in the course. But I did some reading and got the thought that the FixedUpdate() would be better since this is updated at the same rate as the physics engine.
I did that in my effort to try to solve my ball velocity changing problem. See this post: