Join the QuestionCove community and study together with friends!
Sign Up
jimthompson5910 (jim_thompson5910):
if y = sin(x), then arcsin(y) = x
recall that the range of y = sin(x) is [-1,1]
The smallest output is y = -1
so it's impossible for the output to be y = -pi which means arcsin(-pi) is impossible
jimthompson5910 (jim_thompson5910):
if you're dealing with complex numbers, it may be a different story but I don't know how to deal with that in this case
OpenStudy (anonymous):
if it said sin(-pi). would it be 0
jimthompson5910 (jim_thompson5910):
correct since `sin(k*pi) = 0` where k is any integer
OpenStudy (anonymous):
on some problems the input would be the answer itself. Can u give me an example where this would be the case?
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
jimthompson5910 (jim_thompson5910):
something like `sin(0) = 0` is one example
so is `tan(0) = 0` because of the fact that sine is 0
OpenStudy (anonymous):
what about one where there is an inverse
jimthompson5910 (jim_thompson5910):
you can say `arcsin(0) = 0` and `arctan(0) = 0`. I can't think of any other examples