A sequence of functions f1, f2, f3, … is defined by f1(x) = |x| fn+1(x) = |fn(x) + x| for n ≥ 1 Find the value of ∫−11 f99(x) dx
- A0
- B0.5
- C1
- D49.5
- E50
- F99
- G99.5
- H100
Show the answer and worked solution
answer · E
- A0
- B0.5
- C1
- D49.5
- E50
- F99
- G99.5
- H100
Split at zero and iterate on each side. For x ≥ 0, f1(x) = x and each step adds another x with nothing to cancel, so fn(x) = nx and f99(x) = 99x. For x < 0 the pattern collapses instead of growing: f1(x) = −x, then f2(x) = |−x + x| = 0, then f3(x) = |0 + x| = −x, and so on alternating. Since 99 is odd, f99(x) = −x there. So the integral is ∫−10 (−x) dx + ∫01 99x dx = 12 + 992 = 50.