We are given the relation \( z = ax + by + (a/b) \), where a and b are arbitrary constants.
We need to form a partial differential equation (PDE) by eliminating a and b.
We use the standard notation for partial derivatives of z with respect to x and y:
$$ p = \frac{\partial z}{\partial x} $$
$$ q = \frac{\partial z}{\partial y} $$
Differentiate the given relation partially with respect to x (treating y, a, b as constants):
$$ \frac{\partial z}{\partial x} = a $$
So, \( p = a \).
Differentiate the given relation partially with respect to y (treating x, a, b as constants):
$$ \frac{\partial z}{\partial y} = b $$
So, \( q = b \).
Now substitute \(a=p\) and \(b=q\) back into the original relation:
$$ z = (p)x + (q)y + \frac{p}{q} $$
$$ z = px + qy + \frac{p}{q} $$
This is the required PDE formed by eliminating the arbitrary constants a and b.
This matches option (1).
This form is related to Clairaut's partial differential equation.