I have two second order differential equations in three variables that I need to use to establish a relation between two of the variables.
The equations are
$\alpha$ $ x $ + $\beta$$y$ = $A$$(cx + x'')$$ $ + $\gamma$r
$\alpha$ $ x $ + $\beta$$y$ = $B$$(cx + x'')$$ $ + $\delta$r
where $x$, $y$, $r$ are functions of $z$, and $\alpha$, $\beta$, $\gamma$, $\delta$, $A$, $B$ are constants, and $x''$ = $\frac{\partial^2x}{\partial^2z}$.
I need to get a relation between $y$ and $r$ by eliminating $x$ from the equations, but cannot manage to do this. Is it actually possible to eliminate $x$ from these equations?
Any help would be greatly appreciated.
$$ \cases{B\alpha x + B\beta y = B A(cx + x'') + B\gamma r \\ A\alpha x + A\beta y = AB(cx + x'') + A\delta r }$$
subtracting the second from the first ode we have
$$ \alpha(B-A)x+\beta(B-A)y = (B\gamma-A\delta)r $$
and now if $A\ne B$
$$ x = \left(\frac{B\gamma-A\delta}{B-A}\right)r-\beta y $$
after that we can substitute the found $x$ into the odes.