Gina Wilson All Things Algebra 2015 Unit 5

9 min read

Introduction

All Things Algebra by Gina Wilson, 2015 edition, is a staple for high‑school students tackling the challenges of Algebra II. Unit 5, often titled Functions and Their Graphs, serves as the bridge between foundational algebraic manipulation and the deeper analytical thinking required for calculus. This article breaks down every key concept, skill, and strategy presented in Unit 5, offering clear explanations, step‑by‑step problem‑solving techniques, and tips for mastering the unit’s assessments. Whether you are a student preparing for the end‑of‑term exam, a teacher looking for a concise review, or a parent wanting to support homework, the guide below will help you deal with the material with confidence.


1. Core Topics Covered in Unit 5

Topic Main Ideas Typical Problems
1.3 Quadratic Functions Standard form y=ax²+bx+c, vertex form y=a(x‑h)²+k, axis of symmetry, completing the square Convert y=3x²‑12x+7 to vertex form
1.1 Function Notation & Evaluation Definition of a function, domain & range, evaluating f(x) for given x values Find f(‑3) when f(x)=2x²‑5x+1
1.6 Inverse Functions Swapping domain and range, finding inverses algebraically, verifying f⁻¹(f(x))=x Find the inverse of f(x)= (3x‑4)/2
1.4 Transformations Shifts, reflections, stretches/compressions in the x‑ and y‑directions Describe the graph of y=‑2(x‑3)²+5
1.2 Linear Functions Slope‑intercept form y=mx+b, point‑slope form, graphing, interpreting slope Write equation of line through (2,‑1) with slope 4
1.Still, 5 Piecewise Functions Definition, evaluating on intervals, graphing with breakpoints Define f(x)=x² for x<0 and f(x)=2x+1 for x≥0
1. 7 Function Operations Addition, subtraction, multiplication, division, composition (f∘g)(x) Compute (f∘g)(x) when f(x)=x² and g(x)=2x‑1
**1.

2. Detailed Walkthrough of Each Sub‑Unit

2.1 Function Notation and Evaluation

  • Definition: A function f assigns exactly one output f(x) to each input x in its domain.
  • Key skill: Substituting values correctly, especially when the function includes fractions or radicals.
  • Common mistake: Forgetting to replace x everywhere, including inside exponents or denominators.

Example
Given f(x)=\frac{4x‑5}{x+2}, find f(‑1).

Solution:

    1. Replace x with ‑1: (\frac{4(‑1)‑5}{‑1+2}= \frac{‑4‑5}{1}=‑9).
      Answer: f(‑1)=‑9.

2.2 Linear Functions

  • Slope (m) measures change in y per unit change in x: (m=\frac{y_2‑y_1}{x_2‑x_1}).
  • Intercepts: y‑intercept occurs when x=0; x‑intercept when y=0.
  • Graphing tip: Plot the intercepts first, then draw the line.

Practice problem
Write the equation of the line passing through (‑3, 4) and (2,‑1) Not complicated — just consistent..

Solution:
(m=\frac{‑1‑4}{2‑(‑3)}=\frac{‑5}{5}=‑1).
Using point‑slope: (y‑4=‑1(x+3) \Rightarrow y=‑x‑‑? Final form: **(y=‑x‑?Here's the thing — ) (simplify to (y=‑x‑‑? ) → (y=‑x‑‑? )). **) It's one of those things that adds up..

2.3 Quadratic Functions

  • Vertex form: (y=a(x‑h)²+k) where (h,k) is the vertex.
  • Completing the square transforms standard form to vertex form.

Step‑by‑step conversion (example from the textbook):

Convert (y=2x²‑8x+3) to vertex form.

  1. Factor out the coefficient of (x²): (y=2(x²‑4x)+3).
  2. Complete the square inside parentheses: add and subtract ((\frac{‑4}{2})² =4).
    (y=2[(x²‑4x+4)‑4]+3 =2(x‑2)²‑8+3).
  3. Simplify: (y=2(x‑2)²‑5).

The vertex is (2,‑5) and the parabola opens upward because a=2>0 Simple, but easy to overlook..

2.4 Transformations

Transformations modify a parent function’s graph without changing its equation’s algebraic structure Less friction, more output..

Transformation Effect on Graph Example
Vertical shift +k Move up k units y = x² + 3 (up 3)
Horizontal shift ‑h inside Move right h units y = (x‑2)² (right 2)
Vertical stretch/compression a·f(x) Stretch if a
Reflection over x‑axis Multiply by –1 y = –x²
Reflection over y‑axis Replace x with ‑x y = (‑x)² = x² (no visual change)

2.5 Piecewise Functions

These functions are defined by different expressions on separate intervals.

Key steps to graph

  1. Identify interval boundaries (often shown with brackets or parentheses).
  2. Plot each piece on its domain, respecting open/closed circles at endpoints.
  3. Connect points smoothly if the piece is a line or curve.

Sample problem
(f(x)=\begin{cases} x+2, & x<1\[4pt] 3x‑4, & x\ge 1 \end{cases})

  • For x<1, draw the line y=x+2 up to but not including x=1.
  • At x=1, evaluate the second piece: f(1)=3(1)‑4=‑1. Plot a closed circle at (1,‑1).

2.6 Inverse Functions

An inverse “undoes” the original function. To find f⁻¹(x):

  1. Replace f(x) with y.
  2. Swap x and y.
  3. Solve for y.
  4. Rename y as f⁻¹(x).

Example
Find the inverse of f(x)=\frac{2x‑5}{3}.

  • Write y = \frac{2x‑5}{3}.
  • Swap: x = \frac{2y‑5}{3}.
  • Multiply by 3: 3x = 2y‑5.
  • Add 5: 2y = 3x+5.
  • Divide by 2: y = \frac{3x+5}{2}.
  • Hence (f^{-1}(x)=\frac{3x+5}{2}).

Verification: f(f⁻¹(x)) = x and f⁻¹(f(x)) = x That's the part that actually makes a difference..

2.7 Function Operations and Composition

  • Addition: ((f+g)(x)=f(x)+g(x))
  • Subtraction: ((f‑g)(x)=f(x)‑g(x))
  • Multiplication: ((fg)(x)=f(x)·g(x))
  • Division: ((\frac{f}{g})(x)=\frac{f(x)}{g(x)}) (g(x)≠0)
  • Composition: ((f∘g)(x)=f(g(x)))

Composition example
If f(x)=x² and g(x)=2x‑1, find (f∘g)(x).

(f(g(x)) = (2x‑1)² = 4x²‑4x+1) Simple, but easy to overlook..

2.8 Modeling Real‑World Situations

Unit 5 emphasizes translating word problems into functional models.

Typical scenario
“A car travels 30 miles per gallon of gasoline. The total cost of gasoline is $3.50 per gallon. Write a function that gives the total cost C in dollars for traveling d miles.”

Solution:

  • Gallons needed = (d/30).
  • Cost = gallons × $3.Now, 50 = (\frac{3. That said, 1167d). - Function: (C(d)=0.5}{30}d = 0.1167d).

Students must identify the independent variable (d), the constant rate (30 mi/gal), and the cost per unit Simple, but easy to overlook. Worth knowing..


3. Study Strategies for Mastering Unit 5

  1. Create a “Function Cheat Sheet” – List the five standard forms (linear, quadratic, absolute value, exponential, piecewise) with their key parameters (slope, vertex, asymptotes).
  2. Practice Graph Sketching Without a Calculator – Use intercepts, symmetry, and transformations to draw quickly.
  3. Check Inverses Visually – Plot a function and its inverse; the line y = x should act as a mirror.
  4. Work on Composite Functions First – Evaluate inner functions before applying the outer one; write intermediate steps clearly.
  5. Use Real‑World Data – Gather simple datasets (e.g., daily temperature, distance vs. time) and fit a function; this reinforces modeling skills.

4. Frequently Asked Questions (FAQ)

Q1: How do I know if a function has an inverse?
A: A function is invertible if it is one‑to‑one (passes the Horizontal Line Test). For linear functions with non‑zero slope and for quadratics restricted to a domain where they are monotonic, an inverse exists That's the whole idea..

Q2: When converting a quadratic to vertex form, why must I factor out the leading coefficient first?
A: Factoring isolates the term, ensuring the term added and subtracted inside the parentheses correctly completes the square. Skipping this step yields an incorrect vertex Simple, but easy to overlook. Simple as that..

Q3: Can a piecewise function be continuous?
A: Yes, if the left‑hand limit at each breakpoint equals the right‑hand limit and the function’s value at the breakpoint matches that common limit. Otherwise, the graph has a jump discontinuity And it works..

Q4: What is the fastest way to verify a composition result?
A: Substitute a simple value (e.g., x=0 or x=1) into both the original composition expression and the simplified result. If they match, you likely performed the composition correctly.

Q5: How many points are needed to uniquely determine a quadratic function?
A: Three non‑collinear points uniquely determine a quadratic because the general form has three coefficients (a, b, c). Solving the resulting system yields the exact equation.


5. Sample End‑of‑Unit Assessment Items

  1. Multiple Choice – Identify the graph that represents y = –(x‑4)² + 2.
  2. Short Answer – Write the inverse of f(x)=\sqrt{x+5}.
  3. Problem Solving – A water tank is being filled at a rate described by V(t)=5t²+20t, where V is volume in gallons and t is minutes. Find the rate of change of volume after 3 minutes.
  4. Modeling – Translate the statement “The cost C (in dollars) of producing x widgets is $150 plus $2.75 per widget” into a function and graph it.

These items reflect the balance of procedural fluency, conceptual understanding, and real‑world application emphasized throughout Unit 5.


6. Conclusion

Unit 5 of Gina Wilson’s All Things Algebra (2015) consolidates the essential language of functions—notation, graphing, transformation, and composition—while pushing learners toward authentic problem solving. Mastery hinges on active practice: sketching graphs, verifying inverses, and converting between forms until the processes become second nature. By following the study strategies, reviewing the key concepts outlined above, and tackling the sample assessment items, students can confidently approach any test question or real‑life scenario that demands a solid grasp of functions. The skills honed in this unit not only prepare learners for the next algebraic challenges but also lay a sturdy foundation for future courses in trigonometry, calculus, and beyond.

New on the Blog

New and Noteworthy

Others Liked

Dive Deeper

Thank you for reading about Gina Wilson All Things Algebra 2015 Unit 5. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home