So, I found this question:
Given that $w_{j+1}=w_{j}-v∇Q(w_{j})$
Let $Q(w_{1},w_{2})=\frac{1}{2}(w^2_{1}+w^2_{2}).$
Suppose $w_{0}=(1,0)$ and $v=2$,
what is $w_{2}$?
The answer given is (1,0) with the explanation below:
Note that ∇Q(1,0)=(1,0). So $w_{1}=w_{0}-2 \cdot (1,0)=(-1,0).$
Now ∇Q(-1,0)=(-1,0). So $w_{2}=w_{1}-2 \cdot (-1,0)=(1,0).$
Beginner here, I don't really understand the parts where
∇Q(1,0)=(1,0)
∇Q(−1,0)=(−1,0)
any explanation or help would be much appreciated