Chat with our AI personalities
cos A=3/5 sin=square root of (1-cos2) sin=square root of (1-3/52) sin=square root of (1-9/25) sin=square root of (16/25) sin=4/5 csc=1/sin csc=1/(4/5) csc=5/4
The derivative of cos x is -sin x, the derivative of square root of x is 1/(2 root(x)). Applying the chain rule, the derivative of cos root(x) is -sin x times 1/(2 root(x)), or - sin x / (2 root x).
The derivative of (sin (theta))^.5 is (cos(theta))/(2sin(theta))
The sequence sqrt(x)*sin(x) does not converge.
You use the output of the first function as the input of the second function. For example, if your functions are sin() (the sine function) and root() (the square root function), you can combine them as:sin(root(x)) or: root(sin(x))