[Math] Parametric vector form for homogeneous equation Ax = 0

linear algebraparametricsystems of equationsvectors

I already read post this and this, but still I am not having clear understanding on parametric vector form.

I was reading a book Interactive linear algebra and found a problem where they used a parametric vector form for homogeneous case which I attached below.

enter image description here

They have taken a matrix in reduced row echelon form then they got system of equation from that. From system of equation they generated parametric form. I got how they deduce frist two equations x1 and x2. But they wrote more two lines which are x3 = x3 and x4 = x4. And seems like value of x3 and x4 could be anything.

My question is, how they got x3 = x3 and x4 = x4 ?
Do we need to write mathematically free variable as, free variable = free variable?

And why do we need to write equations in parametric vector form, To find what are the vectors in system of linear equation exist?

One more confusion..

enter image description here

I wrote system of equation from above by myself, showed all three pictures. Row picture, matrix picture and column picture I learned from Dr.Gilbert Strang book. Shouldn't there be linear combination of 4 two-dimensional vectors (1, 0), (0, 1), (-8, 4) and (-7, 3)?

Also concept of span is bothering me very much. Does span relates to all possible solution set x or it relates to set of all linear combination of vectors that is all b's in case of Ax = b?

Btw, sorry for such a long question. But I had to use two image to make my question clear.

Best Answer

Remember that (1,0), (0,1), (-8,4) and (-7,3) are not linearly independent, that is, you can express (-8,4) as -8*(1,0) + 4*(0,1) and (-7,3) as -7*(1,0) + 3*(0,1).

Answering your question, you need a parametric vector solution set because the system of equations that is provided to you is underconstrained, that is, the number of variables is greater than the number of equations. And so, you must express the variables x1 and x2 in terms of X3 and x4 (free variables).