Nano-Passion said:
Thanks, but please bare with me, my goal is to understand everything in mathematics as much as I can. I hope I am not being a bother but I am not satisfied with knowing that I should simply multiply by the inverse on both sides.
No, you're not being a bother. If you don't understand something it's better to keep asking questions until things are clear.
One thing that you need to understand here is that the operation is NOT multiplication. This is something you have not been clear on since your first post in this thread.
sin(2x) is sometimes written as sin 2x. In either form it is NOT sin times 2x - it's sin
of 2x. Similar to what I wrote earlier - f(2x) is not f times 2x. It's f OF 2x, where f was the name of some unspecified function.
Nano-Passion said:
My question is, how does sin-1 cancel with sin when you multiply them together?
They're not being multiplied. What is happening is that I am forming a composite function. Whenever you have a function that has an inverse, applying them together in either order gives you the identity function, the function that leaves its argument completely unchanged.
For example, if f(x) = 2x + 3, then the inverse of this function is f
-1(x) = (x - 3)/2.
f(f
-1(2) = 2 and f
-1(f(0)) = 0.
You can verify these statements by using the formulas for the functions.
In a similar way sin(sin
-1(x) = x, but there are some restrictions of the values of x that are allowed. Also, in the opposite order, sin
-1(sin(x)) = x, and there are some restrictions here, as well. In the first equation, x has to be between -1 and +1, inclusive. In the second equation, x has to be between -pi/2 and +pi/2 if you're working in radians, or between -90 deg and +90 deg, if you're working in degrees.
Nano-Passion said:
It doesn't sound mathematically logical? I need the steps in between.