Triple Quad Formula & Higher-Dimensional Quad Formulas: Part 1

The most pressing issue with taking "lengths" between two points is taking into account the orientation of the displacement between them. The orthodoxy is to correct this problem by taking the absolute value of the displacement between two points as the "length" between them; this is not only clumsy but also highly lacking in foresight. If, at this point, you think I'm talking rubbish, I urge you to ponder the following: why, in statistics, do we take the square of residuals rather than their absolute values? Taking the absolute value of displacements inherently requires a framework of absolute value arithmetic, which at best requires some understanding of the dreaded "triangle inequality" and at worst producing the simplest of logical errors (e.g. if two points have a separation of 22 units and a third collinear point is separated from one of them by 11 unit, calculating the separation between this point and the other point gives two different answers; RED FLAG ALERT!).

Consider the following alternate explanation: rather than taking the absolute value of displacements, why not square them? Sounds easy enough, doesn't it? In fact, it removes a lot of the issues that we faced earlier; first, and most importantly, of all, the orientation problem is gone (HOORAY!). If you have a basic understanding of linear algebra, you then would understand that squaring displacements is equivalent to taking the dot product of the displacement with itself. In foresight, a geometer would realise instantly that Pythagoras' theorem is heavily simplified to just a simple arithmetical result. So, you may ask now, what price do we pay for living in this "parallel universe"?

Let me just shatter your so-called mathematical bravado first by saying that in this domain which you insist on calling it an "alternate reality" (what utter BS, let's be frank), all our logical flaws are gone. Now, this "price" we pay; it's not really a big price to pay, unless you're infuriatingly lazy with computations and just looking for quick outs to proofs by clever tricks. Let me put it this way: a big benefit of working with squares of displacements is that all the geometrical results we can obtain are algebraic in nature, i.e. in polynomial form, but the (not-so-)big drawback is that the degree of these polynomial results can get exponentially large (that's if you're not careful).

In fact, let us illustrate this with one key result. We know that we can "add" "lengths" by a simple arithmetical relation; given three points A,B,CA,B,C with "lengths" l1l(A,B)l_1 \equiv l(A,B), l2l(A,C)l_2 \equiv l(A,C) and l3l(B,C)l_3 \equiv l(B,C), then without knowledge of the orientation of the three points, we can deduce that one of the following three results are true:

l1+l3=l2l1+l2=l3l2+l3=l1 l_1 + l_3 = l_2 \\ l_1 + l_2 = l_3 \\ l_2 + l_3 = l_1

What happened if we squared these "lengths"? Suppose Qili2Q_i \equiv l_i^2 for i=1,2,3i=1,2,3; then squaring both sides of one of these equations gives

Q1+Q2Q3=2l1l2 Q_1 + Q_2 - Q_3 = 2l_1l_2 ,

which, when squared again, gives

(Q1+Q2Q3)2=4Q1Q2 (Q_1 + Q_2 - Q_3)^2 = 4Q_1Q_2 .

We can expand the left-hand side of this equation and rearrange the whole equation to obtain a more symmetric form of this relation:

(Q1+Q2+Q3)2=2(Q12+Q22+Q32) (Q_1 + Q_2 + Q_3)^2 = 2(Q_1^2 + Q_2^2 + Q_3^2) .

This relation is known in RT circles as the Triple quad formula, and is the relation that links the pairwise (squared) separation between three points on a line, which we will now call the quadrance (which can be thought of classically as the squared "length"). The symmetric form of this relation implies and confirms that the framework of squaring "lengths" is orientation-free and (in foresight) opens the door to creating more general frameworks of geometry just by altering the definition of our dot product (understanding of linear algebra required; will explain in another time).

Wait, so the relationship between the pairwise separation of three points is a QUADRATIC one? But we were able to just add two "lengths" together; it's the easy, and intuitive thing to do... Well, yeah, but I just explained all the logical issues. Sure, it's a price to pay, but just look at the formula: IT'S SYMMETRIC! I know you won't get that by taking absolute values of displacements, that's for sure. So ultimately, it's not a big price to pay, since we actually GAIN information by squaring the "lengths", instead of losing information; I refer to Wildberger's (text)book on Rational Trigonometry to illustrate more of this beauty.

One more thing I should mention is whether there is a derivation of this formula without any reference to "lengths". Of course there has to be, right? It's not like Norman just plucked these formulas on a whim... I will say, for the record, that to prove this relation we can just cook up three collinear points, compute their quadrances and substitute them into the equation and let magic work on itself. But, of course, there has to be some sort of geometrical intuition to this result. For this, I refer you to his video on this stuff, linked here. And, at this point (if you have the galls to get here), I shall leave you to ponder your thoughts on this. Until next time...

(Stay tuned for the next installment, where I talk about the Quadruple quad formula & higher-dimensional variations of it!)

#Geometry

Note by A Former Brilliant Member
3 years, 6 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Is the n-tuple quad formula still an open problem? Can't wait to your next installment on this.

Why should the elementary units of geometry be quadratic? Adding distances has worked well up until this century; but now we have computers, the uses of which will benefit greatly from making our geometry more general and powerful, and most importantly algebraic. But WHY is it that geometry has or should have this quadratic nature? Does it have something to do with how our eyes and brains work? Does it have something to do with the analogies between 3D affine geometry and 2D projective geometry?

You still haven't posted the video about a proof for Pascal's theorem.

This is Boaz btw. Hope you're doing well.

John Titor - 3 years, 5 months ago

Log in to reply

Hi John,

With respect to: "Why should elementary units of geometry be quadratic?"

Abstraction and mathematics. If we consider ourselves life long learners and mathematics the language of education then we will need our tools to be as abstract as possible for them to carry such an important message to the future(and to the past). Most of us are not focused on any particular goal but do acknowledge the power of mathematics in helping to guide us to somewhere meaningful.

With this in mind: Do you learn mathematics simply to learn mathematics? No other reason? To create purpose out of nothing is a strength of mathematics. When we begin to relate it to "real life"(distance and angle) we lose a lot of the power that comes with it. Not to say real life application is not an asset(clearly it can be) but it need not be primary or fundamental.

Remember mathematics is not about us.(my argument that proceeds this statement could be better structured to support this).

Mathematics is simply about mathematics. Nothing more and nothing less. We simply get the privilege to explore it. i.e. much to learn... for all of us.

Not all mathematics teaches and yet we learn about it. Think of the joys of exploring mathematics as an economist of number theory. One who might simply look at the truth and how one might encourage the world to breathe alongside it.

There is a much better mathematical argument but at this moment I think the best one is: Geometry is quadratic because that is the truth. It is not a way of doing it. It is simply what is observed, and not forced.

Great comment John(Boaz)

-Peter

Peter Michael - 3 years, 5 months ago

Hi Boaz,

Yes. But I have partly given up on it; it's much more prudent to consider the spacing between nn points three at a time.

As for the quadratic nature of geometry, we must return to the early classical age; Norman is currently doing work in old Babylonian geometry, where they relied on sexagesimal number system to understand what one would today consider Pythagorean geometry, of which its foundations is purely quadratic (the clue is in the formula, goddammit!). I think Norman has brought this point up, but I will say it once again: mathematics is but purely an abstraction, designed to help better understand the implications of the world we live in. The aim is not to create mathematics to suit this idea, but rather to allow ourselves to explore the consequences of the natural law brought from this world. To answer your question directly, I would probably pin it on coincidence but more on the consequences of such natural laws that are around us.

Thanks for giving me a second blog post; I don't think a video would suit this topic, but more importantly I have many other considerations for my next video (which takes a very computational flavour).

Cheers, G

A Former Brilliant Member - 3 years, 1 month ago

One thing that might be interesting in the future is to think about Projective Geometries place with respect to Affine Geometries place.

A possible wiki-page could be helpful here.

As well, seeing these formulas at work with finite fields will be necessarily useful and interesting!

Peter Michael - 3 years, 5 months ago

Hi Gennady,

This is wonderful. One critique I have is not to try to "convince" the reader. Don't yell(use caps), remember you can't change anyones mind by being louder. As you have stated before: The beauty and magic at work here is something incredibly remarkable.

Let your awesome work speak for itself. It already does simply by you thinking about it. Nevermind the actual physical typing and formatting of it.

The finite fields, especially the "trivially"(which I think we will soon all find out is not so trivial) small ones will be the most important in the context of educating the rest of the world, and the world to come.

The finite field of 3 is where we need to see, not just rational trigonometry at work, but universal hyperbolic geometry. (Think of how powerful Rubik's cube is in popular culture... why might that be...)

Great and wonderful post, I can't wait to read what comes next! Keep it coming!!!

-Peter

Peter Michael - 3 years, 6 months ago

Log in to reply

I don't think I was intending to yell using caps; I wanted to emphasise some key points without using boldface (which I tend to use to define terms). As for your comment re finite fields, I 100% agree that the field F3\mathbb{F}_3 is a very important field in geometry, as it is the smallest field not of characteristic 2, and would be the natural starting point into finite field geometry.

A Former Brilliant Member - 3 years, 6 months ago

Log in to reply

I would love to see a through exploration of F3\mathbb{F}_3 in which points and duals are discussed and proven. This intuition might lead to a new way to think about solving a Rubik's cube.

What are your thoughts on using F33\mathbb{F}_3^3 to be able to map an intuition (a person's thoughts) to solving a Rubik's cube? Do you think people can intuitively take the theorems and concepts to heart to turn the Rubik's cube into the mathematics manipulative to learn universal hyperbolic geometry?

This is my hope.

Peter Michael - 3 years, 6 months ago

Log in to reply

@Peter Michael Hi Peter, I would direct your question to Norman, as I'm not the best person to answer that question. Seeing as this is Norman's area of expertise, I am 100% sure he can give you a better answer than I ever could. And that's saying on a personal level! :P

A Former Brilliant Member - 3 years, 5 months ago

Log in to reply

@A Former Brilliant Member As Norman has said "We are all amateurs now", so I would definitely take anyone's answer (opinion) on this.

One of the weird things that has been done as the effect of Norman's work is those who still "believe"(whatever that means) in the "real numbers"(whatever that means) is that "fact" and "opinion" will begin to have much more profound and interesting dichotomies.

Being alive just got a whole lot more interesting.

Peter Michael - 3 years, 5 months ago
×

Problem Loading...

Note Loading...

Set Loading...