computation in a curl of a vector

176 Views Asked by At

I am solving the problem "Determine the constants $a$ and $b$ such that the curl of the vector $A=(2xy+3yz) \hat i+(x^2+axz-4z^2) \hat j-(3xy+byz) \hat k$ is zero. When I find the curl I get $[-x(3+a)+z(8-b)]\hat i+6y \hat j+ z(-3+a) \hat k$(equation 1) and since it is equal to zero they have taken the solution in the next step as $3+a=0\ and\ 8-b=0\ gives\ a=-3\ and\ b=8$, and $-3+a=0 \ gives\ a=3$.

First question: So does $a$ have two values?\

Second question:When the vector in equation(1) is equated to zero each component gets equal to zero as $-x(3+a)+z(8-b)=0 (equation(2)),6y=0,z(-3+a)=0$, isn't it? Then from the equation (2) how did we take that $x,z$ are not going to be zero but only $3+a=0\ and\ 8-b=0$? (and continued in the steps similarly)