Reference data and engineering information about mathematics for mathematics applications.
Engineering reference data for Mathematics 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 any triangle with sides a, b, c opposite to angles A, B, C:
sinAa=sinBb=sinCc
Relates one side of a triangle to the other two sides and the included angle:
c2=a2+b2−2abcosC
a2=b2+c2−2bccosA
b2=a2+c2−2accosB
a+ba−b=tan(2A+B)tan(2A−B)
| Shape | Area Formula |
|---|
| Rectangle | A=l×w |
| Triangle | A=21bh |
| Circle | A=πr2 |
| Trapezoid | A=21(b1+b2)h |
| Ellipse | A=πab |
| Semi-circle | A=2πr2 |
- Circumference: C=2πr=πd
- Diameter: d=2r
- Chord length for n equal segments: L=2rsin(nπ)
Uses digits: 0, 1
Binary to Decimal conversion:
dn=∑i=0nbi×2i
| Decimal | Binary | Octal | Hexadecimal |
|---|
| 0 | 0000 | 0 | 0 |
| 1 | 0001 | 1 | 1 |
| 2 | 0010 | 2 | 2 |
| 4 | 0100 | 4 | 4 |
| 8 | 1000 | 10 | 8 |
| 10 | 1010 | 12 | A |
| 15 | 1111 | 17 | F |
| 16 | 10000 | 20 | 10 |
log10(x)where x>0
ln(x)=loge(x)where e≈2.71828
| Rule | Formula |
|---|
| Product | log(xy)=logx+logy |
| Quotient | log(yx)=logx−logy |
| Power | log(xn)=nlogx |
| Change of base | logb(x)=loga(b)loga(x) |
A complex number is expressed as:
z=a+bi
where a is the real part, b is the imaginary part, and i=−1.
Modulus: ∣z∣=a2+b2
Conjugate: zˉ=a−bi
Euler's Formula: eiθ=cosθ+isinθ
Sn=2n(a1+an)=2n(2a1+(n−1)d)
Sn=a1⋅1−r1−rn(r=1)
∑k=1nk=2n(n+1)
∑k=1nk2=6n(n+1)(2n+1)
| Function | Definition |
|---|
| sinhx | 2ex−e−x |
| coshx | 2ex+e−x |
| tanhx | coshxsinhx=ex+e−xex−e−x |
Identity: cosh2x−sinh2x=1