What is the Calculation for 3D Slope?

AI Thread Summary
The discussion focuses on calculating the slope of a line in 3D, highlighting that while 2D slope is defined as Δy/Δx, 3D introduces three slopes: Δy/Δx, Δy/Δz, and Δz/Δx. To combine these into a single 3D slope, one can utilize directional derivatives, which allow for slope calculation in any direction. The conversation emphasizes that for a single line in 3D, there is only one direction for the slope, necessitating a method to integrate the three 2D slopes. Parametric or vector representations are suggested as effective ways to express a 3D line. Overall, the complexity of 3D slopes requires different formulations than those used in 2D.
caters
Messages
229
Reaction score
10
I know that slope in 2D = $$\frac{\Delta{y}}{\Delta{x}}$$.

But what about 3D slope?

I mean for every line in 3D there are 3 2D slopes. Those are:
$$\frac{\Delta{y}}{\Delta{x}}$$ $$\frac{\Delta{y}}{\Delta {z}}$$ and $$\frac{\Delta{z}}{\Delta{x}}$$

But how do you combine those 3 slopes to form 1 3D slope?

And if you think this is homework it isn't. I am just trying to extrapolate the concept of the slope of a line to lines in higher dimensions.
 
Mathematics news on Phys.org
There are an infinite amount of directions to have slope on a 3-D graph. You may want to look into partial derivatives (which are generally confined to 2 different directions). However, using what's called directional derivatives, you can find the slope in any direction.
 
But for a single line instead of a plane there is 1 and only 1 direction for the slope because of the line being described in 3D instead of 2D. This means that there should be a way to combine the 3 2D slopes into 1 3D slope.
 
caters said:
But for a single line instead of a plane there is 1 and only 1 direction for the slope because of the line being described in 3D instead of 2D. This means that there should be a way to combine the 3 2D slopes into 1 3D slope.

You might want to express your 3-D line parametrically or use a vector representation.

http://mathworld.wolfram.com/Line.html

While the slope of a line in 2-dimensions is a handy thing to know, things get more complicated in 3-dimensions, which is why different formulations for the equation of the line in space have been adopted.
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Back
Top