We are given a recursive function defined by $a_n = 2a_{n-1}$ with $a_0 = 1$. We need to find the value of $a_3$.
2025/6/7
1. Problem Description
We are given a recursive function defined by with . We need to find the value of .
2. Solution Steps
The recursive formula is . We are also given that .
We can use this information to find , , and finally .
For , we have:
For , we have:
For , we have: