10
$\begingroup$

I've been reading Keisler's Calculus book, and there's an example where he does implicit differentiation on the equation: $$x^2+y^2=1$$ which yields:$$\frac{dy}{dx}=-\frac{x}{y}$$ I understand the technique of implicit differentiation, and I understand that it's just an application of the chain rule when $y$ is a function of $x$, or $x$ and $y$ are both functions of some third variable.

What I don't understand is how you can get the derivative of a non-function. In the case above, $y$ is not a function of $x$, and as far as I know, looking at the definition of the derivative, derivatives only seem to be defined for functions.

Sorry for the noob question, but what am I missing here?

$\endgroup$
6
  • 2
    $\begingroup$ I think you have to write $x^2+y^2=1$ as $x^2+y^2-1=0$ and define a function $f(x,y)=x^2+y^2-1$ and proceed. $\endgroup$
    – sj134
    Commented Sep 18, 2014 at 8:01
  • $\begingroup$ You must be mistaken, because if y is not a function of x, then $ \large \frac{dy}{dx} = 0 $ $\endgroup$
    – Kainui
    Commented Sep 18, 2014 at 8:04
  • $\begingroup$ @Kainui He is not mistaken. $y$ is an implicit function of $x$. Your comment is incorrect. $\endgroup$
    – 5xum
    Commented Sep 18, 2014 at 8:05
  • $\begingroup$ @5xum I guess I have something to learn here, how is a function of x not an implicit function of x? What's the distinction here exactly? $\endgroup$
    – Kainui
    Commented Sep 18, 2014 at 8:06
  • 1
    $\begingroup$ @5xum The notation $f(x,y)$ implicitly means $x,y$ are independent. You have to explicitly assert otherwise, making the entire idea no different or outright silly. $\endgroup$ Commented Sep 18, 2014 at 8:08

5 Answers 5

9
$\begingroup$

When you write down an equation in $x$ and $y$ of the form $$F(x,y)=0,$$ then you can define a curve $\mathcal{C}$ in the plane by saying that $(x_0,y_0)\in\mathcal{C}$ if and only if $F(x_0,y_0)=0$... a point is on the curve if and only if it satisfies the equation of the curve.

Now for different $F(x,y)$ you get different curves. Some might be empty such as $x^2+y^2+1$ while others are the entire plane such as $\sin^2x+\cos^2x-1$.

Others are nicer such as $x^2+y^2-1$ which gives you a circle or the equation that gives a figure-of-eight. Now locally (i.e. near a specific point) these curves might not be that nice in that, no, they don't look the graphs of functions or differentiable functions.

For example, the point in the middle of the figure-of-eight does not look like the graph of a function. Similarly on the left- and right-hand sides of the circle there are vertical tangents --- this is not the behaviour of a differentiable function.

However away from such danger points --- such as anywhere else on the circle --- if you zoom in close enough to the point, locally, the circle looks like the graph of a function. So what we do is almost take each point $(x,y)$ on a case-by-case basis and say, O.K., near this point we could in theory define a function $y=y(x)$.

For the example of your circle. Suppose we are away from the vertical tangents and are thinking about a point $P=(x,y)$. The implicit function theorem tells you that close to $P$ there is a function $y=y(x)$ whose graph is locally the same as the circle (in fact for the circle you have $y(x)=\pm\sqrt{1-x^2}$).

So we assume that, near $P$, we actually have (I actually get my students to write out $y=y(x)$ to help them see Chain Rules and not have $y'=1$) $$x^2+[y(x)]^2-1=0.$$

Now these are two functions (LHS and RHS) so have the same derivative: $$2x+2(y(x))\cdot\frac{dy}{dx}=0\Rightarrow x+y\frac{dy}{dx}=0...$$

$\endgroup$
1
  • 1
    $\begingroup$ This makes great sense to me. Now I can feel more formal finding the places on a circle where the slope of the tangent line is, e.g., 2. However, what if I want to find the vertical tangent lines? Locally, the curve does not look like a function around (1, 0). Calculus 1 students learn to set the denominator of the "derivative" to 0, but what is really going on here? Is there an explanation for "danger points" analogous to your explanation above for non-danger points? $\endgroup$ Commented Mar 24, 2015 at 2:06
2
$\begingroup$

I think they are being a bit sloppy. They could phrase this more carefully by saying something like:

Suppose that $y$ is a differentiable function that satisfies \begin{equation*} x^2 + y(x)^2 = 1 \end{equation*} for all $x$ in $(-1,1)$ . By differentiating both sides of this equation, we find that \begin{equation*} y'(x) = -\frac{x}{y(x)} \end{equation*} for all $x$ in $(-1,1)$.

$\endgroup$
0
2
$\begingroup$

An equation of the form $$F(x,y)=0\tag{1}$$ generically defines a curve $\gamma$ in the $(x,y)$-plane, which may have self-intersections or singularities. When ${\bf p}=(x_0,y_0)$ is a "normal" point on $\gamma$ then you can draw a small window $$W:=\ ]x_0-h,x_0+h[\ \times \ ]y_0-h,y_0+h[\ $$ with center ${\bf p}$. Within this window the curve $\gamma$ can be viewed as graph of a "local" function $y=\phi(x)$ or $x=\psi(y)$. One then says that within $W$ the function $\phi$, resp. $\psi$, is implicitly defined by the given equation $(1)$. One has the following formula for the derivative of $\phi$ at $x_0$: $$\phi'(x_0)=-{F_x(x_0,y_0)\over F_y(x_0,y_0)}\ .$$ In this way one can compute the derivative of $\phi$ at individual points even if it is not possible to solve $(1)$ explicitly for $y$ in terms of the variable $x$.

$\endgroup$
0
$\begingroup$

In such a case, $y$ is viewed as a function of $x$. The implicit function theorem tells you that (given some assumptions that are met for almost all points in your case) for an equation $F(x,y)=C$, there exists such a function $y(x)$ that $F(x,y(x))=C$ for all $x$.

Now, the trick is how to get $\frac{dy}{dx}$. You do that by differentiating $F(x,y(x))=C$ and you get $$\frac{\partial F}{\partial x} \cdot 1 + \frac{\partial F}{\partial y}\cdot \frac{dy}{dx} = 0$$ which in your case is (since $F(x,y)=x^2+y^2$

$2x\cdot 1 + 2y\cdot \frac{d y}{d x} = 0$ or, after rearrangement, $$\frac{dy}{dx} = -\frac{x}{y}$$

$\endgroup$
0
$\begingroup$

We have that $\mathrm{d}(x^2+y^2)=0 \Leftrightarrow 2x\mathrm{d}x+2y\mathrm{d}y=0$. This gives the equation in question.

$\endgroup$

You must log in to answer this question.