Purchase Solution

Recursion

Not what you're looking for?

Ask Custom Question

4. Find f(2), f(3), f(4), and f(5) if f is defined recursively by f(0) = f(1) = 1 and for n = 1,2, ...
a) f(n + 1) = f(n) - f(n - 1).
b) f(n + 1) = f(n)f(n - I).
c) f(n + 1) = f(n)^2 + f(n - 1)^3.
d) f(n + 1) = f(n)/f(n - 1).

Purchase this Solution

Solution Summary

Recursion is exemplified.

Purchase this Solution


Free BrainMass Quizzes
Probability Quiz

Some questions on probability

Exponential Expressions

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

Solving quadratic inequalities

This quiz test you on how well you are familiar with solving quadratic inequalities.

Multiplying Complex Numbers

This is a short quiz to check your understanding of multiplication of complex numbers in rectangular form.

Geometry - Real Life Application Problems

Understanding of how geometry applies to in real-world contexts