A sequence is defined by the recurrence relation u(n+1) = -3u(n) + 7
with u(O) = 2. What is the value of u(2)?
Answers
Answered by
0
Given : A sequence is defined by the recurrence relation u(n+1) = -3u(n) + 7 with u(0) = 2
To Find : the value of u(2)
Solution:
u(n+1) = -3u(n) + 7
n = 0
=> u ( 0 + 1) = - 3u (0) + 7
u (0) = 2
=> u (1) = - 3(2) + 7
=> u(1) = 1
n = 1
=> u ( 1 + 1) = - 3u (1) + 7
u (1) = 1
=> u (2) = - 3(1) + 7
=> u(2) = 4
value of u(2) = 4
Learn More:
write the next term of AP root2 ,root18
brainly.in/question/8212323
the seventeenth term of an ap is 5 morethan twice its eighteenth ...
brainly.in/question/8045489
Similar questions
Math,
2 months ago
Math,
5 months ago
Physics,
11 months ago
Computer Science,
11 months ago
English,
11 months ago