Question
Question: Explain how we can find the derivative of the given equation; \( x{e^y} + y = xy \)...
Explain how we can find the derivative of the given equation;
xey+y=xy
Solution
Hint : Read the given equation well. Looking at it, we should be able to identify the way in which that equation must be differentiated. It can be done easily using implicit methods of differentiation. When we say implicit differentiation it simply means that we leave the function as it is, rather than separating any variable, so that we can differentiate it directly and then later separate the required derivative.
Complete step-by-step answer :
The way to go about this question is easy. First write down the equation, then differentiate with respect to x , then using the formulas used in differentiation just expand the terms, then finally remember to isolate dxdy , then we can get the required answer.
Given here the original equation whose derivative we wish to find:
⇒xey+y=xy
Taking derivative on both sides gives;
⇒dxd(xey+y)=dxd(xy)
Expanding using the laws we know;
⇒[x.dxd(ey)+ey.dxd(x)]+dxd(y)=x.dxd(y)+y.dxd(x)
Remember here that chain rule is used so: ⇒dxd(ey)=dxd(ey).dxdy=ey.dxdy
Now solving all the derivatives that were trivial and also substituting what we found in the previous step, we get;
⇒[x.ey.dxdy+ey.1]+dxdy=x.dxdy+y.1
Now in order to perform implicit differentiation, we need to bring all the terms which have dxdy in it on one side, so here we bring it to the left hand side as follows;
⇒x.ey.dxdy+dxdy−x.dxdy=y−ey
Grouping all terms with dxdy , gives;
⇒[x.ey+1−x].dxdy=y−ey
Now clearly we can isolate the dxdy , to find the final answer;
⇒dxdy=[x.ey+1−x]y−ey
We can simplify it more by grouping terms with x ;
∴dxdy=x.[ey−1]+1y−ey
So, the correct answer is “ x.[ey−1]+1y−ey ”.
Note : There is no particular difference in using implicit or explicit differentiation for differentiating. Since in both the ways the final answer we get is one and the same. In implicit we leave the question as it is and proceed to differentiating but in explicit, we must try to bring the dependent variable to a side separately, and then continue to differentiate. In a linear equation we can easily convert to implicit.