Continuation of composite function problem problematic

Click For Summary

Homework Help Overview

The discussion revolves around a composite function problem involving the function f(x) = ax + b and its third iteration, f(3)(x). The original poster presents a challenge in deriving a general rule for f(n)(x) based on their findings from the first part of the problem.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • The original poster attempts to derive a general rule for f(n)(x) based on their calculations, but expresses uncertainty about the correctness of their approach. Some participants suggest considering the terms of the series in a different way, while others inquire about the understanding of geometric sequences and their sums.

Discussion Status

The discussion is ongoing, with participants exploring different interpretations of the problem. Some guidance has been offered regarding geometric sequences and their sums, but the original poster indicates a lack of familiarity with these concepts, which may be impacting their ability to progress.

Contextual Notes

The original poster notes that they have not yet covered sequences or series in their studies, which they believe may be fundamental to solving the problem. There is also a mention of needing justification for the formula used in the context of the problem.

valmancer
Messages
8
Reaction score
0
I asked about the first part of this problem in https://www.physicsforums.com/showthread.php?t=592408. I thought the best idea was to start another thread for the second part.

Homework Statement


Part a) Given f(x)=ax+b, and f(3)(x)=64x+21, find the values of the constants a and b.

(note: f(3)(x) means fff(x))

I figured out a=4 and b=1

Part b) Suggest a rule for f(n)(x).


Homework Equations



f(3)(x)=a3x+b(a2+a+1)

The Attempt at a Solution



From the equation I got in the first part (above) I reasoned that the genereal rule would be:

f(n)(x)=anx+b(an-1+an-2...a+1)

a=4 and b=1 so,

f(n)(x)=4nx+(4n-1+4^n-2...4+1)

However that isn't a very good general rule and the answer given in the book is:

4nx+(4n-1)/3

I have no idea how to reach that from what I've got now.
 
Physics news on Phys.org
[tex]4^{n-1} + 4^{n-2} + \cdots + 4 + 1[/tex] is also
[tex]4^{n-1} + 4^{n-2} + \cdots + 4^1 + 4^0[/tex]
Can you think of those terms in another way now?
 
Thanks for the answer,

I thought of them like that almost immediately after writing them down, but still can't get them into any other form. I understand that the exponent is always one more until it reaches n-1. I don't know how I can simplify a^n+a^m, which I think is needed here.
 
Have you covered geometric sequences and series yet?
 
Are you familiar with geometric sequences and their sums?

Looks like he jing ^ beat me to it!
 
I'm afraid we haven't done anything with sequences or series yet. That's why I think I'm doing something fundamentally wrong :). Could there be another way of doing this question?

It would be great if someone could point me to someplace where I can learn about sequences and series and whatever else I need to know for this question.

Thanks for the responses
 
A geometric sequence is simply a sequence of terms where each successive term is multiplied by some r. Take this, for example:
[tex]a_n = 4^{n-1}[/tex]
[tex]1, 4, 16, 64, ...[/tex]
It is clear the r is 4. The sum of a geometric sequence is given by
[tex]S_n = \dfrac{a_1(1 - r^{n+1})}{1 - r}[/tex]
The authors note that the expression in parenthesis may defined as the sum of a geometric sequence of n-1 terms, specifically:
[tex]\dfrac{1 \ast (1 - 4^{(n-1)+1})}{-3}[/tex]
Which simplifies to the expression given.
 
Thank you for the answer Bearded Man,

I understand everything else but the an term you use. What does a1 mean? Why is it equal to 1 in my problem?
 
Last edited:
valmancer said:
Thank you for the answer Bearded Man,

I understand everything else but the an term you use. What does a1 mean? Why does is it equal to 1 in my problem?

an is an expression for a given term in the sequence. so a1 is the first term in the sequence, 1, and a2 is the second term in the sequence, 4, etc. If you wanted to find a5, you would find 45-1.
 
  • #10
Thank you once again Bearded Man,

I finished the question. The only thing missing is some justification for the formula used (sum of series=...), but I understand if you don't have time to explain why it works.
 
  • #11
valmancer said:
Thank you once again Bearded Man,

I finished the question. The only thing missing is some justification for the formula used (sum of series=...), but I understand if you don't have time to explain why it works.

Recall that we can add two equations together.
[tex]S_n = a + ar + ar^2 ... + ar^n[/tex]
[tex]rS_n = ar + ar^2 + ar^3 ... + ar^{n+1}[/tex]
[tex]S_n - rS_n = a - ar^{n+1}[/tex]
[tex]S_n (1 - r) = a(1-r^{n+1})[/tex]
[tex]S_n = \dfrac{a(1-r^{n+1})}{1-r}[/tex]

That is the sum of a geometric sequence. You can derive the sum of an arithmetic sequence, like 1,4,7,10,13... in a similar fashion, try it. An arithmetic sequence is a sequence of terms where each following term is d greater than the previous term (3 in the previous example). You can also derive a formula for an of an arithmetic sequence as well (it's actually really easy).
 
  • #12
valmancer said:
...

a=4 and b=1 so,

f(n)(x)=4nx+(4n-1+4^n-2...4+1)

However that isn't a very good general rule and the answer given in the book is:

4nx+(4n-1)/3

I have no idea how to reach that from what I've got now.

If you want to show that (4n-1+4^n-2...4+1) is the same as (4n-1)/3 try the following:

[itex]\displaystyle \text{Let } S=4^{n-1}+4^{n-2}+\dots+4^{2}+4+1\ .[/itex]

[itex]\displaystyle \text{Then multiply }S\text{ by 4: }\quad 4S=4^n+4^{n-1}+4^{n-2}+\dots+4^{2}+4\ .[/itex]

Now take 4S - S, which is of course 3S, and solve for S.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
Replies
15
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K