Why Is Implicit Differentiation of This Equation So Tricky?

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
17 replies · 5K views
karush
Gold Member
MHB
Messages
3,240
Reaction score
5
$$6x-\sqrt{2xy}+xy^3 ={y}^{2}$$
$$6-?+3x{y}^{2}{y'}^{}+{y}^{3}=2y{y'}^{}$$

Got stumped on this one answer was complicated...
 
Physics news on Phys.org
karush said:
$$6x-\sqrt{2xy}+xy^3 ={y}^{2}$$
$$6-?+3x{y}^{2}{y'}^{}+{y}^{3}=2y{y'}^{}$$

Got stumped on this one answer was complicated...

You're almost there. Write $\displaystyle \begin{align*} \sqrt{2\,x\,y} = \sqrt{2} \, x^{\frac{1}{2}} \, y ^{\frac{1}{2}} \end{align*}$, then you can use the product rule to differentiate it.
 
$$u'v+vu'$$
$$\sqrt{2xy} \ '=\frac{\sqrt{2x}}{2\sqrt{y}}y'+\sqrt{2y}$$
Sorta?
 
I have moved this thread since our "Calculus" forum is a better fit.
 
Oops, I thot it was in calculus??
 
karush said:
Oops, I thot it was in calculus??

You overshot by one forum and went to "Business Mathematics" instead. :D
 
$$\dfrac{\mathrm d}{\mathrm dx}\sqrt{2xy}=\dfrac{\mathrm d}{\mathrm dx}(2xy)^{1/2}=\dfrac12(2xy)^{-1/2}\cdot\dfrac{\mathrm d}{\mathrm dx}(2xy)$$
 
Last edited:
greg1313 said:
$$\dfrac{\mathrm d}{\mathrm dx}\sqrt{2xy}=\dfrac{\mathrm d}{\mathrm dx}(2xy)^{1/2}=\dfrac12(2xy)\cdot\dfrac{\mathrm d}{\mathrm dx}(2xy)$$

Is this the product rule?
 
It's the chain rule. Use the product rule to complete the differentiation.
 
Or you could just follow my advice, thereby you can avoid the chain rule altogether...
 
Prove It said:
Or you could just follow my advice, thereby you can avoid the chain rule altogether...

You would still need the chain rule...but I know what you mean. :D
 
Is post #3 correct?
 
MarkFL said:
You would still need the chain rule...but I know what you mean. :D

Only on the y term :P
 
My post (#7) contains an error. It should be

$$\dfrac{\mathrm d}{\mathrm dx}\sqrt{2xy}=\dfrac{\mathrm d}{\mathrm dx}(2xy)^{1/2}=\dfrac12(2xy)^{-1/2}\cdot\dfrac{\mathrm d}{\mathrm dx}(2xy)$$

Sorry about the confusion.
 
$$
\displaystyle \dfrac{\mathrm d}{\mathrm dx}\sqrt{2xy}
=\dfrac{\mathrm d}{\mathrm dx}(2xy)^{1/2}
=\dfrac12(2xy)^{-1/2}\cdot\dfrac{\mathrm d}{\mathrm dx}(2xy)
$$

so could this be rewritten as
$$\left[\frac{\sqrt{2xy}}{2}\right]y'$$
 
No. You need to differentiate implicitly with respect to $$x$$. Use the product rule on $$2xy$$ (and the chain rule on $$y$$). Don't forget to post all of your work.

$$\dfrac12(2xy)^{-1/2}=\dfrac{1}{2\sqrt{2xy}}$$

It may very well be easier to use the method outlined by Prove It. Again, show all of your work.
 
$$\d{}{x}\left(2xy\right)=2\left(xy'\left(x\right)+y\right)$$
 
Why do you have the $$x$$ in brackets there? Remove that and you have the correct result.