Jimmy84
- 190
- 0
Homework Statement
Im having a lot of dificulties evaluating this function, I really need some easy to understand explanation about how to evaluate it by the given values, I would appreciate any help.
-Problem one
given the function:
U(x) =
0 if x < 0
1 if 0 ≤
define the function by
a.) U(x-1)
b.) U(x) - 1
c.) U(x) - U(x-1)
The solutions are
a.) U(x-1) =
0 if x < 1
1 if 1 ≤ x
b.) U(x) - 1 =
-1 if x < 0
0 if 0 ≤ x
c.) U(x) - U(x-1) =
0 if x < 0
1 if 0 ≤ x < 1
0 if 1 ≤ x
-Problem 2
given f(x), a, L and epsilon, determine that delta > 0
the given function is x^2 -2x +1 , a = 2 , L = 1 and epsilon = 0.4
so I tried getting f(x1) and f(x2)
f(x1) = 0.6 and f(x2) = 1.4
but then I got stuck with the algebra when I had to get x1 and x2.
(x1)^2 - 2(x1) + 1 = o.6
and
(x2)^2 - 2(x2) + 1 = 1.4
how can I solve these problems?
thanks a lot in advance.