From 014e8102769771b0ea5b3942bf3cb9c90a81d51f Mon Sep 17 00:00:00 2001 From: tdegeorge <143553140+tdegeorge@users.noreply.github.com> Date: Tue, 17 Dec 2024 23:02:09 +0000 Subject: [PATCH] Fixed PR1 issues #382 --- source/precalculus/source/04-PR/01.ptx | 47 ++++++++++++++++++++++---- 1 file changed, 40 insertions(+), 7 deletions(-) diff --git a/source/precalculus/source/04-PR/01.ptx b/source/precalculus/source/04-PR/01.ptx index b5540ff7..a920ca8d 100644 --- a/source/precalculus/source/04-PR/01.ptx +++ b/source/precalculus/source/04-PR/01.ptx @@ -501,7 +501,13 @@ - + + +

+ Notice that in , two different functions could have the same vertex and axis of symmetry. When |a|\gt0, the graph narrows. When 0\lt|a|\lt1, the graph widens (refer back to ). +

+
+ @@ -526,7 +532,14 @@
  • upwards

  • (-1,-4); minimum

  • x=-1

  • -
  • (placeholder for graph)

  • +
  • + + + f(x) = (x^2+2*x-3) + p=plot(f, (x, -6, 6), ymin=-5, ymax=20, color='blue', thickness=3) + + +

  • @@ -542,7 +555,14 @@
  • downwards

  • (3,20); maximum

  • x=3

  • -
  • (placeholder for graph)

  • +
  • + + + f(x) = (-5*(x-3)^2+20) + p=plot(f, (x, -1, 7), ymin=-5, ymax=30, color='blue', thickness=3) + + +

  • @@ -558,7 +578,14 @@
  • upwards

  • (-3,-5); minimum

  • x=-3

  • -
  • (placeholder for graph)

  • +
  • + + + f(x) = (5*x^2+30*x+40) + p=plot(f, (x, -6, 2), ymin=-10, ymax=30, color='blue', thickness=3) + + +

  • @@ -574,14 +601,20 @@
  • upwards

  • (-4,-3); minimum

  • x=-4

  • -
  • (placeholder for graph)

  • +
  • + + + f(x) = (2*(x+4)^2-3) + p=plot(f, (x, -8, 4), ymin=-5, ymax=30, color='blue', thickness=3) + + +

  • - -
    +

    Exercises available at .