[Math] when to use restrictions (domain and range) on trig functions

algebra-precalculustrigonometry

I'm doing math practice problems from "Precalculus for Dummies 1,000 Practice Problems Book" and I'm confused about when to apply restrictions to trig function questions. This book has all the solutions step by step in the back so I know how the problem is solved. What confuses me is why the restrictions are used in some problems and not others.

The restrictions that I'm talking about are: inverse_trigonometric_functions_domain_and_range

The restrictions for the regular trig functions should be the the same but the range and domain's values are switched if I'm not mistaken.

These were the main problems that made me confused:

  1. Find an exact value of $y$, $y=\arcsin\left(\frac{\sqrt{3}}{2}\right)$

    • if I solve for $y$ it equals $2\pi/3$ and $4\pi/3$, but since $\cos(x)$ has the restrictions where domain is $[-1,1]$ and the range is $[0,\pi]$ the final answer is just $2\pi/3$
  2. Find an exact value of $y$, $y= \cos(\arctan(-1))$

    • in this case, while solving for y, I get to a step that looks like this:
      $y=\cos(7\pi/4)$. The answers/solutions in the back then show $y= \sqrt{2}/2$ is the answer.

    • However, I thought $\cos(x)$'s domain should have been restricted to $[-1,1]$. Why is the $7\pi/4$ allowed?

    • At this point I was thinking, then do the restrictions only apply to inverse trig functions? But that didn't make sense either because I should be able to rewrite $y=\cos(7\pi/4)$ as $\arccos(y)=7\pi/4$; the "$7\pi/4$" part is not part of $\arccos$'s range restriction, $[0,\pi]$

  3. Find all solutions of the equation in the interval $[0^\circ,360^\circ)$. $2cos^2x-2=3\cos x$

    • I get to a step where $\cos x= -1/2$ and $2$. I solve the $\cos x= -1/2$ part which equals $120^\circ$ and $240^\circ$; however, the book says I can't solve for $\cos x = 2$ because "There are no solutions for the second factor, $\cos x = 2$, because $\cos(x)$ is $[-1,1]$"

This confuses me because question 2 allows for $\cos x$'s domain to be outside of the restriction while question 3 doesn't allow for $\cos x$'s range to be outside of the restriction.

Best Answer

The reason for domain restrictions is mainly because we want the "trig functions" to truly be functions in the strict mathematical sense. That means for every element in the domain the function must produce exactly one function value.

Now one thing about functions is they don't always work equally well in both directions. The definition of a function says you can get from any point in the domain to a unique point in the range; it says nothing about going from the range to the domain.

As a real-life analogy, there are machines that can turn standing trees into wood chips, but not (yet) any machine that can turn wood chips into a standing tree.

When a function $f$ has a genuine inverse function $f^{-1},$ the inverse really does reverse the effect of the original function: $f^{-1}(f(x)) = x$ for any $x$ in the domain of $f.$

This works only for a function that is one-to-one, that is, when each value in the range comes from just one unique value in the domain.

As soon as you find even two values in the domain of a function that give the same output value when you use them as input to your function, you know there will not be a genuine inverse function. The best we can do in cases like that is choose part of the domain of the original function, throw the rest away, and construct a limited "inverse" function that maps the range back to that part of the original function's domain.

So it is reasonable to expect that the domain of the inverse function will be the range of the original function (it certainly cannot be more than that), but it is not reasonable to expect in general that the range of the inverse function will be the domain of the original function. That only works when the original function is one-to-one.

The sine and cosine functions are not one-to-one, so it will not be the case that the range of $\arcsin(y)$ will be the domain of $\sin(x)$ or that you will have $\arccos(\cos(x)) = x$ for every number $x.$

The solution is not to redefine the original function so that it is invertible, such as by making $\cos(x)$ undefined except when $0 \leq x \leq \pi$ (the range of $\arccos$). Functions like the sine and cosine are far too useful when we allow them to be many-to-one (multiple input values $x$ that can produce the same output result $f(x)$); we'd be giving up too much to make them truly invertible. So we put up with an asymmetric situation: $\cos(x)$ is defined for all $x,$ but $\arccos(y)$ can only "get back" to a small subset of the values for which $\cos(x)$ is defined, and we choose that subset to be $[0,\pi].$

Related Question