Im not sure if i did this question correctly, could somebody check for me. Thanks.
If u1 = 1 and un = root(2un-1) for n >= 2
a) Show that un < 2 for n >= 1.
Step 1. If n = 1,
u1 = 1
***< 2
therefore true for n = 1.
Step 2. Assuming true for n = k,
uk = root(2uk-1) < 2
Step 3. Hence show true for n = k + 1,
root(2uk) < 2, i.e. LHS - RHS < 0
LHS - RHS = root(2uk) - 2
********< 2 - 2
********< 0
If u1 = 1 and un = root(2un-1) for n >= 2
a) Show that un < 2 for n >= 1.
Step 1. If n = 1,
u1 = 1
***< 2
therefore true for n = 1.
Step 2. Assuming true for n = k,
uk = root(2uk-1) < 2
Step 3. Hence show true for n = k + 1,
root(2uk) < 2, i.e. LHS - RHS < 0
LHS - RHS = root(2uk) - 2
********< 2 - 2
********< 0
Last edited: