this post was submitted on 16 Jun 2025
3 points (52.7% liked)

Asklemmy

48788 readers
723 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
[โ€“] kayzeekayzee@lemmy.blahaj.zone 2 points 1 day ago (3 children)

Wait is that not true? Why wouldn't H form a right angle with P and A?

AH would be perpendicular to n, and PH would be parallel to n, making them perpendicular to each other? Or am I misunderstanding the definition of a plane projection?

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

if (PH) is perpendicular to (AH) and n is perpendicular to (AH) ==> it doesn't really follow that (PH) is parallel to n, unlike in 2D geometry. ChatGPT also got the wrong implication at first.
Props to you for being one the few comments who actually understood the problem from my horrible statement/language though.

[โ€“] bob_lemon@feddit.org 3 points 23 hours ago

AH and PH do form a right angle, that's postulated in the problem. But P is only the projection of H onto the plane if PH is indeed parallel to n. Which is not necessary.

Imagine a nail patrols hammered into a piece of wood at an angle. The wood surface is the plane, the entry point is H and the head of the nail is P. A is anywhere on the line perpendicular to the nail on the board.

If you shine a light from above, you can see P', the projection of P as the end of the shadow cast by thaw nail. Unless the nail is straight, P' != H.

[โ€“] TauZero@mander.xyz 2 points 23 hours ago (1 children)

PH would be parallel to n

The question doesn't posit that.

[โ€“] kayzeekayzee@lemmy.blahaj.zone 2 points 17 hours ago (1 children)

OH! I see now. Perpendicular-ness is not commutative in 3d. Gotcha, thank you!