Asked by Harold
                f(2.4) = 4(2.4) - 2.4^2 = 3.84
If I were to continue this iteration what would be the next equation? I am just confused how to continue with a problem I'm doing.
            
        If I were to continue this iteration what would be the next equation? I am just confused how to continue with a problem I'm doing.
Answers
                    Answered by
            Scott
            
    f(x) = 4 x - x²
    
                    Answered by
            Harold
            
    But how do I make f^2 (2.4)? I know the equation is f(x) = 4x - x^2, I based it off that equation in the first place but I just don't know how to continue solving.
    
                    Answered by
            Steve
            
    It sounds like you want a recursive sequence, where
T(n+1) = 4Tn - Tn^2
If so, then if
Tn = 4*2.4 - 2.4^2 = 3.84
T(n+1) = 4*3.84 - 3.84^2 = 0.61
    
T(n+1) = 4Tn - Tn^2
If so, then if
Tn = 4*2.4 - 2.4^2 = 3.84
T(n+1) = 4*3.84 - 3.84^2 = 0.61
                                                    There are no AI answers yet. The ability to request AI answers is coming soon!
                                            
                Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.