Reference data and engineering information about equations two unknowns for mathematics applications.
Engineering reference data for Equations Two Unknowns in mathematics.
x=2a−b±b2−4ac
Roots of ax² + bx + c = 0.
c2=a2+b2
Right triangle relationship.
A=πr2
Area of a circle.
logb(x)=ln(b)ln(x)
Change of base formula.
| Symbol | Description | Unit |
|---|
| π | Pi | 3.14159... |
| e | Euler's number | 2.71828... |
For a system of first-degree equations with two unknowns:
a1x+b1y=c1(1)
a2x+b2y=c2(2)
The solution can be found by substitution:
- Solve equation (1) for y:
y=b1c1−a1x
- Substitute into equation (2):
a2x+b2(b1c1−a1x)=c2
- Solve for x:
x=a2b1−a1b2c2b1−c1b2
- Back-substitute to find y:
y=a2b1−a1b2c1a2−c2a1
Consider the system:
3x+5y=7
4x−3y=19
Using substitution:
- From the first equation: y=57−3x
- Substitute into the second equation: 4x−3(57−3x)=19
- Solve for x:
4x−521−9x=19
Multiply by 5: 20x−(21−9x)=95
20x−21+9x=95
29x=116
x=4
- Substitute x=4 back: 3(4)+5y=7
12+5y=7
5y=−5
y=−1
Thus, the solution is x=4, y=−1.