So essentially, we have an aircraft $A$ moving true north ($0^oT$) at a velocity of $10kn$. The aircraft started at a position of $A(x,y)$. There are 2 radio stations transmitting the bearing to the aircraft (The bearing from the station to the aircraft). Station $P$ is at a location $P(10,10)$ and station $Q$ at $Q(10,2)$. The bearings are $90^o$ and $45^o$ respectively at $t=0$. Find an equation for the lines $PA$ and $QA$ so that at any time $t$ you can equate these equations to find the co-ordinates of the aircraft.
As seen below, the point $A(x,y)$ is the intersection of the 2 linear equations $PA$ and $QA$. Obviously the two equations will change relative to the movement of the aircraft's movement.
What I can't understand is how to make an equation for both lines that will work for all values of $t$. So that when $t=1$, I can have 2 equations with new angles etc that when equated can provide the location of $A$.
Also, the bearings when $t>0$ are unknown.
Any help is appreciated, this is only of personal interest.

The general equation of a line going threw $A(x,y)$ is $\alpha X+\beta Y=\alpha x+\beta y$. If such a line passes threw $P(10,10)$, we have $$10\alpha+10\beta=x\alpha+y\beta$$ Taking for example $\alpha=10-y$, you find $\beta=x-10$. So equation of line $(PA)$ is $$(10-y)(X-x)+(x-10)(Y-y)=0$$ You can do the same for line $(QA)$. Of course, the coefficients of your equations depend on the location of the plane :-)