+
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.
+
Unit Plan
Khan Academy

Khan Academy: Evaluate Sequences in Recursive Form

For Students 9th - 10th Standards
Find the first few terms of sequences that are defined recursively. Students receive immediate feedback and have the opportunity to try questions repeatedly, watch a video or receive hints.
+
eBook
Khan Academy

Khan Academy: Overview of Quicksort

For Students 9th - 10th
Learn how a quicksort uses divide-and-conquer, and so it's a recursive algorithm.
+
Activity
Khan Academy

Khan Academy: Spin Off of Project: Recursive Art

For Students 9th - 10th
A practice project applying 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: 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.