OffPlot::"plnr"; OffGraphics::"gptn"; OffParametricPlot3D::"plld" Needs"Graphics`Arrow`" Needs"VisualLA`"

Size: px
Start display at page:

Download "OffPlot::"plnr"; OffGraphics::"gptn"; OffParametricPlot3D::"plld" Needs"Graphics`Arrow`" Needs"VisualLA`""

Transcription

1 Printed from the Mathematica Help Browser of.: Transformation of Functions In this section, we will explore three types of transformations:.) Shifting.) Reflections (or flips).) Stretches and compressions Additionally, each of these three types of transformations can impact a function horizontally or vertically. Thus, there are six basic transformations that must be learned. And, of course, they can be combined... of Shifts: Horizontal and Vertical The follow graphs show examples of what is meant by shifting. In[]:= OffPlot::"plnr"; OffGraphics::"gptn"; OffParametricPlotD::"plld" Needs"Graphics`Arrow`" Needs"VisualLA`" Wolfram Research, Inc. All rights reserved.

2 Printed from the Mathematica Help Browser In[65]:= fx_ : x Sin x; ShowGraphicsArray Plotfx, x,,, PlotRange,, DisplayFunction Identity, PlotLabel "Original Function", Plotfx, fx, x,,, PlotRange,, DisplayFunction Identity, PlotLabel "Vertical Shift", PlotStyle GrayLevel0.8, Blue, Epilog Arrow.6, f.6,.6, f.6, Plotfx, fx, x,,, PlotRange,, DisplayFunction Identity, PlotLabel "Horizontal Shift", PlotStyle GrayLevel0.8, Red, Epilog Arrow0, f0,, f0 ; Original Function Vertical Shift Horizonta of Wolfram Research, Inc. All rights reserved.

3 Printed from the Mathematica Help Browser Vertical Shifts To shift vertically,we will add a constant A from the function (A negative in the case where we want subtraction). That is, we will consider graphs of fx A for A of Example : Vertical Shifts For example, if f x is as given below, consider f x. In[6]:= TablePlotfx, fx A, x,,, PlotRange,, PlotLabel "Vertical Shift", PlotStyle GrayLevel0.8, Blue, Epilog Arrow.6, f.6,.6, f.6 A, A, 0,, 0.05; Vertical Shift of Example : Vertical Shifts If fx is as given below, consider fx. In[7]:= TablePlotfx, fx A, x,,, PlotRange,, PlotLabel "Vertical Shift", PlotStyle GrayLevel0.8, Blue, Epilog Arrow.6, f.6,.6, f.6 A, A, 0,, 0.; Wolfram Research, Inc. All rights reserved.

4 Printed from the Mathematica Help Browser Vertical Shift of Summary: Vertical Shifts Given a function fx and a constant A, then: The graph of fx A is a shifting of fx up by A if A0and down by A if A0 7 of Horizontal Shifts To shift horizontally, we will subtract a constant A from the function (A negative in the case where we want addition). That is, we will consider graphs of fx A for A 8 of Example : Horizontal Shifts If fx is as given below, consider fx. In[8]:= Table Plotfx, fx A, x,,, PlotRange,, PlotLabel "Horizontal Shift", PlotLabel "Horizontal Shift", PlotStyle GrayLevel0.8, Red, Epilog Arrow0, f0, A, f0, A, 0,, 0.; Wolfram Research, Inc. All rights reserved.

5 Printed from the Mathematica Help Browser 5 Horizontal Shift of Example : Horizontal Shifts If fx is as given below, consider fx fx. In[9]:= Table Plotfx, fx A, x,,, PlotRange,, PlotLabel "Horizontal Shift", PlotLabel "Horizontal Shift", PlotStyle GrayLevel0.8, Red, Epilog Arrow0, f0, A, f0, A, 0,, 0.05; Horizontal Shift of Summary: Horizontal Shifts (Counter-intuitive) Given a function fx and a constant A, then: The graph of fx A is a shifting of fx right by A if A0and left by A if A Wolfram Research, Inc. All rights reserved.

6 6 Printed from the Mathematica Help Browser of Reflections: About the y-axis and about the x-axis The follow graphs show examples of what is meant by shifting. In[6]:= gx_ : x ; ShowGraphicsArray Plotgx, x,,, PlotRange,, DisplayFunction Identity, PlotLabel "Original Function", Plotgx, gx, x,,, PlotRange,, DisplayFunction Identity, PlotLabel "Flip about the y axis", PlotStyle GrayLevel0.8, Blue, Plotgx, gx, x,,, PlotRange,, DisplayFunction Identity, PlotLabel "Flip about the x axis", PlotStyle GrayLevel0.8, Red ; Original Function Flip about the y axis Flip abou 0.5. of Wolfram Research, Inc. All rights reserved.

7 Printed from the Mathematica Help Browser 7 Example 5: Reflections: About the y-axis To reflect or flip about the y-axis, we negate the argument of the function. That is, we graph fx In[]:= dq Pi5; fctcurveq_ : ParametricPlotDt Cosq, t Sinq, gt, t 5, 0, 0, 0, 0, t, t, 0, 5, PlotRange 5, 5, 5, 0, 0,, Boxed False, Axes False, ViewPoint.00,.7, 0.779, DisplayFunction Identity; arrowshaftq_ : ParametricPlotDCosu, Sinu,, u, 0, q dq, PlotRange 5, 5, 5, 0, 0,, Boxed False, Axes False, ViewPoint.00,.7, 0.779, DisplayFunction Identity; arrowheadq_ : DrawVectorDCosq, Sinq,, Cosq dq, Sinq dq,, HeadLength 0., DisplayFunction Identity; TableShowfctcurveq, arrowshaftq, arrowheadq, DisplayFunction $DisplayFunction, q, 0., Pi, dq; of Example 6: Reflections: About the x-axis In[8]:= To reflect or flip about the xaxis, we negate function. That is, we graph fx In[7]:= gx_ : x ; dq Pi5; fctcurveq_ : ParametricPlotD t, gt Cosq, Sinq gt, t5, 0, 0, 0, 0, t5, t, 0, 5, Boxed False, Axes False, ViewPoint.00,.7, 0.779, DisplayFunction Identity; arrowshaftq_ : ParametricPlotD, Cosu, Sinu, u,.5 Pi, q dq, Boxed False, Axes False, ViewPoint.00,.7, 0.779, DisplayFunction Identity; arrowheadq_ : DrawVectorD, Cosq, Sinq,, Cosq dq, Sinq dq, HeadLength 0., DisplayFunction Identity; TableShowfctcurveq, arrowshaftq, arrowheadq, DisplayFunction $DisplayFunction, PlotRange 5, 5, 5, 5, 5, 5, q,.5 Pi, 0.5 Pi, dq; Wolfram Research, Inc. All rights reserved.

8 8 Printed from the Mathematica Help Browser of Summary: Reflections (or Flips) Given a function fx, then: The graph of fx is a reflection (or flip) of f about the y-axis and the graph of fx is a reflection of f about the x-axis. 5 of Stretches and Compressions: Vertical and Horizontal The follow graphs show examples of what is meant by stretching and compressing Wolfram Research, Inc. All rights reserved.

9 Printed from the Mathematica Help Browser 9 In[6]:= hx_ : 0.5x x x x ; ShowGraphicsArray Plothx, x,,, PlotRange,, DisplayFunction Identity, PlotLabel "Original Function", Plothx, hx, x,,, PlotRange,, DisplayFunction Identity, PlotLabel "Vertical Stretch", PlotStyle GrayLevel0.8, Blue, Epilog Arrow.58, h.58,.58, h.58, Arrow.5, h.5,.5, h.5, Arrow.5, h.5,.5, h.5, Plothx, hx, x,,, PlotRange,, DisplayFunction Identity, PlotLabel "Horizontal Compression", PlotStyle GrayLevel0.8, Red, Epilog Arrow.5, h.5,.5, h.5, Arrow.5, h.5,.5, h.5 ; Original Function Vertical Stretch Horizontal Co 6 of Wolfram Research, Inc. All rights reserved.

10 0 Printed from the Mathematica Help Browser Vertical Stretches and Compressions (Squashes) To stretch or compress vertically, we will multiply the f by a positive constant A. That is, we will consider graphs of A fx for A0 and A(why A ) 7 of Example 7: Vertical Stretches If f x is as given below, consider f x. In[5]:= TablePlothx, A hx, x,,, PlotRange,, PlotLabel "Vertical Stretch", PlotStyle GrayLevel0.8, Blue, Epilog Arrow.58, h.58,.58, A h.58, Arrow.5, h.5,.5, A h.5, Arrow.5, h.5,.5, A h.5, A,,, 0.; Vertical Stretch of Example 8: Vertical Compressions (Squashes) If fx is as given below, consider fx. In[6]:= TablePlothx, A hx, x,,, PlotRange,, PlotLabel "Vertical Compression", PlotStyle GrayLevel0.8, Blue, Epilog Arrow.58, h.58,.58, A h.58, Arrow.5, h.5,.5, A h.5, Arrow.5, h.5,.5, A h.5, A,,, 0.05; Wolfram Research, Inc. All rights reserved.

11 Printed from the Mathematica Help Browser Vertical Compression of Summary: Vertical Stretches and Compressions Given a function fx and a constant A, then: The graph of A fx is a stretching of fx about the x-axis if Aand a compression if 0 A. 0 of Horizontal Stretches and Compressions (Squashes) To stretch or compress horizontally, we will multiply the argument of f by a positive constant A. That is, we will consider graphs of fa x for A0 and A (why A ) of Example 9: Horizontal Stretches If fx is as given below, consider f x. In[7]:= Table Plothx, ha x, x, 5, 5, PlotRange,, PlotLabel "Horizontal Stretch", PlotStyle GrayLevel0.8, Red, Epilog Arrow.5, h.5,.5 A, h.5, Arrow.5, h.5,.5, h.5, A,, 0.5, 0.05; A Wolfram Research, Inc. All rights reserved.

12 Printed from the Mathematica Help Browser Horizontal Stretch of Example 0: Horizontal Compressions (Squashes) If f x is as given below, consider f x. In[8]:= TablePlothx, ha x, x, 5, 5, PlotRange,, PlotLabel "Horizontal Compression", PlotStyle GrayLevel0.8, Red, Epilog Arrow.5, h.5,.5 A, h.5, Arrow.5, h.5,.5, h.5, A,,, 0.; A Horizontal Compression of Wolfram Research, Inc. All rights reserved.

13 Printed from the Mathematica Help Browser Summary: Horizontal Stretches and Compressions (Counter-intuitive) Given a function fx and a constant A, then: The graph of fa x is a stretching of fx about the y-axis if 0 Aand a compression if A. of Conclusion of Basic Transformations We explored the three types of transformations: 5 of A Quiz on Transformations In[69]:= OffPlot::"plnr"; OffSolve::"ifun"; OffLessEqual::"nord"; $TextStyle FontSize ; $FormatType TraditionalForm; gx_ If x, x, If x, x; QQQ ; Fori, i, i, Forj, j 5, j, AppendToQQQ, i, j; GFCT_, LABEL_:"" : ModulePLOT, PLOT PlotFCT, x, 5, 5, PlotPoints 00, DisplayFunction Identity; ShowGraphicsPoint QQQ, PLOT, Axes True, AxesLabel x, "", PlotLabel LABEL, AspectRatio, DisplayFunction Identity; Wolfram Research, Inc. All rights reserved.

14 Printed from the Mathematica Help Browser In[78]:= ShowGgx, y, DisplayFunction $DisplayFunction; y x 6 of An Introduction to Symmetry Mathematicians are notoriously lazy. By this, I do not mean that we are unwilling to work hard (far be it). But rather, that we are unwilling to work hard if there is an easier way. Symmetry is a nice example. Symmetry allows us to understand a whole situation with half the work by simply recognizing the symmetry. Two famous symmetries are known as odd and even symmetry. 7 of Odd and Even Symmetry The following graphs show no symmetry, odd, and even symmetry Wolfram Research, Inc. All rights reserved.

15 Printed from the Mathematica Help Browser 5 In[60]:= ShowGraphicsArray Plot x, x,,, PlotRange,, DisplayFunction Identity, PlotLabel "No Symmetry", Plotx Sin x, x,,, PlotRange 7, 7, DisplayFunction Identity, PlotLabel "Odd Symmetry", PlotStyle Blue, Plot0.5Cos x.5, x,,, PlotRange,, x DisplayFunction Identity, PlotLabel "Even Symmetry", PlotStyle Red ; No Symmetry Odd Function 6 Even Symmet 6 8 of Odd Functions Odd functions are symmetric about the origin. To see odd symmetry, rotate the graph about the origin by 80 degrees and see if your resultant graph is identical to the original.. Examples of odd functions include: Wolfram Research, Inc. All rights reserved.

16 6 Printed from the Mathematica Help Browser In[59]:= ShowGraphicsArray Plotx, x,,, PlotRange,, DisplayFunction Identity, PlotLabel "yx", Plotx, x,,, PlotRange,, DisplayFunction Identity, PlotLabel "yx ", PlotStyle Blue, PlotSignx x 6, x,,, PlotRange,, DisplayFunction Identity, PlotLabel "y x ", PlotStyle Red, Plot, x,,, PlotRange,, DisplayFunction Identity, x PlotLabel "y ", PlotStyle Green, x PlotSinx, x,,, PlotRange,, DisplayFunction Identity, PlotLabel "ysinx ", PlotStyle Purple ; yx y x Wolfram Research, Inc. All rights reserved.

17 Printed from the Mathematica Help Browser 7 ysinx 9 of Odd Functions: The Test For odd functions, fx fx. (Why?) Examples.) fx x x.) gx x x.) hxx x 0 of Even Functions Even functions are symmetric about the y-axis. resultant graph is identical to the original. To see even symmetry, flip the graph about the y-axis and see if your Examples of even functions include: Wolfram Research, Inc. All rights reserved.

18 8 Printed from the Mathematica Help Browser In[67]:= ShowGraphicsArray Plot, x,,, PlotRange,, DisplayFunction Identity, PlotLabel "y", Plotx, x,,, PlotRange,, DisplayFunction Identity, PlotLabel "yx ", PlotStyle Blue, PlotAbsx, x,,, PlotRange,, DisplayFunction Identity, PlotLabel "yx", PlotStyle Red, PlotCosx, x,,, PlotRange,, DisplayFunction Identity, PlotLabel "ycosx ", PlotStyle Purple ; y yx Wolfram Research, Inc. All rights reserved.

19 Printed from the Mathematica Help Browser 9 of Even Functions: The Test For odd functions, f x f x. (Why?) Examples.) fx x.) gx xx.) hx x x of Summary: Symmetry Two famous kinds of symmetry of functions are odd and even symmetry. Odd functions are symmetric about the origen and satisfy fx fx. Even functions are symmetric about the y-axis and satisfy fx fx. Not all functions are symmetric and many symmetric problems can be solved without reference to symmetry. However, the mathematician who can account for symmetry shows promise Wolfram Research, Inc. All rights reserved.

GRAPHICAL REPRESENTATION OF SURFACES

GRAPHICAL REPRESENTATION OF SURFACES 9- Graphical representation of surfaces 1 9 GRAPHICAL REPRESENTATION OF SURFACES 9.1. Figures defined in Mathematica ô Graphics3D[ ] ø Spheres Sphere of centre 1, 1, 1 and radius 2 Clear "Global` " Graphics3D

More information

Parametric Curves, Polar Plots and 2D Graphics

Parametric Curves, Polar Plots and 2D Graphics Parametric Curves, Polar Plots and 2D Graphics Fall 2016 In[213]:= Clear "Global`*" 2 2450notes2_fall2016.nb Parametric Equations In chapter 9, we introduced parametric equations so that we could easily

More information

MAT 106: Trigonometry Brief Summary of Function Transformations

MAT 106: Trigonometry Brief Summary of Function Transformations MAT 106: Trigonometry Brief Summary of Function Transformations The sections below are intended to provide a brief overview and summary of the various types of basic function transformations covered in

More information

UNIT 3 EXPRESSIONS AND EQUATIONS Lesson 3: Creating Quadratic Equations in Two or More Variables

UNIT 3 EXPRESSIONS AND EQUATIONS Lesson 3: Creating Quadratic Equations in Two or More Variables Guided Practice Example 1 Find the y-intercept and vertex of the function f(x) = 2x 2 + x + 3. Determine whether the vertex is a minimum or maximum point on the graph. 1. Determine the y-intercept. The

More information

Math 126: Calculus III Section 12.5: Equation of Lines and Planes

Math 126: Calculus III Section 12.5: Equation of Lines and Planes 1 Math 16: Calculus III Section 1.5: Equation of Lines and Planes Vector equations of lines Consider the position vector r 0 (which gives points to a point on the line) and the direction v line). Additional

More information

A plane. Or, with more details, NotebookDirectory. C:\Dropbox\Work\myweb\Courses\Math_pages\Math_225\

A plane. Or, with more details, NotebookDirectory. C:\Dropbox\Work\myweb\Courses\Math_pages\Math_225\ In[1]:= NotebookDirectory Out[1]= C:\Dropbox\Work\myweb\Courses\Math_pages\Math_5\ A plane Given a point in R 3 (below it is vr) and two non-collinear vectors (below uu and vv) the parametric equation

More information

MATH 162 Calculus II Computer Laboratory Topic: Introduction to Mathematica & Parametrizations

MATH 162 Calculus II Computer Laboratory Topic: Introduction to Mathematica & Parametrizations MATH 162 Calculus II Computer Laboratory Topic: Introduction to Mathematica & Goals of the lab: To learn some basic operations in Mathematica, such as how to define a function, and how to produce various

More information

3. parallel: (b) and (c); perpendicular (a) and (b), (a) and (c)

3. parallel: (b) and (c); perpendicular (a) and (b), (a) and (c) SECTION 1.1 1. Plot the points (0, 4), ( 2, 3), (1.5, 1), and ( 3, 0.5) in the Cartesian plane. 2. Simplify the expression 13 7 2. 3. Use the 3 lines whose equations are given. Which are parallel? Which

More information

CHAPTER 2: More on Functions

CHAPTER 2: More on Functions MAT 171 Precalculus Algebra Dr. Claude Moore Cape Fear Community College CHAPTER 2: More on Functions 2.1 Increasing, Decreasing, and Piecewise Functions; Applications 2.2 The Algebra of Functions 2.3

More information

GUIDED NOTES 3.5 TRANSFORMATIONS OF FUNCTIONS

GUIDED NOTES 3.5 TRANSFORMATIONS OF FUNCTIONS GUIDED NOTES 3.5 TRANSFORMATIONS OF FUNCTIONS LEARNING OBJECTIVES In this section, you will: Graph functions using vertical and horizontal shifts. Graph functions using reflections about the x-axis and

More information

Teaching Complex Analysis as a Lab- Type ( flipped ) Course with a Focus on Geometric Interpretations using Mathematica

Teaching Complex Analysis as a Lab- Type ( flipped ) Course with a Focus on Geometric Interpretations using Mathematica Teaching Complex Analysis as a Lab- Type ( flipped ) Course with a Focus on Geometric Interpretations using Mathematica Bill Kinney, Bethel University, St. Paul, MN 2 KinneyComplexAnalysisLabCourse.nb

More information

REPRESENTATION OF CURVES IN PARAMETRIC FORM

REPRESENTATION OF CURVES IN PARAMETRIC FORM - Representation of curves in parametric form 1 REPRESENTATION OF CURVES IN PARAMETRIC FORM.1. Parametrization of curves in the plane Given a curve in parametric form, its graphical representation in a

More information

Section a) f(x-3)+4 = (x 3) the (-3) in the parenthesis moves right 3, the +4 moves up 4

Section a) f(x-3)+4 = (x 3) the (-3) in the parenthesis moves right 3, the +4 moves up 4 Section 4.3 1a) f(x-3)+4 = (x 3) 2 + 4 the (-3) in the parenthesis moves right 3, the +4 moves up 4 Answer 1a: f(x-3)+4 = (x 3) 2 + 4 The graph has the same shape as f(x) = x 2, except it is shifted right

More information

Algebra II Notes Transformations Unit 1.1. Math Background

Algebra II Notes Transformations Unit 1.1. Math Background Lesson. - Parent Functions and Transformations Math Background Previously, you Studied linear, absolute value, exponential and quadratic equations Graphed linear, absolute value, exponential and quadratic

More information

Lesson #6: Basic Transformations with the Absolute Value Function

Lesson #6: Basic Transformations with the Absolute Value Function Lesson #6: Basic Transformations with the Absolute Value Function Recall: Piecewise Functions Graph:,, What parent function did this piecewise function create? The Absolute Value Function Algebra II with

More information

You can drag the graphs using your mouse to rotate the surface.

You can drag the graphs using your mouse to rotate the surface. The following are some notes for relative maxima and mimima using surfaces plotted in Mathematica. The way to run the code is: Select Menu bar -- Evaluation -- Evaluate Notebook You can drag the graphs

More information

{σ 1}; Hessian2D[f_] := yleft = -12; xright = 5; yright = 5; max4 = FindMaximum[Det[Hessian2D[f]] // Evaluate, {{x, -10}, {y, -10}}][[2, ;;, 2]]

{σ 1}; Hessian2D[f_] := yleft = -12; xright = 5; yright = 5; max4 = FindMaximum[Det[Hessian2D[f]] // Evaluate, {{x, -10}, {y, -10}}][[2, ;;, 2]] g[x_, y_] := f[x_, y_] := x 1 2 +y 2 2 * π * σ * 2 e- 2*σ 2 ; 10 g[x, y] + g[x + i, y] + g[x, y + i] + g[x + 10, y + 10] /. {σ 1}; i=1 10 i=1 Hessian2D[f_] := D[D[f[x, y], {x}], {x}] D[D[f[x, y], {x}],

More information

Exploring Quadratic Graphs

Exploring Quadratic Graphs Exploring Quadratic Graphs The general quadratic function is y=ax 2 +bx+c It has one of two basic graphs shapes, as shown below: It is a symmetrical "U"-shape or "hump"-shape, depending on the sign of

More information

State the domain and range of the relation. EX: {(-1,1), (1,5), (0,3)} 1 P a g e Province Mathematics Southwest TN Community College

State the domain and range of the relation. EX: {(-1,1), (1,5), (0,3)} 1 P a g e Province Mathematics Southwest TN Community College A relation is a set of ordered pairs of real numbers. The domain, D, of a relation is the set of all first coordinates of the ordered pairs in the relation (the xs). The range, R, of a relation is the

More information

Plot f, x, x min, x max generates a plot of f as a function of x from x min to x max. Plot f 1, f 2,, x, x min, x max plots several functions f i.

Plot f, x, x min, x max generates a plot of f as a function of x from x min to x max. Plot f 1, f 2,, x, x min, x max plots several functions f i. HdPlot.nb? Plot Plot f, x, x min, x max generates a plot of f as a function of x from x min to x max. Plot f, f,, x, x min, x max plots several functions f i. Plot Sin 7 x Exp x ^, x,, 4.5 3 4.5 Plot Sin

More information

Pre-Calculus Mr. Davis

Pre-Calculus Mr. Davis Pre-Calculus 2016-2017 Mr. Davis How to use a Graphing Calculator Applications: 1. Graphing functions 2. Analyzing a function 3. Finding zeroes (or roots) 4. Regression analysis programs 5. Storing values

More information

a translation by c units a translation by c units

a translation by c units a translation by c units 1.6 Graphical Transformations Introducing... Translations 1.) Set your viewing window to [-5,5] by [-5,15]. 2.) Graph the following functions: y 1 = x 2 y 2 = x 2 + 3 y 3 = x 2 + 1 y 4 = x 2-2 y 5 = x

More information

Assignment 1. Prolog to Problem 1. Two cylinders. ü Visualization. Problems by Branko Curgus

Assignment 1. Prolog to Problem 1. Two cylinders. ü Visualization. Problems by Branko Curgus Assignment In[]:= Problems by Branko Curgus SetOptions $FrontEndSession, Magnification Prolog to Problem. Two cylinders In[]:= This is a tribute to a problem that I was assigned as an undergraduate student

More information

1-8 Exploring Transformations

1-8 Exploring Transformations 1-8 Exploring Transformations Warm Up Lesson Presentation Lesson Quiz 2 Warm Up Plot each point. D 1. A(0,0) 2. B(5,0) 3. C( 5,0) 4. D(0,5) 5. E(0, 5) 6. F( 5, 5) C A F E B Objectives Apply transformations

More information

Unit 2: Functions and Graphs

Unit 2: Functions and Graphs AMHS Precalculus - Unit 16 Unit : Functions and Graphs Functions A function is a rule that assigns each element in the domain to exactly one element in the range. The domain is the set of all possible

More information

6B Quiz Review Learning Targets ,

6B Quiz Review Learning Targets , 6B Quiz Review Learning Targets 5.10 6.3, 6.5-6.6 Key Facts Double transformations when more than one transformation is applied to a graph o You can still use our transformation rules to identify which

More information

Chapter P: Preparation for Calculus

Chapter P: Preparation for Calculus 1. Which of the following is the correct graph of y = x x 3? E) Copyright Houghton Mifflin Company. All rights reserved. 1 . Which of the following is the correct graph of y = 3x x? E) Copyright Houghton

More information

Objectives. Vocabulary. 1-1 Exploring Transformations

Objectives. Vocabulary. 1-1 Exploring Transformations Warm Up Plot each point. D Warm Up Lesson Presentation Lesson Quiz 1. A(0,0) 2. B(5,0) 3. C( 5,0) 4. D(0,5) C A B 5. E(0, 5) 6. F( 5, 5) F E Algebra 2 Objectives Apply transformations to points and sets

More information

Transformation of Functions You should know the graph of the following basic functions: f(x) = x 2. f(x) = x 3

Transformation of Functions You should know the graph of the following basic functions: f(x) = x 2. f(x) = x 3 Transformation of Functions You should know the graph of the following basic functions: f(x) = x 2 f(x) = x 3 f(x) = 1 x f(x) = x f(x) = x If we know the graph of a basic function f(x), we can draw the

More information

Graphing Absolute Value Functions

Graphing Absolute Value Functions Graphing Absolute Value Functions To graph an absolute value equation, make an x/y table and plot the points. Graph y = x (Parent graph) x y -2 2-1 1 0 0 1 1 2 2 Do we see a pattern? Desmos activity: 1.

More information

Functions and Graphs. The METRIC Project, Imperial College. Imperial College of Science Technology and Medicine, 1996.

Functions and Graphs. The METRIC Project, Imperial College. Imperial College of Science Technology and Medicine, 1996. Functions and Graphs The METRIC Project, Imperial College. Imperial College of Science Technology and Medicine, 1996. Launch Mathematica. Type

More information

Section 2.2 Graphs of Linear Functions

Section 2.2 Graphs of Linear Functions Section. Graphs of Linear Functions Section. Graphs of Linear Functions When we are working with a new function, it is useful to know as much as we can about the function: its graph, where the function

More information

Graphing Techniques and Transformations. Learning Objectives. Remarks

Graphing Techniques and Transformations. Learning Objectives. Remarks Graphing Techniques and Transformations Learning Objectives 1. Graph functions using vertical and horizontal shifts 2. Graph functions using compressions and stretches. Graph functions using reflections

More information

Transformation a shifting or change in shape of a graph

Transformation a shifting or change in shape of a graph 1.1 Horizontal and Vertical Translations Frieze Patterns Transformation a shifting or change in shape of a graph Mapping the relating of one set of points to another set of points (ie. points on the original

More information

Section 1.5 Transformation of Functions

Section 1.5 Transformation of Functions Section 1.5 Transformation of Functions 61 Section 1.5 Transformation of Functions Often when given a problem, we try to model the scenario using mathematics in the form of words, tables, graphs and equations

More information

4.2 Graphing Inverse Trigonometric Functions

4.2 Graphing Inverse Trigonometric Functions 4.2 Graphing Inverse Trigonometric Functions Learning Objectives Understand the meaning of restricted domain as it applies to the inverses of the six trigonometric functions. Apply the domain, range and

More information

Graphing Techniques. Domain (, ) Range (, ) Squaring Function f(x) = x 2 Domain (, ) Range [, ) f( x) = x 2

Graphing Techniques. Domain (, ) Range (, ) Squaring Function f(x) = x 2 Domain (, ) Range [, ) f( x) = x 2 Graphing Techniques In this chapter, we will take our knowledge of graphs of basic functions and expand our ability to graph polynomial and rational functions using common sense, zeros, y-intercepts, stretching

More information

Section 1.5 Transformation of Functions

Section 1.5 Transformation of Functions 6 Chapter 1 Section 1.5 Transformation of Functions Often when given a problem, we try to model the scenario using mathematics in the form of words, tables, graphs and equations in order to explain or

More information

1-3 Continuity, End Behavior, and Limits

1-3 Continuity, End Behavior, and Limits Determine whether each function is continuous at the given x-value(s). Justify using the continuity test. If discontinuous, identify the type of discontinuity as infinite, jump, or removable. 1. f (x)

More information

February 14, S2.5q Transformations. Vertical Stretching and Shrinking. Examples. Sep 19 3:27 PM. Sep 19 3:27 PM.

February 14, S2.5q Transformations. Vertical Stretching and Shrinking. Examples. Sep 19 3:27 PM. Sep 19 3:27 PM. MAT 171 Precalculus Algebra Dr. Claude Moore Cape Fear Community College CHAPTER 2: More on Functions 2.1 Increasing, Decreasing, and Piecewise Functions; Applications 2.2 The Algebra of Functions 2.3

More information

Section 4.3. Graphing Exponential Functions

Section 4.3. Graphing Exponential Functions Graphing Exponential Functions Graphing Exponential Functions with b > 1 Graph f x = ( ) 2 x Graphing Exponential Functions by hand. List input output pairs (see table) Input increases by 1 and output

More information

Graphs of Functions, Limits, and

Graphs of Functions, Limits, and Chapter Continuity Graphs of Functions, Limits, and ü. Plotting Graphs Students should read Chapter of Rogawski's Calculus [] for a detailed discussion of the material presented in this section. ü.. Basic

More information

Review for test 2. Graphs of functions (vertical shifts, horizontal shifts, compression, stretching): Given the graph of y=f(x), and c >0

Review for test 2. Graphs of functions (vertical shifts, horizontal shifts, compression, stretching): Given the graph of y=f(x), and c >0 Review for test 2 Graphs of functions (vertical shifts, horizontal shifts, compression, stretching): Given the graph of y=f(x), and c >0 a) The graph of y=f(x-c) is obtained by b) The graph of y=f(x+c)

More information

Reminder: y =f(x) mean that a function f uses a variable (an ingredient) x to make the result y.

Reminder: y =f(x) mean that a function f uses a variable (an ingredient) x to make the result y. Functions (.3) Reminder: y =f(x) mean that a function f uses a variable (an ingredient) x to make the result y.. Transformation of functions 3 We know many elementary functions like f ( x) = x + x + 3x+,

More information

Section 7.2 Characteristics of Quadratic Functions

Section 7.2 Characteristics of Quadratic Functions Section 7. Characteristics of Quadratic Functions A QUADRATIC FUNCTION is a function of the form " # $ N# 1 & ;# & 0 Characteristics Include:! Three distinct terms each with its own coefficient:! An x

More information

Important!!! First homework is due on Monday, September 26 at 8:00 am.

Important!!! First homework is due on Monday, September 26 at 8:00 am. Important!!! First homework is due on Monday, September 26 at 8:00 am. You can solve and submit the homework on line using webwork: http://webwork.dartmouth.edu/webwork2/m3cod/. If you do not have a user

More information

1 Basic Plotting. Radii Speeds Offsets 1, 1, 1 2, 5, 19 0, 0, 0 1, 0.8, 0.4, 0.2, 0.4, 0.2 1, 10, 17, 26, 28, 37 0, Π, Π, 0, 0, Π

1 Basic Plotting. Radii Speeds Offsets 1, 1, 1 2, 5, 19 0, 0, 0 1, 0.8, 0.4, 0.2, 0.4, 0.2 1, 10, 17, 26, 28, 37 0, Π, Π, 0, 0, Π 1 Basic Plotting Placing wheels on wheels on wheels and giving them different rates of spin leads to some interesting parametric plots. The images show four examples. They arise from the values below,

More information

Graphs of Increasing Exponential Functions

Graphs of Increasing Exponential Functions Section 5 2A: Graphs of Increasing Exponential Functions We want to determine what the graph of an exponential function y = a x looks like for all values of a > We will select a value of a > and examine

More information

Graphs of Increasing Exponential Functions

Graphs of Increasing Exponential Functions Section 5 2A: Graphs of Increasing Exponential Functions We want to determine what the graph of an exponential function y = a x looks like for all values of a > We will select a value of a > and examine

More information

WHAT YOU SHOULD LEARN

WHAT YOU SHOULD LEARN GRAPHS OF EQUATIONS WHAT YOU SHOULD LEARN Sketch graphs of equations. Find x- and y-intercepts of graphs of equations. Use symmetry to sketch graphs of equations. Find equations of and sketch graphs of

More information

Final Exam Review Algebra Semester 1

Final Exam Review Algebra Semester 1 Final Exam Review Algebra 015-016 Semester 1 Name: Module 1 Find the inverse of each function. 1. f x 10 4x. g x 15x 10 Use compositions to check if the two functions are inverses. 3. s x 7 x and t(x)

More information

Graphs and transformations, Mixed Exercise 4

Graphs and transformations, Mixed Exercise 4 Graphs and transformations, Mixed Exercise 4 a y = x (x ) 0 = x (x ) So x = 0 or x = The curve crosses the x-axis at (, 0) and touches it at (0, 0). y = x x = x( x) As a = is negative, the graph has a

More information

Making Holes and Windows in Surfaces

Making Holes and Windows in Surfaces The Mathematica Journal Making Holes and Windows in Surfaces Alan Horwitz In this article, we demonstrate makehole, a program which removes points from any Graphics or Graphics3D picture whose coordinates

More information

Sect Graphing Techniques: Transformations

Sect Graphing Techniques: Transformations Sect. - Graphing Techniques: Transformations Recall the general shapes of each of the following basic functions and their properties: Identity Function Square Function f(x) = x f(x) = x - - - - - - - -

More information

transformation: alters the equation and any combination of the location, shape, and orientation of the graph

transformation: alters the equation and any combination of the location, shape, and orientation of the graph Chapter 1: Function Transformations Section 1.1: Horizontal and Vertical Translations transformation: alters the equation and any combination of the location, shape, and orientation of the graph mapping:

More information

Radical Functions. Attendance Problems. Identify the domain and range of each function.

Radical Functions. Attendance Problems. Identify the domain and range of each function. Page 1 of 12 Radical Functions Attendance Problems. Identify the domain and range of each function. 1. f ( x) = x 2 + 2 2. f ( x) = 3x 3 Use the description to write the quadratic function g based on the

More information

Sections Transformations

Sections Transformations MCR3U Sections 1.6 1.8 Transformations Transformations: A change made to a figure or a relation such that it is shifted or changed in shape. Translations, reflections and stretches/compressions are types

More information

Math 2 Final Exam Study Guide. Translate down 2 units (x, y-2)

Math 2 Final Exam Study Guide. Translate down 2 units (x, y-2) Math 2 Final Exam Study Guide Name: Unit 2 Transformations Translation translate Slide Moving your original point to the left (-) or right (+) changes the. Moving your original point up (+) or down (-)

More information

MAC Learning Objectives. Transformation of Graphs. Module 5 Transformation of Graphs. - A Library of Functions - Transformation of Graphs

MAC Learning Objectives. Transformation of Graphs. Module 5 Transformation of Graphs. - A Library of Functions - Transformation of Graphs MAC 1105 Module 5 Transformation of Graphs Learning Objectives Upon completing this module, you should be able to: 1. Recognize the characteristics common to families of functions. 2. Evaluate and graph

More information

MAC Module 5 Transformation of Graphs. Rev.S08

MAC Module 5 Transformation of Graphs. Rev.S08 MAC 1105 Module 5 Transformation of Graphs Learning Objectives Upon completing this module, you should be able to: 1. Recognize the characteristics common to families of functions. 2. Evaluate and graph

More information

Polynomial Functions Graphing Investigation Unit 3 Part B Day 1. Graph 1: y = (x 1) Graph 2: y = (x 1)(x + 2) Graph 3: y =(x 1)(x + 2)(x 3)

Polynomial Functions Graphing Investigation Unit 3 Part B Day 1. Graph 1: y = (x 1) Graph 2: y = (x 1)(x + 2) Graph 3: y =(x 1)(x + 2)(x 3) Part I: Polynomial Functions when a = 1 Directions: Polynomial Functions Graphing Investigation Unit 3 Part B Day 1 1. For each set of factors, graph the zeros first, then use your calculator to determine

More information

September 18, B Math Test Chapter 1 Name: x can be expressed as: {y y 0, y R}.

September 18, B Math Test Chapter 1 Name: x can be expressed as: {y y 0, y R}. September 8, 208 62B Math Test Chapter Name: Part : Objective Questions [ mark each, total 2 marks]. State whether each of the following statements is TRUE or FALSE a) The mapping rule (x, y) (-x, y) represents

More information

WARM UP DESCRIBE THE TRANSFORMATION FROM F(X) TO G(X)

WARM UP DESCRIBE THE TRANSFORMATION FROM F(X) TO G(X) WARM UP DESCRIBE THE TRANSFORMATION FROM F(X) TO G(X) 2 5 5 2 2 2 2 WHAT YOU WILL LEARN HOW TO GRAPH THE PARENT FUNCTIONS OF VARIOUS FUNCTIONS. HOW TO IDENTIFY THE KEY FEATURES OF FUNCTIONS. HOW TO TRANSFORM

More information

Representations of Curves and Surfaces, and of their Tangent Lines, and Tangent Planes in R 2 and R 3 Robert L.Foote, Fall 2007

Representations of Curves and Surfaces, and of their Tangent Lines, and Tangent Planes in R 2 and R 3 Robert L.Foote, Fall 2007 CurvesAndSurfaces.nb Representations of Curves and Surfaces, and of their Tangent Lines, and Tangent Planes in R and R 3 Robert L.Foote, Fall 007 Curves and Surfaces Graphs ü The graph of f : Æ is a curve

More information

2/22/ Transformations but first 1.3 Recap. Section Objectives: Students will know how to analyze graphs of functions.

2/22/ Transformations but first 1.3 Recap. Section Objectives: Students will know how to analyze graphs of functions. 1 2 3 4 1.4 Transformations but first 1.3 Recap Section Objectives: Students will know how to analyze graphs of functions. 5 Recap of Important information 1.2 Functions and their Graphs Vertical line

More information

Unit 2: Function Transformation Chapter 1. Basic Transformations Reflections Inverses

Unit 2: Function Transformation Chapter 1. Basic Transformations Reflections Inverses Unit 2: Function Transformation Chapter 1 Basic Transformations Reflections Inverses Section 1.1: Horizontal and Vertical Transformations A transformation of a function alters the equation and any combination

More information

Honors Algebra 2 Function Transformations Discovery

Honors Algebra 2 Function Transformations Discovery Honors Algebra Function Transformations Discovery Name: Date: Parent Polynomial Graphs Using an input-output table, make a rough sketch and compare the graphs of the following functions. f x x. f x x.

More information

Transformations with Quadratic Functions KEY

Transformations with Quadratic Functions KEY Algebra Unit: 05 Lesson: 0 TRY THIS! Use a calculator to generate a table of values for the function y = ( x 3) + 4 y = ( x 3) x + y 4 Next, simplify the function by squaring, distributing, and collecting

More information

Math Analysis Chapter 1 Notes: Functions and Graphs

Math Analysis Chapter 1 Notes: Functions and Graphs Math Analysis Chapter 1 Notes: Functions and Graphs Day 6: Section 1-1 Graphs; Section 1- Basics of Functions and Their Graphs Points and Ordered Pairs The Rectangular Coordinate System (aka: The Cartesian

More information

Graphs of Exponential

Graphs of Exponential Graphs of Exponential Functions By: OpenStaxCollege As we discussed in the previous section, exponential functions are used for many realworld applications such as finance, forensics, computer science,

More information

Example 1: Give the coordinates of the points on the graph.

Example 1: Give the coordinates of the points on the graph. Ordered Pairs Often, to get an idea of the behavior of an equation, we will make a picture that represents the solutions to the equation. A graph gives us that picture. The rectangular coordinate plane,

More information

4. Mathematica. 4.1 Introduction. 4.2 Starting Mathematica Starting Mathematica from an X-terminal (Maths)

4. Mathematica. 4.1 Introduction. 4.2 Starting Mathematica Starting Mathematica from an X-terminal (Maths) 4. Mathematica 4.1 Introduction Mathematica is a general purpose computer algebra system. That means it can do algebraic manipulations (including calculus and matrix manipulation) and it can also be used

More information

Quadratic Functions. *These are all examples of polynomial functions.

Quadratic Functions. *These are all examples of polynomial functions. Look at: f(x) = 4x-7 f(x) = 3 f(x) = x 2 + 4 Quadratic Functions *These are all examples of polynomial functions. Definition: Let n be a nonnegative integer and let a n, a n 1,..., a 2, a 1, a 0 be real

More information

The notebook interface is the usual one and is quite sophisticated. (It was used to create these notes, for instance.)

The notebook interface is the usual one and is quite sophisticated. (It was used to create these notes, for instance.) 4. Mathematica 4. Introduction Mathematica is a general purpose computer algebra system. That means it can do algebraic manipulations (including calculus and matrix manipulation) and it can also be used

More information

Quadratic Functions CHAPTER. 1.1 Lots and Projectiles Introduction to Quadratic Functions p. 31

Quadratic Functions CHAPTER. 1.1 Lots and Projectiles Introduction to Quadratic Functions p. 31 CHAPTER Quadratic Functions Arches are used to support the weight of walls and ceilings in buildings. Arches were first used in architecture by the Mesopotamians over 4000 years ago. Later, the Romans

More information

1 Vertical and Horizontal

1 Vertical and Horizontal www.ck12.org Chapter 1. Vertical and Horizontal Transformations CHAPTER 1 Vertical and Horizontal Transformations Here you will learn about graphing more complex types of functions easily by applying horizontal

More information

We want to determine what the graph of an exponential function y = a x looks like for all values of a such that 0 < a < 1

We want to determine what the graph of an exponential function y = a x looks like for all values of a such that 0 < a < 1 Section 5 2B: Graphs of Decreasing Eponential Functions We want to determine what the graph of an eponential function y = a looks like for all values of a such that 0 < a < We will select a value of a

More information

MATHEMATICA LAB SKILLS ACTIVITY 2: ANALYZING DATA IN MATHEMATICA

MATHEMATICA LAB SKILLS ACTIVITY 2: ANALYZING DATA IN MATHEMATICA MATHEMATICA LAB SKILLS ACTIVITY 2: ANALYZING DATA IN MATHEMATICA LEARNING GOALS You will be 1. able to define and use functions in Mathematica. 2. able to scale and shift lists (arrays) of data. 3. able

More information

Assignments for Algebra 1 Unit 9 Quadratics, Part 1

Assignments for Algebra 1 Unit 9 Quadratics, Part 1 Name: Assignments for Algebra 1 Unit 9 Quadratics, Part 1 Day 1, Quadratic Transformations: p.1-2 Day 2, Vertex Form of Quadratics: p. 3 Day 3, Solving Quadratics: p. 4-5 Day 4, No Homework (be sure you

More information

Examples of Fourier series

Examples of Fourier series Examples of Fourier series Preliminaries In[]:= Below is the definition of a periodic extension of a function defined on L, L. This definition takes a function as a variable. The function has to be inputted

More information

Mathematics Computer Laboratory - Math Version 11 Lab 7 - Graphics c

Mathematics Computer Laboratory - Math Version 11 Lab 7 - Graphics c Mathematics Computer Laboratory - Math 1200 - Version 11 Lab 7 - Graphics c Due You should only turn in exercises in this lab with its title and your name in Title and Subtitle font, respectively. Edit

More information

A Mathematica Tutorial

A Mathematica Tutorial A Mathematica Tutorial -3-8 This is a brief introduction to Mathematica, the symbolic mathematics program. This tutorial is generic, in the sense that you can use it no matter what kind of computer you

More information

Assignment Assignment for Lesson 9.1

Assignment Assignment for Lesson 9.1 Assignment Assignment for Lesson.1 Name Date Shifting Away Vertical and Horizontal Translations 1. Graph each cubic function on the grid. a. y x 3 b. y x 3 3 c. y x 3 3 2. Graph each square root function

More information

Batman. Part 1 and 2. Sam wants to recreate the Batman symbol using graphs. Describe fully the brown, orange and blue graphs.

Batman. Part 1 and 2. Sam wants to recreate the Batman symbol using graphs. Describe fully the brown, orange and blue graphs. Batman Part 1 and 2 Sam wants to recreate the Batman symbol using graphs. Describe fully the brown, orange and blue graphs. Sketch and describe the following graphs teal: y = sinx 14 starting at x = -15

More information

CurvesGraphics. A free package for Advanced Calculus illustrations. Gianluca Gorni. Arrows on 2D curves. Motivation

CurvesGraphics. A free package for Advanced Calculus illustrations. Gianluca Gorni. Arrows on 2D curves. Motivation CurvesGraphics A free package for Advanced Calculus illustrations. Gianluca Gorni Motivation As a teacher of Calculus and Mathematical Analysis at college and university level, I feel that Mathematica

More information

MAT 115: Precalculus Mathematics Constructing Graphs of Trigonometric Functions Involving Transformations by Hand. Overview

MAT 115: Precalculus Mathematics Constructing Graphs of Trigonometric Functions Involving Transformations by Hand. Overview MAT 115: Precalculus Mathematics Constructing Graphs of Trigonometric Functions Involving Transformations by Hand Overview Below are the guidelines for constructing a graph of a trigonometric function

More information

Obtaining Information from a Function s Graph.

Obtaining Information from a Function s Graph. Obtaining Information from a Function s Graph Summary about using closed dots, open dots, and arrows on the graphs 1 A closed dot indicate that the graph does not extend beyond this point and the point

More information

9.1: GRAPHING QUADRATICS ALGEBRA 1

9.1: GRAPHING QUADRATICS ALGEBRA 1 9.1: GRAPHING QUADRATICS ALGEBRA 1 OBJECTIVES I will be able to graph quadratics: Given in Standard Form Given in Vertex Form Given in Intercept Form What does the graph of a quadratic look like? https://www.desmos.com/calculator

More information

I. Function Characteristics

I. Function Characteristics I. Function Characteristics Interval of possible x values for a given function. (Left,Right) Interval of possible y values for a given function. (down, up) What is happening at the far ends of the graph?

More information

Mid Term Pre Calc Review

Mid Term Pre Calc Review Mid Term 2015-13 Pre Calc Review I. Quadratic Functions a. Solve by quadratic formula, completing the square, or factoring b. Find the vertex c. Find the axis of symmetry d. Graph the quadratic function

More information

Section 7.6 Graphs of the Sine and Cosine Functions

Section 7.6 Graphs of the Sine and Cosine Functions Section 7.6 Graphs of the Sine and Cosine Functions We are going to learn how to graph the sine and cosine functions on the xy-plane. Just like with any other function, it is easy to do by plotting points.

More information

Quickstart: Mathematica for Calculus I (Version 9.0) C. G. Melles Mathematics Department United States Naval Academy September 2, 2013

Quickstart: Mathematica for Calculus I (Version 9.0) C. G. Melles Mathematics Department United States Naval Academy September 2, 2013 Quickstart: Mathematica for Calculus I (Version 9.0) C. G. Melles Mathematics Department United States Naval Academy September, 0 Contents. Getting Started. Basic plotting. Solving equations, approximating

More information

Math 21a Homework 22 Solutions Spring, 2014

Math 21a Homework 22 Solutions Spring, 2014 Math 1a Homework Solutions Spring, 014 1. Based on Stewart 11.8 #6 ) Consider the function fx, y) = e xy, and the constraint x 3 + y 3 = 16. a) Use Lagrange multipliers to find the coordinates x, y) of

More information

Graphs and transformations 4G

Graphs and transformations 4G Graphs and transformations 4G a f(x + ) is a translation by one unit to the left. d A (0, ), B ( ),0, C (, 4), D (, 0) A (, ), B (0, 0), C (, 4), D (5, 0) e f(x) is a stretch with scale factor b f(x) 4

More information

Plot f, x, x min, x max generates a plot of f as a function of x from x min to x max. Plot f 1, f 2,, x, x min, x max plots several functions f i.

Plot f, x, x min, x max generates a plot of f as a function of x from x min to x max. Plot f 1, f 2,, x, x min, x max plots several functions f i. HdPlot.nb In[]:=? Plot Plot f, x, x min, x max generates a plot of f as a function of x from x min to x max. Plot f, f,, x, x min, x max plots several functions f i. In[]:= Plot Sin 7 x Exp x ^, x,, 4.5

More information

A I only B II only C II and IV D I and III B. 5 C. -8

A I only B II only C II and IV D I and III B. 5 C. -8 1. (7A) Points (3, 2) and (7, 2) are on the graphs of both quadratic functions f and g. The graph of f opens downward, and the graph of g opens upward. Which of these statements are true? I. The graphs

More information

Math Analysis Chapter 1 Notes: Functions and Graphs

Math Analysis Chapter 1 Notes: Functions and Graphs Math Analysis Chapter 1 Notes: Functions and Graphs Day 6: Section 1-1 Graphs Points and Ordered Pairs The Rectangular Coordinate System (aka: The Cartesian coordinate system) Practice: Label each on the

More information

Algebra II Chapter 3 Test Review Standards/Goals: F.IF.1:

Algebra II Chapter 3 Test Review Standards/Goals: F.IF.1: 1 Algebra II Chapter 3 Test Review Standards/Goals: F.IF.1: o o I can understand what a relation and a function is. I can understand that a function assigns to each element of a domain, EXACTLY one element

More information

Chapter 3 Transformations of Graphs and Data

Chapter 3 Transformations of Graphs and Data Chapter 3 Transformations of Graphs and Data 3.1 Graphs of Parent Functions Parent Function the simplest equation of a particular type of function o Ex: Quadratic Function: y = x 2 There are EIGHT important

More information

In this section we continue our study of functions. We have already been introduced to

In this section we continue our study of functions. We have already been introduced to DETAILED SOLUTIONS AND CONCEPTS - GRAPHS OF COMMON FUNCTIONS Prepared by Ingrid Stewart, Ph.D., College of Southern Nevada Please Send Questions and Comments to ingrid.stewart@csn.edu. Thank you! PLEASE

More information