Solveeit Logo

Question

Question: How do you differentiate \[x + y = xy\]?...

How do you differentiate x+y=xyx + y = xy?

Explanation

Solution

Derivative are defined as the varying rate of a function with respect to an independent variable. To differentiate the right hand side of the equation we use the product rule. That is if we have y=uvy = uv then its differentiation with respect to ‘x’ is dydx=u×dvdx+v×dudx\dfrac{{dy}}{{dx}} = u \times \dfrac{{dv}}{{dx}} + v \times \dfrac{{du}}{{dx}}. We solve this using implicit differentiation. We know that the differentiation of ‘x’ with respect to ‘x’ is 1.

Complete step-by-step solution:
Given, x+y=xyx + y = xy.
Now differentiate implicitly with respect to ‘x’.
ddx(x+y)=ddx(xy)\dfrac{d}{{dx}}\left( {x + y} \right) = \dfrac{d}{{dx}}\left( {xy} \right)
Applying the product rule dydx=u×dvdx+v×dudx\dfrac{{dy}}{{dx}} = u \times \dfrac{{dv}}{{dx}} + v \times \dfrac{{du}}{{dx}} in the right hand side of the differential equation, Where u=xu = x and v=yv = y, then
ddx(x)+ddx(y)=x×ddx(y)+yddx(x)\dfrac{d}{{dx}}(x) + \dfrac{d}{{dx}}(y) = x \times \dfrac{d}{{dx}}(y) + y\dfrac{d}{{dx}}(x)
1+dydx=x.dydx+y1 + \dfrac{{dy}}{{dx}} = x.\dfrac{{dy}}{{dx}} + y
Grouping dydx\dfrac{{dy}}{{dx}} on one side we have,
dydxx.dydx=y1\dfrac{{dy}}{{dx}} - x.\dfrac{{dy}}{{dx}} = y - 1
Taking dydx\dfrac{{dy}}{{dx}} as common we have,
dydx(1x)=y1\dfrac{{dy}}{{dx}}\left( {1 - x} \right) = y - 1
Divide the whole differential equation by (x1)(x - 1), we have,
dydx=y11x\Rightarrow \dfrac{{dy}}{{dx}} = \dfrac{{y - 1}}{{1 - x}}.
Thus the differentiation of x+y=xyx + y = xy is y11x\dfrac{{y - 1}}{{1 - x}}.

Note: We know the differentiation of xn{x^n} with respect to ‘x’ is d(xn)dx=n.xn1\dfrac{{d({x^n})}}{{dx}} = n.{x^{n - 1}}. We know the differentiation of yn{y^n} with respect to ‘x’ is d(yn)dx=n.yn1dydx\dfrac{{d({y^n})}}{{dx}} = n.{y^{n - 1}}\dfrac{{dy}}{{dx}}.

We also have different rules in the differentiation. Those are
i) Linear combination rule: The linearity law is very important to emphasize its nature with alternate notation. Symbolically it is specified as h(x)=af(x)+bg(x)h'(x) = af'(x) + bg'(x)

ii) Quotient rule: The derivative of one function divided by other is found by quotient rule such as[f(x)g(x)]=g(x)f(x)f(x)g(x)[g(x)]2{\left[ {\dfrac{{f(x)}}{{g(x)}}} \right]’} = \dfrac{{g(x)f’(x) - f(x)g’(x)}}{{{{\left[ {g(x)} \right]}^2}}}.

iii) Product rule: When a derivative of a product of two function is to be found, then we use product rule that is dydx=u×dvdx+v×dudx\dfrac{{dy}}{{dx}} = u \times \dfrac{{dv}}{{dx}} + v \times \dfrac{{du}}{{dx}}.

iv) Chain rule: To find the derivative of composition function or function of a function, we use chain rule. That is fog(x0)=[(fog)(x0)]g(x0)fog'({x_0}) = [(f'og)({x_0})]g'({x_0}). We use these rules depending on the given problem.