Find dy/dx by implicit differentiation

Click For Summary

Homework Help Overview

The discussion revolves around finding dy/dx by implicit differentiation for the equation 4x^2 + 3xy - y^2 = 6. Participants are exploring the differentiation of both sides of the equation and the application of differentiation rules such as the product rule and chain rule.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • The original poster attempts to differentiate the equation step by step and seeks clarification on the application of the product rule and chain rule. Some participants question the understanding of dy/dx, d/dx, and d/dy, while others provide insights into the differentiation process, particularly for terms involving products of variables.

Discussion Status

Participants are actively engaging in clarifying differentiation techniques and the rules applicable to the problem. There is a mix of correct and incorrect interpretations being discussed, with some guidance provided on how to approach the differentiation of specific terms.

Contextual Notes

Some participants express uncertainty about their understanding of differentiation, and there are discussions about the implications of implicit differentiation and the roles of various derivatives in the context of the problem.

  • #31
yes, and that fraction is the f'(g(x)) of the function \sqrt{xy}

since (\sqrt{u})'=\frac{u'}{2\sqrt{u}}
 
Physics news on Phys.org
  • #32
Oh ok, so \frac{1}{2\sqrt{xy}}*(xy'+y)=x^{2}y' + 2xy?
 
  • #33
depends, was the right hand side originally 2+2xy or 2+x^2y?

if it was yx^2 then yes it's right, if it wasn't then no
 
  • #34
Yep, it was originally 2+x^2y

So \frac{1}{2\sqrt{xy}}*(xy'+y)=x^{2}y' + 2xy
becomes
\frac{1}{2\sqrt{xy}}xy'+\frac{1}{2\sqrt{xy}}y=x^{2}y' + 2xy
which I shuffle..
\frac{1}{2\sqrt{xy}}xy' - x^{2}y' = 2xy - \frac{1}{2\sqrt{xy}}y
and stuff..
y'(\frac{1}{2\sqrt{xy}}x - x^{2}) = 2xy - \frac{1}{2\sqrt{xy}}y
thus
y' = \frac{2xy - \frac{1}{2\sqrt{xy}}y}{\frac{1}{2\sqrt{xy}}x - x^{2}}?
 
  • #35
correct, you could also reduce it a bit more by getting everything with a common denominator of 2sqrtxy to cancel that out.
 
  • #36
You mean by time-sing 2xy and x^2 by 2sqrtxy?
 
  • #37
yes and combining the fractions on the top and the bottom you can cancel out 2sqrt(xy) and have just 1 denominator/numerator.
 
  • #38
Hmm.. I'm not sure if I did it correctly though, so here it is:
\frac{2xy - \frac{1}{2\sqrt{xy}}y}{\frac{1}{2\sqrt{xy}}x - x^{2}}
into
\frac{\frac{2xy(2\sqrt{xy})}{(2\sqrt{xy})} - \frac{y}{2\sqrt{xy}}}{\frac{x}{2\sqrt{xy}} - \frac{x^{2}(2\sqrt{xy})}{(2\sqrt{xy})}}
and into
\frac{\frac{2xy(2\sqrt{xy}) - y}{2\sqrt{xy}}}{\frac{x - x^{2}(2\sqrt{xy})}{2\sqrt{xy}}}
which becomes
\frac{2xy(2\sqrt{xy}) - y}{x - x^{2}(2\sqrt{xy})}
and..
\frac{4xy(\sqrt{xy}) - y}{x - x^{2}(2\sqrt{xy})}?
I donno if I can simplify it more XP
 
  • #39
yes that's about as simplified as you can go
 
  • #40
Man, that was a pain.. but.. I got stuck again :P Surprise surprise..

Question:
Find dy/dx by implicit differentiation.
e^{x/y} = 2x - y

Attempted:
Isn't (d/dx)e^{x/y} = e^{x/y}?
Well, I went ahead anyway, and figured out
(d/dx)2x = 2 and (d/dx)y = y'
Then I um.. rearranged it so it's
y' = 2 - e^{x/y}
Which is wrong. lol

I'm assuming that (d/dx)e^{x/y} \neq e^{x/y} :P Then how do I find it?
 
  • #41
(e^u)'=u'e^u

so you need to use the quotient rule on x/y and multiply that to e^(x/y)
 
  • #42
Damn, lol
I'll try it XD

Dang, I thought I had it right, but I got it wrong :P
Here's what I did..
Quotient rule = \frac{g(x)f'(x)-f(x)g'(x)}{(g(x))^{2}}
So I plugged in the numbers as usual..
\frac{(y)(x')-(x)(y')}{(y)^{2}} which got me \frac{(y)-(xy')}{y^{2}}
Therefore the whole thing becomes
\frac{y-xy'}{y^{2}}e^{\frac{x}{y}} = 2 - y'
So I got rid of y^2
y-e^{\frac{x}{y}}xy' = 2y^{2} - y^{2}y'
then shuffled
y-2y^{2} = e^{\frac{x}{y}}xy' - y^{2}y'
Thus
y-2y^{2} = y'(e^{\frac{x}{y}}x - y^{2})
Therefore
y' = \frac{y-2y^{2}}{e^{\frac{x}{y}}x - y^{2}}...?

What did I do wrong this time :/
 
Last edited:
  • #43
when you got rid of y^2 you didn't keep the parenthesis:
(y-xy')e^(x/y) =/=y-e^(x/y)xy'

so you're just missing a e^(x/y) multiplied to y in the numerator
 
  • #44
Eeek, I don't see it..
And by getting rid of y^2, I actually meant timesing it to the other side XD
 
  • #45
\frac{(y-xy')e^{\frac{x}{y}}}{y^2}\neq y-e^{\frac{x}{y}}xy'
and the y^2 being carried over to the other side.
it should be:

ye^{\frac{x}{y}}-xy'e^{\frac{x}{y}}

and continuing from there you are only missing that e^(x/y) on your final answer
 
  • #46
Thanks for that, bob :D
I've got another question :/
Use implicit differentiation to find an equation of the tangent line to the curve at the point (0, -0.5).
x^{2} + y^{2} = (2x^{2} + 2y^{2} - x)^{2}

Ok, so x^{2} + y^{2} = (2x^{2} + 2y^{2} - x)^{2} becomes x^{2} + y^{2} = 2x^{4} + 2y^{4} - x^{2}
Which I solved for the d/dx
2x + 2yy' = 8x^{3} + 4(2y)^{3}*2y' - 2x
Shuffling..
2yy' - 4(2y)^{3}*2y' = 8x^{3} - 4x
and again
y'(2y - 8(2y)^{3}) = 8x^{3} - 4x
thus
y' = \frac{8x^{3} - 4x}{2y - 8(2y)^{3}} which equals
y' = \frac{8x^{3} - 4x}{2y - 64(y)^{3}}

Ok. So that's my slope for the tangent line..
And my equation for tangent line is
y = \frac{8x^{3} - 4x}{2y - 64(y)^{3}}x
and at point (0,-0.5)
y + 0.5 = \frac{8x^{3} - 4x}{2y - 64(y)^{3}}x
Making it
y = \frac{8x^{3} - 4x}{2y - 64(y)^{3}}x - 0.5
So I've managed to solve up to here, and.. frankly, I don't know if I'm right XD
Oh, and this is an image they gave me
3-5-27.gif
 

Attachments

  • 3-5-27.gif
    3-5-27.gif
    2.3 KB · Views: 453
  • #47
no you have (2x^2+2y^2-x)^2=(2x^2+2y^2-x)(2x^2+2y^2-x)
so you have to multiply that out and then you can do the derivative.

or you can do it straight away (u^n)'=nu^{n-1}u'
where u=2x^2+2y^2-x

also in order to find the actual slope of the function at (0,-0.5) when you isolate y' plugin (0,-0.5) that way you'll get a number.
so your equation for the line shoudl be: y+0.5=mx
 
Last edited:
  • #48
Oh XD Ok

(Off-topic) Hey Bob, will you be on later tonight?
I have to go eat dinner and travel back to my dorm :/ That'll take an hour or two, so...
It'd be great if you're still available to help me after XD

Edit: Daaang, just read your message XD
Oh well, I'll manage somehow :D I appreciate all your help :D
 
  • #49
sorry but I'm sure other people will be able to help too,
just remember that when you need to do product/quotient rule and then do the chain rule if you have (y^n)' where n is different from 1.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 25 ·
Replies
25
Views
2K
  • · Replies 24 ·
Replies
24
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 20 ·
Replies
20
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K