How can you represent the terms of a sequence explicitly? How can you represent them recursively? Provide mathematical examples to support your opinions.
For example 1, 2, 3, 4, 5, ... An explicit way to write this would be \( a_n = n \). Now, what's a recursive definition for the same sequence?
an+1= an + 1
Yes, \[ a_{n+1} = a_n + 1 \] Now, you make up another example for yourself.
a(n+1) = a(n) + 1 , a(1) = 1
james, can you help me with work problem?
actually yes, what perl wrote just now is right. It's very important to give the first case
can you do integrals?
yes, give me the link and I'll help if I can
@JamesJ Question... What is the 15th term in the sequence using the given formula? cn = 3n – 1 Is 44 the right answer?
Just wondering if I understood this all correctly.
clearly, yes
Thanks!
Sorry, last question.. Is my recursive formula for 2,4,6,8,10,12,14,16,18,20. . . correct? a(n)=a(n-1)+2
Looks right to me!
Join our real-time social learning platform and learn together with your friends!