Robert R. answered 03/24/15
Tutor
5.0
(193)
Math, Statistics, Computer Science, and SQL Tutoring
Starting with ex + ey = ex+y
ex = ex+y - ey ,subtracting ey from both sides
ex = ey (ex - 1), factoring out the ey Let's label this as equation (1) since we'll use it below
So ey = ex/ (ex - 1) , dividing both sides by ex - 1
and y = ln [ex/(ex - 1)], taking natural logs of both sides
y = ln ex - ln(ex - 1), using natural log quotient rule
y = x - ln(ex - 1), simplifying since ln(ex) = x
Now take the derivative with respect to x
dy/dx = 1 - [(1/(ex - 1)) ex], since f(x) = ex - 1 and derivative of ln(f(x)) is (1/f(x)) * f'(x)
dy/dx = ((ex - 1) - [ex]) / (ex - 1), by rewriting 1 as (ex - 1)/(ex - 1) and putting terms over common denominator
dy/dx = -1/(ex - 1) Let's label this as equation (2)
Using equation (1) above, ex = ey (ex - 1)
so ex / ey = ex - 1, dividing both sides by ey
so ex-y = ex - 1 Let's label this as equation (3)
Using equation (3) to substitute for ex - 1 in equation (2), we get:
dy/dx = -1/(ex-y)
= -1(ey-x) , since e-z =1/ez with z = x - y
= -ey-x ,which is the desired result