๐ What is a Homogeneous Linear System?
A homogeneous linear system is a set of linear equations where the constant term in each equation is zero. This means that when you write the system in matrix form, $Ax = b$, the vector $b$ is the zero vector.
- ๐ข Definition: A system of equations of the form $Ax = 0$, where $A$ is a matrix and $x$ is a vector of variables.
- ๐งฉ Solution: Always has at least one solution (the trivial solution where all variables are zero). It may also have infinitely many solutions.
- ๐ Graphical Representation: Lines (in 2D) or planes (in 3D) all pass through the origin.
๐งช What is a Non-Homogeneous Linear System?
A non-homogeneous linear system is a set of linear equations where at least one of the constant terms is not zero. In matrix form, $Ax = b$, the vector $b$ is not the zero vector.
- โ Definition: A system of equations of the form $Ax = b$, where $A$ is a matrix, $x$ is a vector of variables, and $b$ is a non-zero vector.
- โ
Solution: May have a unique solution, infinitely many solutions, or no solution at all.
- ๐ Graphical Representation: Lines (in 2D) or planes (in 3D) do not necessarily pass through the origin.
๐ Homogeneous vs. Non-Homogeneous: A Side-by-Side Comparison
| Feature |
Homogeneous Linear System |
Non-Homogeneous Linear System |
| Form |
$Ax = 0$ |
$Ax = b$, where $b \neq 0$ |
| Constant Term |
All constant terms are zero. |
At least one constant term is non-zero. |
| Solution Existence |
Always has at least the trivial solution ($x = 0$). |
May have a unique solution, infinitely many solutions, or no solution. |
| Consistency |
Always consistent (has at least one solution). |
Can be consistent or inconsistent (no solution). |
| Geometric Interpretation (2D) |
Lines pass through the origin. |
Lines do not necessarily pass through the origin. |
๐ Key Takeaways
- ๐ก Homogeneous Systems: These are always consistent and have at least the trivial solution. Focus on finding non-trivial solutions.
- ๐ Non-Homogeneous Systems: The existence and uniqueness of solutions depend heavily on the matrix $A$ and the vector $b$. You need to check for consistency first.
- ๐ Solving: Both types of systems can be solved using methods like Gaussian elimination or matrix inversion (if applicable). The key difference is how you interpret the results in relation to the constant terms.