ax2+bx+c=a(x−r1)(x−r2) where r1 and r2 are the roots of the quadratic equation ax2+bx+c=0
Usually, you will see these rules involving a number in place of a or b.
For example:
x2−4=(x−2)(x+2)
x2−1=(x−1)(x+1)
x3−1=(x−1)(x2+x+1)
x3+1=(x+1)(x2−x+1)
For quadratic expressions, you can use the quadratic formula to find the roots.
For example: x2−4x+3=(x−1)(x−3), where r1=1 and r2=3 are the solutions to the quadratic equation x2−4x+3=0.
Reminder of Log rules
logb(xy)=logb(x)+logb(y)
logb(yx)=logb(x)−logb(y)
logb(xk)=klogb(x)
logbk(x)=k1logb(x)
logb(bx)=x
logb(1)=0
logb(b)=1
logb(x)=logc(b)logc(x)
Asymptotes & Intuitive Growth
1. Growth “Ladder”
From slowest to fastest (as x→∞):
Constants: f(x)=c — flat line
Logarithms: logx — very slow climb
Roots/fractional powers: x1/2,x1/3 — slow but steady
Polynomials: xn — speed is proportional to degree n
It is defined in several equivalent ways. At this point, we will use the limit definition:
Limit definition (compound interest):
e=n→∞lim(1+n1)n.
Natural logarithm
The natural logarithm, ln(x), is the inverse of the exponential function ex.
ln(x)=loge(x)
The rest of this set of notes are for your reference and might make more sense later.
Additional properties of e
Properties of e
Irrationality:e cannot be expressed as a fraction of two integers.
Transcendence:e is not a root of any nonzero polynomial with integer coefficients.
Limit of a sequence:
e=n→∞lim(1+n1)n.
Infinite series expansion:
e=k=0∑∞k!1.
Unique growth rate: among all exponential functions ax, the function ex is the only one whose rate of change at x=0 is exactly 1.
Derivative and integral:
dxdex=ex,∫exdx=ex+C.
Euler’s formula (complex extension):
eiθ=cosθ+isinθ,
which for θ=π gives the celebrated identity
eiπ+1=0.
Why do we care about e?
Calculus:ex is its own derivative and integral, making it central in solving differential equations.
Growth and decay models: continuous compound interest, population growth, radioactive decay all use e.
Probability & statistics: appears in the Poisson distribution and normal distribution’s density function.
Complex analysis: Euler’s formula links exponential and trigonometric functions, underpinning Fourier analysis.
Natural logarithm:ln(x)—the inverse of ex—simplifies many integrals and solves equations involving products and powers.
Alternative definitions
Series definition:
e=k=0∑∞k!1=1+1+21+61+241+⋯.
Differential equation definition: the unique base for which the function f(x)=ex satisfies
dxdex=exande0=1.
Via the natural logarithm:
ln(e)=1,andln(x)=∫1xt1dt.
As the unique real number satisfying
∫1et1dt=1.
Applications and examples
Continuous compounding:
If an account pays interest at annual rate r compounded continuously, the balance after t years is
A(t)=A0ert.
Differential equations:
The solution to
dxdy=ky,y(0)=y0
is
y(x)=y0ekx.
Approximating e:
Using the series up to k=5,
e≈1+1+21+61+241+1201=2.716666…
Compound interest example:
$1000 at 5% interest for 3 years, continuously compounded:
A=1000e0.05×3≈1000×e0.15≈1000×1.1618=$1161.83.
Exercises
1. Limit calculations
Compute the following limits algebraically. (You can use the limit calculator to check your answers and steps.)
a) What is limx→0x2+xx2+2x?
b) What is limx→−1x+1x2−1?
c) What is limx→1x2−1x4−1?
d) What is limx→2x2−4x3−8?
e) What is limx→3x−3x2−9?
f) What is limx→−2x2−4x2+x−2?
g) What is limx→0x1+x−1?
h) What is limx→0x4+x−2?
2. Limits with infinity
Compute the following limits algebraically. (You can use the limit calculator to check your answers and steps.)
Write 98765 if the limit is ∞ and -98765 if the limit is −∞.
a) What is limx→∞x2+3x3+2x2+1?
b) What is limx→−∞x2+3x3+2x2+1?
c) What is limx→∞3x2+2x+52x2+3x+1?
d) What is limx→∞x3+2xx2+1?
e) What is limx→∞x+1x2+1?
f) What is limx→−∞x+1x2+1?
g) What is limx→∞xlog3(x)?
h) What is limx→∞x3+2xx2+2x?
i) What is limx→−∞x3+2xx2+2x?
j) What is limx→0+xlog2(x)?
3. Limit calculations with e
Compute the following limits algebraically.
Each of the following limits can be evaluated as e to the power of some expression.
a) What is x: limn→∞(1+2n1)n=ex?
b) What is x: limn→0+(1+n)n3=ex?
c) What is x: limn→∞(1+n4)n=ex?
d) What is x: limn→∞n(1+n5)n=ex?
4. Decay exercise
The amount of Carbon-14 in a sample decays according to
N(t)=N0e−kt
where N0 is the initial amount of Carbon-14 and k is the decay constant.
a) If the half-life of Carbon-14 is 5730 years, what is the decay constant k? (compute it in terms of ln) b) If a sample has 1000 grams of Carbon-14, how much will be left after 10000 years? c) If a relic contains 80% of the Carbon-14 it originally had, how old is the relic?