Finding points on a line in 3d

  • Thread starter Thread starter Mosier
  • Start date Start date
  • Tags Tags
    3d Line Points
Click For Summary
SUMMARY

The discussion focuses on finding points A(a,1,0), B(1,b,0), and C(1,0,c) in 3D space, given that the distances |AC|, |BC|, and |AB| are equal. Participants suggest using vector representations to express the lengths of these segments. The length of vector AB is defined as |AB| = sqrt((1 - a)^2 + (b - 1)^2), while similar expressions are recommended for vectors BC and AC. The solution involves substituting these expressions into the equations to establish relationships between the variables a, b, and c.

PREREQUISITES
  • Understanding of 3D coordinate geometry
  • Familiarity with vector notation and operations
  • Knowledge of distance formulas in Euclidean space
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study vector representation in 3D geometry
  • Learn about distance formulas in three-dimensional space
  • Explore algebraic methods for solving systems of equations
  • Investigate the properties of equidistant points in geometry
USEFUL FOR

Students studying geometry, mathematicians interested in spatial relationships, and educators teaching 3D coordinate systems.

Mosier
Messages
1
Reaction score
0

Homework Statement


It's been a while since I've done this stuff D:

So Given Points A(a,1,0), B(1,b,0) and C(1,0,c) with |AC|=|BC|=|AB|

Find the points algebraically


Homework Equations



Unfortunately, i don't have much knowledge on this. I am sure there's a 3d point slope style formula around somewhere though :s


The Attempt at a Solution



At first my guess was to try making it a vector such that SQRT((Xc-Xa)^2+(Yc-Ya)^2+(Zc-Za)^2) and so on, but from there i was confused on how to find the points.

I appreciate the potential help, thanks guys :D
 
Physics news on Phys.org
Mosier said:

Homework Statement


It's been a while since I've done this stuff D:

So Given Points A(a,1,0), B(1,b,0) and C(1,0,c) with |AC|=|BC|=|AB|

Find the points algebraically


Homework Equations



Unfortunately, i don't have much knowledge on this. I am sure there's a 3d point slope style formula around somewhere though :s


The Attempt at a Solution



At first my guess was to try making it a vector such that SQRT((Xc-Xa)^2+(Yc-Ya)^2+(Zc-Za)^2) and so on, but from there i was confused on how to find the points.

I appreciate the potential help, thanks guys :D

Is there a need for X,Y and Z to be in the square? :smile:
 
Mosier said:

Homework Statement


It's been a while since I've done this stuff D:

So Given Points A(a,1,0), B(1,b,0) and C(1,0,c) with |AC|=|BC|=|AB|

Find the points algebraically


Homework Equations



Unfortunately, i don't have much knowledge on this. I am sure there's a 3d point slope style formula around somewhere though :s


The Attempt at a Solution



At first my guess was to try making it a vector such that SQRT((Xc-Xa)^2+(Yc-Ya)^2+(Zc-Za)^2) and so on, but from there i was confused on how to find the points.

I appreciate the potential help, thanks guys :D

Write the vector that represents the vector AB. Write an expression that represents its length. For example, AB = (1 - a, b - 1, 0). |AB| = sqrt((1 - a)^2 + (b - 1)^2).
Do the same with vector BC. Write an expression that represents its length.
Do the same with vector AC. Write an expression that represents its length.

You are given that |AB| = |BC|, |BC| = |AC|, and |AB| = |BC|. Substitute the expressions you already found in these three equations.
 

Similar threads

Replies
17
Views
3K
  • · Replies 6 ·
Replies
6
Views
4K
Replies
8
Views
3K
Replies
2
Views
2K
  • · Replies 47 ·
2
Replies
47
Views
7K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
18
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K