Question
Question: How do you implicitly differentiate \[\sin x + \cos y = \sin x\cos y\] ?...
How do you implicitly differentiate sinx+cosy=sinxcosy ?
Solution
Hint : Differentiation calculates the rate of change of a given quantity. Implicit function definition conveys when we are not able to isolate the dependent variable in a differential equation becomes an implicit function. Both the dependent variable and independent variables are present in this type of function.
Complete step-by-step answer :
Given, sinx+cosy=sinxcosy .
Doing implicit differentiation, applying differentiation on both side,
⇒dxd(sinx+cosy)=dxd(sinxcosy)
Applying sum or difference rule on the left hand side of the differential equation and Product rule on the right hand side of the differential equation we have,
⇒dxd(sinx)+dxd(cosy)=dxd(sinxcosy)
Product rule we have f′(x)=u′(x).v(x)+u(x).v′(x) . Where u(x)=sinx and v(x)=cosy .
⇒dxd(sinx)+dxd(cosy)=dxd(sinx)cosy+sinxdxd(cosy)
We know that, dxd(sinx)=cosx and dxd(cosy)=−sinydxdy . Substituting this we have,
⇒cosx+(−sinydxdy)=cosxcosy+sinx(−sinydxdy)
⇒cosx−sinydxdy=cosxcosy−sinysinxdxdy .
Regrouping dxdy terms we get,
⇒sinysinxdxdy−sinydxdy=cosxcosy−cosx
Taking dxdy common on the left hand side of the equation,
⇒dxdy(sinysinx−siny)=cosxcosy−cosx
Now dividing (sinysinx−siny) on both sides of the problem we have,
⇒dxdy=sinysinx−sinycosxcosy−cosx
Taking cosx common in the numerator and taking siny common in the denominator term we have,
⇒dxdy=siny(sinx−1)cosx(cosy−1) . This is the required answer.
So, the correct answer is “ dxdy=siny(sinx−1)cosx(cosy−1) ”.
Note : We have different types of differentiation rules.
Sum or difference rule: when the function is the sum or difference of two functions, the derivative is the sum or difference of derivative of each function. i.e.,
f(x)=u(x)±v(x) then f′(x)=u′(x)±v′(x) .
Product rule: when f(x) is the product of two function that is f(x)=u(x).v(x) then f′(x)=u′(x).v(x)+u(x).v′(x) .
Quotient rule: , if the two functions f(x) and g(x) are differentiable then the quotient is differentiable and (g(x)f(x))1=(g(x))2f′(x)g(x)−f(x)g′(x) .
We use this rule depending on the given problem. Careful in the differentiation a function f(y) with respect to x. we will have dxd(f(y))=f′(y)dxdy .