Find xR4x \in R^4 such that (4,3,1,7)+2x=(5,9,6,8)(4, -3, 1, 7) + 2x = (5, 9, -6, 8)

Since arithmetic operations on 4-tuples is done by applying the operation to the corresponding components of the tuple, we can do so, after we subtract the 4-tuple on the LHS, from the L/RHS:

2x=(5,9,6,8)(4,3,1,7)2x = (5, 9, -6, 8) - (4, -3, 1, 7).

Re-arranging the terms to show the component-wise operations:

2x=((54),(9+3)),((6+1),(87))2x = ((5 - 4), (9 + 3)), ((6 + 1), (8 - 7)).

Computing the arithmetic leaves 2x=(1,12,7,1)2x = (1, 12, 7, 1).

From here, in order to find xx, we simply divide the LHS by 22:

x=((12),(122),(72),(12))x = ((\frac{1}{2}),(\frac{12}{2}),(\frac{7}{2}),(\frac{1}{2})).

From this we see x=(0.5,6,72,0.5)x = (0.5, 6, \frac{7}{2}, 0.5), a vector that exists in R4R^4.

Checking our work we see:

2x=2(0.5,6,72,0.5)=(1,12,7,1)2x = 2(0.5, 6, \frac{7}{2}, 0.5) = (1, 12, 7, 1).

And from this we can check:

(4,3,1,7)+(1,12,7,1)=(5,9,6,8)(4, -3, 1, 7) + (1, 12, 7, 1) = (5, 9, -6, 8).

Which gives us ((4+1),(123),(17),(91))=(5,9,6,8)((4 + 1),(12 - 3),(1 - 7),(9 - 1)) = (5, 9, -6, 8).

CC BY-SA 4.0 Septimia Zenobia. Last modified: July 17, 2023. Website built with Franklin.jl and the Julia programming language.