Given the linear system [tex]\begin{array}{|l}x+y+z=a+4\\2x-y+2z=2a+2\\3x+2y-3z=1-2a \end{array} [/tex], where [tex]x,y,z[/tex] in this order form a geometric progression, find the value of the positive real parameter a.
Solution:
If we add the first and second equation of the system, we get [tex]2x-y+2z+x+y+z=a+4+2a+2[/tex] or [tex]x+z=a+2[/tex]. Substituting back into the first equation, we have [tex]y+a+2=a+4[/tex], which yields [tex]y=2[/tex]. The system becomes
[tex]\begin{array}{|l}x+z=a+2\\2x+2z=2a+4\\3x+4-3z=1-2a \end{array} [/tex]. The first and second equations are linearly dependent, so we remove one of them. The system becomes
[tex]\begin{array}{|l}3x+3z=3a+6\\3x-3z=-3-2a \end{array}[/tex]. We add those two equations together and get [tex]6x=-3-2a+3a+6=a+3[/tex], or [tex]x=\frac{a+3}{6}[/tex].
By subtracting the same two equations, we get [tex]6z=3a+6+3+2a=5a+9[/tex], or [tex]z=\frac{5a+9}{6}[/tex]. Since [tex]x,2,z[/tex] form a geometric progression, we know that [tex]zx=2^2=4[/tex], or [tex]\frac{a+3}{6}.\frac{5a+9}{6}=4[/tex]
[tex](a+3)(5a+9)=144[/tex]
[tex]5a^2+24a+27=144[/tex]
[tex]5a^2+24a-117=0[/tex] : [tex]D=12^2+117\cdot 5=729=27^2[/tex],
[tex]a_{1,2}=\frac{-12 \pm 27}{5}[/tex]. We know that [tex]a>0[/tex], so the negative value is discarded and the answer is [tex]a=\frac{-12+27}{5}=\frac{15}{5}=3[/tex]