Find the equation of the plane that passes through the line of intersection of two planes and a point
up vote
0
down vote
favorite
Find the equation of the plane that passes through the line of intersection of the planes $2x-3y-z +1 =0$ and $3x+5y-4z+2=0$, and that also passes through the point $(3,-1,2)$
$vec n_1 = [2,-3,-1]$
$vec n_2 = [3,5,-4]$
$vec n_1 times vec n_2 = [17,5,19]$
$[17,5,19]$ is the direction vector of the line of intersection.
now,
$$[17,5,19] cdot vec n_3 = 0
\ [17,5,19] cdot [a,b,c] =0
\ 17a+5b+19c = 0$$
Let $a =1, b=1$
$$17+5 + 19c =0
\ 19c = -22
\ c=-{22 over 9}$$
$$vec n_3 = [1,1,-{22over 19}]
\ equiv [19,19,-22]$$
So the scalar equation is $19x +19y- 22z+ D= 0$
Substitute $(3,-1,2)$
$$19(3) +19(-1) -22(2) +D = 0
\ D = 6$$
$19x -19y -22z + 6 =0$ is the equation of the plane.
However the answer says it is $14x +17y -17z +9 = 0$
vector-spaces vectors intersection-theory
add a comment |
up vote
0
down vote
favorite
Find the equation of the plane that passes through the line of intersection of the planes $2x-3y-z +1 =0$ and $3x+5y-4z+2=0$, and that also passes through the point $(3,-1,2)$
$vec n_1 = [2,-3,-1]$
$vec n_2 = [3,5,-4]$
$vec n_1 times vec n_2 = [17,5,19]$
$[17,5,19]$ is the direction vector of the line of intersection.
now,
$$[17,5,19] cdot vec n_3 = 0
\ [17,5,19] cdot [a,b,c] =0
\ 17a+5b+19c = 0$$
Let $a =1, b=1$
$$17+5 + 19c =0
\ 19c = -22
\ c=-{22 over 9}$$
$$vec n_3 = [1,1,-{22over 19}]
\ equiv [19,19,-22]$$
So the scalar equation is $19x +19y- 22z+ D= 0$
Substitute $(3,-1,2)$
$$19(3) +19(-1) -22(2) +D = 0
\ D = 6$$
$19x -19y -22z + 6 =0$ is the equation of the plane.
However the answer says it is $14x +17y -17z +9 = 0$
vector-spaces vectors intersection-theory
1
use family of planes
– maveric
Nov 16 at 18:09
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Find the equation of the plane that passes through the line of intersection of the planes $2x-3y-z +1 =0$ and $3x+5y-4z+2=0$, and that also passes through the point $(3,-1,2)$
$vec n_1 = [2,-3,-1]$
$vec n_2 = [3,5,-4]$
$vec n_1 times vec n_2 = [17,5,19]$
$[17,5,19]$ is the direction vector of the line of intersection.
now,
$$[17,5,19] cdot vec n_3 = 0
\ [17,5,19] cdot [a,b,c] =0
\ 17a+5b+19c = 0$$
Let $a =1, b=1$
$$17+5 + 19c =0
\ 19c = -22
\ c=-{22 over 9}$$
$$vec n_3 = [1,1,-{22over 19}]
\ equiv [19,19,-22]$$
So the scalar equation is $19x +19y- 22z+ D= 0$
Substitute $(3,-1,2)$
$$19(3) +19(-1) -22(2) +D = 0
\ D = 6$$
$19x -19y -22z + 6 =0$ is the equation of the plane.
However the answer says it is $14x +17y -17z +9 = 0$
vector-spaces vectors intersection-theory
Find the equation of the plane that passes through the line of intersection of the planes $2x-3y-z +1 =0$ and $3x+5y-4z+2=0$, and that also passes through the point $(3,-1,2)$
$vec n_1 = [2,-3,-1]$
$vec n_2 = [3,5,-4]$
$vec n_1 times vec n_2 = [17,5,19]$
$[17,5,19]$ is the direction vector of the line of intersection.
now,
$$[17,5,19] cdot vec n_3 = 0
\ [17,5,19] cdot [a,b,c] =0
\ 17a+5b+19c = 0$$
Let $a =1, b=1$
$$17+5 + 19c =0
\ 19c = -22
\ c=-{22 over 9}$$
$$vec n_3 = [1,1,-{22over 19}]
\ equiv [19,19,-22]$$
So the scalar equation is $19x +19y- 22z+ D= 0$
Substitute $(3,-1,2)$
$$19(3) +19(-1) -22(2) +D = 0
\ D = 6$$
$19x -19y -22z + 6 =0$ is the equation of the plane.
However the answer says it is $14x +17y -17z +9 = 0$
vector-spaces vectors intersection-theory
vector-spaces vectors intersection-theory
asked Nov 16 at 17:09
didgocks
662823
662823
1
use family of planes
– maveric
Nov 16 at 18:09
add a comment |
1
use family of planes
– maveric
Nov 16 at 18:09
1
1
use family of planes
– maveric
Nov 16 at 18:09
use family of planes
– maveric
Nov 16 at 18:09
add a comment |
2 Answers
2
active
oldest
votes
up vote
1
down vote
accepted
Another hint:
Equations of all planes passing through the intersection of planes 2x-3y-z+1 = 0 and 3x+5y-4z+2=0 have a shape
$alpha (2x-3y-z+1) + beta (3x+5y-4z+2)=0$
The alpha and beta constants are not at the same time equal to 0. Suppose that alpha $neq 0$ and divide:
$frac{beta}{alpha}=gamma quad Rightarrow quad 2x-3y-z+1 + gamma (3x+5y-4z+2)=0$
The plane passes through the point $(3,-1,2) Rightarrow gamma = 4$ and the equation of the search plane will be
$ x + 17 y - 17 z + 9 = 0$
add a comment |
up vote
2
down vote
Find two points $P$ and $Q$ on the line of intersection of the planes $2x−3y−z+1=0$ and $3x+5y−4z+2=0.$
Then with $A=(3,−1,2)$ construct vectors $AP$ and $AQ$
The normal vector to your plane is the common perpendicular of $AP$ and $AQ$
Having a point and the normal vector you can easily find the equation of the plane.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Another hint:
Equations of all planes passing through the intersection of planes 2x-3y-z+1 = 0 and 3x+5y-4z+2=0 have a shape
$alpha (2x-3y-z+1) + beta (3x+5y-4z+2)=0$
The alpha and beta constants are not at the same time equal to 0. Suppose that alpha $neq 0$ and divide:
$frac{beta}{alpha}=gamma quad Rightarrow quad 2x-3y-z+1 + gamma (3x+5y-4z+2)=0$
The plane passes through the point $(3,-1,2) Rightarrow gamma = 4$ and the equation of the search plane will be
$ x + 17 y - 17 z + 9 = 0$
add a comment |
up vote
1
down vote
accepted
Another hint:
Equations of all planes passing through the intersection of planes 2x-3y-z+1 = 0 and 3x+5y-4z+2=0 have a shape
$alpha (2x-3y-z+1) + beta (3x+5y-4z+2)=0$
The alpha and beta constants are not at the same time equal to 0. Suppose that alpha $neq 0$ and divide:
$frac{beta}{alpha}=gamma quad Rightarrow quad 2x-3y-z+1 + gamma (3x+5y-4z+2)=0$
The plane passes through the point $(3,-1,2) Rightarrow gamma = 4$ and the equation of the search plane will be
$ x + 17 y - 17 z + 9 = 0$
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Another hint:
Equations of all planes passing through the intersection of planes 2x-3y-z+1 = 0 and 3x+5y-4z+2=0 have a shape
$alpha (2x-3y-z+1) + beta (3x+5y-4z+2)=0$
The alpha and beta constants are not at the same time equal to 0. Suppose that alpha $neq 0$ and divide:
$frac{beta}{alpha}=gamma quad Rightarrow quad 2x-3y-z+1 + gamma (3x+5y-4z+2)=0$
The plane passes through the point $(3,-1,2) Rightarrow gamma = 4$ and the equation of the search plane will be
$ x + 17 y - 17 z + 9 = 0$
Another hint:
Equations of all planes passing through the intersection of planes 2x-3y-z+1 = 0 and 3x+5y-4z+2=0 have a shape
$alpha (2x-3y-z+1) + beta (3x+5y-4z+2)=0$
The alpha and beta constants are not at the same time equal to 0. Suppose that alpha $neq 0$ and divide:
$frac{beta}{alpha}=gamma quad Rightarrow quad 2x-3y-z+1 + gamma (3x+5y-4z+2)=0$
The plane passes through the point $(3,-1,2) Rightarrow gamma = 4$ and the equation of the search plane will be
$ x + 17 y - 17 z + 9 = 0$
answered Nov 16 at 18:00
georg
2,398289
2,398289
add a comment |
add a comment |
up vote
2
down vote
Find two points $P$ and $Q$ on the line of intersection of the planes $2x−3y−z+1=0$ and $3x+5y−4z+2=0.$
Then with $A=(3,−1,2)$ construct vectors $AP$ and $AQ$
The normal vector to your plane is the common perpendicular of $AP$ and $AQ$
Having a point and the normal vector you can easily find the equation of the plane.
add a comment |
up vote
2
down vote
Find two points $P$ and $Q$ on the line of intersection of the planes $2x−3y−z+1=0$ and $3x+5y−4z+2=0.$
Then with $A=(3,−1,2)$ construct vectors $AP$ and $AQ$
The normal vector to your plane is the common perpendicular of $AP$ and $AQ$
Having a point and the normal vector you can easily find the equation of the plane.
add a comment |
up vote
2
down vote
up vote
2
down vote
Find two points $P$ and $Q$ on the line of intersection of the planes $2x−3y−z+1=0$ and $3x+5y−4z+2=0.$
Then with $A=(3,−1,2)$ construct vectors $AP$ and $AQ$
The normal vector to your plane is the common perpendicular of $AP$ and $AQ$
Having a point and the normal vector you can easily find the equation of the plane.
Find two points $P$ and $Q$ on the line of intersection of the planes $2x−3y−z+1=0$ and $3x+5y−4z+2=0.$
Then with $A=(3,−1,2)$ construct vectors $AP$ and $AQ$
The normal vector to your plane is the common perpendicular of $AP$ and $AQ$
Having a point and the normal vector you can easily find the equation of the plane.
answered Nov 16 at 17:32
Mohammad Riazi-Kermani
40.2k41958
40.2k41958
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3001380%2ffind-the-equation-of-the-plane-that-passes-through-the-line-of-intersection-of-t%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
use family of planes
– maveric
Nov 16 at 18:09