Write a recursive definition including all steps basis induc

Write a recursive definition (including all steps, basis, inductive hypothesis, etc) for the set {2, 4, 6, ...} of positive even integers. Please give all steps.

Solution

Set : { 2,4,6,8, .... n, n+2 }

Set of positive even numbers is given .

Basis = Initial term = t 1 = 2

Next term = t 2 = 4

which can be written as -

t 2 = 4 = 2+2 = t 1 + 2

t 3 = 6

which can be written as -

t 3 = 6 = 4+2 = t 2 + 2

similarly, t 4 = 8 = 6+2 = t 3 + 2

so, we can see the pattern & find the recursive relation that -

for any n -

t n = t n-1 + 2 ; n = 2,3,4,5,.....

Write a recursive definition (including all steps, basis, inductive hypothesis, etc) for the set {2, 4, 6, ...} of positive even integers. Please give all steps

Get Help Now

Submit a Take Down Notice

Tutor
Tutor: Dr Jack
Most rated tutor on our site