2

This is my first question on the Mathematics section of StackExchange, so please forgive me if I don't follow all the rules or things like that.

Here's my question: Consider the following potential function and graph of its equipotential curves: $\phi(x,y)=x^2+2y^2$

  1. Find the associated gradient field $F=\nabla\phi$
  2. Show that the vector field is orthogonal to the equipotential curve at the point $(1,1)$. Illustrate this result on the picture.
  3. Show that the vector field is orthogonal to the equipotential curve at all points $(x,y)$.
  4. Sketch two flow curves representing $F$ that are everywhere orthogonal to the equipotential curves.

Here's some of the equipotential curves:

Equipotential curves of $\phi(x,y)=x^2+2y^2$

Thank you so much in advance for helping me!

  • Welcome to Math SE! Please post your thoughts on how to do this problem. I'll give a sketch of an answer to help you get started! – Christopher K Dec 03 '13 at 03:42

2 Answers2

2

More generally, you have determined that the equipotential curves are ellipses with equation $x^2+ 2y^2= c$ for any constant, c. At any point $2x+ 4y\frac{dy}{dx}= 0$ so that $\frac{dy}{dx}= -\frac{x}{2y}$. A tangent line, at $(x_0, y_0)$, has equation $y= -\frac{x_0}{2y_0}(x- x_0)+ y_0$ so that a tangent vector is of the form $(x- x_0)\vec{i}+ (y- y_0)\vec{j}= (x- x_0)\vec{i}+ (-\frac{x_0}{2y_0}(x- x_0)\vec{j}= (\vec{i}-\frac{x_0}{2y_0}\vec{j})(x- x_0)$. And, as you know, the gradient at $(x_0, y_0)$ is $2x_0\vec{i}+ 4y_0\vec{j}$.

The dot product of $\vec{i}-\frac{x_0}{2y_0}\vec{j}$ and $2x_0\vec{i}+ 4y_0\vec{j}$ is $(1)(2x_0)-\left(\frac{x_0}{2y_0}\right)(4y_0)= 2x_0- 2x_0= 0$ so they are perpendicular.

user247327
  • 18,710
1

Well...

The definition of the gradient is $\nabla f\; |_{(x,y)=(a,b)}= (\frac{\partial f }{ \partial x }(a,b),\frac{\partial f }{ \partial y }(a,b))$. I leave you to calculate this value.

As for the other parts of this question, all this has to do with the fact that each level set (aka equipotential curve) has a tangent space orthogonal to the normal vector (aka the gradient). There are proofs abound on this.

  • I know how to find the gradient, but I'm still confused on how to do the part with the equipotential curves. Thank you for your post, however! – Joshua Grosso Dec 03 '13 at 16:25
  • @BalinKingOfMoria, this is a graphing question. Just note that $\nabla f(1,1) = (2 , 4)$. Then draw this vector at $(1,1)$. – Christopher K Dec 03 '13 at 20:47