I'm a bit of a maths noob but I have the problem that I have two functions of the following form:
$$f(x) = 0.1 x + 3 \quad \text{ and } \quad f(y) = 0.3 y + 400 $$
meaning that I have a graph where I have a "normal" line in my plot and a vertical line which is dependent on $y$ and not $x$.
I am now trying to get the intersection of these two functions but I do not really know how to do this. I am helpful for any answers! Thank you. Here is an example. How can I get the intersection of the blue line with the orange or the green one?
If you are looking for the intersection of the lines
$y=0.1x+3$
and
$x=0.3y+400$
then you can just substitute $0.1x+3$ for $y$ in the second equation to get
$x=0.3(0.1x+3) +400 = 0.03x + 400.9$
and then solve this equation to find the value of $x$.