Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simple equation Range thing...
#2
Branch up the funtion in different cases by considering when the argument for the absolute value is higher and lower than zero. Then analyze the resulting function.

The three intervals that derive from doing this are:
(-oo,0) ; [0,2/3) ; [2/3;+oo)

The function value on these intervals is, respectively:
sqrt(1+6x) ; sqrt(1) ; sqrt(5-6x)

This furthers restricts our domain for this funcion to:
[-1/6,0) ; [0,2/3) ; [2/3,5/6]

From there it's easy to see that the funcion will be limited between [0,1]
Reply


Messages In This Thread
Simple equation Range thing... - by Manu - 2011-04-21, 06:02 PM
Simple equation Range thing... - by Shidoshi - 2011-04-21, 06:04 PM
Simple equation Range thing... - by Manu - 2011-04-21, 06:36 PM

Forum Jump:


Users browsing this thread: