What you are looking for is the derivative dy/dx
Equations where the function y can't be isolated in terms of x need something called implicit differentation.
For the purposes of illustration I won't factor out the x which would make things a bit easier.
xe^y + x = xy
The derivative operator is linear so
d[f + g]/dx = df/dx + fg/dx
Using this, take the derivative of each term with respect to x.
d(xe^y)/dx + dx/dx = d(xy)/dx
For the first term of the left hand side and the term on the right hand side, you use the power rule and chain rule.
Per the product rule, d(fg)/dx = gdf/dx + fdg/dx
Per the chain rule, df(y)/dx = df/dy dy/dx
Using this the individual terms of the expression are
d(xe^y) = xd(e^y)/dx + e^ydx/dx = xe^y dy/dx + e^y
dx/dx = 1
d(xy)/dx = xdy/dx + ydx/dx = xdy/dx + y
Substituing all this into
d(xe^y)/dx + dx/dx = d(xy)/dx
we get
xe^y dy/dx + e^y + 1 = xdy/dx + y
Now we isolate dy/dx
xe^y dy/dx - xdy/dx =
xdy/dx(e^y - 1) = y - 1 - e^y
xdy/dx(1 - e^y) = y - 1 - e^y
dy/dx = [(e^y + 1) - y] / [x(1 - e^y)]
2007-10-31 06:54:38
·
answer #1
·
answered by Astral Walker 7
·
0⤊
0⤋
Following dobbyisbored, I agree that there must be a typo; and as it stands, the only possible gradient is zero.
I wonder whether parentheses have been omitted:
x e^(y + x) = xy . Even then we can factor out an x; but the result is at least no longer trivial. Then
e^(y + x) = y. Two methods to proceed:
(a)
e^(y + x) * (dy/dx +1) = dy/dx
So dy/dx * (1 - e^(y + x) ) = e^(y + x) ;
and dy/dx = e^(y + x) / (1 - e^(y + x) ), = 1 / (e^-(y + x) - 1)
or
(b)
y + x = ln y, so x = ln y - y
so dx/dy = 1/y - 1, = (1 - y) / y
so dy/dx = y / 1 - y
2015-08-15 23:08:24
·
answer #2
·
answered by Keith A 6
·
0⤊
0⤋
are you sure this is typed in correctly?
the x's cancel leaving e^y +1 = y
which is not a curve any more as it is independant of x... so you get straight horizontal lines thro any solutions of the above on the y axis... ie lines y = m
so i guess there is a typo... otherwise answer is 0!
PS looking at answers above maybe im completely wrong... it has been a long day!
2007-10-31 06:50:13
·
answer #3
·
answered by Anonymous
·
1⤊
0⤋
Do an implicit differentation then solve for y':
(xe^y)' + (x)' = (xy)'
1.e^y + xe^y*y' + 1 = 1y + xy'. Now collect all terms with y' to the left hand side
(xe^y-x)y' = (y-e^y - 1)
y' = (y-e^y - 1)/[(e^y-1)*x]
2007-10-31 06:57:08
·
answer #4
·
answered by fouman1 3
·
0⤊
0⤋
The easiest way is to differentiate each term by parts:
[ (xe^y)dy + (e^y)dx ] + [ dx ] = [ x dy + y dx ]
Now collect the terms:
(xe^y - x) dy = (y - e^y - 1) dx
dy/dx = (y - e^y - 1) / (xe^y - 1)
2007-10-31 06:53:46
·
answer #5
·
answered by Brian K 1
·
0⤊
1⤋
This is dy/dx=y´
e^y +xe^y *y´+1 =y +xy´
so
y´= (e^y-y+1)/(x-x*e^y)
2007-10-31 06:46:50
·
answer #6
·
answered by santmann2002 7
·
0⤊
0⤋
Taking deriv. of both sides
e^y+xe^y(dy/dx)+1=y+xy(dy/dx)
dy/dx=[y-1-e^y]/[xe^y-xy]
2007-10-31 06:45:47
·
answer #7
·
answered by katsaounisvagelis 5
·
0⤊
0⤋
x.e^y(dy/dx)+e^y.1+1= x.(dy/dx)+y.1
~ (x.e^y-x).dy/dx = y-e^y-1
~ dy/dx = (y-e^y-1)/(x.e^y-x)
2007-10-31 06:58:46
·
answer #8
·
answered by rajesh v 2
·
0⤊
0⤋