Find Find the point in this plane where it intersects the z axis

  • Thread starter Thread starter montana111
  • Start date Start date
  • Tags Tags
    Axis Plane Point
Click For Summary

Homework Help Overview

The discussion revolves around finding the point where a given plane intersects the z-axis, specifically when x and y are both equal to zero. The plane is defined parametrically with variables a and b.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants explore the setup of a matrix to represent the problem and discuss the implications of finding values for a and b that satisfy the intersection condition. Questions arise regarding the interpretation of the parameters and the meaning of the intersection point.

Discussion Status

Some participants have offered guidance on row-reducing the matrix to find the parameters a and b. There is an ongoing exploration of the relationships between the parameters and the coordinates of the intersection point, with no explicit consensus reached on the method or final values.

Contextual Notes

There are indications of potential confusion regarding the setup of the equations and the interpretation of the parameters, as well as a noted typo in one participant's equations that may affect understanding.

montana111
Messages
12
Reaction score
0

Homework Statement



find the point in this plane where it intersects the z axis (x=y=0).

P = {<x;y;z;> = <1;-1;0;> + a<1;-2;0;> + b<2;0;-1;> , for all a,b}

(by <l;m;n;> i mean to denote a column)

Homework Equations





The Attempt at a Solution


I talked to my TA last friday and he made it seem easy, but I don't remember what he said anymore. I have something that looks like

I set up a matrix that looks like

[<1;-1;0;> <1;-2;0;> <2;0;-1;>] [<1;a;b>] = [<0;0;2;>]

I'm not really sure what to do from here. It says it is asking for a point, does this mean which (a,b) works? What can you help me with?

Thanks in advance.
 
Physics news on Phys.org
find (a,b) where it works by row-reducing your matrix

then use (a,b) in
P= P(a,b)=<x,y,z>=<x(a,b),y(a,b),z(a,b)>

a & b are parameters in the parameterisation of the plane, each (a,b) corresponds to a point <x,y,z> on the plane P
 
montana111 said:

Homework Statement



find the point in this plane where it intersects the z axis (x=y=0).

P = {<x;y;z;> = <1;-1;0;> + a<1;-2;0;> + b<2;0;-1;> , for all a,b}

(by <l;m;n;> i mean to denote a column)
...
This is all you should need.
<x;y;z;> = <1;-1;0;> + a<1;-2;0;> + b<2;0;-1;>​

It says that
x = 1 + 1∙a + 2∙b

y = -1 - 2∙a + 0∙b

z = 0 + 0∙a - 1∙b

Now "Find the point in this plane where it intersects the z axis (x=y=0)." So, find what a & b make this happen?

Edited per ehild's note.

Thanks goes to ehild.
 
Last edited:
SammyS said:
This is all you should need.
<x;y;z;> = <1;-1;0;> + a<1;-2;0;> + b<2;0;-1;>​

It says that
x = 1 + 1∙a + 2∙b

y = -1 - 2∙a - 2∙b

z = 0 + 0∙a - 1∙b

SammyS,

There is a typo in your equations (shown in red)

It should be

y=-1-2∙a +0∙b

ehild
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
4
Views
5K
Replies
1
Views
2K
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
4
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K