vulpine.zone est. 2635

[up] /archives/knowledge/maths.html

Maths

This is a document containing genuinely useful math formulas and information (in my opinion) for when internet is not available!

note: this page can use mathjax to render equations in svg format! unfortunately mathjax does require javascript, so if you'd like this functionality you will have to enable it.

Table of Contents

  1. Solving
    1. Quadratic Formula
    2. Exponent Properties
    3. Logarithm Properties
  2. Economics
    1. Compound Interest
    2. Continuous Growth
  3. Trigonometry
    1. General Relationships
    2. Law of (Co)Sines
  4. Geometry
    1. Perimeter / Area (2D)
    2. Surface Area / Volume (3D)
    3. Circles
  5. Physics
    1. Motion
    2. Energy
    3. Forces
  6. Other Misc. Formulas
    1. Sequences

Solving [top]

Quadratic Formula [top]

Finds points where x = 0 for a quadratic equation in standard form (y=ax2+bx+c).

x=b±b24ac2a

Exponent Properties [top]

bmbn=bm+n(bm)n=bmnbn=1bn

Logarithm Properties [top]

bp=alogba=plogbxy=logbx+logbylogbxy=logbxlogbylogbxk=klogbxlogbx=logaxlogab

Economics [top]

P = initial amount
r = annual rate (decimal)
n = compounding periods per year
t = # years

Compound interest [top]

A=P(1+rn)nt

Continuous growth [top]

A=Pert

Trigonometry [top]

General Relationships [top]

On a right triangle with a given angle...

A = side adjacent to angle
O = side opposite to angle
H = side opposite to right angle

x,y = coords on a grid
r = radius of an origin-centered circle on a grid

sinθ=OH=yrcosθ=AH=xr=sin(θ+π2)tanθ=OA=yx=sinθcosθcscθ=1sinθsecθ=1cosθcotθ=1tanθ

Law of (Co)Sines [top]

A,B,C = angles
a,b,c = side lengths

sinAa=sinBb=sinCca2=b2+c2+[2bccosA]A=cos1(a2c2b22bc)

Geometry [top]

Perimeter / Area (2D) [top]

A = area
b = base length
h = height
s = side length

Triangle
A=12bh
Parallelogram
A=bhp=2b+2h

(duh)

Regular Polygon

r = apothem
n = # sides

s=2rtanπnp=nsA=nr2tanπn=14ns2cotπn
Trapezoid
A=12h(b1+b2)

Surface Area / Volume (3D) [top]

For composite figures, subtract the area of the surface where objects connect.

LA = lateral area (area of non-bases)

Rectangular Prism
SA=2lw+2lh+2whV=lwh
Generic Prism

h = height between bases
p = perimeter of base
B = area of base

LA=hpSA=hp+2BV=Bh
Cylinder

r = radius of cylinder

LA=2πrhSA=2πr2+2πrhV=πr2h
Pyramid

l = slant height
p = base perimeter
B = base area

LA=12lpSA=12lp+BV=13bh
Cone
LA=πrlSA=πr2+πrlV=13πr2h
Sphere
SA=4πr2V=43πr3
Hemisphere
SA=3πr2V=23πr3

Circles [top]

C = circumference
As = area of sector
a = arc length
l = length of slice in radians

C=2πrA=πr2As=πlr2s=2πlr

Physics [top]

a = acceleration (m/s/s)
F = force (N (kgm/s2))
m = mass (kg)
p = momentum (typically kgm/s)
t = time (s)
v = velocity (m/s)

Motion [top]

vx=vx0+axtx=x0+vx0t+12axt2vx2=vx02+2a(xx0)xcm=miximiasys=Fmsys=Fnetmsysvcm=pimi=mivimip=mv

Energy [top]

d = distance (m)
K = kinetic energy (J)
W = work (J)

K=12mv2W=Fd=FdcosθΔK=Wi=F,idi

Forces [top]

g = earth's gravity (9.8 m/s2)

Fg=mgFnet=ΔpΔt=mΔvΔt=ma

Other misc. formulas [top]

Sequences [top]

an = value at index n in arithmetic seq.
gn = value at index n in geometric seq.
k = index of given term
r = rate of change

an=ak+r(nk)=a0+rngn=gkr(nk)=g0rn