Question 765977: Can you help me with this problem?
Solve by means of implicit differentiation:
(e^x) + (e^y) = (e^(x+y)).
Thanks tutors. Found 2 solutions by solver91311, rothauserc:Answer by solver91311(24713) (Show Source):
You can put this solution on YOUR website! Solve by means of implicit differentiation:
(e^x) + (e^y) = (e^(x+y))
==================================================================
recall that the derivative of e^x is e^x and the derivative of e^y is e^y*y'
e^x + e^y*y' = e^(x+y)*derivative of (x+y)
e^x +e^y*y' = e^(x+y)*(1+y')
============================================================
now solve for y'
e^y*y' = e^(x+y) +y'*e^(x+y)
e^y*y' - y'*e^(x+y) = e^(x+y) - e^x
y' = (e^(x+y) - e^x) / (e^y - e^(x+y))
===========================================================
now e^(x+y) = e^x + e^y, so let's substitute
y' = (e^x + e^y - e^x) / (e^y - e^x - e^y)
y' = e^y / -e^x = -(e^(y-x))