Sequences Series Geometric Common ratio

TOPIC #1: POLYNOMIAL OPERATIONS

  • Factoring Trinomials
    • Example: x2+7x+10=(x+5)(x+2)x^2 + 7x + 10 = (x+5)(x+2)
  • Grouping
    • Rearrange first, necessary.
    • Example:
      • 4x3x2+16x44x^3 - x^2 + 16x - 4
      • Rearrange: 4x3+16xx244x^3 + 16x - x^2 - 4
      • 4x(x2+4)1(x2+4)4x(x^2 + 4) - 1(x^2 + 4)
      • (x2+4)(4x1)(x^2 + 4)(4x - 1)
  • AC Method
    • Example:
      • 2x2+x32x^2 + x - 3
      • 2x2+3x2x32x^2 + 3x - 2x - 3
      • x(2x+3)1(2x+3)x(2x + 3) - 1(2x + 3)
      • (2x+3)(x1)(2x + 3)(x - 1)
  • Difference of Two Perfect Squares
    • Example:
      • 4x2494x^2 - 49
      • (2x+7)(2x7)(2x + 7)(2x - 7)
  • Long Division
    • Put zeros in for missing terms.
    • Example:
      • Divide 2x4+4x212x^4 + 4x^2 - 1 by x+1x+1
      • Quotient: 2x32x2+6x62x^3 - 2x^2 + 6x - 6
      • Remainder: 5
  • Remainder Theorem
    • The function's value will tell you the remainder.
    • If remainder = 0, then you have found a root and a factor.
    • Example:
      • Is x5x-5 a factor of 2x34x27x102x^3 - 4x^2 - 7x - 10?
      • Answer: 2(5)34(5)27(5)10=1052(5)^3 - 4(5)^2 - 7(5) - 10 = 105. No, not a factor.
    • Graphically: If x+1x+1 is a factor of f(x)f(x), then the remainder (y-value) is 0.
  • Synthetic Division
    • Example:
      • Divide 2x4+0x3+4x2+0x12x^4 + 0x^3 + 4x^2 + 0x - 1 by x+1x+1
      • Quotient: 2x32x2+6x62x^3 - 2x^2 + 6x - 6
      • Remainder: 5
  • Solving Fractional Equations
    • Get a common denominator.
    • Set numerators equal.
    • Solve and reject solutions that make the denominator undefined.
    • Extraneous solutions are solutions that get rejected!

TOPIC #2: RATIONAL EXPRESSIONS / ALGEBRAIC FRACTIONS

  • Example:
    • xx5+3x+2=7xx23x10\frac{x}{x-5} + \frac{3}{x+2} = \frac{7x}{x^2 - 3x - 10}
    • x(x+2)(x5)(x+2)+3(x5)(x5)(x+2)=7x(x5)(x+2)\frac{x(x+2)}{(x-5)(x+2)} + \frac{3(x-5)}{(x-5)(x+2)} = \frac{7x}{(x-5)(x+2)}
    • Undefined when x2+2x8=0x^2 + 2x - 8 = 0, which means (x+4)(x2)=0(x+4)(x-2) = 0, so x=4x = -4 and x=2x = 2
    • Based on the denominators, x5x \neq 5 and x2x \neq -2
    • x(x+2)+3(x5)=7xx(x+2) + 3(x-5) = 7x
    • x2+2x+3x15=7xx^2 + 2x + 3x - 15 = 7x
    • x22x15=0x^2 - 2x - 15 = 0
    • (x5)(x+3)=0(x-5)(x+3) = 0
    • x=5x = 5 or x=3x = -3
    • x=5x = 5 is extraneous, so reject it.

TOPIC #3: EXPONENTS, RADICALS, + IMAGINARY NUMBERS

  • Exponent Rules
    • Add exponents: x3x4=x7x^3 \cdot x^4 = x^7
    • Subtract exponents: x5x2=x3\frac{x^5}{x^2} = x^3
    • Multiply exponents: (x3)2=x6(x^3)^2 = x^6
    • Zero exponent: x0=1x^0 = 1
    • Fractional exponents: xmn=xmn=(xn)mx^{\frac{m}{n}} = \sqrt[n]{x^m} = (\sqrt[n]{x})^m
      • Denominator is the root, numerator is the power.
  • Simplifying using Exponents
    • Much easier to work with fractional exponents than radicals!
    • Example: Convert to fractions, subtract exponents.
  • Simplifying Imaginary Numbers
    • i=1i = \sqrt{-1}
    • i2=1i^2 = -1
    • Set calculator to a+bi mode!
    • Example: (23ki)2=(23ki)(23ki)(2 - 3ki)^2 = (2 - 3ki)(2 - 3ki)
      • =46ki6ki+9k2i2= 4 - 6ki - 6ki + 9k^2i^2
      • =412ki+9k2(1)= 4 - 12ki + 9k^2(-1)
      • =412ki9k2= 4 - 12ki - 9k^2
      • This is simplified completely.
  • Radical Equations
    • Isolate the radical.
    • Square both sides.
    • Solve and check; usually have to reject solutions.
    • Check back to radicals.
    • Example:
      • x+2+4=x\sqrt{x+2} + 4 = x
      • x+2=x4\sqrt{x+2} = x - 4
      • (x+2)2=(x4)2(\sqrt{x+2})^2 = (x-4)^2
      • x+2=x28x+16x+2 = x^2 - 8x + 16
      • x29x+14=0x^2 - 9x + 14 = 0
      • (x7)(x2)=0(x-7)(x-2) = 0
      • x=7x = 7 or x=2x = 2
      • Check:
        • 7+2+4=73+4=7\sqrt{7+2} + 4 = 7 \Rightarrow 3 + 4 = 7
        • 2+2+4=22+4=2\sqrt{2+2} + 4 = 2 \Rightarrow 2 + 4 = 2 (reject!)
  • Quadratics with Imaginary Solutions
    • x2+4=0x^2 + 4 = 0
    • x2=4x^2 = -4
    • x=±4x = \pm \sqrt{-4}
    • x=±2ix = \pm 2i
    • Example:
      • x22x+3=0x^2 - 2x + 3 = 0
      • x=2±44(1)(3)2(1)x = \frac{2 \pm \sqrt{4 - 4(1)(3)}}{2(1)}
      • =2±82= \frac{2 \pm \sqrt{-8}}{2}

TOPIC #4: SOLVING EQUATIONS + INEQUALITIES

  • Solving by Factoring
    • Finding roots means x-intercepts, solutions, or zeros.
    • Example:
      • x44x39x2+36x=0x^4 - 4x^3 - 9x^2 + 36x = 0
      • x(x34x29x+36)=0x(x^3 - 4x^2 - 9x + 36) = 0
      • x[x2(x4)9(x4)]=0x[x^2(x-4) - 9(x-4)] = 0
      • x(x29)(x4)=0x(x^2 - 9)(x-4) = 0
      • x=0x = 0, x=±3x = \pm 3, x=4x = 4
  • Circle-Line System
    • Algebraically:
      • Solve the line for x or y.
      • Substitute into the circle equation.
      • Solve for points of intersection.
      • Example:
        • (x+1)2+(y2)2=25(x+1)^2 + (y-2)^2 = 25
        • yx=2y=x2y - x = -2 \Rightarrow y = x - 2
        • (x+1)2+(x22)2=25(x+1)^2 + (x-2-2)^2 = 25
        • (x+1)2+(x4)2=25(x+1)^2 + (x-4)^2 = 25
        • x2+2x+1+x28x+16=25x^2 + 2x + 1 + x^2 - 8x + 16 = 25
        • 2x26x8=02x^2 - 6x - 8 = 0
        • x23x4=0x^2 - 3x - 4 = 0
        • (x4)(x+1)=0(x-4)(x+1) = 0
        • x=4y=42=2x = 4 \Rightarrow y = 4 - 2 = 2
        • x=1y=12=3x = -1 \Rightarrow y = -1 - 2 = -3
        • Solutions: (4,2)(4, 2) and (1,3)(-1, -3)
        • Check by plugging back into the original equations.
    • Graphically:
      • 0 solutions (imaginary solutions)
      • 1 solution
      • 2 solutions

TOPIC #5: SYSTEMS OF EQUATIONS

  • Systems of 3 Equations
    • Pick 2 equations and eliminate one variable.
    • Pick 2 different equations and eliminate the SAME variable.
    • Now solve your 2 equations + 2 unknowns system for two solutions.
    • Find the third solution by plugging back into one of the original equations.
    • Check using MATRIX.
    • Do NOT rely on your calc!
    • These are often asked in the short answer sections.
    • Example Equations:
      • 6x+5y+2z=11-6x + 5y + 2z = -11
      • 2x+y+4z=9-2x + y + 4z = -9
      • 4x5y+5z=44x - 5y + 5z = -4
    • Steps:
      • Equation 1 + Equation 3:
        • 6x+5y+2z=11-6x + 5y + 2z = -11
        • 4x5y+5z=44x - 5y + 5z = -4
        • 2x+7z=15-2x + 7z = -15
      • Equation 2:
        • 5(2x+y+4z=9)5(-2x + y + 4z = -9)
        • 10x+5y+20z=45-10x + 5y + 20z = -45
      • 4x5y+5z=44x - 5y + 5z = -4
      • 6x+25z=49-6x + 25z = -49
    • Solve for z:
      • 3(2x+7z=15)-3(-2x + 7z = -15)
      • 6x+25z=49-6x + 25z = -49
      • 6x21z=456x - 21z = 45
      • 6x+25z=49-6x + 25z = -49
      • 4z=4z=14z = -4 \Rightarrow z = -1
    • Solve for x:
      • 2x+7(1)=15-2x + 7(-1) = -15
      • 2x7=15-2x - 7 = -15
      • x=4x = 4
    • Solve for y:
      • 2(4)+y+4(1)=9-2(4) + y + 4(-1) = -9
      • 8+y4=9-8 + y - 4 = -9
      • y12=9y=3y - 12 = -9 \Rightarrow y = 3
    • Solution: (4,3,1)(4, 3, -1)
  • Calculate Intersection
    • Where does f(x)=g(x)f(x) = g(x)?
    • Also useful if you have two weird equations set equal to each other.
    • 2nd TRACE #5: INTERSECT
      • First Curve: move cursor to where you think the intersection is, Enter.
      • Second Curve: move cursor to where you think the intersection is, Enter.
      • Guess: Enter.

TOPIC #6: FUNCTIONS

  • Degree: highest exponent
    • Even degree:
      • Both ends in the same direction.
      • Positive: As xx \rightarrow \infty, f(x)f(x) \rightarrow \infty. As xx \rightarrow -\infty, f(x)f(x) \rightarrow \infty. End behavior: ↑↑
      • Negative: As xx \rightarrow \infty, f(x)f(x) \rightarrow -\infty. As xx \rightarrow -\infty, f(x)f(x) \rightarrow -\infty. End behavior:↓↓
    • Odd degree:
      • Both ends in opposite directions.
      • Positive: As xx \rightarrow \infty, f(x)f(x) \rightarrow \infty. As xx \rightarrow -\infty, f(x)f(x) \rightarrow -\infty. End behavior: ↗
      • Negative: As xx \rightarrow \infty, f(x)f(x) \rightarrow -\infty. As xx \rightarrow -\infty, f(x)f(x) \rightarrow \infty. End behavior: ↘
  • Where is a function increasing/decreasing?
    • Identify intervals of increase and decrease on the graph.
  • Relative Max / Min
    • 2nd TRACE #3 MIN
    • 2nd TRACE #4 MAX
      • Left Bound, Right Bound, Guess, Enter
  • Multiplicity: how many times a root appears
    • If even, the graph is tangent (bounce).
    • If odd, the graph crosses through.
    • Example: f(x)=(x1)2(x+2)(x4)f(x) = (x-1)^2 (x+2) (x-4)
      • x=1x = 1, multiplicity 2, bounce
      • x=2x = -2, multiplicity 1, cross
      • x=4x = 4, multiplicity 1, cross
  • General Cubic: Degree 3, shape: ⅃ or ↄ
  • General Quartic: Degree 4, shape: W or M

TOPIC #7: EVEN/ODD FUNCTIONS

  • Not the same as even/odd degree!
  • Even Function
    • Symmetric about y-axis.
    • Examples: cosine, random graph symmetric about y-axis.
    • Algebraically: Plug in -x, if f(x)=f(x)f(-x) = f(x), then even.
      • Example: f(x)=x4+3x2+2f(x) = x^4 + 3x^2 + 2
        • f(x)=(x)4+3(x)2+2=x4+3x2+2=f(x)f(-x) = (-x)^4 + 3(-x)^2 + 2 = x^4 + 3x^2 + 2 = f(x), therefore even.
  • Odd Function
    • Symmetric about origin.
    • Examples: sine, random graph symmetric about origin.
    • Algebraically: Plug in -x, if f(x)=f(x)f(-x) = -f(x), then odd.
      • Example: f(x)=3x36xf(x) = 3x^3 - 6x
        • f(x)=3(x)36(x)=3x3+6x=f(x)f(-x) = 3(-x)^3 - 6(-x) = -3x^3 + 6x = -f(x), therefore odd.

TOPIC #8: AVERAGE RATE OF CHANGE

  • Slope!
  • m=y<em>2y</em>1x<em>2x</em>1m = \frac{y<em>2 - y</em>1}{x<em>2 - x</em>1}
  • If the y-values are not given, find them and do the slope formula.

TOPIC #9: INVERSE FUNCTIONS

  • f1(x)f^{-1}(x)
  • Switch x and y.
  • Solve for y.
  • Example: f(x)=2x3f(x) = 2x - 3
    • x=2y3x = 2y - 3
    • x+3=2yx + 3 = 2y
    • y=12x+32y = \frac{1}{2}x + \frac{3}{2}
  • Example: f(x)=x1x+3f(x) = \frac{x-1}{x+3}
    • x=y1y+3x = \frac{y-1}{y+3}
    • x(y+3)=y1x(y+3) = y-1
    • xy+3x=y1xy + 3x = y - 1
    • xyy=3x1xy - y = -3x - 1
    • y(x1)=3x1y(x-1) = -3x - 1
    • y=3x1x1=3x+11xy = \frac{-3x-1}{x-1} = \frac{3x+1}{1-x}
    • f1(x)=3x1x1=3x+11xf^{-1}(x) = \frac{-3x-1}{x-1} = \frac{3x+1}{1-x}

TOPIC #10: PARABOLAS - FOCUS/DIRECTRIX

  • A parabola is a set of points equidistant from a point (focus) and a line (directrix).
  • pp = distance from vertex to focus or directrix
  • Equations:
    • y=±14p(xh)2+ky = \pm \frac{1}{4p} (x-h)^2 + k
    • x=±14p(yk)2+hx = \pm \frac{1}{4p} (y-k)^2 + h
    • (h,k)(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)(1, 2), p=2p = 2, opens down.
    • Equation: y=14(2)(x1)2+2=18(x1)2+2y = -\frac{1}{4(2)} (x-1)^2 + 2 = -\frac{1}{8} (x-1)^2 + 2
  • Converting to Focus/Directrix Form
    • Solve for the variable that is NOT being squared!
    • Example:
      • (x1)2=8(y2)(x-1)^2 = -8(y-2)
      • (x1)2=8y+16(x-1)^2 = -8y + 16
      • (x1)216=8y(x-1)^2 - 16 = -8y
      • y=18(x1)2+2y = -\frac{1}{8} (x-1)^2 + 2
      • Vertex: (1,2)(1, 2), p=2p = 2

TOPIC #6A: EXPONENTIALS

  • Exponential Growth
    • Asymptote on x-axis (y=0y = 0).
    • x-int: NONE
    • y-int: (0,1)(0, 1)
    • As xx \rightarrow \infty, f(x)f(x) \rightarrow \infty
    • As xx \rightarrow -\infty, f(x)0f(x) \rightarrow 0
    • Examples: y=2xy = 2^x, y=exy = e^x
    • Table of values is increasing.
  • Exponential Decay
    • Asymptote on x-axis (y=0y = 0).
    • x-int: NONE
    • y-int: (0,1)(0, 1)
    • As xx \rightarrow \infty, f(x)0f(x) \rightarrow 0
    • As xx \rightarrow -\infty, f(x)f(x) \rightarrow \infty
    • Examples: y=(12)xy = (\frac{1}{2})^x, y=2xy = 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+2y = 2^x + 2. Asymptote is now at y=2y = 2.
      • As xx \rightarrow \infty, f(x)f(x) \rightarrow \infty
      • As xx \rightarrow -\infty, f(x)2f(x) \rightarrow 2
  • Basic Exponential Growth / Decay Formulas
    • A=A0(1±r)tA = A_0 (1 \pm r)^t
      • AA = amount after t time
      • A0A_0 = initial amount
      • rr = rate as a decimal
      • tt = time
        *Example:
        *Solve for r:
        150=130(1+r)5150=130(1+r)^5
        150130=(1+r)5\frac{150}{130}=(1+r)^5
        1501305=1+r\sqrt[5]{\frac{150}{130}}=1+r
        r=0.029=2.9033r = 0.029 = 2.9033
    • Half Life
      • A=A0(12)tvA = A_0 (\frac{1}{2})^{\frac{t}{v}}
        • AA = amount after t time
        • A0A_0 = initial amount
        • vv = half life in time
          *If v = .00357 then rate as a decimial is ln(.5)/v=194.11ln(.5)/v = -194.11
    • Compound Interest
      • A=P(1+rn)ntA = P(1 + \frac{r}{n})^{nt}
        • AA = amount after t time
        • PP = initial amount (principal)
        • rr = rate as a decimal
        • nn = number of times it is compounded per year.
          • n=1n = 1 annually
          • n=2n = 2 semiannually
          • n=4n = 4 quarterly
          • n=12n = 12 monthly
          • n=52n = 52 weekly
    • Continuous Compound Interest
      • A=PertA = Pe^{rt}
        • AA = amount after t time
        • PP = initial amount (principal)
        • rr = rate as a decimal
        • tt = time
          *Example:
          *Solve for Ao:
          150=A<em>0(1.03)5150 = A<em>0(1.03)^5A</em>0=129.4A</em>0=129.4
  • Exponential Time Adjustments
    *40(1.65)t40(1.65)^t
    *Given 40(1.65)t40(1.65)^t where t is in years. Convert to months m=12tm = 12t
    *40(1.65)m12=40(1.0426)12t1240(1.65)^{\frac{m}{12}} = 40(1.0426)^{\frac{12t}{12}}
  • 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=logxy = \log x
      • Y-int: NONE
      • As xx \rightarrow \infty, f(x)f(x) \rightarrow \infty
      • As x0x \rightarrow 0, f(x)f(x) \rightarrow -\infty
      • Asymptote on y-axis (x=0x = 0).
      • x-int: (1,0)(1, 0)
    • A shift right or left will move the asymptote.
      • y=log(x2)y = \log(x-2)
        • Asymptote is at x=2x = 2
        • As xx \rightarrow \infty, f(x)f(x) \rightarrow \infty
        • As x2x \rightarrow 2, f(x)f(x) \rightarrow -\infty
        • Since it was moved right 2 units.
  • Logs + Exps are INVERSES!
    *Inverse of y=2xy = 2^x is y=log2xy = log_2x
    *Inverse of y=exy = e^x is y=lnxy = lnx
  • ExpLog Conversion ab=ca^b = c converts to log<em>ac=blog<em>ac = b *Solve for X: log</em>8x=282=xx=64log</em>8x = 2 \rightarrow 8^2 = x \rightarrow x = 64
  • Special Logs
    • Common log: base 10, log10x=logxlog_{10}x = log x
    • Natural log: base e, logex=lnxlog_ex = \ln x
  • Solving for Exponents using Logs
    • Isolate the exponential first (divide any coefficients out, move constants over).
    • Use explog conversion.
      *Examples:
      *Basic: 2X+3=6log<em>26=x+3x=log</em>263=.4152^{X+3} = 6 \rightarrow log<em>26 = x+3 \Rightarrow x = log</em>26 - 3 = -.415
      *100=80e2t1.25=e2tln(1.25)=2tt=.112100 = 80e^{2t} \rightarrow 1.25 = e^{2t} \Rightarrow ln(1.25) = 2t\Rightarrow t=.112
      *Equations w/ Fractional Exp.
      *Isolate Variable
      *Raise to reciprocal power:
      Example: 2x32+4=36x32=16(x32)23=1623x=642x^{\frac{3}{2}} + 4 = 36 \Rightarrow x^{\frac{3}{2}} = 16 \Rightarrow (x^{\frac{3}{2}})^{\frac{2}{3}} = 16^{\frac{2}{3}} \Rightarrow x = 64
      *Solving Exponentials by Changing Bases
      *get common base.
      *Example: 49x5=32x+8(22)9x5=(25)x+818x10=5x+404^{9x-5} = 32^{x+8} \Rightarrow (2^2)^{9x-5} = (2^5)^{x+8} \Rightarrow 18x-10 = 5x+40
      13x=50x=501313x = 50 \Rightarrow x = \frac{50}{13}

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+(n1)da<em>n = a</em>1 + (n-1)d
      • (on ref. sheet) *Example: *$-7, -3, 1, 5, 9,…d=+4d=+4<ul><li>Find11thterm:*d = +4 d = +4<ul> <li>Find 11th term:a_{11} = -7 + (11-1)(4) = -7 + 10(4) = 33<br/>ExplicitFormulaWrittenintermsofn:<br/><br /> *Explicit Formula - Written in terms of n:<br /> *-7, -3, 1, 5, 9,…</li></ul></li><li></li></ul></li> <li>a_n = -7 + (n-1)(4) = 4n-11FINDINGSUM:</li><li>Offirst11terms:<ul><li>* FINDING SUM:</li> <li>Of first 11 terms:<ul> <li>\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}<ul><li>(onrefsheet)TwoWays:Example8,2,.5,.125,<ul><li>Find5thterm:<ul> <li>(on ref sheet) *Two Ways: Example *8, 2, .5, .125,…<ul> <li>Find 5th term:a5 = 8 (\frac{1}{4})^{5-1} = 8(\frac{1}{4})^4 = \frac{1}{32}FINDINGSUM:FindSumoffirst11terms*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