Cartesian 3D Vector Plotting Points?

AI Thread Summary
The discussion focuses on plotting the point B(-2,3,5) in Cartesian coordinates, emphasizing that movements along the x, y, and z axes are independent of each other. It clarifies that moving -2 on the x-axis does not affect the y or z positions, and similarly for the other axes. A question arises about determining the plane defined by three points: (-3,0,0), (4,-2,0), and (0,3,-5). The response suggests using the cross product to find a normal vector for the plane and provides the equation of the plane as 10x + 35y + 27z + 30 = 0. The discussion highlights the importance of understanding 3D plotting and vector mathematics.
Stanc
Messages
60
Reaction score
0

Homework Statement


Plot the following point:
B(-2,3,5)




The Attempt at a Solution


If I were to plot (-2,3,5), when I make my first movement of -2, it does not move anywhere on the y-axis correct and when I am moving on my Y axis, There is no movement in the z axis?
 
Physics news on Phys.org
In Cartesian coordinates (-2,3,5) is the same thing as saying "-2 in the x-direction, 3 in the y-direction, and 5 in the z-direction". As movement in the x,y,z-directions don't affect the other directions, so yeah...although note that if you're moving on the y-axis, you're not only not moving on the z-axis, but you're also not moving on the x-axis.

So it's "move -2 on the x-axis, move 3 on the y-axis, move 5 on the z-axis".
 
Ok thank you, can you give me some help on this:

What is the axis or plane these points would lie:

(-3,0,0) (4,-2,0) and (0,3,-5)
 
If you're unsure about how to plot a point in 3D space, I'm not too sure how I'm going to explain to you how to find the equation of a plane from three points.

Open your calc 3 book and get to reading.

The way I would do it is find a normal vector for the plane by taking a cross product of two vectors defined by those points and then dotting that normal vector with a vector in the plane and setting it to zero...

You need to go and learn the material. The answer is 10x + 35y + 27z + 30 = 0, if you need to check yourself.
 
Last edited:
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top