Skip to content

Instantly share code, notes, and snippets.

@zohaad
Created October 14, 2016 22:18
Show Gist options
  • Save zohaad/c4d1a92b3888debe433f60590c571f59 to your computer and use it in GitHub Desktop.
Save zohaad/c4d1a92b3888debe433f60590c571f59 to your computer and use it in GitHub Desktop.
\documentclass[12px]{article}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\begin{document}
\section{Question 2.1.2}
\begin{equation}
\begin{align*}
$\nabla F(x,y) = & (\frac{\partial f(x^2 + y^2)}{\partial x}, \frac{\partial f(x^2 + y^2)}{\partial y}) \\ = & (f_x'(x^2+y^2) \cdot 2x, f_y'(x^2+y^2) \cdot 2y)$
\end{align*}
\end{equation}
I found $\nabla F(x,y)$ at an arbitrary point. The question is "to show that it is parallel to the straight line segment joining the point and the origin." I do not understand anything of this question, I do not even know how to visualise this.
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment