1.2 Graphs Of Functions Homework Answers

9 min read

You're staring at problem 1.2 in your textbook. The graphs look simple enough — lines, parabolas, maybe a square root or absolute value thrown in. But the answers in the back don't match what you got. Or worse, there are no answers in the back Nothing fancy..

Been there. Let's talk about what's actually going on in section 1.2.

What Is 1.2 Graphs of Functions

Most precalculus and college algebra textbooks put "Graphs of Functions" right after the basics of functions themselves. Section 1.Practically speaking, 1 usually covers what a function is — domain, range, function notation, the vertical line test. Section 1.2 says: okay, now draw the thing.

You'll probably want to bookmark this section The details matter here..

The homework typically asks you to:

  • Sketch graphs by plotting points
  • Identify intercepts, symmetry, increasing/decreasing intervals
  • Recognize parent functions and their transformations
  • Use a graphing utility (calculator, Desmos, GeoGebra) to verify
  • Find domain and range from the graph

Sounds straightforward. The trouble starts when the instructions say "graph the function" and you're not sure if they want a rough sketch, a precise plot with labeled points, or a transformed parent function with arrows showing shifts.

The parent functions you're expected to know cold

Before transformations make sense, you need the basic shapes memorized. Not "I've seen them before" — memorized. You should be able to sketch these in five seconds each:

  • Linear: f(x) = x (straight line through origin, slope 1)
  • Quadratic: f(x) = x² (parabola, vertex at origin, opens up)
  • Cubic: f(x) = x³ (S-shape through origin)
  • Square root: f(x) = √x (starts at origin, curves right, only x ≥ 0)
  • Absolute value: f(x) = |x| (V-shape, vertex at origin)
  • Reciprocal: f(x) = 1/x (two branches, asymptotes at axes)
  • Constant: f(x) = c (horizontal line)

If you're fuzzy on any of these, stop. On the flip side, go sketch each one three times. Label three points on each. This is the foundation everything else builds on.

Why This Section Trips People Up

Here's what most students miss: 1.Think about it: 2 isn't really about drawing pictures. It's about reading graphs like they're sentences.

Your professor doesn't care if your parabola is perfectly curved. They care if you can look at a graph and say:

  • "The domain is [-3, ∞) because the graph starts at x = -3 and goes right forever"
  • "The function is decreasing on (-∞, 2) and increasing on (2, ∞)"
  • "There's a relative minimum at (2, -4)"
  • "The range is [-4, ∞)"

That's the skill. The drawing is just practice for the reading That alone is useful..

The symmetry trap

Textbooks love asking about symmetry. And even function? Odd function? Neither?

Even: symmetric about the y-axis. f(-x) = f(x). Think x², |x|, cos(x). Odd: symmetric about the origin. f(-x) = -f(x). Think x³, 1/x, sin(x).

Quick test: if you can fold the graph along the y-axis and the halves match → even. If you can rotate 180° about the origin and it matches → odd.

Most homework problems in 1.2 will give you an equation and ask you to determine symmetry algebraically before you graph. Because of that, don't skip that step. It saves time — if it's even, you only plot for x ≥ 0 and mirror.

How to Actually Do These Problems

Let's walk through a typical 1.2 workflow. Say you get: f(x) = (x + 2)² - 3

Step 1: Identify the parent function

That's x². Quadratic. Parabola opening up.

Step 2: Read the transformations

  • (x + 2)² → shift left 2 (opposite of what your brain wants to do)
    • 3 → shift down 3

Vertex moves from (0, 0) to (-2, -3).

Step 3: Find intercepts before you sketch

y-intercept: plug in x = 0. f(0) = (0 + 2)² - 3 = 4 - 3 = 1. Point: (0, 1)

x-intercepts: set f(x) = 0. (x + 2)² - 3 = 0 → (x + 2)² = 3 → x + 2 = ±√3 → x = -2 ± √3 Approximately: x ≈ -0.27 and x ≈ -3.73

Step 4: Plot the vertex, intercepts, and one extra point

Pick x = -1 (one right of vertex): f(-1) = (-1 + 2)² - 3 = 1 - 3 = -2. Point: (-1, -2) By symmetry, (-3, -2) is also on the graph Worth keeping that in mind..

Step 5: Sketch with arrows

Draw the parabola through your points. Arrows on both ends going up. Label the vertex and intercepts.

That's it. Five steps. Most students skip steps 3 and 4, then wonder why their graph looks "off.

When the problem says "use a graphing utility"

This is not optional. And it doesn't mean "type it in and copy the screen."

Use it to:

  • Check your intercepts (zoom in, use the "zero" or "root" feature)
  • Verify turning points (use "minimum" or "maximum")
  • Confirm end behavior
  • Catch domain restrictions you missed (like √(x-2) only existing for x ≥ 2)

Don't use it to:

  • Avoid learning the parent function shapes
  • Skip the algebra of finding intercepts
  • Guess the answer without reasoning first

Your instructor knows when you just traced a calculator screen. The axes won't match. Think about it: the scale will be weird. The labels will be missing.

Common Mistakes / What Most People Get Wrong

1. Confusing "shift left/right" with the sign inside the function

f(x - h) shifts right by h. f(x + h) shifts left by h. Your brain wants + to mean right. It doesn't. Inside the function, everything is backwards. Memory trick: "Inside lies." The horizontal shift lies to you Surprisingly effective..

2. Forgetting that vertical stretches happen before vertical shifts

f(x) = 2(x - 1)² + 3 The order of operations matters. You square first, then multiply by 2, then add 3. So the vertex is at (1, 3) — not (1, 6) and not (1, 1). The stretch doesn't move the vertex. The shift does.

3. Writing domain and range in the wrong notation

Interval notation uses:

  • [ ] for included endpoints (solid dots)
  • ( ) for excluded endpoints (open dots / asymptotes)
  • always gets a parenthesis. Infinity isn't a number you can reach.

Domain of √(x - 4)? Think about it: [4, ∞) — includes 4, goes forever right. Range of -x² + 2?

Tackling More Involved Transformations

When the algebraic form already contains a horizontal stretch or a reflection, the order of operations becomes a little more nuanced That's the whole idea..

Example: (g(x)= -2\bigl(x+3\bigr)^{2}+5)

Step What to do Why it matters
Identify the parent Start with (y = x^{2}). Day to day, All transformations are built on this basic shape. Which means
Horizontal shift The “(+3)” inside the parentheses means shift left 3 units → ((x+3)). Remember the “inside lies” rule: a sign opposite the usual direction moves the graph the opposite way. On the flip side,
Reflection & vertical stretch The coefficient (-2) tells us two things: reflect across the x‑axis (the minus) and stretch vertically by a factor of 2. On top of that, The stretch does not affect the vertex location; it only changes the “steepness” and flips the parabola. Still,
Vertical shift Add 5 after everything else → move up 5 units. This is the final displacement of the whole graph. Here's the thing —
Vertex After applying each step, the vertex ends up at ((-3,;5)). The vertex is the anchor point for sketching; everything else is relative to it.
Intercepts y‑intercept: set (x=0): (-2(0+3)^{2}+5 = -18+5 = -13) → ((0,-13)).That said, <br>• x‑intercepts: solve (-2(x+3)^{2}+5=0) → ((x+3)^{2}= \frac{5}{2}) → (x = -3 \pm \sqrt{2. Think about it: 5}). So approximate: (-1. Because of that, 42) and (-4. Worth adding: 58). On top of that, Intercepts give concrete points to plot and help verify the calculator’s output.
Extra points for symmetry Choose a point one unit right of the vertex, e.g., (x=-2): (g(-2) = -2(1)^{2}+5 = 3).

, 3)). Plot the vertex, intercepts, and these symmetric points, then draw a smooth parabola opening downward And it works..


4. Misidentifying the Base Function Before Transforming

A surprisingly common error is trying to apply transformations to the wrong parent function.
Example: (h(x) = \sqrt{-x + 2}).
A student might see the “(+2)” and think “shift right 2,” then see the “(-)” and think “reflect over the (y)-axis.” But the order of operations inside the radical is: multiply (x) by (-1) (reflect), then add 2 (shift).
Fix: Always factor the inside expression to read the horizontal moves in the correct order:
(\sqrt{-x + 2} = \sqrt{-(x - 2)}).
Now the steps are clear: start with (y = \sqrt{x}) → reflect over (y)-axis → shift right 2.

5. Confusing “Stretch” Language

“Vertical stretch by a factor of 3” means multiply the output (the (y)-values) by 3. The graph gets taller/skinnier.
“Horizontal stretch by a factor of 3” means multiply the input ((x)) by (\frac{1}{3}) (i.e., replace (x) with (\frac{x}{3})). The graph gets wider.
Memory hook: Horizontal stretches feel like they’re “fighting” the number. A factor of (k > 1) uses (\frac{1}{k}) inside the function The details matter here. That alone is useful..

6. Ignoring Asymptotes When Sketching Rational or Log Functions

Transformations move asymptotes just like they move points.
For (y = \frac{3}{x+1} - 4):

  • Vertical asymptote: (x = -1) (shifted left 1 from (x=0)).
  • Horizontal asymptote: (y = -4) (shifted down 4 from (y=0)).
    Draw these dashed lines first. They are the guardrails for your graph.

Putting It All Together: A Reliable Workflow

  1. Identify the parent function by name and equation.
  2. Rewrite the given function in “transformation form” (factor inside grouping symbols).
  3. List transformations in order of operations (inside → outside):
    • Horizontal stretch/compression & reflection ((x \to bx))
    • Horizontal shift ((x \to x - h))
    • Vertical stretch/compression & reflection ((y \to ay))
    • Vertical shift ((y \to y + k))
  4. Track the anchor points (vertex, asymptotes, intercepts, key points like ((1,1)) for (\sqrt{x}) or (x^2)) through every step.
  5. State domain and range in correct interval notation before you sketch.
  6. Sketch: Draw asymptotes → plot transformed anchors → add symmetric points → draw smooth curves.

Conclusion

Transformations are not a menu of disconnected tricks; they are the direct visual translation of algebraic order of operations. Every misplaced vertex, every flipped asymptote, every domain written with a bracket instead of a parenthesis traces back to a single moment where the “inside/outside” logic was ignored or the sequence of operations was rushed.

Mastery doesn’t come from memorizing “left vs. right” rules for every function type. Here's the thing — it comes from internalizing one principle: **changes inside the function argument happen to (x) first, so they read backward; changes outside happen to the result, so they read forward. ** Pair that with a disciplined, step-by-step annotation habit—factor first, list steps second, move points third—and the graphs will stop feeling like puzzles and start looking like the inevitable geometry of the algebra.

Just Made It Online

Fresh Content

In the Same Zone

Familiar Territory, New Reads

Thank you for reading about 1.2 Graphs Of Functions Homework Answers. 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