Date: 3/12/2014 12:24:47
From: sibeen
ID: 638374
Subject: Bit of maths

Daughters problem.

The sum of an infinite geometric series is 27 and the sum of the first three terms is 19. Find the first term and the common ratio.

and the identity is given:

Sn = a(r^n -1)/(r-1)

So I thought to myself, this is easy and broke it down into two simultaneous equations

27 – 27*r – a = 0

a*r^3 – a -19*r + 19 =0

Threw that into mathcad, because I’m lazy, and got the result

a = 9

r = 2/3

Which seems to be right.

I then tried to work out the simultaneous equations by hand, so I could show the sprog, and I’m stumped.

So stop talking about sex and get to work.

Reply Quote

Date: 3/12/2014 12:27:47
From: Tamb
ID: 638376
Subject: re: Bit of maths

sibeen said:


Daughters problem.

The sum of an infinite geometric series is 27 and the sum of the first three terms is 19. Find the first term and the common ratio.

and the identity is given:

Sn = a(r^n -1)/(r-1)

So I thought to myself, this is easy and broke it down into two simultaneous equations

27 – 27*r – a = 0

a*r^3 – a -19*r + 19 =0

Threw that into mathcad, because I’m lazy, and got the result

a = 9

r = 2/3

Which seems to be right.

I then tried to work out the simultaneous equations by hand, so I could show the sprog, and I’m stumped.

So stop talking about sex and get to work.


Can’t help. I know less about maths than I do about sex (& that’s not much)

Reply Quote

Date: 3/12/2014 13:07:30
From: furious
ID: 638402
Subject: re: Bit of maths

Probably a bit long winded, as I am rusty but:

27 – 27*r – a = 0
27 – a = 27*r
a = 27 – 27*r

a*r^3 – a -19*r + 19 = 0
a = (27 – 27*r)*r^3 – 19*r + 19
27 – 27*r = (27 – 27*r)*r^3 – 19*r + 19

8 – 27*r = (27 – 27*r)*r^3 – 19*r
8 – 8*r = (27 – 27*r)*r^3
8 * (1 – r) = 27r^3 * (1 – r)
8 = 27r^3
8/27 = r^3
r = 2/3

a = 27 – 27 * (2/3)
a = 9

Reply Quote

Date: 3/12/2014 13:23:09
From: sibeen
ID: 638417
Subject: re: Bit of maths

furious said:


Probably a bit long winded, as I am rusty but:

27 – 27*r – a = 0
27 – a = 27*r
a = 27 – 27*r

a*r^3 – a -19*r + 19 = 0
a = (27 – 27*r)*r^3 – 19*r + 19
27 – 27*r = (27 – 27*r)*r^3 – 19*r + 19

8 – 27*r = (27 – 27*r)*r^3 – 19*r
8 – 8*r = (27 – 27*r)*r^3
8 * (1 – r) = 27r^3 * (1 – r)
8 = 27r^3
8/27 = r^3
r = 2/3

a = 27 – 27 * (2/3)
a = 9

Egad.

Thanks, furious. I completely missed the substitution a = 27 – 27*r.

Jaysus, quite thick of me.

Been a long time since I’ve done one of these by hand. They do pop up a bit when I’m working, but I always just throw the equations into mathcad and let it do the grunt work.

Thanks again :)

Reply Quote

Date: 3/12/2014 14:38:31
From: dv
ID: 638486
Subject: re: Bit of maths

http://journals.aps.org/prd/abstract/10.1103/PhysRevD.72.084013

Information loss in black holes
Phys. Rev. D 72, 084013 – Published 18 October 2005
S. W. Hawking

The question of whether information is lost in black holes is investigated using Euclidean path integrals. The formation and evaporation of black holes is regarded as a scattering problem with all measurements being made at infinity. This seems to be well formulated only in asymptotically AdS spacetimes. The path integral over metrics with trivial topology is unitary and information preserving. On the other hand, the path integral over metrics with nontrivial topologies leads to correlation functions that decay to zero. Thus at late times only the unitary information preserving path integrals over trivial topologies will contribute. Elementary quantum gravity interactions do not lose information or quantum coherence.

——

Reply Quote

Date: 3/12/2014 14:39:01
From: dv
ID: 638488
Subject: re: Bit of maths

Fred Wong

Reply Quote

Date: 3/12/2014 20:58:38
From: PM 2Ring
ID: 638710
Subject: re: Bit of maths

For the sum of a GP to converge the absolute value of the common ratio must be less than 1, so I prefer to write the formula for the sum like this:

Sn = a (1 – rn) / (1 – r)
The limit as n → ∞ of rn for |r| < 1 is 0, so
S = a / (1 – r)

For the problem in the OP,

S3 = a (1 – r3) / (1 – r) = 19 … (1)
S = a / (1 – r) = 27 … (2)

Dividing eqn (1) by (2)
1 – r3 = 19 / 27
r3 = 1 – 19 / 27 = 8 / 27
Therefore
r = (8 / 27)1/3 = 2 / 3

From eqn (2)
a = 27(1 – r) = 27 (1 – 2/3) = 27 / 3 = 9

Reply Quote

Date: 3/12/2014 22:13:46
From: sibeen
ID: 638758
Subject: re: Bit of maths

PM 2Ring said:


For the sum of a GP to converge the absolute value of the common ratio must be less than 1, so I prefer to write the formula for the sum like this:

Sn = a (1 – rn) / (1 – r)
The limit as n → ∞ of rn for |r| < 1 is 0, so
S = a / (1 – r)

For the problem in the OP,

S3 = a (1 – r3) / (1 – r) = 19 … (1)
S = a / (1 – r) = 27 … (2)

Dividing eqn (1) by (2)
1 – r3 = 19 / 27
r3 = 1 – 19 / 27 = 8 / 27
Therefore
r = (8 / 27)1/3 = 2 / 3

From eqn (2)
a = 27(1 – r) = 27 (1 – 2/3) = 27 / 3 = 9

Elegant, PM :)

I must admit I got caught up in the fact that 0 < r > 1, and thought there must be a winkle in using that, so missed the bloody obvious, ala furious, or your more succinct solution.

That, and I’m an idiot :)

Reply Quote