+
Handout
Wolfram Research

Wolfram Math World: Recursive Function

For Students 9th - 10th Standards
A definition of recursive function, and the relation of recursive function to recursion. There is also an example defining f(x,y) as the function xy.
+
Handout
Wolfram Research

Wolfram Math World: Recursive Sequence

For Students 9th - 10th Standards
Defining recursive sequence, this site also discussed the relationship of Fibonacci numbers and recursive sequence.
+
Online Course
Massachusetts Institute of Technology

Mit: Open Course Ware: Introduction to Numerical Analysis for Engineering

For Teachers 9th - 10th
College-level electrical engineering course highlighting numerical analysis for engineers. This course introduces students to the formulation, methodology, and techniques for numerical solution of engineering problems. Course features...
+
Website
National Institute of Standards and Technology (NIST)

Dictionary of Algorithms and Data Structures: Recursion

For Students 9th - 10th
The DADS description of recursive algorithms in computer programming.
+
Lesson Plan
Illustrative Mathematics

Illustrative Mathematics: F If.3 Snake on a Plane

For Teachers 9th - 10th Standards
In a video game called Snake, a player moves a snake through a square region in the plane, trying to eat the white pellets that appear. This task has students approach a function via both a recursive and an algebraic definition, in the...
+
Lesson Plan
Illustrative Mathematics

Illustrative Mathematics: F Bf Susita's Account

For Teachers 9th - 10th Standards
In this task, students write an equation for the amount of money in a checking account when money is deposited and withdrawn regularly, and use it to calculate the balance at a certain time. This task asks students to determine a...
+
Unit Plan
CK-12 Foundation

Ck 12: Analysis: Explicit Formulas

For Students 9th - 10th
[Free Registration/Login may be required to access all resource tools.] This lesson covers how to write the nth term and how to use it to find terms in the sequence. Students examine guided notes, review guided practice and attempt...
+
Unit Plan
BBC

Bbc: Higher Bitesize Maths: Sequences: Recurrence Relations

For Students 9th - 10th Standards
A tutorial on recurrence relations focuses on the topic of sequences and works with limits. Several examples are included.
+
Activity
Khan Academy

Khan Academy: Spin Off of Project: Recursive Art

For Students 9th - 10th
A practice project applying recursive algorithms.
+
Activity
Khan Academy

Khan Academy: Challenge: Recursive Powers

For Students 9th - 10th
Challenge problems practicing recursive powers.
+
Activity
Khan Academy

Khan Academy: Challenge: Is a String a Palindrome?

For Students 9th - 10th
Practice problems involving recursive algorithms.
+
Activity
Khan Academy

Khan Academy: Challenge: Recursive Factorial

For Students 9th - 10th
Practice solving recursive factorials with these problems.
+
eBook
Khan Academy

Khan Academy: Recursive Factorial

For Students 9th - 10th
Learn how to complete a recursive factorial.
+
eBook
Khan Academy

Khan Academy: Properties of Recursive Algorithms

For Students 9th - 10th
Find out about the properties of recursive algorithms.
+
eBook
Khan Academy

Khan Academy: Computing Powers of a Number

For Students 9th - 10th
Although JavaScript has a built in pow function that computes powers of a number, learn how to write a similar function recursively.
+
Activity
Khan Academy

Khan Academy: Challenge: Iterative Factorial

For Students 9th - 10th
Practice applying recursion with iterative factorials.
+
eBook
Khan Academy

Khan Academy: Improving Efficiency of Recursive Functions

For Students 9th - 10th
Learn how to improve the efficiency of recursive algorithms.
+
eBook
Khan Academy

Khan Academy: Using Recursion to Determine Whether a Word Is a Palindrome

For Students 9th - 10th
Learn how to use recursion to determine whether a word is a palindrome.
+
eBook
Khan Academy

Khan Academy: Multiple Recursion With the Sierpinski Gasket

For Students 9th - 10th
See a good example of a mathematical construct that is a fractal known as a Sierpinski gasket.
+
eBook
Khan Academy

Khan Academy: The Factorial Function

For Students 9th - 10th
See examples of recursion, and look how to compute the factorial function.
+
eBook
Khan Academy

Khan Academy: Recursion

For Students 9th - 10th
Learn about recursion and how it applies to different situations.
+
Handout
Wolfram Research

Wolfram Mathworld: Recursion

For Students 9th - 10th Standards
A brief description of recursive process from MathWorld. Click on any of the highlighted terms for more definitions.
+
Handout
Wikimedia

Wikipedia: Recursion

For Students 9th - 10th
A Wikipedia description of the use of recursion in computer programming, including several examples in different programming languages.
+
Activity
University of Colorado

University of Colorado: Iteration and Recursion Activities

For Students 9th - 10th Standards
These discrete math activities utilize the concepts of iteration and recursion. Students work in a group to solve real-world problems.