Entmoot
 


Go Back   Entmoot > Other Topics > General Messages
FAQ Members List Calendar

Reply
 
Thread Tools Display Modes
Old 12-23-2004, 08:20 AM   #201
Fat middle
Mootis per forum
Administrator
 
Fat middle's Avatar
 
Join Date: Dec 1999
Location: Spain
Posts: 61,439
Quote:
Originally Posted by Mercutio
Now, theoretically I should be able to solve two equations simaltaneously, and then two others, and then those two answers…yadda yadda yadda… and get (x, y) of the centroid in terms of a, b, and c. But it ain’t happen’ baby.Did I miss something along the way?
As Janny says, the link doesn't work.

Anyway, if I've understand it correctly, as you say, you must solve two equations (RT and QS), then you solve two others (RT and PU) and then the other pair (QS and PU) to be sure that the three lines have the same common point.

All those three systems of two equations have the same solution: x = (a-c)/3; y = b/3 q.e.d.

Another, more correct IMHO, way for proving this would be to prove that the range of the matrix:
Code:
-b       (a + 2c)       bc
-2b      (c - a)      (c-a)b
-b       (-c - 2a)       0
is equal to 2. Have you studied matrixes?
__________________
Do not be hasty. That is my motto. Now we'll have a drink and go to the Entmoot.
Fat middle is offline   Reply With Quote
Old 12-23-2004, 12:01 PM   #202
Mercutio
 
Mercutio's Avatar
 
Join Date: Nov 2003
Location: Narnia
Posts: 1,656
I think I fixed the link

yes we've done matrices.

hmm... I think I'm a bit lost now-- How did you get the solution?
__________________
Mike nodded. A sombre nod. The nod Napoleon might have given if somebody had met him in 1812 and said, "So, you're back from Moscow, eh?".

Interested in C.S. Lewis? Visit the forum dedicated
to one of Tolkien's greatest contemporaries.
Mercutio is offline   Reply With Quote
Old 12-23-2004, 06:35 PM   #203
Fat middle
Mootis per forum
Administrator
 
Fat middle's Avatar
 
Join Date: Dec 1999
Location: Spain
Posts: 61,439
Quote:
Originally Posted by Mercutio
I think I fixed the link

yes we've done matrices.

hmm... I think I'm a bit lost now-- How did you get the solution?
I just solved the equations. Since they're linear equations I've made it by the Gauss method, but you can solve it by other methods. What's exactly your problem solving them?

Anyway, since you have done matrices, I'll try to explain the way I'd prove the question.

I put above the matrix that represent the system of three equations. First column is for the coefficients of the "x", second column for the "y" coefficients, and third for the independant term (I'm sorry if my terminology sounds bizarre I'm "translating" from Spanish math terms). The theorem of Rouche-Frobenius says that the system will have an unique solution only if the number of ( I don't know how do you say in English "incógnitas" I mean, the X and the Y. enigma? ) incógnitas is the same as the range of the matrix of coefficients and the complete matrix of the system (what I put in the previous post). If we may prove that the determinant of the complete matrix is equal to zero, then the range of the matrix cannot be three. If then we find a submatrix 2*2 with range two (determinat non equal to zero) then we have proved that there's only one solution for the three equations, and so only one point in common for the three lines.

Sorry, just revised my calcs and seen I slipped an error. This is the matrix:
Code:
-b       (a + 2c)       bc
-2b      (c - a)      (c-a)b
-b       (-c - 2a)     -ab
The easier way to prove that the determinant is equal to zero is adding first line to third line, then you have:
Code:
-b       (a + 2c)       bc
-2b      (c - a)      (c-a)b
-2b      (c - a)      (c-a)b
Since this matrix have two identical lines, its determinat has to be equal to zero. The rest is easy.

I fear I'm not being too clear. And I've just reread the problem and have seen that no theorems were allowed, so perhaps we cannot use Rouche-Frobenius... Then the way you were solving it is the only one I can think about. Have you revised your calcs? What method are you using?
__________________
Do not be hasty. That is my motto. Now we'll have a drink and go to the Entmoot.

Last edited by Fat middle : 12-23-2004 at 06:39 PM.
Fat middle is offline   Reply With Quote
Old 12-23-2004, 07:31 PM   #204
Mercutio
 
Mercutio's Avatar
 
Join Date: Nov 2003
Location: Narnia
Posts: 1,656
I tried a few different ways, including solving for one variable and plugging that expression into another equation, and putting two equal to each other and trying to simplify. It just got really complicated, and I could never get it very reduced. I think though, I just needed to solve two equations and then another two, and even if it wasn't reduced very far they should both have a new identical equation.
__________________
Mike nodded. A sombre nod. The nod Napoleon might have given if somebody had met him in 1812 and said, "So, you're back from Moscow, eh?".

Interested in C.S. Lewis? Visit the forum dedicated
to one of Tolkien's greatest contemporaries.
Mercutio is offline   Reply With Quote
Old 12-25-2004, 08:36 AM   #205
Fat middle
Mootis per forum
Administrator
 
Fat middle's Avatar
 
Join Date: Dec 1999
Location: Spain
Posts: 61,439
Quote:
Originally Posted by Mercutio
I tried a few different ways, including solving for one variable and plugging that expression into another equation, and putting two equal to each other and trying to simplify. It just got really complicated, and I could never get it very reduced. I think though, I just needed to solve two equations and then another two, and even if it wasn't reduced very far they should both have a new identical equation.
Those methos are valid, but they're not the best in his case. As you say they got too complicated. Anyway, here's an example of how you can solve the variable x with the second method you've mentioned:
Code:
Solving RT&QS:

(bx+bc)/(a+2c) = (2bx)/(c-a) + b

(bx+bc)/(a+2c) = (2bx + b(c-a))/(c-a)

(c-a)(bx+bc) = (a+2c)(2bx + b(c-a))

bcx+bcc-abx-abc = (a+2c)(2bx+bc-ab)

bcx+bcc-abx-abc = 2abx+abc-aab+4bcx+2bcc-2abc

-3abx-3bcx = -aab+bcc

-3bx(a+c) = b(cc-aa)

-3x(a+c) = (c+a)(c-a)

-3x = (c-a)

x = -(c-a)/3

x = (a-c)/3

Now, to obtain the y variable I plug that expression into the equation of the RT line:

y = (b(a-c)/3 +bc)/(a+2c)

y = (ab-bc+3bc)/3a+6c

y = (ab+2bc)/3a+6c

y = b(a+2c)/3(a+2c)

y = b/3
hard, doesn't it?

So, IMHO, the best method is Gauss':


Code:
Solving RT&QS by Gauss' method:

RT: (a+2c)y = bx+bc     ->     -bx + (a+2c)y = bc

QS: (c-a)y = 2bx + b(c-a) ->  -2bx + (c-a)y = b(c-a)

RT can also be put as:        -2bx + 2(a+2c)y = 2bc

And now, doing QS-RT:            (c-a-2a-4c)y = bc-ab-2bc

(-3a-3c)y = b(-a-c)

y = b(-a-c)/3(-a-c)

y = b/3

and now you must plug that expression into RT or QS to obtain x. Much easier.
__________________
Do not be hasty. That is my motto. Now we'll have a drink and go to the Entmoot.
Fat middle is offline   Reply With Quote
Old 02-15-2005, 02:58 PM   #206
Janny
The Blobbit
 
Janny's Avatar
 
Join Date: Feb 2004
Location: Kent, England (Not Oxford! ... yet...)
Posts: 1,596
Hey Mercutio! You're in a maths team: What's 45 squared? Chop chop!

Or better, do you know the trick which lets you solve multiplication like 45 x 45 or 33 x 37 or 61 x 69 really quickly?
__________________
Janny's Songs
Janny's lyrics and random photographs

Tradition means giving votes to the most obscure of all classes, our ancestors. It is the democracy of the dead. Tradition refuses to submit to the small and arrogant oligarchy of those who happen to be walking about. ~ Mercutio... erm, GK Chesterton.
Janny is offline   Reply With Quote
Old 02-15-2005, 11:30 PM   #207
Mercutio
 
Mercutio's Avatar
 
Join Date: Nov 2003
Location: Narnia
Posts: 1,656
Quote:
Originally Posted by Janny
Hey Mercutio! You're in a maths team: What's 45 squared? Chop chop!

Or better, do you know the trick which lets you solve multiplication like 45 x 45 or 33 x 37 or 61 x 69 really quickly?

hmm?
__________________
Mike nodded. A sombre nod. The nod Napoleon might have given if somebody had met him in 1812 and said, "So, you're back from Moscow, eh?".

Interested in C.S. Lewis? Visit the forum dedicated
to one of Tolkien's greatest contemporaries.
Mercutio is offline   Reply With Quote
Old 02-17-2005, 11:18 AM   #208
Janny
The Blobbit
 
Janny's Avatar
 
Join Date: Feb 2004
Location: Kent, England (Not Oxford! ... yet...)
Posts: 1,596
I'm such a clear writer...

There's a neat trick to do some multiplications in your head - provided that the 'tens' are the same, and the units add up to ten.
__________________
Janny's Songs
Janny's lyrics and random photographs

Tradition means giving votes to the most obscure of all classes, our ancestors. It is the democracy of the dead. Tradition refuses to submit to the small and arrogant oligarchy of those who happen to be walking about. ~ Mercutio... erm, GK Chesterton.
Janny is offline   Reply With Quote
Old 02-17-2005, 12:55 PM   #209
inked
Elf Lord
 
inked's Avatar
 
Join Date: Oct 2004
Location: sikeston, MO, usa, earth, sol
Posts: 3,114
And the trick would be? ... use a calculator of the electronic variety?
__________________
Inked
"Aslan is not a tame lion." CSL/LWW
"The new school [acts] as if it required...courage to say a blasphemy. There is only one thing that requires real courage to say, and that is a truism." GK Chesterton
"And there is always the danger of allowing people to suppose that our modern times are so wholly unlike any other times that the fundamental facts about man's nature have wholly changed with changing circumstances." Dorothy L. Sayers, 1 Sept. 1941
inked is offline   Reply With Quote
Old 02-17-2005, 03:38 PM   #210
Janny
The Blobbit
 
Janny's Avatar
 
Join Date: Feb 2004
Location: Kent, England (Not Oxford! ... yet...)
Posts: 1,596
Very wise master Inked.

Ok... the two numbers have the same tens ('t') and their units ('u') add up to 10, ie. u and 10 - u.

Multiply these two numbers t + u and t + 10 - u

.............t................u
.............t................10 - u
---------------------------------------------
.............10t - tu........u(10-u)
t (sq)......tu...............0
---------------------------------------------
t (sq).....10t............u(10-u)

So the answer is 100 x (t squared) + 10 x 10t + u(10-u)
Or: 100 t(t+1) + u(10-u)

That is, you multiply the two unit numbers and stick the answer in the 'tens' and 'units' column. Then multiply the 'tens' of your original numbers by (itself +1) and stick the answer in the 'thousands' and 'hundreds'.

It works because the 'tu's cancel and the 'tens' column will always not have a value from the '10t'.

Clear as mud.
__________________
Janny's Songs
Janny's lyrics and random photographs

Tradition means giving votes to the most obscure of all classes, our ancestors. It is the democracy of the dead. Tradition refuses to submit to the small and arrogant oligarchy of those who happen to be walking about. ~ Mercutio... erm, GK Chesterton.

Last edited by Janny : 02-17-2005 at 03:48 PM.
Janny is offline   Reply With Quote
Old 02-17-2005, 05:23 PM   #211
sun-star
Lady of Letters
 
sun-star's Avatar
 
Join Date: Jan 2002
Location: Either Oxford or Kent, England
Posts: 2,476
Is Janny showing off because he went to a lecture?
__________________
And all the time the waves, the waves, the waves
Chase, intersect and flatten on the sand
As they have done for centuries, as they will
For centuries to come, when not a soul
Is left to picnic on the blazing rocks,
When England is not England, when mankind
Has blown himself to pieces. Still the sea,
Consolingly disastrous, will return
While the strange starfish, hugely magnified,
Waits in the jewelled basin of a pool.
sun-star is offline   Reply With Quote
Old 02-17-2005, 06:05 PM   #212
Janny
The Blobbit
 
Janny's Avatar
 
Join Date: Feb 2004
Location: Kent, England (Not Oxford! ... yet...)
Posts: 1,596
Nope, the lectures at the Royal Institute (where they hold the televised Christmas Lectures ) were about science. This came up in my maths class.
__________________
Janny's Songs
Janny's lyrics and random photographs

Tradition means giving votes to the most obscure of all classes, our ancestors. It is the democracy of the dead. Tradition refuses to submit to the small and arrogant oligarchy of those who happen to be walking about. ~ Mercutio... erm, GK Chesterton.
Janny is offline   Reply With Quote
Old 02-21-2005, 01:14 AM   #213
Elanor's Angel
Elf Lord
 
Elanor's Angel's Avatar
 
Join Date: Jan 2004
Location: Hiding under my bed reading LOTR at 1:43am, Middle earth (Seattle WA)
Posts: 1,239
Ok, for all of thoes who are 'Less than brilliant' (like I am on some days), can someone give us a problem we can follow?
__________________
~And the Geek shall inherit the Earth!

Vote Trolls' Bane/Elanor's Angel 2008!!!
Elanor's Angel is offline   Reply With Quote
Old 02-21-2005, 07:47 PM   #214
Mercutio
 
Mercutio's Avatar
 
Join Date: Nov 2003
Location: Narnia
Posts: 1,656
Quote:
Originally Posted by Janny
Very wise master Inked.

Ok... the two numbers have the same tens ('t') and their units ('u') add up to 10, ie. u and 10 - u.

Multiply these two numbers t + u and t + 10 - u

.............t................u
.............t................10 - u
---------------------------------------------
.............10t - tu........u(10-u)
t (sq)......tu...............0
---------------------------------------------
t (sq).....10t............u(10-u)

So the answer is 100 x (t squared) + 10 x 10t + u(10-u)
Or: 100 t(t+1) + u(10-u)

That is, you multiply the two unit numbers and stick the answer in the 'tens' and 'units' column. Then multiply the 'tens' of your original numbers by (itself +1) and stick the answer in the 'thousands' and 'hundreds'.

It works because the 'tu's cancel and the 'tens' column will always not have a value from the '10t'.

Clear as mud.
Hmm...I think I prefer to write it out the elementary way! (or cheat my brain and use a handy dandy calculator )
__________________
Mike nodded. A sombre nod. The nod Napoleon might have given if somebody had met him in 1812 and said, "So, you're back from Moscow, eh?".

Interested in C.S. Lewis? Visit the forum dedicated
to one of Tolkien's greatest contemporaries.
Mercutio is offline   Reply With Quote
Old 02-22-2005, 07:56 AM   #215
Beren3000
Fëanorophobic
 
Beren3000's Avatar
 
Join Date: May 2004
Location: Between the pages of a book
Posts: 1,417
This has probably been done before, but I'll post it anyway:

Three friends went to a diner, and decided to split the bill between them. The bill was for $30 so they each paid $10. However, the diner's owner decided to charge them for $25 only since one of them was his friend. So he sent one of his waiters back to the table with these $5. However, the waiter wasn't as honest as he had hoped and took $2 for himself and gave them back the remaining $3, a dollar each. So each had paid $10 in the first place, each got a dollar back so each has now paid $9. 3x9 = 27 add the two dollars the waiter took and that's $29, where did the missing dollar go?
Beren3000 is offline   Reply With Quote
Old 02-22-2005, 11:30 AM   #216
Count Comfect
Word Santa Claus
 
Count Comfect's Avatar
 
Join Date: Feb 2004
Location: Chicago, IL
Posts: 2,922
There's a problem with logic. You don't add the two dollars the waiter took, you subtract them to make the $25 that they were charged. There is no reason to add positive money the waiter has to negative money the diners paid. Instead, you add the 27 dollars they paid (25+2 the waiter took) and 3 that they have back to make the 30. That is, 25 went to the owner, 3 to the diners, and 2 to the waiter.
__________________
Sufficient to have stood, yet free to fall.
Count Comfect is offline   Reply With Quote
Old 02-22-2005, 04:15 PM   #217
Beren3000
Fëanorophobic
 
Beren3000's Avatar
 
Join Date: May 2004
Location: Between the pages of a book
Posts: 1,417
Yes!
Beren3000 is offline   Reply With Quote
Old 08-18-2005, 04:32 PM   #218
Janny
The Blobbit
 
Janny's Avatar
 
Join Date: Feb 2004
Location: Kent, England (Not Oxford! ... yet...)
Posts: 1,596
I have recently purchased a charming little book "A Notebook in Pure Mathematics". In the logs exercises there is a question I can't get right. Since I'm on summer holidays, I'm asking for a little help.

Expand: [ln (1+x)] / (1-x) to the term x^3.

Expanding the log:
[x + (1/2)x^2 + (1/3)x^3 + (1/4)x^4 +...] / (1-x)

Yes, little help. The answer in the book is
x + (1/2)x^2 + (5/6)x^3 {No term independent of x?!}


Thanks
__________________
Janny's Songs
Janny's lyrics and random photographs

Tradition means giving votes to the most obscure of all classes, our ancestors. It is the democracy of the dead. Tradition refuses to submit to the small and arrogant oligarchy of those who happen to be walking about. ~ Mercutio... erm, GK Chesterton.

Last edited by Janny : 08-19-2005 at 06:20 AM.
Janny is offline   Reply With Quote
Old 08-19-2005, 03:25 AM   #219
Beren3000
Fëanorophobic
 
Beren3000's Avatar
 
Join Date: May 2004
Location: Between the pages of a book
Posts: 1,417
It's because your expansion of the log is wrong. It should be expanded as:
x - 1/2x^2 + 1/3x^3 - 1/4x^4 +....

Last edited by Beren3000 : 08-19-2005 at 03:43 AM.
Beren3000 is offline   Reply With Quote
Old 08-19-2005, 06:39 AM   #220
Janny
The Blobbit
 
Janny's Avatar
 
Join Date: Feb 2004
Location: Kent, England (Not Oxford! ... yet...)
Posts: 1,596
Yes, that is true. But I've done it with the correct expansion and not got it.
Since it's over (1-x) you should expand up to the fourth term?

So:
ln (1+x) = x - 1/2(x^2^) + 1/3(x^3^) - 1/4(x^4^) +...

=> {-x/12 . [3x^3^ - 4x^2^ + 6x - 12] } / (1 - x)
=> {x/12 . [3x^3^ - 4x^2^ + 6x - 12]} / (x - 1)
=> x/12 . [ (3x^2^ - x + 5) - 7 / (x - 1) ]

Which doesn't yield the answer. Is there some playing with logs to be done beforehand? If I were ln (1+x)^(1/(1-x)) I would rearrange it to how the question is phrased though...

__________________
Janny's Songs
Janny's lyrics and random photographs

Tradition means giving votes to the most obscure of all classes, our ancestors. It is the democracy of the dead. Tradition refuses to submit to the small and arrogant oligarchy of those who happen to be walking about. ~ Mercutio... erm, GK Chesterton.
Janny is offline   Reply With Quote
Reply



Posting Rules
You may post new threads
You may post replies
You may post attachments
You may edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Math trolls' bane General Messages 53 02-06-2009 08:55 PM
Problems Posting Valandil Feedback and Tech Problems 1 07-18-2006 11:28 AM
Can't post or stay logged in? Cookie problems Ben Feedback and Tech Problems 1 10-22-2004 01:55 AM


All times are GMT -4. The time now is 08:11 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
(c) 1997-2019, The Tolkien Trail