How do I solve this tricky math problem involving sums?

  • Thread starter Thread starter seaglespn
  • Start date Start date
  • Tags Tags
    Sum Sums
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 3K views
seaglespn
Messages
26
Reaction score
0
Some sums, don't sum up :)

I have a problem that require some math tricks, and after I tried to solve it myself I looked at the answer and I don't understand how this is done :
[tex] \[<br /> \sum\limits_{k = 0}^n {\left( {\frac{2}{5}} \right)^k } + \sum\limits_{k = 0}^n {\left( {\frac{3}{5}} \right)^k } = \frac{5}{3}\left( {1 - \left( {\frac{2}{5}} \right)^{n + 1} } \right) + \frac{5}{2}\left( {1 - \left( {\frac{3}{5}} \right)^{n + 1} } \right)<br /> \][/tex]

An advice pls, thx!
 
Physics news on Phys.org
Hello seaglespn,

Hint: geometric series :wink:

[tex]\sum\limits_{k = 0}^n q^{k}=\frac{1-q^{n+1}}{1-q}[/tex]

for [tex]|q|<1[/tex]

Do you know how to prove this identity?
Although not necessary for solving this problem you might want to take a look at the infinite geometric series as well.

[tex]\sum\limits_{k = 0}^\infty q^{k}[/tex]

for [tex]|q|<1[/tex]

What would be the limit?

Regards,

nazzard
 
Last edited:
nazzard said:
Hello seaglespn,

Hint: geometric series :wink:

[tex]\sum\limits_{k = 0}^n q^{k}=\frac{1-q^{n+1}}{1-q}[/tex]

for [tex]|q|<1[/tex]

Do you know how to prove this identity?
Although not necessary for solving this problem you might want to take a look at the infinite geometric series as well.

[tex]\sum\limits_{k = 0}^\infty q^{k}[/tex]

for [tex]|q|<1[/tex]

What would be the limit?

Regards,

nazzard
Ok, I have done the math, and I end up with the correct answer, after I wasn't so sure about the : [tex]\[<br /> b_n = b_1 \frac{{q^n - 1}}{{q - 1}}<br /> \][/tex]

Where the power of q must be the TOTAL number of elements...

Code:
Sorry, my mistake... :smile:
The sum thends to a constant... but that might be a definitions somewhere...
And it didn't rings any bell to me...
A constant "variable" due to q. :smile: .
Goofy me...

Thx for the help!

Regards,
seaglespn.
 
Last edited:
seaglespn said:
And about the sum which tends to infinit the limit would be 0 if |x|<1 , else it would be infinite... :smile:

Try again please :smile:

[tex]\sum\limits_{k = 0}^\infty q^{k}=\lim_{\substack{n\rightarrow\infty}}\sum\limits_{k = 0}^{n} q^{k}=\lim_{\substack{n\rightarrow\infty}}\frac{1-q^{n+1}}{1-q}=?[/tex]

Remember [tex]|q|<1[/tex]
 
Last edited:
[tex] \[<br /> \mathop {\lim }\limits_{n \to \infty } \frac{{1 - q^{n + 1} }}{{1 - q}} = \frac{1}{{1 - q}} = ?<br /> \][/tex]
 
[tex] \[<br /> \mathop {\lim }\limits_{n \to \infty } \frac{{1 - q^{n + 1} }}{{1 - q}} = \frac{1}{{1 - q}} \]<br /> [/tex]
?
Sorry about double post... my refresh is kinda slow :smile:
 
seaglespn said:
[tex] \[<br /> \mathop {\lim }\limits_{n \to \infty } \frac{{1 - q^{n + 1} }}{{1 - q}} = \frac{1}{{1 - q}} \]<br /> [/tex]
?

correct :smile:

Regards,

nazzard
 
Thanks for your help @nazzard... :smile:

Cheers!