Transitioning from Geometry to Honors Algebra 2 requires refreshing and solidifying key concepts from prior coursework. Core algebraic skills serve as indispensable building blocks for advanced learning, and foundational topics are reviewed rather than taught from scratch. Mastery of this preparatory material is directly evaluated on the first chapter test of the school year.
To establish a foundation for success, work must be completed independently to the absolute best of individual ability. Demonstrating full effort on foundational assignments reflects student readiness and commitment for the academic year. All work must be shown, and completed materials must be submitted on the first day of school without exception.
Recommended preparation strategies include:
Referencing previous notes from Algebra 1 and Geometry to review fundamental rules and formulas.
Seeking guidance from peers or older students who have previously completed Algebra 2 to clarify challenging concepts.
Collaborating with classmates to discuss mathematical logic and explain problem-solving steps without copying work.
Prohibited practices that hinder learning include:
Completing review work too far in advance rather than waiting until one or two weeks prior to the start of school, as completing it closer to the term ensures an accurate assessment of retained knowledge.
Copying solutions from another student.
Leaving problems blank, marking questions with placeholder symbols, or abandoning incomplete items; every single problem must be worked through in its entirety.
Analyzing and Graphing Quadratic Equations
Quadratic functions in standard form are expressed as y=ax2+bx+c, where a, b, and c are real constants and a=0. Understanding the underlying geometric properties of a parabola requires analyzing its key features:
Axis of Symmetry: The vertical line passing through the vertex, given by the formula x=2a−b.
Vertex: The peak or valley point of the parabola, given by the coordinates (2a−b,f(2a−b)).
Parabola Orientation: The coefficient a determines the direction of opening. If a>0, the parabola opens upward, yielding a minimum value at the vertex. If a<0, the parabola opens downward, yielding a maximum value at the vertex.
y-Intercept: The point where the graph crosses the vertical axis, evaluated at (0,c).
Real Roots and Zeros: The x-intercepts where y=0, found by solving the quadratic equation ax2+bx+c=0.
Domain and Range: For all standard quadratic functions, the domain encompasses all real numbers, written as (−∞,∞). The range depends on the vertex y-coordinate k: if the parabola opens upward, the range is [k,∞); if it opens downward, the range is (−∞,k].
Minimum Value: Minimum value of −41 (or −0.25) occurring at x=−23
y-Intercept: (0,2)
Real Roots / Zeros: Factoring (x+1)(x+2)=0 gives real roots at x=−1 and x=−2
Domain: (−∞,∞)
Range: [−41,∞) (or [−0.25,∞))
Analyzing the quadratic equation y=x2−4x+6:
Coefficients: a=1, b=−4, c=6
Axis of Symmetry: x=2(1)−(−4)=2
Vertex: (2,(2)2−4(2)+6)=(2,4−8+6)=(2,2)
Orientation: Opens upward (a=1>0)
Minimum Value: Minimum value of 2 occurring at x=2
y-Intercept: (0,6)
Real Roots / Zeros: Evaluating the discriminant b2−4ac=(−4)2−4(1)(6)=16−24=−8<0. Because the discriminant is negative, there are no real roots.
Domain: (−∞,∞)
Range: [2,∞)
Transformations of Quadratic Functions
The vertex form of a quadratic function is g(x)=a(x−h)2+k, where (h,k) represents the vertex. Transformations applied to the parent function f(x)=x2 must be performed in strict logical sequence:
Horizontal translations defined by h (shift right if h>0, shift left if h<0).
Vertical stretches or compressions by a factor of ∣a∣.
Reflections across the x-axis if a<0.
Vertical translations defined by k (shift up if k>0, shift down if k<0).
For the parent function f(x)=x2 and transformed function g(x)=−(x−3)2+2:
Transformations in Order: Horizontal shift right by 3 units, reflection across the x-axis, vertical shift up by 2 units.
Domain: (−∞,∞)
Range: (−∞,2]
Table of Values:
For x=1: g(1)=−(1−3)2+2=−(−2)2+2=−4+2=−2
For x=2: g(2)=−(2−3)2+2=−(−1)2+2=−1+2=1
For x=3: g(3)=−(3−3)2+2=−(0)2+2=2
For x=4: g(4)=−(4−3)2+2=−(1)2+2=−1+2=1
For x=5: g(5)=−(5−3)2+2=−(2)2+2=−4+2=−2
For the parent function f(x)=x2 and transformed function g(x)=2(x+1)2−5:
Transformations in Order: Horizontal shift left by 1 unit, vertical stretch by a factor of 2, vertical shift down by 5 units.
Domain: (−∞,∞)
Range: [−5,∞)
Table of Values:
For x=−3: g(−3)=2(−3+1)2−5=2(−2)2−5=2(4)−5=3
For x=−2: g(−2)=2(−2+1)2−5=2(−1)2−5=2(1)−5=−3
For x=−1: g(−1)=2(−1+1)2−5=2(0)2−5=−5
For x=0: g(0)=2(0+1)2−5=2(1)2−5=−3
For x=1: g(1)=2(1+1)2−5=2(2)2−5=2(4)−5=3
Comprehensive Polynomial Factoring Techniques
Factoring transforms a polynomial expression into a product of simpler factors. Complete factorization requires identifying greatest common factors (GCF), special patterns such as the difference of squares a2−b2=(a−b)(a+b), trinomial splitting methods, and factoring by grouping.
Factoring −2x3+16x:
Extract the greatest common factor −2x:
−2x3+16x=−2x(x2−8)
Factoring y(y−6)+9(y−6):
Factor out the common binomial factor (y−6):
y(y−6)+9(y−6)=(y−6)(y+9)
Factoring −15x2y3+9xy4:
Extract the greatest common factor −3xy3:
−15x2y3+9xy4=−3xy3(5x−3y)
Factoring 36f2−16:
Extract the greatest common scalar factor 4:
36f2−16=4(9f2−4)
Apply the difference of two squares formula to (9f2−4):
4(9f2−4)=4(3f−2)(3f+2)
Factoring 25x4−64y4:
Recognize the expression as a difference of two squares where a=5x2 and b=8y2:
25x4−64y4=(5x2−8y2)(5x2+8y2)
Factoring (x+3)2−4:
Treat (x+3) as a single term and apply the difference of two squares with b=2:
(x+3)2−4=((x+3)−2)((x+3)+2)=(x+1)(x+5)
Factoring n2−7n+6:
Find two numbers that multiply to 6 and sum to −7, which are −1 and −6:
n2−7n+6=(n−1)(n−6)
Factoring 2m2+m−3:
Split the middle term using factors of 2×(−3)=−6 that sum to 1, which are 3 and −2:
2m2+m−3=2m2−2m+3m−3=2m(m−1)+3(m−1)=(2m+3)(m−1)
Factoring 18y2−21y−30:
Extract the greatest common factor 3:
18y2−21y−30=3(6y2−7y−10)
Factor the remaining trinomial by finding factors of 6×(−10)=−60 that sum to −7, which are −12 and 5:
3(6y2−12y+5y−10)=3[6y(y−2)+5(y−2)]=3(6y+5)(y−2)
Factoring 12x2−5x−28:
Find factors of 12×(−28)=−336 that sum to −5, which are −21 and 16:
Solving Quadratic Equations by Completing the Square
Completing the square is an algebraic technique used to transform any quadratic expression into a perfect square trinomial. The step-by-step procedure requires:
Rearranging the equation so variable terms are on one side and the constant term is on the opposite side: ax2+bx=−c.
Dividing all terms by the leading coefficient a to ensure the coefficient of x2 equals 1.
Calculating (2ab)2 and adding this value to both sides of the equation.
Factoring the perfect square trinomial into (x+2ab)2.
Taking the square root of both sides and solving for x.
Solving x2−8x+7=0 by completing the square:
Isolate constant term:
x2−8x=−7
Calculate (2−8)2=(−4)2=16 and add 16 to both sides:
x2−8x+16=−7+16
(x−4)2=9
Take square root of both sides:
x−4=±3
Solve for x:
x=4±3
x=7orx=1
Solving 2x2+12x=−10 by completing the square:
Divide every term by the leading coefficient 2:
x2+6x=−5
Calculate (26)2=(3)2=9 and add 9 to both sides:
x2+6x+9=−5+9
(x+3)2=4
Take square root of both sides:
x+3=±2
Solve for x:
x=−3±2
x=−1orx=−5
Solving −3x2−3x+9=0 by completing the square:
Divide every term by −3:
x2+x−3=0
Isolate the constant term:
x2+x=3
Calculate (21)2=41 and add 41 to both sides:
x2+x+41=3+41
(x+21)2=413
Take square root of both sides:
x+21=±213
Solve for x:
x=2−1±13
Solving Quadratic Equations Using the Quadratic Formula
For any standard quadratic equation ax2+bx+c=0 where a=0, solutions are calculated directly using the Quadratic Formula:
x=2a−b±b2−4ac
Solving x2+7=−8x:
Rearrange to standard form x2+8x+7=0, identifying a=1, b=8, c=7:
x=2(1)−8±(8)2−4(1)(7)
x=2−8±64−28
x=2−8±36
x=2−8±6
x=2−2=−1orx=2−14=−7
Solving 3x2−8x=3:
Rearrange to standard form 3x2−8x−3=0, identifying a=3, b=−8, c=−3:
x=2(3)−(−8)±(−8)2−4(3)(−3)
x=68±64+36
x=68±100
x=68±10
x=618=3orx=6−2=−31
Solving −x2=−49:
Rearrange to standard form −x2+49=0, identifying a=−1, b=0, c=49: