Write a closed form expression for the approximation y(nC)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
IntegrateMe
Messages
214
Reaction score
1
[tex]y(4C) ≈ 7.3 + C + \frac{C}{3^{10C}} + \frac{C}{3^{20C}} + \frac{C}{3^{30C}}[/tex]

Would:

[tex]y(nC) ≈ 7.3 + C\sum_{n = 0}^{\infty}{\frac{1}{3^{10Cn}}}[/tex]

Be an acceptable answer? If not, what am I doing wrong here?
 
Physics news on Phys.org
Oh, ok. So should I be relating this to [tex]a\frac{1-r^n}{1-r}[/tex]
In particular, will my solution look something like:

[tex]y(nC) ≈ 7.3 + C\frac{1-{\frac{1}{3^{10C}}}^n}{1-\frac{1}{3^{10C}}}[/tex]
?
 
Well, because y(nC) is an approximation of some function, I assume. I just realized that there should have been a "..." in the initial y(4C).
 
IntegrateMe said:
Well, because y(nC) is an approximation of some function, I assume. I just realized that there should have been a "..." in the initial y(4C).

Now why would you do that? Then the first sum is the same as second sum. You can sum a geometric series like that exactly. As you've basically already said. If n is large and r=1/(3^(10C) is small you can approximate it by the infinite sum. I don't see any other role for 'approximately equal' here.
 
I just assumed that I couldn't use the sigma notation since they specified a "closed form expression." But, then again, I'm not entirely what that means.