Technique explanation
This lesson teaches the application of the sub-sutra Antyayoreva (Only the Last Terms). It addresses equations where the leading portions of the numerator and denominator are identical or proportional, allowing the solution to be determined by the constant terms alone.
When an equation takes the form (P + a)/(P + b) = c/d, cross-multiplication yields d(P + a) = c(P + b). Expanding this gives dP + ad = cP + cb. Rearranging to solve for P results in P(d - c) = cb - ad, or P = (ad - bc)/(c - d). If a, b, c, d are such that the constants cancel or simplify significantly, the "common expression" P is directly solvable.
This method applies only when the variable parts (leading terms) of the numerator and denominator are identical (P) or can be scaled to be identical. For cases where they differ, the standard cross-multiplication method should be used.
Standard fallback: Cross-multiplication of the rational terms to form a standard polynomial equation, followed by collecting terms and solving the resulting quadratic or linear equation using the quadratic formula or factoring.
Worked examples
Example 1: Solve (x² + 5x + 6)/(x² + 5x + 4) = 3/2
- Step 1: Identify P = x² + 5x.
- Step 2: Constants are a=6, b=4, c=3, d=2.
- Step 3: Apply P = (ad - bc)/(c - d) = (62 - 43)/(3 - 2) = (12 - 12)/1 = 0.
- Step 4: Solve x² + 5x = 0 → x(x + 5) = 0 → x = 0, -5.
- Check: Calculate the standard products: 2(x² + 5x + 6) = 2x² + 10x + 12 and 3(x² + 5x + 4) = 3x² + 15x + 12. Equating them gives 2x² + 10x + 12 = 3x² + 15x + 12, which simplifies to x² + 5x = 0, yielding x = 0 and x = -5.
Example 2: Solve (x² + 3x + 5)/(x² + 3x + 2) = 2
- Step 1: Identify P = x² + 3x.
- Step 2: Constants are a=5, b=2, c=2, d=1.
- Step 3: Apply P = (ad - bc)/(c - d) = (51 - 22)/(2 - 1) = (5 - 4)/1 = 1.
- Step 4: Solve x² + 3x = 1 → x² + 3x - 1 = 0. Using the quadratic formula, x = (-3 ± √13)/2.
- Check: Substitute x = (-3 ± √13)/2 back into the common expression P = x² + 3x. Calculation: ((-3 ± √13)/2)² + 3((-3 ± √13)/2) = (9 ± 6√13 + 13)/4 + (-18 ± 6√13)/4 = (22 ± 6√13 - 18 ± 6√13)/4 = 4/4 = 1. Then (1+5)/(1+2) = 6/3 = 2.