Solving a Problem in My Assignment: X1, X2, and X3

AI Thread Summary
The discussion revolves around solving a problem in an assignment involving vectors X1, X2, and X3. The user is uncertain about the correct values for X3, considering two possibilities based on the difference between X1 and X2. It is established that the kernel of matrix A is at least one-dimensional, indicating multiple solutions exist. The only confirmed solutions are of the form X1 + λ(X2 - X1), but it's unclear if these encompass all possible solutions. The conversation highlights the complexity of the problem and the need for further clarification on the parameters involved.
Soma
Messages
2
Reaction score
0
Homework Statement
Let X1 = [(1,2,3)] and Let X2 = [(4,5,6)] be two solutions of the linear system AX = B. Find all solutions X3 of this system, such that X3 ≠ X1 and X3 ≠ X2.
Relevant Equations
None
This is just a small part of a question I have in my assignment and I'm not sure how to solve it, nothing in my eBook or our presentation slides hints at a similar problem, what I tried was I noticed that X1 and X2 have the difference of (3,3,3) and I assume either X3 = (3,3,3) or X3 = (7,8,9) is that right or am I getting it wrong?
 
Physics news on Phys.org
There should be infinitely many possibilities. We know nothing about ##A## or ##B##. The only fact we have is what you have already observed: ##Ax_1=b=Ax_2 \Longrightarrow A(x_2-x_1)=A(3,3,3)=0##. This means the kernel of ##A## is not trivial and at least one dimensional. Thus the kernel may have all dimensions ##1,2,3## depending on what ##A## and ##b## are.

We only know for sure that all vectors ##x_1+\lambda (x_2-x_1)## are solutions, but we cannot know whether these are all solutions.
 
  • Like
Likes Soma
Thank you so much for the help! I wasn't sure what to do at first but that makes a lot of sense
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top