Question: A function is recursive if it calls itself or if it can be part of a circular chain of calls. Use recursive functions in situations where one or two instances of the problem are very simple to solve and where the remaining cases can be redefined in terms of cases that are closer to one of the simple cases.