Given two first order PDE's
$$\frac{\partial v(x,t)}{\partial x} = R~i(x,t) + L~\frac{\partial i(x,t)}{\partial t}\tag{1}$$
$$\frac{\partial i(x,t)}{\partial x} =G~v(x,t) + C\frac{\partial v(x,t)}{\partial t}\tag{2}$$
How to combine these two PDE as a single PDE of the form:
$$\frac{\partial^2f(x,t)}{\partial x^2} = RG f(x,t) + (RC +LG)\frac{\partial f(x,t)}{\partial t} + LC\frac{\partial^2 f(x,t)}{\partial t^2}$$
my attempt is this:
substitute (2) into (1).
$$\frac{\partial v(x,t)}{\partial x} = R~i(x,t) + L~(G~v(x,t) + C\frac{\partial v(x,t)}{\partial t})$$
$$\frac{\partial v(x,t)}{\partial x} = R~i(x,t) + LG~v(x,t) + LC\frac{\partial v(x,t)}{\partial t}$$
?? doesn't really look the same...
the textbook claims that f(x,t) can be either v(x,t) or i(x,t)....