Skip to main content
Speclore

Mathematics

Reference data and engineering information about mathematics for mathematics applications.

mathematics

Overview

Engineering reference data for Mathematics 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...

Trigonometric Laws

Law of Sines

For any triangle with sides aa, bb, cc opposite to angles AA, BB, CC:

asinA=bsinB=csinC\frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C}

Law of Cosines

Relates one side of a triangle to the other two sides and the included angle:

c2=a2+b22abcosCc^2 = a^2 + b^2 - 2ab\cos C

a2=b2+c22bccosAa^2 = b^2 + c^2 - 2bc\cos A

b2=a2+c22accosBb^2 = a^2 + c^2 - 2ac\cos B

Law of Tangents

aba+b=tan(AB2)tan(A+B2)\frac{a - b}{a + b} = \frac{\tan\left(\frac{A - B}{2}\right)}{\tan\left(\frac{A + B}{2}\right)}


Geometric Shapes

Areas of Common Figures

ShapeArea Formula
RectangleA=l×wA = l \times w
TriangleA=12bhA = \frac{1}{2}bh
CircleA=πr2A = \pi r^2
TrapezoidA=12(b1+b2)hA = \frac{1}{2}(b_1 + b_2)h
EllipseA=πabA = \pi ab
Semi-circleA=πr22A = \frac{\pi r^2}{2}

Circle Properties

  • Circumference: C=2πr=πdC = 2\pi r = \pi d
  • Diameter: d=2rd = 2r
  • Chord length for nn equal segments: L=2rsin(πn)L = 2r\sin\left(\frac{\pi}{n}\right)

Number Systems

Binary (Base-2)

Uses digits: 0, 1

Binary to Decimal conversion: dn=i=0nbi×2id_n = \sum_{i=0}^{n} b_i \times 2^i

DecimalBinaryOctalHexadecimal
0000000
1000111
2001022
4010044
81000108
10101012A
15111117F
16100002010

Logarithms

Common Logarithm (Base 10)

log10(x)where x>0\log_{10}(x) \quad \text{where } x > 0

Natural Logarithm (Base ee)

ln(x)=loge(x)where e2.71828\ln(x) = \log_e(x) \quad \text{where } e \approx 2.71828

Logarithm Rules

RuleFormula
Productlog(xy)=logx+logy\log(xy) = \log x + \log y
Quotientlog(xy)=logxlogy\log\left(\frac{x}{y}\right) = \log x - \log y
Powerlog(xn)=nlogx\log(x^n) = n\log x
Change of baselogb(x)=loga(x)loga(b)\log_b(x) = \frac{\log_a(x)}{\log_a(b)}

Complex Numbers

A complex number is expressed as:

z=a+biz = a + bi

where aa is the real part, bb is the imaginary part, and i=1i = \sqrt{-1}.

Modulus: z=a2+b2|z| = \sqrt{a^2 + b^2}

Conjugate: zˉ=abi\bar{z} = a - bi

Euler's Formula: eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta


Series and Sequences

Arithmetic Series

Sn=n2(a1+an)=n2(2a1+(n1)d)S_n = \frac{n}{2}(a_1 + a_n) = \frac{n}{2}(2a_1 + (n-1)d)

Geometric Series

Sn=a11rn1r(r1)S_n = a_1 \cdot \frac{1 - r^n}{1 - r} \quad (r \neq 1)

Summation of Integers

k=1nk=n(n+1)2\sum_{k=1}^{n} k = \frac{n(n+1)}{2}

k=1nk2=n(n+1)(2n+1)6\sum_{k=1}^{n} k^2 = \frac{n(n+1)(2n+1)}{6}


Hyperbolic Functions

FunctionDefinition
sinhx\sinh xexex2\frac{e^x - e^{-x}}{2}
coshx\cosh xex+ex2\frac{e^x + e^{-x}}{2}
tanhx\tanh xsinhxcoshx=exexex+ex\frac{\sinh x}{\cosh x} = \frac{e^x - e^{-x}}{e^x + e^{-x}}

Identity: cosh2xsinh2x=1\cosh^2 x - \sinh^2 x = 1

References