Reference data and engineering information about quadratic equation one unknown for miscellaneous applications.
Engineering reference data for Quadratic Equation One Unknown in miscellaneous.
y=x⋅k
Multiply by conversion factor.
y=y1+x2−x1(x−x1)(y2−y1)
Estimate between two known points.
p=wholepart×100%
Part as fraction of whole.
| Symbol |
Description |
Unit |
| x |
Input value |
— |
| y |
Output value |
— |
| k |
Conversion factor |
— |
The following demonstrates solving a quadratic equation for specific coefficients.
Given:
a=1,b=6,c=5
Step 1: Substitute into the quadratic formula.
x1,2=2a−b±b2−4ac
Step 2: Compute the values.
For the first root:
x1=2⋅1−6+62−4⋅1⋅5=2−6+16=2−6+4=−1
For the second root:
x2=2⋅1−6−62−4⋅1⋅5=2−6−16=2−6−4=−5
Result:
The solutions to the equation x2+6x+5=0 are x1=−1 and x2=−5.