How do I prove that the sum of two lines, for example $y=3x$ and $y=8x$, is $\mathbb{R}^2$? Is there a way I can show that every point in $\mathbb{R}^2$ can be written as a sum of these two lines?
2026-04-24 08:34:37.1777019677
Proving that sum of two distinct lines in $\mathbb{R}^2$ is $\mathbb{R}^2$?
133 Views Asked by user394691 https://math.techqa.club/user/user394691/detail At
2
Points on $y=3x$ have the form $(r,3r)$.
Points on $y=8x$ have the form $(s,8s)$.
Points on the sum of these two lines have the form $(r,3r)+(s,8s)=(r+s,3r+8s)$.
Given any point $(a,b) \in \mathbb{R}^2$, set $(a,b)=(r+s,3r+8s)$ and solve the resulting system of equations for $r,s$: $$r+s=a$$ $$3r+8s=b$$ .
.
.