I was solving a problem and I noticed something which was very curious, the problem itself was easy:
Find the point of intersection of the lines: $$2x+3y=5$$ and $$(1+c)x+(2+c)y=4+c$$ when c approaches 1.
I solved them and used the limit to get the point as $(-2,3)$ but also notice that for c very near to 1, the second equation is the same as the first! and also one thing that surprised me was that if I chose to put $c=0$, in the second equation, I get it as $$x+2y=4$$ and which remarkably has the same point of intersection with the first line as was when c approached 1. So my questions are
1.)Are these observations mere coincidences?
2.)Is there any geometric significance of these observations?
3.)And lastly, Suppose I had another function of c instead of the ones which I had in the second equation, example $$(1+c^2)x+(4-c^3)y=3+2c^2$$ and I had to find the point of intersection again and use $\lim_{c \to 1}$I don't get the same answer I get when I use $c=0$, (why does it work only for linear functions of c?)
Thanks!
The line $(1+c)x+(2+c)y-4-c=0$ is actually a combination of two lines because. $$(1+c)x+(2+c)y-4-c=(x+2y-4)+\color{red}{c}(x+y-1)=0.$$ Thus for all values of $c$ it represents a line that passes through the intersection of the lines $x+2y-4=0$ and $x+y-1=0$ which is the point $(-2,3)$.