Finding a and b for a point on a line in 3D space

  • Thread starter Thread starter iamsmooth
  • Start date Start date
  • Tags Tags
    Geometric Vectors
Click For Summary

Homework Help Overview

The problem involves finding values for a and b such that the point (a, -5, b) lies on the line defined by the points (-3, -1, 3) and (3, -4, 9) in three-dimensional space. The discussion centers around understanding vector relationships and the concept of collinearity in R3.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the need to establish a relationship between the vectors formed by the points A, B, and C. There is confusion regarding the interpretation of the problem, particularly about the relevance of the coordinates and the concept of parallel vectors. Some participants attempt to derive the necessary conditions for the point C to lie on the line through A and B.

Discussion Status

The discussion is ongoing, with participants exploring different interpretations of the problem and attempting to clarify the relationships between the vectors. Some guidance has been provided regarding the need for vector AC to be parallel to vector AB, but there is still uncertainty about the wording of the question and the implications of the coordinates involved.

Contextual Notes

Participants express frustration with the transition from two-dimensional to three-dimensional thinking, indicating a potential gap in understanding the geometric implications of the problem. There is also mention of the challenge in visualizing the points and vectors in 3D space.

iamsmooth
Messages
103
Reaction score
0

Homework Statement


Find a and b such that the point (a,-5,b) lies on the line passing through (-3,-1,3) and (3,-4,9)

Homework Equations


(maybe?) Component = P1P2 = (x2 - x1, y2 - y1)

The Attempt at a Solution



Since it's a line passing through, I thought I could just add the two points together which gave me (0, -5, 12), but I did not get the right answer. So I thought maybe you have to get the component which would essentially be the terminal points of the 2 points which would form a new vector?

P1P2 = (x2 - x1, y2 - y1)

but then I'm not sure which would be the point to use for P2 and P1.

We just started vectors like last week, and I'm still pretty newbie with this stuff :( I'm not totally sure how to interpret the question.

What relevance does the -5 in (a, -5, b) have? It matches the addition of both of the points, but 0 and 12 do not work.

Thanks for any help.
 
Physics news on Phys.org
You are given points in R3, but you're thinking in two dimensions. E.g.
iamsmooth said:
Component = P1P2 = (x2 - x1, y2 - y1)
Notice that your points have three coordinates, not two!

Lets's give some names to your points: A(-3,-1,3) and B(3,-4,9) and C(a,-5,b) . You want the vector AB to be parallel to the vector AC, which means that AB = t*AC for some real number t.

As it turns out, the point C can't be between points A and B, but it should be on the line through them.
 
Mark44 said:
You are given points in R3, but you're thinking in two dimensions. E.g.

Notice that your points have three coordinates, not two!

Lets's give some names to your points: A(-3,-1,3) and B(3,-4,9) and C(a,-5,b) . You want the vector AB to be parallel to the vector AC, which means that AB = t*AC for some real number t.

As it turns out, the point C can't be between points A and B, but it should be on the line through them.

How do you know they want AC and not BC? I still don't understand the wording of the question? How do you know it's supposed to be parallel? Is it because if it passes both points it means that AC contains the line AB?

I'm still not sure on how to interpret this problem.

AB = (-3,-1,3) - (3,-4,9) = (-6, 3, -6)

AC = (a+3, -4, b-3)

So now I need to figure out a scalar multiple that makes -4 into 3 which would be [itex]-\frac{3}{4}[/itex].

Am I getting anywhere with this question? How do you know it's AB and now BA? It wouldn't be the same, would it? Sorry, I'm just not understanding this... matrices was way easier than vectors... Appreciate the help.
 
iamsmooth said:
How do you know they want AC and not BC?
You could do it that way. I just chose one way.
iamsmooth said:
I still don't understand the wording of the question? How do you know it's supposed to be parallel? Is it because if it passes both points it means that AC contains the line AB?
AC has to have the same direction as the line through A and B. For that to happen, the direction vectors have to be scalar multiples of one another. I didn't mean parallel in the sense of two lines a certain distance apart. A better choice of wording might have been "collinear."

AB is not the line. AB is the vector from A to B, so it has a certain length and a certain direction, the same as the line through A and B. The line has infinite length.
iamsmooth said:
I'm still not sure on how to interpret this problem.
Find a and b so that the point C(a, -5, b) is on the line that passes through the points A and B. IOW, Find C so that AC and BC have the same direction.
iamsmooth said:
AB = (-3,-1,3) - (3,-4,9) = (-6, 3, -6)

AC = (a+3, -4, b-3)

So now I need to figure out a scalar multiple that makes -4 into 3 which would be [itex]-\frac{3}{4}[/itex].
That works, since (-3/4)*(-4) = 3
iamsmooth said:
Am I getting anywhere with this question? How do you know it's AB and now BA? It wouldn't be the same, would it? Sorry, I'm just not understanding this... matrices was way easier than vectors... Appreciate the help.

It doesn't matter if it's AB or BA. While not equal, these vectors have directions that are opposite in sign. IOW, AB = -1*BA.
 
So (-6, 3, -6) divided by -3/4 = (8, -4, 8), which means I have to make a and b add up to 8.

AC = (a+3, -4, b-3)

a = 5, b = 11

I think I need to review the theory a bit more, but I got this question down. It's frustrating because you spend your whole life dealing with x and y-axis and all of a sudden, BAM, here's a z-axis for you to confuse the hell out of you. I tried drawing out the graphs for visual aide, but after plotting it out, I can't make any sense of it because my drawings don't look 3d.

Anyways, thanks a lot for the help Mark, really appreciate it!
 
Those are the right values. Using them, you can see that AC = (8, -4, 8) and BC = (2, -1, 2), so each vector is some multiple of the other, which makes them parallel - just what we wanted.

For this problem, you don't really need to graph things in 3D. All three points are supposed to be in a line, so any plane that contains this line is just fine.

In general, though, you'll want to learn how to graph things in three dimensions. Hopefully your instructor will start doing that soon, especially now that you are working with points in 3D space.
 

Similar threads

  • · Replies 23 ·
Replies
23
Views
3K
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
17
Views
3K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
1K