I am told that a particle starting off at $(-1,1)$ moves parallel to $-\nabla f$ where $f(x,y)=x^2-3y^2$. So $-\nabla f=(-2x,6y)$. The question wants the path of the particle and I considered integrating the tangent vector to find the position but I dont know how to do this when we are given its position in $x,y$ coordinates.
2026-03-31 16:14:12.1774973652
Finding a path of a particle given that it moves parallel to $-\nabla f$
36 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
You get two differential equations:
$$ \frac { dx } {dt} = -2x$$
$$ \frac { dy } {dt} = 6y$$
You solve these with initial conditions from the initial point
$$(x(t),y(t) )= ( -e^{-2t}, e^{6t} ) $$