Let $${\bf F}(x,y)=y{\bf i}-6x{\bf j}.$$ Find a nonzero function $h(x)$, where $h(1)=5$, such that $h(x) {\bf F}(x,y)$ is a conservative vector field.
I know that this is essentially asking for a function $h(x)$ that when multiplied by ${\bf F}(x, y)$ is equal to the gradient of some other potential function. I'm having trouble, however, coming up with a function $h(x)$ for which $h(1)=5$. Any help would be great, thanks in advance!
$hF$ is conservative if and only if
$\nabla \times (hF) = 0; \tag 1$
that is,
$\nabla h \times F + h\nabla \times F = 0, \tag 2$
acording to a well-known vector identity; we have
$F = y \mathbf i - 6x \mathbf j, \tag 3$
$\nabla \times F = -7\mathbf k, \tag 4$
$\nabla h = h_x \mathbf i, \tag 5$
$\nabla h \times F = -6x h_x \mathbf k; \tag 6$
from (2), (4) and (6),
$-6xh_x = 7h; \tag 7$
$(\ln h)_x = -\dfrac{7}{6x}; \tag 8$
$\ln \left (\dfrac{h(x)}{h(1)} \right ) = \ln h(x) - \ln h(1) = \displaystyle \int_1^x (\ln h)_s \; ds = -\int_1^x \dfrac{7}{6s} \; ds =-\dfrac{7}{6} \ln x; \tag 9$
$\dfrac{h(x)}{h(1)} = x^{-7/6}: \tag{10}$
$h(x) = h(1) x^{-7/6} = 5x^{-7/6}. \tag{11}$
Check: from (11),
$h_x(x) = -\dfrac{35}{6} x^{-13/7}; \tag{12}$
$-6xh_x = 35 x^{-6/7} = 7 (5x^{-6/7}) = 7h, \tag{13}$
validating (7); substituting this into (6) we obtain
$\nabla h \times F = 7h \mathbf k; \tag{14}$
from (4),
$h\nabla \times F = -7h\mathbf k; \tag{15}$
scrutinizing (14) and (15), we see that (2) binds, hence also (1).