#Summation Notation
1 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
$a_1 = 1$
do you see the pattern here?
xNiden
$r = \frac{1}{8}$
xNiden
$a_n = a_1r^{n-1}$
xNiden
$\frac{1}{512} = 1\left(\frac{1}{8}\right)^{n-1}$
xNiden
yes the pattern is 1/8 then everything just gets multiplied by 1/8
so the n-th term in general form is?
using this formula, it is $\left(\frac{1}{8}\right)^{n-1}$
wolfqz
first term and common ratio?
first like find the first few values
then find a common ratio
ok
xNiden
$\frac{2^0-3^0}{6^0}$ = $\frac{1-1}{1}$ = $\frac{0}{1}$
xNiden
$\frac{2^1-3^1}{6^1}$ = $\frac{2-3}{6}$ = $-\frac{1}{6}$
xNiden
$\frac{2^2-3^2}{6^2}$ = $\frac{4-9}{36}$ = $-\frac{5}{36}$
xNiden
$\frac{2^3-3^3}{6^3}$ = $\frac{8-27}{216}$ = $-\frac{19}{216}$
xNiden
$\frac{2^{4}-3^{4}}{6^{4}}$ = $\frac{16-81}{1296}$ $-\frac{65}{1296}$
xNiden
hm
$\frac{1}{1-\frac{2}{6}}$ = $\frac{1}{\frac{4}{6}}$ = $\frac{1}{1}*{\frac{6}{4}}$ = $\frac{6}{4}$
xNiden
$\frac{1}{1-\left(-\frac{3}{6}\right)}$ = $\frac{1}{\frac{3}{6}}$ = $\frac{1}{1}*{\frac{6}{3}}$ = $2$ = $\frac{4}{4}$
$\frac{6}{4}$ + $\frac{4}{4}$ = $\frac{10}{4}$
xNiden
hm
xNiden
$\frac{1}{1-\left(-\frac{3}{6}\right)}$ = $\frac{1}{\frac{9}{6}}$ = $\frac{1}{1}*{\frac{6}{9}}$ = $\frac{2}{3}$
xNiden
im not sure what im doing wrong
i believe theres some way to factor 2^n-3^n
because i dont think you have a good common ratio there
oh
@empty dew
@empty dew
issue is you used the geometric series fomula but your r value is well
idk something random
The answer can't positive for sure
well you can see the ratio clearly doesnt hold
I tried to figure out the r by setting everything to the power of 0, 1, 2, 3 and etc
im not sure
That's the peoblwm
also your series starts at 3
It's not geometric
Oh yeah I didn't see that
believe theres a general way to factor a^n-b^n for odd and even n
No need for that
Just add thkse terms when n=0,1,2 and you can aplly it
I mean to try this
this is what shows in this yt videohttps://www.youtube.com/watch?v=byY9a0Q1g_g&t=291s
This way you can combine those 3 extra terms with the sum that starts from 3 into a sum that starts from 0
And the sum on the left I showed you how you can conpute it in the other chat
So after that you just solve for L
sorry im currently eating brb
No just eat
Think as much as you want
Summary: since the sum was starting from 3 we couldn't just mindleslly apply any formulas like the geometric sum formula to help. That's why we forcefully introduced those 3 missing terms to complete the sum and then we could apply those formulas for help
We then break that fraction into 2 fractions and break it into 2 sums which are both geometric
The rest it's just algebra
So then
hm
i would add $\frac{2^0-3^0}{6^0}$ + $\frac{2^1-3^1}{6^1}$ + $\frac{2^2-3^2}{6^2}$ + $\frac{2^3-3^3}{6^3}$
xNiden
wait you put M= 0 for the Sigma
Why
What does sigma from n = 5 to n = 12 of n^2 ?
It means 5^2 + 6^2 + 7^2 + ... + 12^2
It's just a notation to shorten sums
That's why if we add 1^2 + 2^2 + 3^2 + 4^2 to the sigma from n = 5 to n = 12 of n^2 we can shorten it into just sigma from n = 1 to = 12 of n^2
The same thing I combined the (2^0 - 3^0)/6^0 + ... + (2^2 - 3^2)6^2 with the sum that starts from n = 3 to n = inf and made it into a sum from n = 0 to n = inf
$\sum_{n=3}^{∞} \left( \frac{1}{3^n}-\frac{1}{2^n}\right)$
(xy)²=(yz)²=(xz)²=xyyzxz=-1
decompose the fractions
then canceling
$\sum_{n=3}^{∞} \frac{1}{3^n}-\sum_{n=3}^{∞}\frac{1}{2^n}$
(xy)²=(yz)²=(xz)²=xyyzxz=-1
then you can take summation inside the additive operator
(add and subtract are both additive operators)
you now have 2 different infinite series
solve each individually
$\frac{2^n - 3^n}{6^n} = \frac{2^n}{6^n} - \frac{3^n}{6^n}
= (\frac{2}{6})^n - (\frac{3}{6})^n$
(xy)²=(yz)²=(xz)²=xyyzxz=-1
i thought it was telescopic at first
but when i seperate it
it isn't telescopic but it does help solving the problem
Sorry Today I got busy
+close