Graphing Utility Programs

Size: px
Start display at page:

Download "Graphing Utility Programs"

Transcription

1 Appendix H Graphing Utility Programs H1 Appendix H Graphing Utility Programs Parabola (Reflections and Shifts Program) Reflections and Shifts Program (Section 2.6) This program will graph the function y R x H 2 V, where R ±1, H is an integer between 6 and 6, and V is an integer between 3 and 3. This program gives you practice working with reflections, horizontal shifts, and vertical shifts. TI-80 PROGRAM:PARABOL :-6+INT (12RAND) H :-3+INT (6RAND) V :RAND R :IF R <.5 :THEN :-1 R :ELSE :1 R :END : R(X+H) 2+V Y1 :-9 XMIN :9 XMAX :1 XSCL :-6 YMIN :6 YMAX :1 YSCL :DISPGRAPH :PAUSE :DISP Y=R(X+H) 2+V 2 :DISP R=,R :DISP H=,H :DISP V=,V :PAUSE Press ENTER after viewing the graph to display the values TI-81 Prgm4:PARABOLA :Rand H :-6+Int (12H) H :Rand V :-3+Int (6V) V :Rand R :If R <.5 :-1 R :If R >.49 :1 R : R(X+H) 2+V Y1 :-9 Xmin :9 Xmax :1 Xscl :-6 Ymin :6 Ymax :1 Yscl :DispGraph :Disp Y=R(X+H) 2+V :Disp R= :Disp R :Disp H= :Disp H :Disp V= :Disp V Press ENTER after viewing the graph to display the values TI-82 TI-83 TI-83 Plus PROGRAM:PARABOLA :-6+int (12rand) H :-3+int (6rand) V :rand R :If R <.5 :Then :-1 R :Else :1 R : R(X+H) 2+V Y1 :-9 Xmin :9 Xmax :1 Xscl :-6 Ymin :6 Ymax :1 Yscl :DispGraph :Disp Y=R(X+H) 2+V :Disp R=,R :Disp H=,H

2 H2 Appendix H Graphing Utility Programs :Disp V=,V Press ENTER after viewing the graph to display the values TI-85 TI-86 :rand H :-6+int (12H) H :rand V :-3+int (6V) V :rand R :If R <.5 :-1 R :If R >.49 :1 R :y1=r(x+h) 2+V :-9 xmin :9 xmax :1 xscl :-6 ymin :6 ymax :1 yscl :DispG :Disp Y=R(X+H) 2+V :Disp R=,R :Disp H=,H :Disp V=,V Press ENTER after viewing the graph to display the values TI-92 :parabola( ) :Prgm :ClrIO :setmode( Split Screen, Left-Right ) :setmode( Split 1 App, Home ) :setmode( Split 2 App, Graph ) :-6+int (12rand( )) h :-3+int (6rand( )) v :rand( ) r :If r <.5 Then : -1 r : Else : 1 r If :r*(x+h)^2+v y1(x) :-9 xmin :9 xmax :1 xscl :-6 ymin :6 ymax :1 yscl :DispG :Disp y1(x)=r(x+h)^2+v :Output 20,1, r= :Output 20,11,r :Output 40,1, h= :Output 40,11,h :Output 60,1, v= :Output 60,11,v :setmode( Split Screen, Full ) Prgm Casio fx-7700g PARABOLA -6+INT (12Ran#) H -3+INT (6Ran#) V -1 R:Ran#<0.5 1 R Range -9,9,1,-6,6,1 Graph Y=R(X+H)2+V Y=R(X+H)2+V R= :R H= :H V= :V Press EXE after viewing the graph to display the values Casio fx-7700ge Casio fx-9700ge Casio CFX-9800G PARABOLA -6+Int (12Ran#) H -3+Int (6Ran#) V Ran# R R<.5-1 R R.5 1 R Range -9,9,1,-6,6,1 Graph Y=R(X+H)2+V Y=R(X+H)2+V R= :R H= :H V= :V Press EXE after viewing the graph to display the values

3 Appendix H Graphing Utility Programs H3 Casio CFX-9850G Use the previous program and replace the line Range -9,9,1,-6,6,1 with View Window -9,9,1,-6,6,1,. Press EXE after viewing the graph to display the values Sharp EL-9200C Sharp EL-9300C parabola REAL h=int (random*12) -6 v=int (random*6) -3 s=(random*2) -1 r=s/abs s Range -9,9,1,-6,6,1 Graph r(x+h) 2+v Wait Print y=r(x+h) 2+v Print r Print h Print v End Press ENTER after viewing the graph to display the values 8. Press OK to return to the graph. 9. Repeat steps 6, 7, and 8 for a new parabola. PARABOLA PROGRAM -6+INT(12RANDOM) H: -3+INT(6RANDOM) V: RANDOM R: IF R>.5 THEN -1 R: ELSE 1 R: END: R*(X+H) 2+V F1(X): CHECK 1: PARANS PROGRAM ERASE: DISP 2; Y=R(X+H) 2+V : DISP 3; R= R: DISP 4; H= H: DISP 5; V= V: FREEZE: PARABOLA.SV PROGRAM SETVIEWS RUN PARABOLA ;PARABOLA;1; ANSWER ;PARANS;1; ;PARABOLA.SV;0: HP 38G This program will sketch a graph of the function y R x H 2 V, where R ±1, H is an integer between 6 and 6, and V is an integer between 3 and 3. This program gives you practice working with reflections, horizontal shifts, and vertical shifts. 1. Press LIB. Highlight the Function aplet. Press SAVE. Enter the name PARABOLA for the new aplet and press OK. 2. Press [SETUP-PLOT] and set XRNG: from 12 to 12, YRNG: from 6 to 6, and XTICK: and YTICK: to Enter the 3 programs PARABOLA, PARANS, PARABOLA.SV. 4. Run the program PARABOLA.SV. 5. Enter the PARABOLA aplet. 6. Press [VIEWS]. Highlight RUN PARABOLA and press OK. 7. After viewing the graph press [VIEWS]. Highlight ANSWER and press OK to see the values of the integers.

4 H4 Appendix H Graphing Utility Programs Two-Point Form of a Line (Section 3.1) This program, will display the slope and y-intercept of the line that passes through two points, x 1, y 1 and x 2, y 2, entered by the user. TI-80 PROGRAM:TWOPTFM :DISP ENTER X1, Y1 :INPUT X :INPUT Y :DISP ENTER X2, Y2 :INPUT C :INPUT D : D Y C X M : M -X Y B :DISP SLOPE = :DISP M :DISP Y-INT = :DISP B TI-81 TI-82 TI-83 TI-83 Plus PROGRAM:TWOPTFM :Disp ENTER X1, Y1 :Input X :Input Y :Disp ENTER X2, Y2 :Input C :Input D : D Y C X M :M* -X Y B :Disp SLOPE = :Disp M :Disp Y-INT = :Disp B TI-85 TI-86 PROGRAM:TWOPTFM :Disp Enter X1, Y1 :Input X :Input Y :Disp Enter X2, Y2 :Input C :Input D : D Y C X M :M* -X Y B :Disp Slope = :Disp M :Disp Y-int = :Disp B TI-92 :twoptfm ( ) :Prgm :Disp ENTER X1, Y1 :Input x :Input y :Disp ENTER X2, Y2 :Input c :Input d : d y c x m :m*-x y b :Disp SLOPE = :Disp m :Disp Y-INT = :Disp b Prgm Casio fx-7700g TWOPTFORM ENTER X1, Y1? X:? Y ENTER X2, Y2? C:? D D Y C X M M -X Y B SLOPE = :M Y-INT = :B Casio fx-7700ge Casio fx-9700ge Casio CFX-9800G TWOPTFORM ENTER X1, Y1? X:? Y ENTER X2, Y2? C:? D D Y C X M M -X Y B SLOPE = :M Y-INT = :B Casio CFX-9850G ======TWOPTFM====== ENTER X1, Y1? X:? Y ENTER X2, Y2? C:? D D Y C X M M -X Y B SLOPE = :M Y-INT = :B

5 Appendix H Graphing Utility Programs H5 SHARP EL-9200C SHARP EL-9300C twoptform Print enter x1, y1 Input x c=x Input y d=y Print enter x2, y2 Input x Input y m= d y c x b= m* -x y Print slope Print m Print y-int Print b HP 38G TWOPTFM PROGRAM INPUT X: ENTER X1, Y1 ; ENTER X1 ;;1: INPUT Y: ENTER X1, Y1 ; ENTER Y1 ;;1: INPUT C: ENTER X2, Y2 ; ENTER X2 ;;1: INPUT D: ENTER X2, Y2 ; ENTER Y2 ;;1: D Y C X M M*-X Y B DISP 1; SLOPE = M: DISP 3; Y-INT = B; FREEZE: Simple Interest Program (Section 3.3) This program can be used to find the amount of simple interest earned on a given principal at a given annual interest rate for a certain amount of time. TI-80 PROGRAM:SIMPINT :FIX 2 :DISP PRINCIPAL :INPUT P :DISP INTEREST RATE :DISP IN DECIMAL FORM :INPUT R :DISP NUMBER OF YEARS :INPUT T :PRT I :DISP THE INTEREST IS :DISP I :FLOAT TI-81 TI-82 TI-83 TI-83 Plus PROGRAM:SIMPINT :Fix 2 :Disp PRINCIPAL :Input P :Disp INTEREST RATE :Disp IN DECIMAL FORM :Input R :Disp NUMBER OF YEARS :Input T :PRT I :Disp THE INTEREST IS :Disp I :Float TI-85 TI-86 PROGRAM:SIMPINT :Fix 2 :Disp Principal :Input P :Disp Interest rate :Disp in decimal form :Input R :Disp Number of years :Input T : P*R*T I :Disp The interest is :Disp I :Float

6 H6 Appendix H Graphing Utility Programs TI-92 :simpint ( ) :Prgm :setmode( Display Digits, Fix 2 ) :Input Principal, p :Input Interest rate in decimal form, r :Input Number of years, t :p*r*t i :Disp The interest is, i :setmode( Display Digits, Float ) Prgm Casio fx-7700g SIMPINT Fix 2 PRINCIPAL? P INTEREST RATE IN DECIMAL FORM? R NUMBER OF YEARS? T PRT I THE INTEREST IS :I Norm Casio fx-7700ge Casio fx-9700ge Casio CFX-9800G Casio CFX-9850G SIMPINT Fix 2 PRINCIPAL? P INTEREST RATE IN DECIMAL FORM? R NUMBER OF YEARS? T PRT I THE INTEREST IS :I Norm Sharp EL-9200C Sharp EL-9300C simpint REAL Input principal Print Interest rate Print in decimal form Input rate Print Number of years Input time interest= principal*rate*time Print interest HP 38G SIMPINT PROGRAM INPUT P; SIMPINT ;; ENTER PRINCIPAL ;1: INPUT R; SIMPINT ;; INTEREST RATE IN DECIMAL FORM ;1: INPUT T; SIMPINT ;; ENTER NUMBER OF YEARS ;1: P*R*T I: DISP 3; INTEREST IS I: FREEZE:

7 Appendix H Graphing Utility Programs H7 Quadratic Formula Program (Section 6.3) This program will display the solutions to quadratic equations or the words No Real Solution. To use the program, write the quadratic equation in standard form and enter the values of a, b, and c. TI-80 PROGRAM:QUADRAT :Disp AX 2 BX C=0 :Input ENTER A,A :Input ENTER B, B :Input ENTER C, C :B 2 4AC D :If D 0 :Then : -B D 2A M :Disp M : -B D 2A N :Disp N :Else :Disp NO REAL SOLUTION TI-81 TI-82 TI-83 TI-83 Plus PROGRAM:QUADRAT :Disp AX 2 BX C=0 :Prompt A :Prompt B :Prompt C :B 2 4AC D :If D 0 :Then : -B D 2A M :Disp M : -B D 2A N :Disp N :Else :Disp NO REAL SOLUTION TI-92 :quadrat( ) :Prgm :setmode( Complex Format, RECTANGULAR ) :Disp AX 2 BX C=0 :Input Enter A.,a :Input Enter B.,b :Input Enter C.,c :b 2 4*a*c d : -b d 2*a m : -b d 2*a n :Disp m :Disp n :setmode( Complex Format, REAL ) Prgm This program gives both real and complex answers. Prgm4: QUADRAT :Disp ENTER A :Input A :Disp ENTER B :Input B :Disp ENTER C :Input C :B 2 4AC D :If D<0 :Goto 1 : -B D 2A M :Disp M : -B D 2A N :Disp N :Lbl 1 :Disp NO REAL :Disp SOLUTION TI-85 TI-86 PROGRAM:QUADRAT :Disp AX 2 BX C=0 :Input ENTER A,A :Input ENTER B, B :Input ENTER C, C :B 2 4*A*C D : -B D 2A M :Disp M : -B D 2A N :Disp N This program gives both real and complex answers. Solutions to quadratic equations are also available directly by using the POLY function. Casio fx-7700g QUADRATIC AX 2 BX C=0 A=? A B=? B C=? C B 2 4AC D D<0 Goto 1 X= : -B D 2A OR X= : -B D 2A Goto 2 Lbl 1 NO REAL SOLUTION Lbl 2

8 H8 Appendix H Graphing Utility Programs Casio fx-7700ge QUADRATIC AX 2 BX C=0 A=? A B=? B C=? C B 2 4AC D D<0 Goto 1 -B D 2A -B D 2A Goto 2 Lbl 1 NO REAL SOLUTION Lbl 2 Solutions to quadratic equations are also available directly from the Casio calculator s EQUATION MODE. Casio fx-9700ge Casio CFX-9800G QUADRATIC AX 2 BX C=0 A=? A B=? B C=? C B 2 4AC D -B D 2A -B D 2A Both real and complex answers are given. Solutions to quadratic equations are also available directly from the Casio calculator s EQUATION MODE. Casio CFX-9850G ======QUADRAT====== AX 2 BX C=0 A=? A B=? B C=? C B 2 4AC D -B D 2A -B D 2A Both real and complex answers are given. Solutions to quadratic equations are also available directly from the Casio calculator s EQUATION MODE. Sharp EL-9200C Sharp EL-9300C quadratic COMPLEX Print ax 2 bx c=0 Input a Input b Input c d= b 2 4a*c x1= -b d 2a x2= -b d 2a Print x1 Print x2 End This program gives both real and complex answers. HP 38G QUADRAT PROGRAM INPUT A; AX 2 BX C=0 ; ENTER A ; ;1: INPUT B; AX 2 BX C=0 ; ENTER B ; ;1: INPUT C; AX 2 BX C=0 ; ENTER C ; ;1: B 2 4AC D: -B D 2A Z1: -B D 2A Z2: DISP 3;Z1: DISP 5;Z2: FREEZE This program displays the answer in complex form x, y, where x is the real part and y is the imaginary part.

9 Random Number Generator (Appendix D.1) This program will display ten randomly generated numbers. Repeatedly press ENTER or EXE until all ten integers are displayed. Appendix H Graphing Utility Programs H9 TI-80 PROGRAM:RANDOM :FOR(I, 1, 10) :INT(10RAND) A :DISP A :PAUSE :END TI-81 :Prgm2:RANDOM :1 I :Lbl 1 :Int(10Rand) A :Disp A :IS>(I,10) :Goto 1 :Disp DONE TI-82 TI-83 TI-83 Plus PROGRAM:RANDOM :For(I,1,10) :int(10rand) A :Disp A TI-85 TI-86 PROGRAM:RANDOM :For(I,1,10) :ipart(10rand) A :Disp A TI-92 :random ( ) :Prgm :For i,1,10 :ipart(10rand ( )) a :Disp a For :Disp DONE Prgm Casio fx-7700g RANDOM 0 C Lbl 1 C 1 C Int(10Ran#) A A C<10 Goto 1 Casio fx-7700ge Casio fx-9700ge Casio CFX-9800G RANDOM 1 I Lbl 1 Int 10Ran# Isz I I 10 Goto 1 DONE Casio CFX-9850G ======RANDOM====== 1 I Lbl 1 Int 10Ran# Isz I I 10 Goto 1 DONE Sharp EL-9200C Sharp EL-9300C random REAL i=0 Label 1 i=i+1 X=int 10random Print X Wait If i<10 Goto 1 End HP 38G RANDOM PROGRAM FOR I=1 TO 10 STEP 1; INT(10RANDOM) A: DISP 3;A: FREEZE: END

10 H10 Appendix H Graphing Utility Programs Birthday Problem Program (Appendix D.2) This program is a simulation of the birthday problem. The program displays the number of selections that were made before two people with the same birthday were found. Note to Casio users: The command Defm allocates additional memory for the storage of the random numbers generated in this program. The number 341 will allow the program to run and store 365 numbers without a memory error. You need to have 2728 bytes of memory available to run this program. If this amount of memory is not available in your graphing calculator, you may lower the number, but be aware you may receive a memory error when running the program. Consult your owner s manual for more information. TI-80 PROGRAM:BIRTHDA :CLRHOME :CLRLIST L1 : 0 C :DISP COMPUTING... :LBL A : 1 C C :IPART(365RAND) D : D L1 C :IF C=1:GOTO A :For(I,1,C 1) :If D=L1(I):GOTO B :END :GOTO A :LBL B :CLRHOME :DISP MATCH: NUMBER OF :DISP SELECTIONS IS :DISP C TI-81 Prgm 3:BIRTHDAY :ClrStat : 0 C :Disp COMPUTING... :Lbl A : 1 C C :IPart (365Rand) D : D x C :If C=1 :Goto A : 1 I :Lbl 1 :If D= x I :Goto B :IS>(I,C 1) :Goto 1 :Goto A :Lbl B :Disp MATCH, NUMBER OF :Disp SELECTIONS IS :Disp C TI-82 PROGRAM:BIRTHDAY :ClrList L1 : 0 C :Output(4,3, COMPUTING... ) :Lbl A : 1 C C :ipart (365rand) D :D L1(C) :If C=1:Goto A :For(I,1,C 1) :If D=L1(I):Goto B :Goto A :Lbl B :Disp MATCH: NUMBER OF :Disp SELECTIONS IS :Disp C

11 Appendix H Graphing Utility Programs H11 TI-83 TI-83 Plus PROGRAM:BIRTHDAY :ClrList L1 : 0 C :Output(4,3, COMPUTING... ) :Lbl A : 1 C C :randint(1,365) D :D L1(C) :If C=1:Goto A :For(I,1,C 1) :If D=L1(I):Goto B :Goto A :Lbl B :Disp MATCH: NUMBER OF :Disp SELECTIONS IS :Disp C TI-85 TI-86 PROGRAM:BIRTHDAY :C1LCD : 0 C :Outpt(4,3, COMPUTING... ) :Lbl A : 1 C C :ipart (365rand) D :D TEMP(C) :If C==1:Goto A :For(I,1,C 1) :If D==TEMP(I):Goto B :Goto A :Lbl B :ClLCD :Disp MATCH: NUMBER OF :Disp SELECTIONS IS :Disp C TI-92 :birthday ( ) :Prgm :ClrIO : 0 c :Output 4,3, COMPUTING... :Lbl a : 1 c c :ipart(365rand ( )) d :d list1[c] :If c=1:goto a :For i,1,c 1 :If d=list1[i]:goto b For :Goto a :Lbl b :ClrIO :Disp MATCH: NUMBER OF SELECTIONS IS :Disp c Prgm Casio fx-7700g BIRTHDAY Defm C COMPUTING... Lbl 1 1 C C Int (365Ran#) D D L[C] C=1 Goto 1 C 1 E Lbl 3 L[E]=D Goto 2 E 1 E E 0 Goto 3 Goto 1 Lbl 2 Defm 0 MATCH: NUMBER OF SELECTIONS IS :C Casio fx-7700ge Casio fx-9700ge Casio CFX-9800G BIRTHDAY Defm A COMPUTING... Lbl 1 Isz A Int (365ran#) B B D[A] A=1 Goto 1 1 C Lbl 2 B=D[C] Goto 3 Isz C C<A Goto 2 Goto 1 Lbl 3 Defm 0 MATCH: NUMBER OF SELECTIONS IS A

12 H12 Appendix H Graphing Utility Programs Casio CFX-9850G ======BIRTHDAY====== ClrText ClrList Seq(-1,A,1,250,1) List 1 Seq(-1,A,1,115,1) List 2 0 C Locate 4,3, COMPUTING... Lbl 1 Isz C Int (365Ran#) D If C 250 Then D List 1[C] Else D List 2[C 250] IfEnd If C=1 Then Goto 1 IfEnd For 1 I To C 1 Step 1 If I 250 Then List 1[I] E Else List 2[I 250] E IfEnd If D=E Then Goto2 IfEnd Next Goto1 Lbl 2 ClrText MATCH: NUMBER OF SELECTIONS IS C Sharp EL-9200C Sharp EL-9300C birthday STAT ClrT Stat X c=0 Print computing... Label a c=c+1 X=int 365random Data X If c=1 Goto a i=1 Label 1 If X=St[1,i] Goto b i=i+1 If i<c Goto 1 Goto a Label b ClrT Print match, number of Print selections is Print c HP 38G BIRTHDAY PROGRAM DISP 1; COMPUTING... : MAKELIST( 1,A,1,365,1) L1: 0 C: RUN GET NUMBER : DO RUN DO LOOP UNTIL D==E END: RUN PRINT ANSWER : FREEZE GET NUMBER PROGRAM 1 C C: INT(365RANDOM) D: D L1(C) DO LOOP PROGRAM RUN GET NUMBER : FOR I=1 TO C 1 STEP 1; IF D==L1(I) THEN L1(I) E END END PRINT ANSWER PROGRAM DISP 1; MATCH: NUMBER OF : DISP 2; SELECTIONS IS : DISP 3;C Enter the four programs (Birthday, Get Number, Do Loop, and Print Answer) into the HP 38G. Then RUN the Birthday program.

TI-80. Two-Point Form of a Line. Simple Interest Program. Graph Reflection Program. Quadratic Formula Program

TI-80. Two-Point Form of a Line. Simple Interest Program. Graph Reflection Program. Quadratic Formula Program TI-80 PROGRAM:SIMPINT :FIX 2 :DISP PRINCIPAL :INPUT P :DISP INTEREST RATE :DISP IN DECIMAL FORM :INPUT R :DISP NUMBER OF YEARS :INPUT T :PRT I :DISP THE INTEREST IS :DISP I :FLOAT write the quadratic equation

More information

A repeated root is a root that occurs more than once in a polynomial function.

A repeated root is a root that occurs more than once in a polynomial function. Unit 2A, Lesson 3.3 Finding Zeros Synthetic division, along with your knowledge of end behavior and turning points, can be used to identify the x-intercepts of a polynomial function. This information allows

More information

At right: Closeups of the graphs of. with WINDOW settings Xmin=-1, Xmax=1, Xscl=0.1, Ymin=-1, Ymax=1, Yscl=0.1

At right: Closeups of the graphs of. with WINDOW settings Xmin=-1, Xmax=1, Xscl=0.1, Ymin=-1, Ymax=1, Yscl=0.1 Know the graphs of f(x) = x n for n = odd, positive: 1, 3, 5, The Domain is All Real Numbers, (, ), or R. The Range is All Real Numbers, (, ), or R. It is an Odd function because f( x) = f(x). It is symmetric

More information

Newton s Law of Cooling and The Calculus Behind It Brenda Batten, T 3 Instructor

Newton s Law of Cooling and The Calculus Behind It Brenda Batten, T 3 Instructor Newton s Law of Cooling and The Calculus Behind It Brenda Batten, T 3 Instructor The rate at which an object s temperature is changing at any given time is proportional to the difference between its temperature

More information

Objectives. Materials

Objectives. Materials . Objectives Activity 6 To investigate the relationship between mass and volume To find the x value of a function, given the y value To find the y value of a function, given the x value To use technology

More information

Regressions of Olympic Proportions

Regressions of Olympic Proportions About the Lesson In this activity, students use the Manual-Fit and Linear Regression commands to find lines of best fit to model data from the Olympic Games. As a result, students will: Develop and evaluate

More information

Lesson 5 Practice Problems

Lesson 5 Practice Problems Name: Date: Lesson 5 Section 5.1: Linear Functions vs. Exponential Functions 1. Complete the table below. Function Linear or Exponential? Linear: Increasing or Decreasing? Exponential: Growth or Decay?

More information

Section 4.4 Z-Scores and the Empirical Rule

Section 4.4 Z-Scores and the Empirical Rule Section 4.4 Z-Scores and the Empirical Rule 1 GPA Example A sample of GPAs of 40 freshman college students appear below (sorted in increasing order) 1.40 1.90 1.90 2.00 2.10 2.10 2.20 2.30 2.30 2.40 2.50

More information

( ) ( ) SECTION 1.1, Page ( x 3) 5 = 4( x 5) = 7. x = = = x x+ 0.12(4000 x) = 432

( ) ( ) SECTION 1.1, Page ( x 3) 5 = 4( x 5) = 7. x = = = x x+ 0.12(4000 x) = 432 CHAPTER Functions and Graphs SECTION., Page. x + x + x x x. x + x x x x x. ( x ) ( x ) x 6 x x x x x + x x 7. x + x + x + 6 8 x 8 6 x x. x x 6 x 6 x x x 8 x x 8 + x..x +..6.x. x 6 ( n + ) ( n ) n + n.

More information

Contents 16. Higher Degree Equations

Contents 16. Higher Degree Equations Contents 16. Higher Degree Equations 2 16.3 Finding Roots of Higher Degree Equations................. 2 Example 16.15............................... 2 Example 16.16............................... 2 Example

More information

3.2 Quadratic Equations by Graphing

3.2 Quadratic Equations by Graphing www.ck12.org Chapter 3. Quadratic Equations and Quadratic Functions 3.2 Quadratic Equations by Graphing Learning Objectives Identify the number of solutions of quadratic equations. Solve quadratic equations

More information

H(t) = 16t Sketch a diagram illustrating the Willis Tower and the path of the baseball as it falls to the ground.

H(t) = 16t Sketch a diagram illustrating the Willis Tower and the path of the baseball as it falls to the ground. Name Period Date Introduction to Quadratic Functions Activity 2 Imagine yourself standing on the roof of the 1450-foot-high Willis Tower (formerly called the Sears Tower) in Chicago. When you release and

More information

Using a graphic display calculator

Using a graphic display calculator 12 Using a graphic display calculator CHAPTER OBJECTIVES: This chapter shows you how to use your graphic display calculator (GDC) to solve the different types of problems that you will meet in your course.

More information

Linear Equations and Inequalities

Linear Equations and Inequalities Unit 2 Linear Equations and Inequalities 9/26/2016 10/21/2016 Name: By the end of this unit, you will be able to Use rate of change to solve problems Find the slope of a line Model real-world data with

More information

Objectives. Materials

Objectives. Materials . Objectives Activity 13 To graphically represent and analyze climate data To use linear regressions to understand the relationship between temperatures as measured in the Fahrenheit and Celsius scale

More information

1 Wyner PreCalculus Fall 2013

1 Wyner PreCalculus Fall 2013 1 Wyner PreCalculus Fall 2013 CHAPTER ONE: FUNCTIONS AND THEIR GRAPHS Summary, Terms, and Objectives Most of calculus and precalculus is based on functions. A function is a process that takes one or more

More information

AP Calculus AB Summer Assignment. Due Date: First day of school.

AP Calculus AB Summer Assignment. Due Date: First day of school. AP Calculus AB Summer Assignment Name: Due Date: First day of school. The purpose of this assignment is to have you practice the mathematical skills necessary to be successful in Calculus AB. All of the

More information

MINI LESSON. Lesson 2a Linear Functions and Applications

MINI LESSON. Lesson 2a Linear Functions and Applications MINI LESSON Lesson 2a Linear Functions and Applications Lesson Objectives: 1. Compute AVERAGE RATE OF CHANGE 2. Explain the meaning of AVERAGE RATE OF CHANGE as it relates to a given situation 3. Interpret

More information

Lesson 9 Exploring Graphs of Quadratic Functions

Lesson 9 Exploring Graphs of Quadratic Functions Exploring Graphs of Quadratic Functions Graph the following system of linear inequalities: { y > 1 2 x 5 3x + 2y 14 a What are three points that are solutions to the system of inequalities? b Is the point

More information

Inferential Statistics and Distributions

Inferential Statistics and Distributions 13 Inferential Statistics and Distributions Contents Getting Started: Mean Height of a Population... 13-2 Inferential Stat Editors... 13-6 STAT TESTS Menu... 13-9 Inferential Statistics Input Descriptions...

More information

Practice Test Questions Multiple Choice Identify the choice that best completes the statement or answers the question.

Practice Test Questions Multiple Choice Identify the choice that best completes the statement or answers the question. Practice Test Questions Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Which set of data is correct for this graph? 5 y 4 3 1 5 4 3 1 1 1 3 4 5 x 3 4

More information

Practice Problems. 1. The age and weights of six cats are given in the following table:

Practice Problems. 1. The age and weights of six cats are given in the following table: 1. The age and weights of six cats are given in the following table: Age (in years) A Weight (in pounds) - W 3 2 5 4 17 15 7 10 12 10 1 1 a. Identify the input and output quantities and their associated

More information

Stoichiometry a Functional Point of View Pedagogy (Math/Science Connection)

Stoichiometry a Functional Point of View Pedagogy (Math/Science Connection) Stoichiometry a Functional Point of View Pedagogy (Math/Science Connection) Stoichiometry problems are often solved by using dimensional analysis. Dimensional analysis is a very useful tool and was probably

More information

Section 1.1: THE DISTANCE AND MIDPOINT FORMULAS; GRAPHING UTILITIES; INTRODUCTION TO GRAPHING EQUATIONS

Section 1.1: THE DISTANCE AND MIDPOINT FORMULAS; GRAPHING UTILITIES; INTRODUCTION TO GRAPHING EQUATIONS PRECALCULUS I: COLLEGE ALGEBRA GUIDED NOTEBOOK FOR USE WITH SULLIVAN AND SULLIVAN PRECALCULUS ENHANCED WITH GRAPHING UTILITIES, BY SHANNON MYERS (FORMERLY GRACEY) Section 1.1: THE DISTANCE AND MIDPOINT

More information

The coordinates of the vertex of the corresponding parabola are p, q. If a > 0, the parabola opens upward. If a < 0, the parabola opens downward.

The coordinates of the vertex of the corresponding parabola are p, q. If a > 0, the parabola opens upward. If a < 0, the parabola opens downward. Mathematics 10 Page 1 of 8 Quadratic Relations in Vertex Form The expression y ax p q defines a quadratic relation in form. The coordinates of the of the corresponding parabola are p, q. If a > 0, the

More information

Solutions to MAT 117 Test #3

Solutions to MAT 117 Test #3 Solutions to MAT 7 Test #3 Because there are two versions of the test, solutions will only be given for Form C. Differences from the Form D version will be given. (The values for Form C appear above those

More information

(a) Write down the value of q and of r. (2) Write down the equation of the axis of symmetry. (1) (c) Find the value of p. (3) (Total 6 marks)

(a) Write down the value of q and of r. (2) Write down the equation of the axis of symmetry. (1) (c) Find the value of p. (3) (Total 6 marks) 1. Let f(x) = p(x q)(x r). Part of the graph of f is shown below. The graph passes through the points ( 2, 0), (0, 4) and (4, 0). (a) Write down the value of q and of r. (b) Write down the equation of

More information

Mathematics HL/SL Graphic display calculators First examinations Diploma Programme. Teacher support material

Mathematics HL/SL Graphic display calculators First examinations Diploma Programme. Teacher support material Mathematics HL/SL Graphic display calculators First examinations 2006 Diploma Programme Teacher support material Diploma Programme Mathematics HL/SL Graphic display calculators Teacher support material

More information

Practice A. Name Date. (8x 2 6) 5 1; 1. (m 2 4) 5 5. (w 2 7) 5 5. (d 2 5) (m 1 6) Total amount in piggy bank.

Practice A. Name Date. (8x 2 6) 5 1; 1. (m 2 4) 5 5. (w 2 7) 5 5. (d 2 5) (m 1 6) Total amount in piggy bank. Practice A For use with pages 48 53 Check whether the given number is a solution of the equation.. 6x 2 5x 5 7; 2 2. 7 2(m 2 4) 5 3; 3. } 2 (8x 2 6) 5 ; State the first step in solving the equation. 4.

More information

Lesson 4 Linear Functions and Applications

Lesson 4 Linear Functions and Applications In this lesson, we take a close look at Linear Functions and how real world situations can be modeled using Linear Functions. We study the relationship between Average Rate of Change and Slope and how

More information

Algebra II Unit #2 4.6 NOTES: Solving Quadratic Equations (More Methods) Block:

Algebra II Unit #2 4.6 NOTES: Solving Quadratic Equations (More Methods) Block: Algebra II Unit # Name: 4.6 NOTES: Solving Quadratic Equations (More Methods) Block: (A) Background Skills - Simplifying Radicals To simplify a radical that is not a perfect square: 50 8 300 7 7 98 (B)

More information

Study Resources For Algebra I. Unit 2A Graphs of Quadratic Functions

Study Resources For Algebra I. Unit 2A Graphs of Quadratic Functions Study Resources For Algebra I Unit 2A Graphs of Quadratic Functions This unit examines the graphical behavior of quadratic functions. Information compiled and written by Ellen Mangels, Cockeysville Middle

More information

Math 12 - for 4 th year math students

Math 12 - for 4 th year math students Math 12 - for 4 th year math students This portion of the entire unit should be completed in 6 days The students will utilize handout notes, measuring tapes, textbooks, and graphing calculators for all

More information

Functions Modeling Change A Preparation for Calculus Third Edition

Functions Modeling Change A Preparation for Calculus Third Edition Powerpoint slides copied from or based upon: Functions Modeling Change A Preparation for Calculus Third Edition Connally, Hughes-Hallett, Gleason, Et Al. Copyright 2007 John Wiley & Sons, Inc. 1 CHAPTER

More information

SECTION 4-3 Approximating Real Zeros of Polynomials Polynomial and Rational Functions

SECTION 4-3 Approximating Real Zeros of Polynomials Polynomial and Rational Functions Polynomial and Rational Functions 79. P() 9 9 8. P() 6 6 8 7 8 8. The solutions to the equation are all the cube roots of. (A) How many cube roots of are there? (B) is obviously a cube root of ; find all

More information

Math 148. Polynomial Graphs

Math 148. Polynomial Graphs Math 148 Lab 1 Polynomial Graphs Due: Monday Wednesday, April April 10 5 Directions: Work out each problem on a separate sheet of paper, and write your answers on the answer sheet provided. Submit the

More information

Content Standard Geometric Series. What number 0, 1, 2, 3, 4, 5, 6, 7, 8, or 9

Content Standard Geometric Series. What number 0, 1, 2, 3, 4, 5, 6, 7, 8, or 9 9-5 Content Standard Geometric Series A.SSE.4 Derive the formula for the sum of a geometric series (when the common ratio is not 1), and use the formula to solve problems. Objective To define geometric

More information

Table of Contents. Unit 6: Modeling Geometry. Answer Key...AK-1. Introduction... v

Table of Contents. Unit 6: Modeling Geometry. Answer Key...AK-1. Introduction... v These materials ma not be reproduced for an purpose. The reproduction of an part for an entire school or school sstem is strictl prohibited. No part of this publication ma be transmitted, stored, or recorded

More information

Unit 2 Linear Equations and Inequalities

Unit 2 Linear Equations and Inequalities Unit 2 Linear Equations and Inequalities Test Date: Name: By the end of this unit, you will be able to Use rate of change to solve problems Find the slope of a line Model real-world data with linear equations

More information

Solving Quadratic Trigonometric Equations

Solving Quadratic Trigonometric Equations Solving Quadratic Trigonometric Equations 6.6 SKILL BUILDER Often in mathematics, it is necessar to combine skills and strategies ou have used before to deal with more complicated problems. A quadratic

More information

PART 1 - CALCULATOR ACTIVE QUESTIONS

PART 1 - CALCULATOR ACTIVE QUESTIONS Name: Date : IM 3 UNIT TEST Linear Functions Teacher: Mr. Santowski and Mr. Smith Score: PART 1 - CALCULATOR ACTIVE QUESTIONS SHOW ALL WORK AND WRITE ALL ANSWERS IN THE SPACES PROVIDED. Maximum marks will

More information

Lecture 7: Sections 2.3 and 2.4 Rational and Exponential Functions. Recall that a power function has the form f(x) = x r where r is a real number.

Lecture 7: Sections 2.3 and 2.4 Rational and Exponential Functions. Recall that a power function has the form f(x) = x r where r is a real number. L7-1 Lecture 7: Sections 2.3 and 2.4 Rational and Exponential Functions Recall that a power function has the form f(x) = x r where r is a real number. f(x) = x 1/2 f(x) = x 1/3 ex. Sketch the graph of

More information

Unit 6 Quadratic Relations of the Form y = ax 2 + bx + c

Unit 6 Quadratic Relations of the Form y = ax 2 + bx + c Unit 6 Quadratic Relations of the Form y = ax 2 + bx + c Lesson Outline BIG PICTURE Students will: manipulate algebraic expressions, as needed to understand quadratic relations; identify characteristics

More information

Chapter 1: January 26 January 30

Chapter 1: January 26 January 30 Chapter : January 26 January 30 Section.7: Inequalities As a diagnostic quiz, I want you to go through the first ten problems of the Chapter Test on page 32. These will test your knowledge of Sections.

More information

Quadratic Equations and Functions

Quadratic Equations and Functions CHAPTER 8 Quadratic Equations and Functions 8. Solving Quadratic Equations by Completing the Square 8. Solving Quadratic Equations by the Quadratic Formula 8.3 Solving Equations by Using Quadratic Methods

More information

1.) Suppose the graph of f(x) looks like this (each tick mark denotes 1 unit). x y

1.) Suppose the graph of f(x) looks like this (each tick mark denotes 1 unit). x y College Algebra Summer 2014 Exam File Exam #1 1.) Suppose the graph of f(x) looks like this (each tick mark denotes 1 unit). Graph g(x) = -0.5 f(x + 1) - 3 2.) Consider the following table of values. x

More information

IM3 Unit 1 TEST - Working with Linear Relations SEP 2015

IM3 Unit 1 TEST - Working with Linear Relations SEP 2015 Name: Date : IM 3 UNIT TEST Linear Functions Teacher: Mr. Santowski and Ms. Aschenbrenner Score: PART 1 - CALCULATOR ACTIVE QUESTIONS Maximum marks will be given for correct answers. Where an answer is

More information

Pre-AP Algebra II Summer Packet 2014

Pre-AP Algebra II Summer Packet 2014 Pre-AP Algebra II Summer Packet 014 Name: Period: PLEASE READ THE FOLLOWING!!!!!!! Wait until a few weeks before school starts to work through this packet so that the material will be fresh when you begin

More information

FLEX Mathematics Introduction to Trigonometry. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

FLEX Mathematics Introduction to Trigonometry. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. FLEX Mathematics Introduction to Trigonometry Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Evaluate the expression. 1) 8 tan 0 + 3 csc 20

More information

Differential Equations of First Order. Separable Differential Equations. Euler s Method

Differential Equations of First Order. Separable Differential Equations. Euler s Method Calculus 2 Lia Vas Differential Equations of First Order. Separable Differential Equations. Euler s Method A differential equation is an equation in unknown function that contains one or more derivatives

More information

Lesson 3 Average Rate of Change and Linear Functions

Lesson 3 Average Rate of Change and Linear Functions Lesson 3 Average Rate of Change and Linear Functions Lesson 3 Average Rate of Change and Linear Functions In this lesson, we will introduce the concept of average rate of change followed by a review of

More information

CHAPTER 1. Functions and Linear Models

CHAPTER 1. Functions and Linear Models CHAPTER 1 Functions and Linear Models 1. Functions Definition. A function is a rule that associates each input with exactly one output. Example. (1) Millions of cameras made Cost in million $ 1 175 5 260

More information

x and y, called the coordinates of the point.

x and y, called the coordinates of the point. P.1 The Cartesian Plane The Cartesian Plane The Cartesian Plane (also called the rectangular coordinate system) is the plane that allows you to represent ordered pairs of real numbers by points. It is

More information

Binomials defined, 13 division by, FOIL method and, 22 multiplying binomial by trinomial,

Binomials defined, 13 division by, FOIL method and, 22 multiplying binomial by trinomial, 5639_Holtfrerich_Index 6/2/05 11:45 AM Page I-1 Index Absolute value defined, 46 functions and, 126 59 Absolute value equations, solutions, 46 49 Absolute value inequalities, solutions, 263 267 Acceleration,

More information

Algebra II Notes Quadratic Functions Unit Applying Quadratic Functions. Math Background

Algebra II Notes Quadratic Functions Unit Applying Quadratic Functions. Math Background Applying Quadratic Functions Math Background Previously, you Graphed and solved quadratic functions. Solved literal equations for a given variable. Found the inverse for a linear function. Verified by

More information

1 Functions and Graphs

1 Functions and Graphs 1 Functions and Graphs 1.1 Functions Cartesian Coordinate System A Cartesian or rectangular coordinate system is formed by the intersection of a horizontal real number line, usually called the x axis,

More information

Math 175 MT#1 Additional Material Study Sheet

Math 175 MT#1 Additional Material Study Sheet Math 175 MT#1 Additional Material Study Sheet Use the following functions for this worksheet : 1 2 3 2 w( x) = ; f ( x) = 3x 11x 4 ; p( x) = 2x x 17x + 12 ; 2 + x 4 3 2 ( ) 3 ; ( ) 6 22 48 40 ; ( ) 2 k

More information

Solving a Linear-Quadratic System

Solving a Linear-Quadratic System CC-18 Solving LinearQuadratic Systems Objective Content Standards A.REI.7 Solve a simple system consisting of a linear equation and a quadratic equation in two variables... A.REI.11 Explain why the x-coordinates

More information

The standard form of the equation of a circle is based on the distance formula. The distance formula, in turn, is based on the Pythagorean Theorem.

The standard form of the equation of a circle is based on the distance formula. The distance formula, in turn, is based on the Pythagorean Theorem. Unit, Lesson. Deriving the Equation of a Circle The graph of an equation in and is the set of all points (, ) in a coordinate plane that satisf the equation. Some equations have graphs with precise geometric

More information

Worksheets for GCSE Mathematics. Quadratics. mr-mathematics.com Maths Resources for Teachers. Algebra

Worksheets for GCSE Mathematics. Quadratics. mr-mathematics.com Maths Resources for Teachers. Algebra Worksheets for GCSE Mathematics Quadratics mr-mathematics.com Maths Resources for Teachers Algebra Quadratics Worksheets Contents Differentiated Independent Learning Worksheets Solving x + bx + c by factorisation

More information

g( x) = 3x 4 Lesson 10 - Practice Problems Lesson 10 Rational Functions and Equations Practice Problems

g( x) = 3x 4 Lesson 10 - Practice Problems Lesson 10 Rational Functions and Equations Practice Problems Lesson 10 - Practice Problems Section 10.1: Characteristics of Rational Functions 1. Complete the table below. Function Domain a) f ( x) = 4x 6 2x b) f ( x) = 8x + 2 3x 9 c) s( t ) = 6t + 4 t d) p( t )

More information

The Mathematics of a Football Kick (Parametric Equations) (Adapted from an article in COMAP)

The Mathematics of a Football Kick (Parametric Equations) (Adapted from an article in COMAP) The Mathematics of a Football Kick (Parametric Equations) (Adapted from an article in COMAP) I. Problem The punter on the 1994 Handley State Championship Football team, Michael Partlow, was also a calculus

More information

Chapter 6. Exploring Data: Relationships

Chapter 6. Exploring Data: Relationships Chapter 6 Exploring Data: Relationships For All Practical Purposes: Effective Teaching A characteristic of an effective instructor is fairness and consistenc in grading and evaluating student performance.

More information

RF2 Unit Test # 2 Review Quadratics (Chapter 6) 1. What is the degree of a quadratic function?

RF2 Unit Test # 2 Review Quadratics (Chapter 6) 1. What is the degree of a quadratic function? RF Unit Test # Review Quadratics (Chapter 6) 1. What is the degree of a quadratic function? Name: a. 1 b. c. 3 d. 0. What is the -intercept for = 3x + x 5? a. 5 b. 5 c. d. 3 3. Which set of data is correct

More information

Section 4.1: Polynomial Functions and Models

Section 4.1: Polynomial Functions and Models Section 4.1: Polynomial Functions and Models Learning Objectives: 1. Identify Polynomial Functions and Their Degree 2. Graph Polynomial Functions Using Transformations 3. Identify the Real Zeros of a Polynomial

More information

Summer AP Assignment Coversheet Falls Church High School

Summer AP Assignment Coversheet Falls Church High School Summer AP Assignment Coversheet Falls Church High School Course: AP Calculus AB Teacher Name/s: Veronica Moldoveanu, Ethan Batterman Assignment Title: AP Calculus AB Summer Packet Assignment Summary/Purpose:

More information

Chapter 2: Inequalities, Functions, and Linear Functions

Chapter 2: Inequalities, Functions, and Linear Functions CHAPTER Chapter : Inequalities, Functions, and Linear Functions Exercise.. a. + ; ; > b. ; + ; c. + ; ; > d. 7 ; 8 ; 8 < e. 0. 0. 0.; 0. 0. 0.6; 0. < 0.6 f....0;. (0.).0;.0 >.0 Inequality Line Graph Inequality

More information

Accel Alg E. L. E. Notes Solving Quadratic Equations. Warm-up

Accel Alg E. L. E. Notes Solving Quadratic Equations. Warm-up Accel Alg E. L. E. Notes Solving Quadratic Equations Warm-up Solve for x. Factor. 1. 12x 36 = 0 2. x 2 8x Factor. Factor. 3. 2x 2 + 5x 7 4. x 2 121 Solving Quadratic Equations Methods: (1. By Inspection)

More information

AP Calculus AB SUMMER ASSIGNMENT. Dear future Calculus AB student

AP Calculus AB SUMMER ASSIGNMENT. Dear future Calculus AB student AP Calculus AB SUMMER ASSIGNMENT Dear future Calculus AB student We are ecited to work with you net year in Calculus AB. In order to help you be prepared for this class, please complete the summer assignment.

More information

TI-nspire CX Looks like a calc, works like a computer

TI-nspire CX Looks like a calc, works like a computer TI-nspire CX Looks like a calc, works like a computer How to navigate: STAR KEY! OR Ctrl & Enter: A symbol mean: Documents: Deleting documents: Delete one document: Press the X button in the top right.

More information

MATHEMATICS: PAPER I

MATHEMATICS: PAPER I NATIONAL SENIOR CERTIFICATE EXAMINATION NOVEMBER 017 MATHEMATICS: PAPER I Time: 3 hours 150 marks PLEASE READ THE FOLLOWING INSTRUCTIONS CAREFULLY 1. This question paper consists of 11 pages and an Information

More information

Lesson 1 Practice Problems

Lesson 1 Practice Problems Name: Date: Section 1.1: What is a Function? Lesson 1 1. The table below gives the distance D, in kilometers, of a GPS satellite from Earth t minutes after being launched. t = Time (in minutes) D = Distance

More information

Paper Reference. Paper Reference(s) 6665/01 Edexcel GCE Core Mathematics C3 Advanced Level. Thursday 18 January 2007 Afternoon Time: 1 hour 30 minutes

Paper Reference. Paper Reference(s) 6665/01 Edexcel GCE Core Mathematics C3 Advanced Level. Thursday 18 January 2007 Afternoon Time: 1 hour 30 minutes Centre No. Candidate No. Paper Reference(s) 6665/01 Edexcel GCE Core Mathematics C3 Advanced Level Thursday 18 January 2007 Afternoon Time: 1 hour 30 minutes Materials required for examination Mathematical

More information

Paper Reference. Core Mathematics C3 Advanced Level. Thursday 18 January 2007 Afternoon Time: 1 hour 30 minutes. Mathematical Formulae (Green)

Paper Reference. Core Mathematics C3 Advanced Level. Thursday 18 January 2007 Afternoon Time: 1 hour 30 minutes. Mathematical Formulae (Green) Centre No. Candidate No. Paper Reference(s) 6665/01 Edexcel GCE Core Mathematics C3 Advanced Level Thursday 18 January 007 Afternoon Time: 1 hour 30 minutes Materials required for examination Mathematical

More information

MATH 099 Name (please print) FINAL EXAM - FORM A Winter 2015 Instructor Score

MATH 099 Name (please print) FINAL EXAM - FORM A Winter 2015 Instructor Score MATH 099 Name (please print) Winter 2015 Instructor Score Point-values for each problem are shown at the right in parentheses. PART I: SIMPLIFY AS MUCH AS POSSIBLE: 1. ( 16 c 12 ) 3 4 1. (2) 2. 52 m "7

More information

8th Grade Math Definitions

8th Grade Math Definitions 8th Grade Math Definitions Absolute Value: 1. A number s distance from zero. 2. For any x, is defined as follows: x = x, if x < 0; x, if x 0. Acute Angle: An angle whose measure is greater than 0 and less

More information

ASTROMATH 101: BEGINNING MATHEMATICS IN ASTRONOMY

ASTROMATH 101: BEGINNING MATHEMATICS IN ASTRONOMY Name Partner(s) Section Date ASTROMATH 101: BEGINNING MATHEMATICS IN ASTRONOMY Astronomers deal with very, very large distances, some incredible temperatures, and even really, really small wavelengths.

More information

Summer AP Assignment Coversheet Falls Church High School

Summer AP Assignment Coversheet Falls Church High School Summer AP Assignment Coversheet Falls Church High School Course: AP Calculus AB Teacher Name/s: Veronica Moldoveanu, Ethan Batterman Assignment Title: AP Calculus AB Summer Packet Assignment Summary/Purpose:

More information

TO WRITE A PROGRAM = TO FORMULATE ACCURACY

TO WRITE A PROGRAM = TO FORMULATE ACCURACY TO WRITE A PROGRAM = TO FORMULATE ACCURACY Jan KASPAR Charles University in Prague, Faculty of Mathematics and Physics Sokolovska 83, 186 00 Praha 8,Czech republic E-mail: kaspar@karlin.mff.cuni.cz ABSTRACT

More information

CP Algebra 2. Unit 3B: Polynomials. Name: Period:

CP Algebra 2. Unit 3B: Polynomials. Name: Period: CP Algebra 2 Unit 3B: Polynomials Name: Period: Learning Targets 10. I can use the fundamental theorem of algebra to find the expected number of roots. Solving Polynomials 11. I can solve polynomials by

More information

A monomial or sum of monomials

A monomial or sum of monomials Polynomial: A monomial or sum of monomials Polynomial in x is an expression of the form a n x n + a n 1 x n 1 + a n 2 x n 2 +. a 1 x 1 + a 0 where n is a positive integer and a n 0 Example: 6x 3 + 2x 8x

More information

Making Sense in Algebra 2

Making Sense in Algebra 2 Making Sense in Algebra 2 Henri Picciotto henri@matheducationpage.org www.matheducationpage.org Lessons from a course developed over many years, for somewhat heterogeneous classes, with an emphasis on

More information

Lesson 13: More Factoring Strategies for Quadratic Equations & Expressions

Lesson 13: More Factoring Strategies for Quadratic Equations & Expressions : More Factoring Strategies for Quadratic Equations & Expressions Opening Exploration Looking for Signs In the last lesson, we focused on quadratic equations where all the terms were positive. Juan s examples

More information

Epsilon-Delta Window Challenge Name Student Activity

Epsilon-Delta Window Challenge Name Student Activity Open the TI-Nspire document Epsilon-Delta.tns. In this activity, you will get to visualize what the formal definition of limit means in terms of a graphing window challenge. Informally, lim f( x) Lmeans

More information

through any three given points if and only if these points are not collinear.

through any three given points if and only if these points are not collinear. Discover Parabola Time required 45 minutes Teaching Goals: 1. Students verify that a unique parabola with the equation y = ax + bx+ c, a 0, exists through any three given points if and only if these points

More information

More with Systems of Equations

More with Systems of Equations More with Systems of Equations In 2008, 4.7 million Americans went on a rafting expedition. In Georgia, outfitters run whitewater expeditions for ages 8 and up on the Chattooga River. 12.1 Systems of Equations

More information

Graphing Quadratic Functions 9.1

Graphing Quadratic Functions 9.1 Quadratic Functions - Graphing Quadratic Functions 9.1 f ( x) = a x + b x + c (also called standard form). The graph of quadratic functions is called a parabola. Axis of Symmetry a central line which makes

More information

How Do They Fit? y > 4. y + 2 < 8 y > -6. y - 8 > y > 7. y > > y < -6 y + 1 > -2. y < 5. y > -3 y < y > -6.

How Do They Fit? y > 4. y + 2 < 8 y > -6. y - 8 > y > 7. y > > y < -6 y + 1 > -2. y < 5. y > -3 y < y > -6. How Do They Fit? y < -4 y + 2 < 8 y > -6 y > 1 2-7y > 7 y - 8 > -12 y < -3 y > -4 y < -1 12y < -6 y + 1 > -2 y > -3 y < - 1 2 -y 3 > -3 5 y < 5 y 2 > -1 y -2 < -3-2y > -6 15y < 3 y < 3 y > 6 y 2 < 2 y

More information

Connecticut Common Core Algebra 1 Curriculum. Professional Development Materials. Unit 8 Quadratic Functions

Connecticut Common Core Algebra 1 Curriculum. Professional Development Materials. Unit 8 Quadratic Functions Connecticut Common Core Algebra 1 Curriculum Professional Development Materials Unit 8 Quadratic Functions Contents Activity 8.1.3 Rolling Ball CBR Activity 8.1.7 Galileo in Dubai Activity 8.2.3 Exploring

More information

UNIT 6 MODELING GEOMETRY Lesson 1: Deriving Equations Instruction

UNIT 6 MODELING GEOMETRY Lesson 1: Deriving Equations Instruction Prerequisite Skills This lesson requires the use of the following skills: appling the Pthagorean Theorem representing horizontal and vertical distances in a coordinate plane simplifing square roots writing

More information

Foundations for Functions

Foundations for Functions Activity: TEKS: Overview: Materials: Regression Exploration (A.2) Foundations for functions. The student uses the properties and attributes of functions. The student is expected to: (D) collect and organize

More information

BARUCH COLLEGE MATH 2207 FALL 2007 MANUAL FOR THE UNIFORM FINAL EXAMINATION. No calculator will be allowed on this part.

BARUCH COLLEGE MATH 2207 FALL 2007 MANUAL FOR THE UNIFORM FINAL EXAMINATION. No calculator will be allowed on this part. BARUCH COLLEGE MATH 07 FALL 007 MANUAL FOR THE UNIFORM FINAL EXAMINATION The final eamination for Math 07 will consist of two parts. Part I: Part II: This part will consist of 5 questions. No calculator

More information

Ch. 7.6 Squares, Squaring & Parabolas

Ch. 7.6 Squares, Squaring & Parabolas Ch. 7.6 Squares, Squaring & Parabolas Learning Intentions: Learn about the squaring & square root function. Graph parabolas. Compare the squaring function with other functions. Relate the squaring function

More information

Total=75 min. Materials BLM cut into cards BLM

Total=75 min. Materials BLM cut into cards BLM Unit 2: Day 4: All together now! Math Learning Goals: Minds On: 15 Identify functions as polynomial functions. Consolidate understanding of properties of functions that include: linear, Action: 50 quadratic,

More information

Instructor Quick Check: Question Block 12

Instructor Quick Check: Question Block 12 Instructor Quick Check: Question Block 2 How to Administer the Quick Check: The Quick Check consists of two parts: an Instructor portion which includes solutions and a Student portion with problems for

More information

A supplementary reader

A supplementary reader A supplementary reader for CASIO fx-991ms/fx-570ms/fx-115ms/fx-100ms fx-95ms/fx-82ms/fx-350ms/fx-85ms SA0204-010002B Printed in Japan Worldwide Education Web http://world.casio.com/edu_e/ About this book...

More information

Final Exam A Name. 20 i C) Solve the equation by factoring. 4) x2 = x + 30 A) {-5, 6} B) {5, 6} C) {1, 30} D) {-5, -6} -9 ± i 3 14

Final Exam A Name. 20 i C) Solve the equation by factoring. 4) x2 = x + 30 A) {-5, 6} B) {5, 6} C) {1, 30} D) {-5, -6} -9 ± i 3 14 Final Exam A Name First, write the value(s) that make the denominator(s) zero. Then solve the equation. 1 1) x + 3 + 5 x - 3 = 30 (x + 3)(x - 3) 1) A) x -3, 3; B) x -3, 3; {4} C) No restrictions; {3} D)

More information

Probable Factors. Problem Statement: Equipment. Introduction Setting up the simulation. Student Activity

Probable Factors. Problem Statement: Equipment. Introduction Setting up the simulation. Student Activity Student Activity 7 8 9 10 11 1 TI-Nspire CAS Investigation Student 10min Problem Statement: What is the probability that a randomly generated quadratic can be factorised? This investigation looks at a

More information

Objectives. Materials

Objectives. Materials Activity 5 Approximating Integrals with Riemann Sums Objectives Calculate Riemann sums Demonstrate when Riemann sums will overapproximate or under-approximate a definite integral Observe the convergence

More information

Math Check courseware for due dates for Homework, Quizzes, Poppers, Practice test and Tests. Previous lecture

Math Check courseware for due dates for Homework, Quizzes, Poppers, Practice test and Tests. Previous lecture Math 1311 Check courseware for due dates for Homework, Quizzes, Poppers, Practice test and Tests Previous lecture Section 2.4: Solving Nonlinear Equations Equations that involve powers (other than one),

More information