What is $\vec{a}\cdot (\vec{b}+c)$, where $c$ is a constant?
Am I able to just take out the constant, or do I multiply the constant by the vector as a scalar?
EDIT (for context): I was finding the work done on a particle moving on the curve $C$: $x=cos(t)$, $y=sin(t)$, from $2\pi \leq t \leq 0$, through the vector field $\vec{F}(x,y)= -y\hat{i} +x\hat{j}$. I found that the work done is $-2\pi$. I wanted to figure out how that work changes when that same circle is moved horizontally by $n$ units, so that $x=cos(t)+n$, where $n$ is a constant. Here’s my work which led me to this issue: $$\oint_{C} \vec{F} \cdot d\vec{r}$$ $$\oint_{2\pi}^{0} (-sin(t)\hat{i} +(cos(t) +n)\hat{j}) \cdot (-sin(t)\hat{i} +cos(t)\hat{j}) dt$$ But I didn’t know how to cross $(cos(t)+n)$ with $(cos(t)$
This product has no meaning since the sum in the parentheses is undefined; you can not add a vector and a scalar.
$c$ must be a vector, then the sum is defined and the given product is a dot product.