Skip to main content
Speclore

Equations Two Unknowns

Reference data and engineering information about equations two unknowns for mathematics applications.

equationstwounknowns

Overview

Engineering reference data for Equations Two Unknowns in mathematics.

Key Formulas

Quadratic Formula

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Roots of ax² + bx + c = 0.

Pythagorean Theorem

c2=a2+b2c^2 = a^2 + b^2

Right triangle relationship.

Circle Area

A=πr2A = \pi r^2

Area of a circle.

Logarithm

logb(x)=ln(x)ln(b)\log_b(x) = \frac{\ln(x)}{\ln(b)}

Change of base formula.

Variables

SymbolDescriptionUnit
π\piPi3.14159...
eeEuler's number2.71828...

Solution by Substitution

For a system of first-degree equations with two unknowns: a1x+b1y=c1(1)a_1 x + b_1 y = c_1 \quad (1) a2x+b2y=c2(2)a_2 x + b_2 y = c_2 \quad (2)

The solution can be found by substitution:

  1. Solve equation (1) for yy: y=c1a1xb1y = \frac{c_1 - a_1 x}{b_1}
  2. Substitute into equation (2): a2x+b2(c1a1xb1)=c2a_2 x + b_2 \left( \frac{c_1 - a_1 x}{b_1} \right) = c_2
  3. Solve for xx: x=c2b1c1b2a2b1a1b2x = \frac{c_2 b_1 - c_1 b_2}{a_2 b_1 - a_1 b_2}
  4. Back-substitute to find yy: y=c1a2c2a1a2b1a1b2y = \frac{c_1 a_2 - c_2 a_1}{a_2 b_1 - a_1 b_2}

Example Calculation

Consider the system: 3x+5y=73x + 5y = 7 4x3y=194x - 3y = 19

Using substitution:

  1. From the first equation: y=73x5y = \frac{7 - 3x}{5}
  2. Substitute into the second equation: 4x3(73x5)=194x - 3\left(\frac{7 - 3x}{5}\right) = 19
  3. Solve for xx: 4x219x5=194x - \frac{21 - 9x}{5} = 19 Multiply by 5: 20x(219x)=9520x - (21 - 9x) = 95 20x21+9x=9520x - 21 + 9x = 95 29x=11629x = 116 x=4x = 4
  4. Substitute x=4x = 4 back: 3(4)+5y=73(4) + 5y = 7 12+5y=712 + 5y = 7 5y=55y = -5 y=1y = -1

Thus, the solution is x=4x = 4, y=1y = -1.

References