How do you find the derivative of Cos[arcsin(x)] cos[arcsin(x)]?
1 Answer
Explanation:
Note that:
cos^2 theta + sin^2 theta = 1cos2θ+sin2θ=1
So for any
cos(theta) = +-sqrt(1-sin(theta))cos(θ)=±√1−sin(θ)
Note that for any real
arcsin(x) in [-pi/2, pi/2]arcsin(x)∈[−π2,π2]
Further note that if
cos theta >= 0cosθ≥0
Hence:
cos(arcsin(x)) = sqrt(1-x^2)cos(arcsin(x))=√1−x2
for any
Outside this interval
So if we are dealing with this purely as a real valued function, then this is the only definition we need.
Then:
d/(dx) cos(arcsin(x)) = d/(dx) (1-x^2)^(1/2)ddxcos(arcsin(x))=ddx(1−x2)12
color(white)(d/(dx) cos(arcsin(x))) = 1/2(1-x^2)^(-1/2)*(-2x)ddxcos(arcsin(x))=12(1−x2)−12⋅(−2x)
color(white)(d/(dx) cos(arcsin(x))) = -x/sqrt(1-x^2)ddxcos(arcsin(x))=−x√1−x2