#explain why arcsin(sin5) cannot equal to 5
25 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
Hmm, that's weird
The arcsine function is usually defined with range [-pi/2, pi]
,calc sin(5)
Result:
-0.95892427466314
arcsine is defined on [-1,1] and since this number does lie between -1 and 1 we can say that arcsin(sin5)=5
Yes, but here the domain matters, not the range.
That's not correct.
arcsin(sin(5)) = arcsin(sin(5 - 2π)) = 5 - 2π
Because arcsin(a) can't exceed 1.
So arcsin(sin5) equals 5?
From Wikipedia,
"Since none of the six trigonometric functions are one-to-one, they must be restricted in order to have inverse functions. Therefore, the result ranges of the inverse functions are proper (i.e. strict) subsets of the domains of the original functions."
arcsin(sin(x)) is a 2π-periodic function:
arcsin(sin(x)) = π/2 - |x - π/2 - 2πn|, x ∈ [-π/2 + 2πn, 3π/2 + 2πn]
No, arcsin(sin(5)) = 5 - 2π.
Why is that?
Read the definition in my comment above.