Question
Question: Differentiate \({\log _{10}}\left( {\sin x} \right)\) with respect to \(x\)....
Differentiate log10(sinx) with respect to x.
Solution
To solve these types of questions where one function is inside the other function, we have to do the differentiation of these functions with the help of chain rule. Chain rule’s general form for finding the derivative of complex function likef(x)is
dxd[f(g(x))]=dxd[f(u)]×dxdu, whereu=g(x)
Complete step-by-step solution:
Before starting to differentiate the given function, we should know about the chain rule in differentiation. In order to compute the derivative of a composite function, we use the chain rule. The standard form of a composite function isf(g(x)). For differentiating such complex functions, we use chain rule.
dxd[f(g(x))]=dxd[f(u)]×dxdu, whereu=g(x)
Since, the given function is also a composite function, we can use chain rule to differentiate it.
Letf(x)=log10(sinx). Now, we have to differentiate the given function with respect to x. Here, to solve this problem we will use the chain rule of differentiation.
We know the following log rule: loga(b)=ln(a)ln(b). Using the same, we get
=dxd(ln(10)ln(sin(x)))
Now, we will take the constants out: (a.f)′=a.f′
=ln(10)1dxd(ln(sin(x)))
Next, we apply the chain rule
=sin(x)1dxd(sin(x))
We know thatdxd(sin(x))=cos(x). Using it in the above equation, we get
=ln(10)1×sin(x)1×cos(x)
After simplifying, we get
=ln(10)cot(x)
Hence, the derivate of log10(sinx) with respect to x is ln(10)cot(x).
Note: The given question was an easy one. We cannot use chain rule in every function. The necessary condition for the chain rule to be applied in the differentiation of f(g(x)) is that both f(x) and g(x) should be differentiable. In our case, both the functions were differentiable, that’s why we could use chain rule.