Confusing Implicit Differentiation Problem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
tmt1
Messages
230
Reaction score
0
Hi,

I have

x =(x^2+y^2)^[1/2]

I differentiate

1= 1/2 (x^2+y^2)[-1/2] (2x+2yy')

So far so good. I try to multiply this out.

1= (2x)/2 (x^2+y^2)[-1/2] + (2yy'/2)(x^2+y^2)[-1/2]

I solve for y'

y'= 1/{(x (x^2+y^2)[-1/2]} / {y(x^2+y^2)[-1/2] }

1/x (x^2+y^2)[1/2] * 1/y (x^2+y^2)[1/2]

The square roots multiply out.

y'=(x^2+y^2)/xy

yet the correct response is

y'=[(x^2+y^2)^1/2 -x] / y

Am I missing something?

Thanks
 
on Phys.org
I can't follow what you did after attempting to solve for $y'$.

We are given:

$$x=\left(x^2+y^2 \right)^{\frac{1}{2}}$$

Implicitly differentiating, we obtain:

$$1=\frac{x+yy'}{\left(x^2+y^2 \right)^{\frac{1}{2}}}$$

or:

$$\left(x^2+y^2 \right)^{\frac{1}{2}}=x+yy'$$

Solve for $y'$:

$$y'=\frac{\left(x^2+y^2 \right)^{\frac{1}{2}}-x}{y}$$
 
tmt said:
Hi,

I have

x =(x^2+y^2)^[1/2]

I differentiate

1= 1/2 (x^2+y^2)[-1/2] (2x+2yy')

So far so good. I try to multiply this out.

1= (2x)/2 (x^2+y^2)[-1/2] + (2yy'/2)(x^2+y^2)[-1/2]

I solve for y'

y'= 1/{(x (x^2+y^2)[-1/2]} / {y(x^2+y^2)[-1/2] }

1/x (x^2+y^2)[1/2] * 1/y (x^2+y^2)[1/2]

The square roots multiply out.

y'=(x^2+y^2)/xy

yet the correct response is

y'=[(x^2+y^2)^1/2 -x] / y

Am I missing something?

Thanks

Surely the derivative is 0. Don't believe me, square both sides of your original equation and see what you're left with...
 
Prove It said:
Surely the derivative is 0. Don't believe me, square both sides of your original equation and see what you're left with...

Nice...I didn't catch that even though the numerator in the expression I derived is clearly zero via the original equation. (Smirk)