Find range of a function given the domain??

I have the following trigonometric curves with a given domain. How do you work out the range?
Domain #0<=x<=8#

Functions:
#y=asinpix#
#y=bcospix#

1 Answer
Jun 25, 2018

The ranges are #[-a,a]# and #[-b,b]#.

Explanation:

Your functions are a slightly modified version of the standard trigonometric functions #sin(x)# and #cos(x)#.

The most general case is #Asin(omegax+phi)+b#, where

  • #A# influences the amplitude. The standard sine function has amplitude #1#, i.e. has range #[-1,1]#. Any modified version has amplitude #A#, i.e. ranges from #-A# to #A#.
  • #omega# influences the period, given the formula #T=(2pi)/omega#
  • #phi# and #b# are shift: #phi# translates the function horizontally, #b# represents a vertical translation.

In your case, the period of the function is #2#, since #omega=pi# and thus

#T=(2pi)/omega = (2pi)/pi=2#

for both functions. This means that the domain #[0,8]# spans four periodicity of the function, and this means that the minimum and maximum of the functions are reached four times each. And given the first point, you know that the range of the first function is #[-a,a]#, while the range of the second is #[-b,b]#.