this post was submitted on 16 Jun 2025
8 points (56.1% liked)

Asklemmy

50754 readers
630 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS
 

I think 3D geometry has a lot of quirks and has so many results that un_intuitively don't hold up. In the link I share a discussion with ChatGPT where I asked the following:

assume a plane defined by a point A=(x_0,y_0,z_0), and normal vector n=(a,b,c) which doesn't matter here, suppose a point P=(x,y,z) also sitting on the space R^3. Question is:
If H is a point on the plane such that (AH) is perpendicular to (PH), does it follow immediately that H is the projection of P on the plane ?

I suspected the answer is no before asking, but GPT gives the wrong answer "yes", then corrects it afterwards.

So Don't we need more education about the 3D space in highschools really? It shouldn't be that hard to recall such simple properties on the fly, even for the best knowledge retrieving tool at the moment.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] glowing_hans@sopuli.xyz 1 points 1 month ago* (last edited 1 month ago) (1 children)

I believe this has multiple reasons in education. Most 3D stuff is assumed to be self-taught later by the interested learner in private somehow.

  • the cross product for 3D is introduced within 1 day. No tasks or assignment where given to me that improve my intuition and proofs on its properties. a ร— b. Tbh the Cartesian product and determinants of 3x3 matrices are way more important than the time dedicated to them in average education systems.
  • rotation in 2D space is very intuitive "clockwise" and "counterclockwise" everyone learns that at age 11 minimum. While in 3D you suddenly need gimbals and f**** quarternions, sphere coordinates, which are also never properly explained to the average person. I needed to teach myself why sphere coordinates work the way they do, my teachers think it was obvious I think. Coding something up in a 3D game engine helps with this immensely imo.
  • right hand rule and its connection to the cross product. Its connection to physics and magnetic fields, forces that work on every charged particle in our universe. ๐ŸŒŒ

Personally I am interested in a concept I call prime spaces. This to me means an intersection of geometry and number theory. Every entry in Matrix or Vector has to be a prime number. Geometry is connected to every other field of math.

[โ€“] zaknenou@lemmy.dbzer0.com 2 points 1 month ago* (last edited 1 month ago)

Happy to see someone agreeing with me for change, the skill issue cult is exhausting (there are many other cool answers)