New Reply

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

 
Share Thread Thread Tools
Sep26-11, 10:57 PM   #1
 

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


1. The problem statement, all variables and given/known data

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)

2. Relevant equations



3. 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.
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Front-row seats to climate change
>> Attacking MRSA with metals from antibacterial clays
>> New formula invented for microscope viewing, substitutes for federally controlled drug
Sep26-11, 11:20 PM   #2
 
Recognitions:
Homework Helper Homework Help
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
 
Sep26-11, 11:23 PM   #3
 
Mentor
Quote by montana111 View Post
1. The problem statement, all variables and given/known data

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.
 
Sep27-11, 12:53 AM   #4

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help

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


Quote by SammyS View Post
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
 
New Reply

Tags
linear algebra, matrix, plane, z axis
Thread Tools


Similar Threads for: Find Find the point in this plane where it intersects the z axis
Thread Forum Replies
How would you find another point on the plane if you know the distance from P1 to P2? Linear & Abstract Algebra 3
Find the equation for the plane containing the point... Calculus & Beyond Homework 1
find the coordinates of the point on the ellipsoid where the major axis meet Engineering, Comp Sci, & Technology Homework 3
find the coordinates of the point on the ellipsoid where the major axis meet Differential Geometry 0
Find point where line intersects plane Calculus & Beyond Homework 2