Question
Question: If $y = \sqrt{\cos(5x)}$, then $\frac{dy}{dx}$ is:...
If y=cos(5x), then dxdy is:

2cos(5x)−5sin(5x)
Solution
To find the derivative of y=cos(5x) with respect to x, we use the chain rule.
The function can be written as y=(cos(5x))1/2.
We apply the chain rule in multiple steps:
-
Derivative of the outermost function (square root):
Let u=cos(5x). Then y=u1/2.
The derivative of y with respect to u is:
dudy=21u(1/2)−1=21u−1/2=2u1
Substituting u=cos(5x) back, we get:
dudy=2cos(5x)1 -
Derivative of the inner function (cosine):
We need to find the derivative of u=cos(5x) with respect to x.
Let v=5x. Then u=cos(v).
The derivative of u with respect to v is:
dvdu=−sin(v)
Substituting v=5x back, we get:
dvdu=−sin(5x) -
Derivative of the innermost function (linear term):
We need to find the derivative of v=5x with respect to x.
dxdv=5 -
Combine using the chain rule:
According to the chain rule, dxdy=dudy⋅dvdu⋅dxdv.
Substituting the derivatives we found:
dxdy=(2cos(5x)1)⋅(−sin(5x))⋅(5)Multiply these terms together:
dxdy=2cos(5x)−5sin(5x)
The final answer is 2cos(5x)−5sin(5x).
Explanation of the solution:
The derivative of y=cos(5x) is found using the chain rule.
- Differentiate the square root function: dxd(f(x))=2f(x)1⋅f′(x).
Here, f(x)=cos(5x). So, the first step gives 2cos(5x)1⋅dxd(cos(5x)). - Differentiate cos(5x): This is another application of the chain rule.
dxd(cos(ax))=−asin(ax).
For cos(5x), a=5, so dxd(cos(5x))=−5sin(5x). - Combine the results: Multiply the two parts obtained in steps 1 and 2.
dxdy=2cos(5x)1⋅(−5sin(5x))=2cos(5x)−5sin(5x).