For a simple x and y plane (2 dimensional), to find the distance between two points we would use the formula
$$ a^2 +b^2 = c^2 $$
For a slightly more complicated plane; x,y and z (3 dimensional), to find the distance between two points we would use the formula
$$ d^2 = a^2 + b^2 + c^2 $$
My question is this; is it possible to use pythagoras's theorem to find the distance/magnitude/modulus between two points in 4 dimensions? And what format would it be in? Using graphs of triangles and cuboids, I have proved for the 2 dimensional and 3 dimensional pythagorean theorem usage, but since I do not understand the 4th dimension entirely (for convenience and understanding, I assume that it is time), I cannot picture how to start nor work this.
Note: I am a highschool student, and new. If I have not provided enough information or something is unclear please comment and I will try to change it. Thank you in advance
Good question.
In the theory of relativity the fourth dimension is time, and the distance formula is weird, as @Arthur comments.
But it's quite possible and (for mathematicians) very natural to study spaces with four (or even $n$) geometric dimensions. You just think of a point as a list of its $n$ coordinates. In the plane points are $(x,y)$. In space they are $(x,y,z)$. In four dimensions they are $(x,y,z,w)$, and the distance $d$ from that point to the origin $(0,0,0,0)$ is, as you might guess, given by the Pythagorean relationship $$ d^2 = x^2 + y^2 + z^2 + w^2 . $$
As a high school student you might be able to see how to prove that by analogy with how you proved your formula for three dimensions. Later on in your study of mathematics you'll understand how think of it as the definition of distance.
The wikipedia page https://en.wikipedia.org/wiki/Four-dimensional_space is a good place to begin reading about geometry in the four dimensions.