Solveeit Logo

Question

Question: How do you find the derivative of \[{e^y} = x{y^2}\]?...

How do you find the derivative of ey=xy2{e^y} = x{y^2}?

Explanation

Solution

Derivatives 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 ex{e^x} is ex{e^x} with respect to ‘x’.

Complete step by step solution:
Given, ey=xy2{e^y} = x{y^2}
Now differentiate both sides with respect to ‘x’.
ddx(ey)=ddx(xy2)\dfrac{d}{{dx}}({e^y}) = \dfrac{d}{{dx}}(x{y^2})
Now applying the product ruled(uv)dx=u×dvdx+v×dudx\dfrac{{d(uv)}}{{dx}} = u \times \dfrac{{dv}}{{dx}} + v \times \dfrac{{du}}{{dx}}
Where u=xu = x and u=y2u = {y^2}. Then we have
ddx(ey)=x×d(y2)dx+y2×d(x)dx\dfrac{d}{{dx}}({e^y}) = x \times \dfrac{{d({y^2})}}{{dx}} + {y^2} \times \dfrac{{d(x)}}{{dx}}
Applying the differentiation
eydydx=x×2ydydx+y2×1{e^y}\dfrac{{dy}}{{dx}} = x \times 2y\dfrac{{dy}}{{dx}} + {y^2} \times 1
eydydx=2xydydx+y2{e^y}\dfrac{{dy}}{{dx}} = 2xy\dfrac{{dy}}{{dx}} + {y^2}
Grouping dydx\dfrac{{dy}}{{dx}} in on the left hand side of the equation,
eydydx2xydydx=y2{e^y}\dfrac{{dy}}{{dx}} - 2xy\dfrac{{dy}}{{dx}} = {y^2}
Taking dydx\dfrac{{dy}}{{dx}} common, we have:
dydx(ey2xy)=y2\dfrac{{dy}}{{dx}}\left( {{e^y} - 2xy} \right) = {y^2}
Dividing the whole equation by (ey2xy)\left( {{e^y} - 2xy} \right),
dydx=y2(ey2xy)\dfrac{{dy}}{{dx}} = \dfrac{{{y^2}}}{{\left( {{e^y} - 2xy} \right)}}. This is the required answer.

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
\bullet Linear combination rules: 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)

\bullet 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}}.
\bulletChain 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.