A linear equation in 3 variables

In summary: You can see that the normal vector will be perpendicular to both \mathbf{a} and \mathbf{b} and that it will have the magnitude of 2 \mathbf{i}...
  • #1
karush
Gold Member
MHB
3,269
5
write a linear equation in 3 variables that is satisfied by all 3 of the given ordered triples

$(1,1,1), (0,2,0), (1,0,0)$

the examples in book are all on the $ax+by+cz=d$ equation but with just ordered triples there is no $d$ or can it be found from them... otherwise I would solve this by simultaneously.

the answer to this is $2x+y-z=2$
 
Mathematics news on Phys.org
  • #2
karush said:
write a linear equation in 3 variables that is satisfied by all 3 of the given ordered triples

$(1,1,1), (0,2,0), (1,0,0)$

the examples in book are all on the $ax+by+cz=d$ equation but with just ordered triples there is no $d$ or can it be found from them... otherwise I would solve this by simultaneously.

the answer to this is $2x+y-z=2$

You have the linear system...

$\displaystyle a + b + c = d$

$\displaystyle 2 b = d$

$\displaystyle a = d\ (1)$

... the solution of which is $a=d,\ b= \frac{d}{2},\ c=- \frac{d}{2}$, so that You can write...

$\displaystyle a x + \frac{d}{2} y - \frac{d}{2} z = d \implies x + \frac{y}{2} - \frac{z}{2} = 1\ (2)$

Kind regards

$\chi$ $\sigma$
 
  • #3
karush said:
write a linear equation in 3 variables that is satisfied by all 3 of the given ordered triples

$(1,1,1), (0,2,0), (1,0,0)$

the examples in book are all on the $ax+by+cz=d$ equation but with just ordered triples there is no $d$ or can it be found from them... otherwise I would solve this by simultaneously.

the answer to this is $2x+y-z=2$
I would have done this just a little differently from chisigma. First, note that there is no "unique" solution. for any ax+ by+ cz= d describing the line, you could multiply through by any number and get a new equation for the same line. You could. for example, divide both sides by d to get (a/d)x+ (b/d)y+ (c/d)z= 1, then let a'= a/d, b'= b/d, and c'= c/d so that the equation is a'x+ b'y+ c'z= 1, with only three unknown values.

I suspect that the answer you are asked for is the one that has all integer coefficients with no common factor.

Now, from ax+ by+ cz= d, (1, 1, 1) on the line means we must have a+ b+ c= d. (0, 2, 0) on the line means 0a+ 2b+ 0c= 2b= d. (1, 0, 0) on the line means 1a+ 0b+ 0c= a= d. Since both 2b and a are equal to d, a= 2b and we can replace both a and d with 2b in the first equation: 2b+ b+ c= 2b so that b+ c= 0 or b= -c.

Now we can write everything in terms of b: a= 2b, c= -b, d= 2b, and so the equation is
2bx+ by- bz= 2b. Here, b can be any (non-zero) number and still give an equation describing the line but dividing both sides of the equation by b gives
2x+ y- z= 2, the simplest form for the equation as all numbers are integers and they do not all have a common factor so cannot be reduced.
 
  • #4
karush said:
write a linear equation in 3 variables that is satisfied by all 3 of the given ordered triples

$(1,1,1), (0,2,0), (1,0,0)$

the examples in book are all on the $ax+by+cz=d$ equation but with just ordered triples there is no $d$ or can it be found from them... otherwise I would solve this by simultaneously.

the answer to this is $2x+y-z=2$

There will be a unique plane which satisfies these three points simultaneously. The plane will have the same coefficients as its normal vector, and the normal vector will also be normal to any vectors in the plane. So if we can get two vectors that lie in the plane, taking their cross product will give the normal vector. Call two of these vectors [tex]\displaystyle \begin{align*} \mathbf{a} \end{align*}[/tex] and [tex]\displaystyle \begin{align*} \mathbf{b} \end{align*}[/tex]. We could have

[tex]\displaystyle \begin{align*} \mathbf{a} &= ( 1 - 0, 1 - 2, 1 - 0) \\ &= ( 1 , -1, 1 ) \\ \\ \mathbf{b} &= (1 - 0, 0 - 2, 0 - 0 ) \\ &= ( 1 , -2, 0) \end{align*}[/tex]

[tex]\displaystyle \begin{align*} \mathbf{n} &= \mathbf{a} \times \mathbf{b} \\ &= \left| \begin{matrix} \mathbf{i} & \phantom{-}\mathbf{j} & \mathbf{k} \\ 1 & -1 & 1 \\ 1 & -2 & 0 \end{matrix} \right| \\ &= \mathbf{i} \, \left| \begin{matrix} -1 & 1 \\ -2 & 0 \end{matrix} \right| - \mathbf{j} \, \left| \begin{matrix} 1 & 1 \\ 1 & 0 \end{matrix} \right| + \mathbf{k} \, \left| \begin{matrix} 1 & -1 \\ 1 & -2 \end{matrix} \right| \\ &= \mathbf{i} \, \left[ -1 \cdot 0 - 1 \cdot (-2) \right] - \mathbf{j} \, \left( 1 \cdot 0 - 1 \cdot 1 \right) + \mathbf{k} \, \left[ 1 \cdot (-2) - (-1) \cdot 1 \right] \\ &= 2\,\mathbf{i} + \mathbf{j} - \mathbf{k} \end{align*}[/tex]

The plane will have the same coefficients as the normal vector, so that gives [tex]\displaystyle \begin{align*} 2x + y - z = d \end{align*}[/tex]. Since we have three points that lie on the plane, any of them can be substituted to find [tex]\displaystyle \begin{align*} d \end{align*}[/tex]. If we substitute [tex]\displaystyle \begin{align*} (1, 0, 0) \end{align*}[/tex] that gives

[tex]\displaystyle \begin{align*} 2 \cdot 1 + 0 - 0 &= d \\ 2 &= d \end{align*}[/tex]

and thus the plane is [tex]\displaystyle \begin{align*} 2x + y - z = 2 \end{align*}[/tex].
 

FAQ: A linear equation in 3 variables

What is a linear equation in 3 variables?

A linear equation in 3 variables is an equation that contains 3 different variables or unknown quantities, with each variable being raised to the first power and no variable being multiplied by another variable, such as x + y + z = 10.

How do you solve a linear equation in 3 variables?

To solve a linear equation in 3 variables, you need to have 3 different equations with the same 3 variables. Then, you can use substitution or elimination to solve for one variable at a time until you have values for all 3 variables that satisfy all 3 equations.

What is the purpose of using a linear equation in 3 variables?

A linear equation in 3 variables can be used to represent a relationship between 3 different quantities in a real-life scenario. It can also be used to find a solution or determine the value of one variable in terms of the other two variables.

Can a linear equation in 3 variables have more than one solution?

Yes, a linear equation in 3 variables can have infinitely many solutions. This means that there are multiple combinations of values for the 3 variables that satisfy the equation. However, it is also possible for a linear equation in 3 variables to have no solution.

How is a linear equation in 3 variables graphed?

A linear equation in 3 variables can be graphed on a 3-dimensional coordinate plane, with each variable representing one of the 3 axes. The solution to the equation will be a point where all 3 axes intersect. However, it is not always possible to graph a linear equation in 3 variables due to the complexity of the equation.

Similar threads

Replies
18
Views
2K
Replies
1
Views
1K
Replies
16
Views
4K
Replies
10
Views
1K
Replies
44
Views
4K
Replies
13
Views
2K
Replies
2
Views
997
Replies
8
Views
3K
Replies
9
Views
2K
Back
Top