functions!!

let f1(x) = x for 0≤x≤1
1 for x>1
0 otherwise
and
f2(x) = f1(-x) for all x
f3(x) = -f2(x) for all x
f4(x) = f3(-x) for all x
Which of the following in necessarily true?
1. f4(x) = f1(x) for all x
2. f1(x) = - f3(-x) for all x
3. f2(-x) = f4(x) for all x
4. f1(x) + (3(x) = 0 for all x

4 Answers

6
AKHIL ·

is the ans 2?

1
Surbhi Agrawal ·

yeah the answer is 2. plz explain!!!!!!!

1
lanuk ·

ans is 2...........drw d graphs.....

1
sri 3 ·

f1(x) = x for 0≤x≤1
1 for x>1
0 otherwise
f2(x) =f1(-x)
f2(x) = -x for 0≥x≥-1
1 if x<-1
0 if x>0
f3(x) = -f2(x)
f3(x) = x for 0≥x≥-1
-1 if x<-1
0 if x>0
f4(x) = f3(-x)
f4(x) = -x for 0≤x≤1
-1 for x>1
0 for x<0
So f1(x) = -f4(x) = -f3(-x) for all x in the domain.

Your Answer

Close [X]