Purchase Solution

Recursion

Not what you're looking for?

Ask Custom Question

Determine whether each of these proposed definitions is a valid recursive definition of a function f from the set of non negative integers to the set of integers. If f is well
defined, find a formula for f(n) when n is a non negative integer and prove that your formula is valid.
a) f(0) = 1,f(n) = - f(n - 1) for n >= 1
b) f(0) = 1, f(1) = 0, f(2) = 2, f(n) = 2f(n - 3) for n>=3
c) f(0) = 0, f(1) = 1, f(n) = 2f(n + 1) for n >= 2
d) f(0) = 0, f(1) = 1, f(n) = 2f(n - 1) for n >= 1
e) f(0) = 2, f(n) = fen - 1) if n is odd and n >= 1 and f(n) = 2f(n - 2) if n >= 2

Purchase this Solution

Solution Summary

Recursion is demonstrated for proposed functions.

Solution Preview

Determine whether each of these proposed definitions is a valid recursive definition of a function f from the set of non negative integers to the set of integers. If f is well
defined, find a formula for f(n) when n is a non negative integer and prove that your formula is valid.
a) f(0) = 1,f(n) = - f(n - 1) for n >= 1
b) f(0) = 1, f(1) = 0, f(2) = 2, f(n) = 2f(n - 3) for n>=3
c) f(0) = 0, f(1) = 1, f(n) = 2f(n + 1) for n >= 2
d) f(0) = 0, ...

Purchase this Solution


Free BrainMass Quizzes
Know Your Linear Equations

Each question is a choice-summary multiple choice question that will present you with a linear equation and then make 4 statements about that equation. You must determine which of the 4 statements are true (if any) in regards to the equation.

Exponential Expressions

In this quiz, you will have a chance to practice basic terminology of exponential expressions and how to evaluate them.

Graphs and Functions

This quiz helps you easily identify a function and test your understanding of ranges, domains , function inverses and transformations.

Probability Quiz

Some questions on probability

Geometry - Real Life Application Problems

Understanding of how geometry applies to in real-world contexts