Evaluating a piecewise function at x = 0 and x = 4

  • Context:
  • Thread starter Thread starter mathdad
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
mathdad
Messages
1,280
Reaction score
0
The following function is a piecewise-defined function.

y = -x^2 if -2 < x ≤ 0...upper piece
y = x/2 if 0 < x ≤ 4.. bottom piece

Evaluate when x = 0 and x = 4.

Solution:

For x = 0, we evaluate the upper piece.

y = -(0)^2

y = 0

For x = 4, we evaluate the bottom piece.

y = 4/2

y = 2

Is this correct?
 
Mathematics news on Phys.org
Yes, this is correct.
 
It feels good to be correct. More questions will be posted tomorrow as I travel through David Cohen's precalculus textbook.