#7

    Sankalana-Vyavakalanabhyam

    "By addition and by subtraction."

    💡 Quick Tip

    x+y=10, x-y=4 → Add: 2x=14, x=7. Subtract: 2y=6, y=3.

    What It's Used For

    Solving simultaneous equations by adding and subtracting them to eliminate variables.

    How It Works

    Add or subtract two equations to eliminate one variable and solve for the other. The simplest method for symmetric equation pairs.

    This sutra provides the simplest approach to simultaneous equations when the coefficients allow easy elimination. Given x + y = S and x − y = D, adding gives 2x = S + D and subtracting gives 2y = S − D. This extends to any pair where adding or subtracting eliminates a variable. The sutra also applies to mental arithmetic: to add 38 + 5, think of it as adding 40 and subtracting 2 (By Addition and By Subtraction). In the Vedic system, this principle of complementary operations — doing one thing and then adjusting — appears throughout many calculations and is a fundamental mental math strategy.

    History & Origin

    The addition-subtraction method for solving equations appears in the Bakhshali Manuscript (3rd–7th century CE), one of the oldest Indian mathematical manuscripts. The Chinese "fangcheng" method (from The Nine Chapters on the Mathematical Art, ~200 BCE) also uses this principle. In the Vedic framework, this sutra represents the duality principle — every mathematical operation has a complementary reverse. Bharati Krishna Tirtha emphasized that this sutra embodies the Hindu philosophical concept of "dvandva" (pairs of opposites) which together reveal truth. The technique was formalized in European mathematics as Gaussian elimination in the 19th century.

    Scientific & Mathematical Basis

    This is the fundamental principle of linear combination in linear algebra. Adding or subtracting equations to eliminate variables is the basis of Gaussian elimination, the most important algorithm in numerical linear algebra. The computational complexity is O(n³) for n equations, but this sutra identifies O(1) special cases where the answer is immediate. In physics, this principle is used in signal processing (adding/subtracting signals for constructive/destructive interference) and in quantum mechanics (symmetric and antisymmetric wavefunctions).

    Real-World Use Cases

    • Solving any system of two linear equations quickly on competitive exams
    • Signal processing: separating mixed audio signals using sum and difference
    • Physics: combining forces in equilibrium problems — adding and subtracting force components
    • Financial analysis: calculating individual costs from total and differential data
    • Navigation: determining position from sum and difference of distances (loran/GPS principles)

    Step-by-Step Method

    1. 1Write both equations
    2. 2Add equations to eliminate one variable (or subtract)
    3. 3Solve the resulting simple equation

    📝 Worked Example

    Example 1: x + y = 10, x - y = 4
    1. Step 1:Add both equations: 2x = 14
    2. Step 2:So x = 7
    3. Step 3:Subtract: 2y = 6, so y = 3
    Answer: x = 7, y = 3

    🌟 Beginner Level Examples

    Example 1: x + y = 8, x − y = 2
    1. Step 1:Add: 2x = 10, x = 5
    2. Step 2:Subtract: 2y = 6, y = 3
    Answer: x = 5, y = 3
    Example 2: a + b = 12, a − b = 4
    1. Step 1:Add: 2a = 16, a = 8
    2. Step 2:Subtract: 2b = 8, b = 4
    Answer: a = 8, b = 4

    🟡 Intermediate Level Examples

    Example 1: 3x + 2y = 16, 3x − 2y = 8
    1. Step 1:Add: 6x = 24, x = 4
    2. Step 2:Subtract: 4y = 8, y = 2
    Answer: x = 4, y = 2
    Example 2: 5x + 3y = 26, 5x − 3y = 14
    1. Step 1:Add: 10x = 40, x = 4
    2. Step 2:Subtract: 6y = 12, y = 2
    Answer: x = 4, y = 2

    🔴 Advanced Level Examples

    Example 1: 7x + 4y = 39, 7x − 4y = 11
    1. Step 1:Add: 14x = 50, x = 25/7
    2. Step 2:Subtract: 8y = 28, y = 3.5
    Answer: x = 25/7, y = 3.5
    Example 2: 11x + 9y = 64, 11x − 9y = 20
    1. Step 1:Add: 22x = 84, x = 42/11
    2. Step 2:Subtract: 18y = 44, y = 22/9
    Answer: x = 42/11, y = 22/9

    Related Sutras