59.3k views
3 votes
Evaluating a piece wise defined function

Evaluating a piece wise defined function-example-1
User Bachi
by
7.8k points

1 Answer

4 votes

Given : if x belongs to the interval -2 ≤ x < 2 then h(x) = -(x - 1)² + 1

As x = -2 belongs to the interval -2 ≤ x < 2

h(-2) = -(-2 - 1)² + 1 = -(-3)² + 1 = -9 + 1 = -8

As x = 1 belongs to the interval -2 ≤ x < 2

h(1) = -(1 - 1)² + 1 = 0 + 1 = 1

Given if x is greater than or equal to 2 then h(x) =
(-1)/(4)x + 1

As x = 3 is greater than 2

h(3) =
(-1)/(4)(3) + 1 = ((-3)/(4) + 1) = (1)/(4)

User Wajahat
by
8.7k points