Understanding Sequences and Recursive Functions

Understanding Sequences and Recursive Functions

Assessment

Interactive Video

Mathematics

9th - 12th Grade

Medium

Created by

Emma Peterson

Used 1+ times

FREE Resource

The video tutorial explains how to define sequences using both recursive and explicit functions. It starts with an introduction to a sequence function, followed by a detailed explanation of defining sequences recursively. The tutorial then transitions to defining sequences explicitly, providing examples and encouraging viewers to practice these concepts. The video emphasizes understanding the relationship between terms in a sequence and how to express this relationship through different types of functions.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of h(n) when n equals 2?

0

-31

38

-45

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What pattern is observed in the sequence defined by h(n)?

Subtracting 7 each time

Multiplying by 7 each time

Dividing by 7 each time

Adding 7 each time

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the base case for the recursive function g(n)?

g(1) = -31

g(1) = 7

g(1) = 0

g(1) = 31

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is the recursive function g(n) defined for n greater than 1?

g(n) = g(n-1) + 7

g(n) = g(n-1) / 7

g(n) = g(n-1) - 7

g(n) = g(n-1) * 7

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the starting value of the new sequence when n equals 1?

9.5

9.4

9.3

9.6

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the common difference in the arithmetic sequence starting at 9.6?

0.1

0.2

0.3

0.4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many times do you subtract 0.1 for the third term in the sequence?

1 time

0 times

3 times

2 times

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?