Finding side length of cube from known diagnal

Nomadp

New member
Joined
Jan 12, 2020
Messages
3
Can anyone please tell me the side length of a cube that has a longest diagnal of 11,400,576 feet??
 
Can anyone please tell me the side length of a cube that has a longest diagnal of 11,400,576 feet??
Invoke Pythagoras and use:

L2 + W2 + H2 = D2..........(with usual abbreviation of variables)
 
Thankyou for your reply. I really don't know how to do that.
You do not know how to do this, or you do not understand why to do this?

If you do not know how to do it, here is a clue: the height, width, and depth of a cube are equal so

[MATH]H^2 + W^2 + D^2 = WHAT?[/MATH]
 
You do not know how to do this, or you do not understand why to do this?

If you do not know how to do it, here is a clue: the height, width, and depth of a cube are equal so

[MATH]H^2 + W^2 + D^2 = WHAT?[/MATH]
Guess im not sure how to get that from the long diagonal inside a cube
 
Guess im not sure how to get that from the long diagonal inside a cube
You are not supposed to get that from the length of the longest diagonal.

The point here is that a cube is symmetric. The length of the longest side equals the length of the shortest side; the length of the longest diagonal equals the length of the shortest diagonal.

[MATH]x = y = z \implies x^2 + y^2 + z^2 = x^2 + x^2 + x^2 = WHAT?[/MATH]
1 chicken plus 1 chicken plus 1 chicken = how many chickens.
 
Guess im not sure how to get that from the long diagonal inside a cube
I think you're saying that you don't know that [MATH]L^2 + W^2 + H^2 = D^2[/MATH], where L, W, H are the length, width, height, and D is the diagonal through the solid.

To obtain that fact, first think about the diagonal of one face. If X is the diagonal of an L x W face, then [MATH]L^2 + W^2 = X^2[/MATH]. But then this diagonal is perpendicular to a W x H face, so [MATH]X^2 + H^2 = D^2[/MATH]. Put this together, and you have [MATH]L^2 + W^2 + H^2 = D^2[/MATH].
 
All of the angles between the edges of a cube are 90 degrees. It's a three-dimensional object, so there are more of them, but it's ultimately still a set of perpendicular joints.

Pythagoras gave us a simple formula for finding the hypotenuse length of a triangle with a 90-degree angle in it, and this same formula is the basis of calculating the distance between two points. The cherry on top is that this formula works in n dimensions. The traditional distance formula, for some number of dimensions, is as follows:

[MATH]d = \sqrt{(x_{2} - x_{1})^2 + (y_{2} - y_{1})^2 + (z_{2} - z_{1})^2 + ...}[/MATH]​

This takes two points, [MATH](x, y, z, ...)_{1}[/MATH] and [MATH](x, y, z, ...)_{2}[/MATH], translates the first point to the origin, then calculates the magnitude of the resulting vector. If one corner of your cube is at the origin, what are the coordinates of the opposite corner?
 
Top