View Single Post
Default   #324   Coda Coda is offline
Developer
Quote:
Originally Posted by Potironette View Post
I thought the pointing end was the compass's north pole..?
Nope, because opposite poles attract. It's the part of the compass LABELED north, but magnetically speaking it's the south pole.

Quote:
Oops, I forgot ._.'''. So basically I can find the sum at any position (n) with closed form and that's what closed form is?
Yup.

Quote:
So to find a ratio I just look at one value and the next and if I don't know how much to multiply the first by, I just divide the next from the previous!
Yup.

Quote:
Although, wouldn't that be 5c?
Um...

5nc+1 / 5(n-1)c+1
5(nc+1) - ((n-1)c+1)
5nc + 1 + -(nc + -c + 1)
5nc + 1 + -nc + c + -1
5nc + -nc + 1 + -1 + c
5c

... yep, you're right, my mistake!

Quote:
I messed up writing it, woops. a = a1. And 'a' represents the first term in an arithmetic series. d is the difference between two terms in an arithmetic series. Sn in this case is the sum for the arithmetic series. I learned to use those formulas to find the sum of things such as 1, 3, 5, ... up to a specified nth term in class.
That means that d = a2 - a1, so you can substitute that into the expression.

n(2a1 + (n-1)d)/2 = n((a1+a2)/2)
n(2a1 + (n-1)(a2 - a1))/2 = n((a1+a2)/2)
2a1 + (n-1)(a2 - a1) = a1+a2
2a1 + (n-1)a2 - (n-1)a1 = a1+a2
2a1 - (n-1)a1 + (n-1)a2 = a1+a2
(2 - n - 1)a1 + (n-1)a2 = a1+a2
(1 - n)a1 + (n - 1)a2 = a1+a2
(n - 1)(a2 - a1) = a1+a2

... by all accounts it doesn't make sense. Did I make a mistake, or did you transcribe something else wrong?
Games by Coda (updated 4/8/2025 - New game: Marianas Miner)
Art by Coda (updated 8/25/2022 - beatBitten and All-Nighter Simulator)

Mega Man: The Light of Will (Mega Man / Green Lantern crossover: In the lead-up to the events of Mega Man 2, Dr. Wily has discovered emotional light technology. How will his creations change how humankind thinks about artificial intelligence? Sadly abandoned. Sufficient Velocity x-post)
Old Posted 04-25-2017, 07:50 PM Reply With Quote