1
1.6kviews
If y=sin(√sinx+cosx) , Find dydx
1 Answer
5
31views
written 3.5 years ago by | modified 3.5 years ago by |
Given,
y=sin(√sinx+cosx)
This problem can be solved using chain rule of diffrentiation:
The chain rule states that the derivative of f(g(x)) is f'(g(x))⋅g'(x).
In other words, it helps us differentiate composite functions.
For example, sin(x²) is a composite function because it can be constructed as f(g(x)) for f(x)=sin(x) and g(x)=x².
Using the chain rule and the derivatives of sin(x) and x², we can then find the derivative of sin(x²)
Let's solve our Problem :
Differentiate L.H.S and R.H.S w.r.t x
dydx = d(sin(√sinx+cosx))dx
= cos(√sinx+cosx)×(d/dx)√sinx+cosx)
= cos(√sinx+cosx)×1/2×−1/2√sinx+cosx(cosx–sinx)
= 12cos(√sinx+cosx)(cosx–sinx)/√sinx+cosx
ADD COMMENT
EDIT
Please log in to add an answer.