power

  • 2×2×2=23
    • 3: exponent
    • 2: base
  • 20=1
  • 21=12 : reciprocal
  • 22=122=14

  • generalizing:
    • x0=1
    • xa=1xa
  • multiplication
    • 23×2=24
  • division
    • 232=22
  • reciprocal
    • 1x=x1
    • explodes at origin (origin singularity)

squares and square roots

  • square:
    • x2: gives area of square of side x
  • square root:
    • x=x12
    • x×x=x
    • : radical
  • both 2 and 2 are square roots of 4
    • 2×2=4=2×2
  • if the square root is a distance
    • like in the pythagorean theorem
    • only the positive is considered

quadratics and roots

  • ax2+bx+c=0: quadratic equation
    • roots are x=b±b24ac2a
  • roots are point where the plot of the equation cross the x-axis
  • here the root is a solution to an equation
    • then both negative and positive square roots have to be considered

powers of powers

  • (23)2=(2×2×2)×(2×2×2)=26
  • generalizing: (ab)c=abc

logs and exponentials

  • logarithm is inverse power operation
  • a log operation has two inputs
    • the base
    • a number to be operated on
  • without a base specified a log operation is meaningless
  • example: “log to the base 2 of 8 is 3”
    • log28=3
    • which means 23=8

integer logs

  • n=logg(gn)

non-integer logs

  • a=loggb
    • ga=b

log relations

  • logg(AB)=loggA+loggB
  • ln1a=ln(a)

engineering application

  • used to express power ratios
    • amplification factor
    • loss in communication channels
  • dB units:
    • 10 log10(ratio)
  • example:
    • to compute amplifier gain
      • Gain (in dB) =10log10(PoutPin)
      • for an output power that is 100 times input power
        • Gain (in dB) =10log10(100)=20dB
      • for an output power that is 2 times input power
        • Gain (in dB) =10log10(2)3dB

change of logarithm base

  • logc(b)logc(d)=logd(b)

common bases for log

  • log10:
    • engineering applications and calculators
    • 10 finger counting and decimal system
  • log2:
    • computer science with binary counting
  • loge:
    • e: base of the natural logarithms
    • fundamental physics and mathematics log

exponential and natural logarithm

  • loge=ln
  • exp(x)ex: exponential notation
  • exp(ln(a))=a

exp-ln

  • exponential function:
    • for larger negative arguments,
      • gets closer and closer to the x-axis
    • for larger positive arguments
      • grows faster and faster to the x-axis
  • log functions:
    • for smaller positive arguments
      • arbitrarily large and negative