Examples: sine, random graph symmetric about origin.
Algebraically: Plug in -x, if f(−x)=−f(x), then odd.
Example: f(x)=3x3−6x
f(−x)=3(−x)3−6(−x)=−3x3+6x=−f(x), therefore odd.
TOPIC #8: AVERAGE RATE OF CHANGE
Slope!
m=x<em>2−x</em>1y<em>2−y</em>1
If the y-values are not given, find them and do the slope formula.
TOPIC #9: INVERSE FUNCTIONS
f−1(x)
Switch x and y.
Solve for y.
Example: f(x)=2x−3
x=2y−3
x+3=2y
y=21x+23
Example: f(x)=x+3x−1
x=y+3y−1
x(y+3)=y−1
xy+3x=y−1
xy−y=−3x−1
y(x−1)=−3x−1
y=x−1−3x−1=1−x3x+1
f−1(x)=x−1−3x−1=1−x3x+1
TOPIC #10: PARABOLAS - FOCUS/DIRECTRIX
A parabola is a set of points equidistant from a point (focus) and a line (directrix).
p = distance from vertex to focus or directrix
Equations:
y=±4p1(x−h)2+k
x=±4p1(y−k)2+h
(h,k) is the vertex.
Graph always opens toward the focus!
y = + opens up.
y = - opens down.
x = + opens right.
x = - opens left.
Example:
Vertex (1,2), p=2, opens down.
Equation: y=−4(2)1(x−1)2+2=−81(x−1)2+2
Converting to Focus/Directrix Form
Solve for the variable that is NOT being squared!
Example:
(x−1)2=−8(y−2)
(x−1)2=−8y+16
(x−1)2−16=−8y
y=−81(x−1)2+2
Vertex: (1,2), p=2
TOPIC #6A: EXPONENTIALS
Exponential Growth
Asymptote on x-axis (y=0).
x-int: NONE
y-int: (0,1)
As x→∞, f(x)→∞
As x→−∞, f(x)→0
Examples: y=2x, y=ex
Table of values is increasing.
Exponential Decay
Asymptote on x-axis (y=0).
x-int: NONE
y-int: (0,1)
As x→∞, f(x)→0
As x→−∞, f(x)→∞
Examples: y=(21)x, y=2−x
Table of values is decreasing.
Know how to graph weird exponentials by typing them into your calculator and graphing values from the table!
Asymptote
Usually on x-axis unless graph is shifted up or down.
Example: y=2x+2. Asymptote is now at y=2.
As x→∞, f(x)→∞
As x→−∞, f(x)→2
Basic Exponential Growth / Decay Formulas
A=A0(1±r)t
A = amount after t time
A0 = initial amount
r = rate as a decimal
t = time
*Example:
*Solve for r: 150=130(1+r)5 130150=(1+r)5 5130150=1+r r=0.029=2.9033
Half Life
A=A0(21)vt
A = amount after t time
A0 = initial amount
v = half life in time
*If v = .00357 then rate as a decimial is ln(.5)/v=−194.11
Compound Interest
A=P(1+nr)nt
A = amount after t time
P = initial amount (principal)
r = rate as a decimal
n = number of times it is compounded per year.
n=1 annually
n=2 semiannually
n=4 quarterly
n=12 monthly
n=52 weekly
Continuous Compound Interest
A=Pert
A = amount after t time
P = initial amount (principal)
r = rate as a decimal
t = time
*Example:
*Solve for Ao: 150=A<em>0(1.03)5A</em>0=129.4
Exponential Time Adjustments
*40(1.65)t
*Given 40(1.65)t where t is in years. Convert to months m=12t
*40(1.65)12m=40(1.0426)1212t
Down Payment: how much money you pay first before taking out a loan.
*House Costs: $200,000. Down payment is $50,000.
Loan amount would be $150,0000
*Car Costs $18,000. Loan amount is $15,000. Down payment is $3,000.
Total Cost = Down Payment + Loan/Borrowed Amount
Down Payment = Total Cost - Loan/Borrowed Amount
TOPIC #6B: LOGARITHMS
Log Graphs
y=logx
Y-int: NONE
As x→∞, f(x)→∞
As x→0, f(x)→−∞
Asymptote on y-axis (x=0).
x-int: (1,0)
A shift right or left will move the asymptote.
y=log(x−2)
Asymptote is at x=2
As x→∞, f(x)→∞
As x→2, f(x)→−∞
Since it was moved right 2 units.
Logs + Exps are INVERSES!
*Inverse of y=2x is y=log2x
*Inverse of y=ex is y=lnx
ExpLog Conversion ab=c converts to log<em>ac=b
*Solve for X: log</em>8x=2→82=x→x=64
Special Logs
Common log: base 10, log10x=logx
Natural log: base e, logex=lnx
Solving for Exponents using Logs
Isolate the exponential first (divide any coefficients out, move constants over).
Use explog conversion.
*Examples:
*Basic: 2X+3=6→log<em>26=x+3⇒x=log</em>26−3=−.415
*100=80e2t→1.25=e2t⇒ln(1.25)=2t⇒t=.112
*Equations w/ Fractional Exp.
*Isolate Variable
*Raise to reciprocal power:
Example: 2x23+4=36⇒x23=16⇒(x23)32=1632⇒x=64
*Solving Exponentials by Changing Bases
*get common base.
*Example: 49x−5=32x+8⇒(22)9x−5=(25)x+8⇒18x−10=5x+40 13x=50⇒x=1350
TOPIC #7: SEQUENCES + SERIES
Arithmetic Sequence
Created by adding a certain value (common difference, d) to the previous term.
TERM FORMULA: a<em>n=a</em>1+(n−1)d
(on ref. sheet)
*Example:
*$-7, -3, 1, 5, 9,…
*d = +4 d = +4
Find 11th term: a_{11} = -7 + (11-1)(4) = -7 + 10(4) = 33
*Explicit Formula - Written in terms of n:
*-7, -3, 1, 5, 9,…
a_n = -7 + (n-1)(4) = 4n-11 * FINDING SUM:
Of first 11 terms:
\sum_{n=1}^{11} (4n-11) = 143
Math --> summation
Sequence a pattern of numbers in a certain order
Series a sum of a sequence
Geometric Sequence
Created by multiplying each term by a certain value (common ratio, r).
TERM FORMULA: an = a1 \cdot r^{n-1}
(on ref sheet)
*Two Ways:
Example
*8, 2, .5, .125,…
Find 5th term: a5 = 8 (\frac{1}{4})^{5-1} = 8(\frac{1}{4})^4 = \frac{1}{32}
*FINDING SUM:
Find Sum of first 11 terms\sum{n=1}^{11}8(\frac{1}{4})^{n-1}=[10.66666412]$$
Sum formula from ref sheet