Two quadratic equations * + x + = 0 and + *x + = 0 may share one or both roots.
One common root: Subtract the equations to find the common root: x = (provided the denominator is non-zero). The condition for a common root is ( - )^2 = ( - )( - ). This is derived by substituting the common root back into either equation.
Both roots common: / = = (proportional coefficients). This means the two equations are essentially the same.
Equation formation from roots: If alpha and beta are given roots, the quadratic is - (alpha+beta)x + alpha*beta = 0. If roots are obtained by transformation (like squaring, reciprocal, adding a constant), use Vieta's formulas to compute the new sum and product.
For equations with irrational or complex roots: If 2 + sqrt(3) is a root with rational coefficients, then 2 - sqrt(3) is automatically a root. Similarly, if 3 + 2i is a root with real coefficients, then 3 - 2i must be a root. This conjugate pairing principle reduces the work of finding the equation.
JEE technique: When two equations are given with a parameter and the condition "common root" is imposed, subtract the equations to isolate the common root in terms of the parameter, then substitute back to get the parameter value.