A Recursive Partitioned FunctionConsider a function, f(n), defined recursively by parts:
f(n+1) = f(n) + 3 while f(n) f(n+1) = f(n) - 2 while f(n) > 100
f(1) = 50
Find the value of f(500).
Consider a function, f(n), defined recursively by parts:
f(n+1) = f(n) + 3 while f(n) f(n+1) = f(n) - 2 while f(n) > 100
f(1) = 50
Find the value of f(500).
f(n+1) = f(n) + 3 while f(n) f(n+1) = f(n) - 2 while f(n) > 100
f(1) = 50
Find the value of f(500).
View the solution
Fractional System
Analytic Trigonometry
Blogs on This Site
Reviews and book lists - books we love!
The site administrator fields questions from visitors.
Like us on Facebook to get updates about new resources