document.write( "Question 513232: I don't understand piece-wise functions. \n" ); document.write( "
Algebra.Com's Answer #342936 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! They're just functions that are defined differently on a different domain. For example, a piece-wise function could say, \"f(x) = 3x if x > 0 and f(x) = x^2 if x <= 0.\" To graph it, interpret it literally and graph f(x) = 3x for all x > 0, and f(x) = x^2 for all x <= 0. \n" ); document.write( " |