Derivative of $x^2 + y^2 = 25$

$\begingroup$

I can find the derivative of the above using implicit differentiation but was interested in finding it using the explicit function way.

Nudged by “dx”:

$y=(25-x^2)^{1/2}\\$

$dy= (25-(x+dx)^2)^{1/2} - (25-x^2)^{1/2}$

I am unable to solve it beyond a few points. I am curious as to how this can be solved this way. I know to do it using implicit differentiation but like to see it solved this way. so far no luck. Any help is appreciated.

thanks.

Edit 1:

I was not clear.

From the above We get the following;

$dy= (25-x^2-2xdx)^{1/2} - (25-x^2)^{1/2}$

How to proceed beyond this to get the answer?

Thanks.

$\endgroup$ 1

6 Answers

$\begingroup$

If I didn't do anything silly in my derivation,\begin{align} x^2 + y^2 &= 25\\ \therefore y &= \pm \sqrt{25-x^2}\\ \therefore \frac{dy}{dx} &= \frac{d}{dx}\left(\pm \sqrt{25-x^2}\right)\\ &= \pm \frac{-2x}{2\sqrt{25-x^2}}\\ &= \pm \frac{x}{\sqrt{25-x^2}} \end{align}

There are actually two solutions, of course, because $y$ is not a function of $x$ (it does not pass the 'vertical line test') so we may consider the derivative of the top half of the circle and the derivative of the bottom half of the circle separately.

$\endgroup$ 4 $\begingroup$

The is no special difficulty in $$y'(x)=\left(\pm\sqrt{25-x^2}\right)'=\mp\frac x{\sqrt{25-x^2}}.$$


If you want to reinvent the wheel,

$$\lim_{h\to0}\frac{\sqrt{25-(x+h)^2}-\sqrt{25-x^2}}h=\lim_{h\to0}\frac{x^2-(x+h)^2}{h(\sqrt{25-(x+h)^2}+\sqrt{25-x^2})} \\=\frac1{2\sqrt{25-x^2}}\lim_{h\to0}\frac{-2xh-h^2}h=-\frac x{\sqrt{25-x^2}}.$$


This can be written

$$y'(x)=-\frac{x}{y(x)},$$ which matches

$$2x+2y(x)y'(x)=(x^2+y^2(x))'=0.$$

$\endgroup$ 8 $\begingroup$

$x^2+y^2=25$,consider a very magnified neighbourhood of the curve at any point excepts the points $x=5,-5$.In that neighbourhood there can be defined as function $f$ such that $y=f(x)$ where $y$ satisfies the given relation.Now express $y$ in terms of $x$.Take one of $f(x)=-\sqrt{(25-x^2)}$or $f(x)=\sqrt{25-x^2}$.then differentiate like a function,you will ultimately get the same result.

$\endgroup$ $\begingroup$

We have that

$$y=(25-x^2)^{1/2} \implies dy =\frac12(25-x^2)^{-1/2}(-2x) dx=-\frac{x}{(25-x^2)^{1/2}}dx$$

$\endgroup$ 2 $\begingroup$

For your method to work, you would need the best linear approximation of $x \mapsto \sqrt{a+x}$ at $x=0$, which is an equivalent definition of the derivative at $x=0$.

$\endgroup$ 2 $\begingroup$

Use the chain rule since $f=f(x,y)$:

$f(x,y)=x^2+y^2-25=0$

$\frac{d}{dx}{f(x,y)}=2x+\frac{d}{dx}{(y^2)}=2x+\frac{d}{dy}{(y^2)}\frac{dy}{dx}=2x+2y\frac{dy}{dx}=0$

$2x+2y\frac{dy}{dx}=2x+ 2\sqrt{25-x^2} \frac{dy}{dx}=0$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like