SlideShare una empresa de Scribd logo
1 de 4
Graphing Piecewise-Defined Functions
Method 1: (expression)/(condition)
When using this method, enter each SECTION of the function into a separate Y= area.
Graph:
NOTE: Neither method will draw the "open" or
"closed" circles at the endpoints of sections of the
graph. You will have to draw the appropriate circles
when copying the graph.
"open circle" < or >
"closed circle" < or >
Advantages of this method: Disadvantages:
1. This method of entering the function is helpful
when trying to find any mistakes as each section can
be altered independently.
1. When using TRACE, you will need to use your up
arrow to move between sections of the graph.
2. The graph, while still in CONNECTED MODE,
will not "connect" the separate sections together. The
graph will be a more realistic representation of the
graph.
Method 2: (expression)*(condition)
When using this method, enter each SECTION of the function into a separate Y= area
OR enter the ENTIRE function as one statement using + sign to separate the sections.
Graph:
Entered separately.
OR
Entered as one statement Connected MODE DOT MODE
Advantages of this method: Disadvantages:
1. This method allows for the function to be entered
as one statement. When using TRACE, there will be
no need to arrow up and down between sections of the
graph.
1. The graph, while still in CONNECTED MODE,
will "connect" the separate sections together. This
can lead to confusion about the actual graph.
2. This method requires a change to DOT MODE to
get a realistic graph.
3. Entering the function as one statement can be
difficult to debug if an error occurs.
Compound inequality: -1 < x < 2
Computers and calculators do not interpret
expressions such as -1 < x < 2 as we do in
mathematics. Both computers and calculators see
this expression as ONLY -1 < x (and they ignore the
second part of the condition). To force them to see
the second condition, it it necessary to write the
expression:
(-1 < x < 2)
as
((-1 < x) and (x < 2))
(Find and from the catalog or under TEST (2nd
MATH) arrow right to LOGIC).
In Connected MODE
So, what is really going on here???
How is this process working?
The calculator is doing a Boolean check on these conditions. Remember, Boolean equates a true condition to be a 1 and a
false condition to be a 0.
Consider:
When dealing with the division method, if a number is NOT in the interval, x < 1, the condition is assigned a value of 0,
and the problem becomes division by zero. Since this is not possible, an error is produced at those values and "nothing" is
graphed in that area. Since there is NO graph at these locations, there is also NO connection being made, even though the
calculator is in Connected MODE.
Graph with axes turned off.
When dealing with the multiplication method, if a number is NOT in
the interval, x < 1, the condition is assigned a value of 0, and the
problem becomes multiplication by zero. Of course the "graphing" of
this 0 value coincides with the x-axis and is not seen when the axes are
visible. Because this 0 value IS graphed, the Connected MODE kicks
in, and the sections of the graph are connected together.
Graph with axes turned off.
Graphing piecewise

Más contenido relacionado

La actualidad más candente

Two step equations
Two step equationsTwo step equations
Two step equationskf4pzz
 
Antiderivatives And Slope Fields
Antiderivatives And Slope FieldsAntiderivatives And Slope Fields
Antiderivatives And Slope Fieldsseltzermath
 
Decision Table Based Testing
Decision Table Based TestingDecision Table Based Testing
Decision Table Based TestingHimani Solanki
 
Swe3643 2006 Decision Table Based Testing
Swe3643 2006 Decision Table Based TestingSwe3643 2006 Decision Table Based Testing
Swe3643 2006 Decision Table Based Testingnazeer pasha
 
Excel Tutorials - Random Value Selection from a List
Excel Tutorials - Random Value Selection from a ListExcel Tutorials - Random Value Selection from a List
Excel Tutorials - Random Value Selection from a ListMerve Nur Taş
 
Operations research : Assignment problem (One's method) presentation
Operations research : Assignment problem (One's method) presentationOperations research : Assignment problem (One's method) presentation
Operations research : Assignment problem (One's method) presentationPankaj Kumar
 
SQL: Unique IDs, Primary Keys and Archiving Inactive Rows Without Violating C...
SQL: Unique IDs, Primary Keys and Archiving Inactive Rows Without Violating C...SQL: Unique IDs, Primary Keys and Archiving Inactive Rows Without Violating C...
SQL: Unique IDs, Primary Keys and Archiving Inactive Rows Without Violating C...Marco M. Kiesewetter, MBA
 
Relational algebra
Relational algebraRelational algebra
Relational algebraJoshi Vinay
 
Numerical approximation
Numerical approximationNumerical approximation
Numerical approximationMileacre
 
Using Microsoft Excel for Weibull Analysis by William Dorner
Using Microsoft Excel for Weibull Analysis by William DornerUsing Microsoft Excel for Weibull Analysis by William Dorner
Using Microsoft Excel for Weibull Analysis by William DornerMelvin Carter
 

La actualidad más candente (20)

Javalayout
JavalayoutJavalayout
Javalayout
 
Modeling and simulation
Modeling and simulationModeling and simulation
Modeling and simulation
 
Two step equations
Two step equationsTwo step equations
Two step equations
 
Antiderivatives And Slope Fields
Antiderivatives And Slope FieldsAntiderivatives And Slope Fields
Antiderivatives And Slope Fields
 
Decision Table Based Testing
Decision Table Based TestingDecision Table Based Testing
Decision Table Based Testing
 
Layout manager
Layout managerLayout manager
Layout manager
 
Graphing Calculator
Graphing CalculatorGraphing Calculator
Graphing Calculator
 
Swe3643 2006 Decision Table Based Testing
Swe3643 2006 Decision Table Based TestingSwe3643 2006 Decision Table Based Testing
Swe3643 2006 Decision Table Based Testing
 
Excel Tutorials - Random Value Selection from a List
Excel Tutorials - Random Value Selection from a ListExcel Tutorials - Random Value Selection from a List
Excel Tutorials - Random Value Selection from a List
 
Math(2)
Math(2)Math(2)
Math(2)
 
Operations research : Assignment problem (One's method) presentation
Operations research : Assignment problem (One's method) presentationOperations research : Assignment problem (One's method) presentation
Operations research : Assignment problem (One's method) presentation
 
SQL: Unique IDs, Primary Keys and Archiving Inactive Rows Without Violating C...
SQL: Unique IDs, Primary Keys and Archiving Inactive Rows Without Violating C...SQL: Unique IDs, Primary Keys and Archiving Inactive Rows Without Violating C...
SQL: Unique IDs, Primary Keys and Archiving Inactive Rows Without Violating C...
 
Interaction overview & Timing diagram
Interaction overview & Timing diagramInteraction overview & Timing diagram
Interaction overview & Timing diagram
 
Relational algebra
Relational algebraRelational algebra
Relational algebra
 
Matlab quick quide3.4
Matlab  quick quide3.4Matlab  quick quide3.4
Matlab quick quide3.4
 
sorting and its types
sorting and its typessorting and its types
sorting and its types
 
Numerical approximation
Numerical approximationNumerical approximation
Numerical approximation
 
Using Microsoft Excel for Weibull Analysis by William Dorner
Using Microsoft Excel for Weibull Analysis by William DornerUsing Microsoft Excel for Weibull Analysis by William Dorner
Using Microsoft Excel for Weibull Analysis by William Dorner
 
Sequence Diagram
Sequence DiagramSequence Diagram
Sequence Diagram
 
Selection sort
Selection sortSelection sort
Selection sort
 

Destacado

53 inverse function (optional)
53 inverse function (optional)53 inverse function (optional)
53 inverse function (optional)math126
 
Inverse functions 13
Inverse functions 13Inverse functions 13
Inverse functions 13Shaun Wilson
 
Piecewise Functions
Piecewise FunctionsPiecewise Functions
Piecewise Functionsswartzje
 
Piecewise and Step Functions
Piecewise and Step FunctionsPiecewise and Step Functions
Piecewise and Step Functionsktini
 
Piecewise function lesson 3
Piecewise function lesson 3Piecewise function lesson 3
Piecewise function lesson 3aksetter
 
4 5 inverse functions
4 5 inverse functions4 5 inverse functions
4 5 inverse functionshisema01
 
Piecewise Functions
Piecewise FunctionsPiecewise Functions
Piecewise Functionsktini
 
Inverse functions and relations
Inverse functions and relationsInverse functions and relations
Inverse functions and relationsJessica Garcia
 

Destacado (12)

53 inverse function (optional)
53 inverse function (optional)53 inverse function (optional)
53 inverse function (optional)
 
Inverse functions 13
Inverse functions 13Inverse functions 13
Inverse functions 13
 
Piecewise Functions
Piecewise FunctionsPiecewise Functions
Piecewise Functions
 
Piecewise and Step Functions
Piecewise and Step FunctionsPiecewise and Step Functions
Piecewise and Step Functions
 
Piecewise function lesson 3
Piecewise function lesson 3Piecewise function lesson 3
Piecewise function lesson 3
 
4 5 inverse functions
4 5 inverse functions4 5 inverse functions
4 5 inverse functions
 
Piecewise Functions
Piecewise FunctionsPiecewise Functions
Piecewise Functions
 
Inverse functions and relations
Inverse functions and relationsInverse functions and relations
Inverse functions and relations
 
Inverse Functions
Inverse FunctionsInverse Functions
Inverse Functions
 
Graph of functions
Graph of functionsGraph of functions
Graph of functions
 
Gr10 piecewise functions
Gr10 piecewise functionsGr10 piecewise functions
Gr10 piecewise functions
 
Gr10 step function ppt
Gr10 step function pptGr10 step function ppt
Gr10 step function ppt
 

Similar a Graphing piecewise

ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docxENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docxYASHU40
 
Solving Systems of Equations and Inequalities by Graphing
Solving Systems of Equations and Inequalities by GraphingSolving Systems of Equations and Inequalities by Graphing
Solving Systems of Equations and Inequalities by Graphingdmidgette
 
Basic%20Cal%20Final.docx.docx
Basic%20Cal%20Final.docx.docxBasic%20Cal%20Final.docx.docx
Basic%20Cal%20Final.docx.docxSalwaAbdulkarim1
 
Transformation.docx
Transformation.docxTransformation.docx
Transformation.docxguru1561
 
Curve fitting
Curve fittingCurve fitting
Curve fittingdusan4rs
 
2D & 3D Modelling with Mathematica
2D & 3D Modelling with Mathematica2D & 3D Modelling with Mathematica
2D & 3D Modelling with MathematicaMiles Ford
 
Inverse trig functions
Inverse trig functionsInverse trig functions
Inverse trig functionsJessica Garcia
 
Simplex Algorithm
Simplex AlgorithmSimplex Algorithm
Simplex AlgorithmAizaz Ahmad
 
5HBC: How to Graph Implicit Relations Intro Packet!
5HBC: How to Graph Implicit Relations Intro Packet!5HBC: How to Graph Implicit Relations Intro Packet!
5HBC: How to Graph Implicit Relations Intro Packet!A Jorge Garcia
 
Microsoft mathmatics step-by-step_guide
Microsoft mathmatics step-by-step_guideMicrosoft mathmatics step-by-step_guide
Microsoft mathmatics step-by-step_guideAnang Anang
 
CALCULUS chapter number one presentation
CALCULUS chapter number one presentationCALCULUS chapter number one presentation
CALCULUS chapter number one presentationkdoha825
 
Matlab for beginners, Introduction, signal processing
Matlab for beginners, Introduction, signal processingMatlab for beginners, Introduction, signal processing
Matlab for beginners, Introduction, signal processingDr. Manjunatha. P
 
Integrales definidas y método de integración por partes
Integrales definidas y método de integración por partesIntegrales definidas y método de integración por partes
Integrales definidas y método de integración por partescrysmari mujica
 
Robotics_Final_Paper_Folza
Robotics_Final_Paper_FolzaRobotics_Final_Paper_Folza
Robotics_Final_Paper_FolzaAlex Folz
 
Modelling using differnt metods in matlab2 (2) (2) (2) (4) (1) (1).pptx
Modelling using differnt metods in matlab2 (2) (2) (2) (4) (1) (1).pptxModelling using differnt metods in matlab2 (2) (2) (2) (4) (1) (1).pptx
Modelling using differnt metods in matlab2 (2) (2) (2) (4) (1) (1).pptxKadiriIbrahim2
 

Similar a Graphing piecewise (19)

ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docxENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx
ENGR 102B Microsoft Excel Proficiency LevelsPlease have your in.docx
 
Solving Systems of Equations and Inequalities by Graphing
Solving Systems of Equations and Inequalities by GraphingSolving Systems of Equations and Inequalities by Graphing
Solving Systems of Equations and Inequalities by Graphing
 
Basic%20Cal%20Final.docx.docx
Basic%20Cal%20Final.docx.docxBasic%20Cal%20Final.docx.docx
Basic%20Cal%20Final.docx.docx
 
Transformation.docx
Transformation.docxTransformation.docx
Transformation.docx
 
Curve fitting
Curve fittingCurve fitting
Curve fitting
 
2D & 3D Modelling with Mathematica
2D & 3D Modelling with Mathematica2D & 3D Modelling with Mathematica
2D & 3D Modelling with Mathematica
 
Simplex algorithm
Simplex algorithmSimplex algorithm
Simplex algorithm
 
Paper3a puertollano
Paper3a puertollanoPaper3a puertollano
Paper3a puertollano
 
Inverse trig functions
Inverse trig functionsInverse trig functions
Inverse trig functions
 
Shi.pdf
Shi.pdfShi.pdf
Shi.pdf
 
Simplex Algorithm
Simplex AlgorithmSimplex Algorithm
Simplex Algorithm
 
5HBC: How to Graph Implicit Relations Intro Packet!
5HBC: How to Graph Implicit Relations Intro Packet!5HBC: How to Graph Implicit Relations Intro Packet!
5HBC: How to Graph Implicit Relations Intro Packet!
 
Microsoft mathmatics step-by-step_guide
Microsoft mathmatics step-by-step_guideMicrosoft mathmatics step-by-step_guide
Microsoft mathmatics step-by-step_guide
 
CALCULUS chapter number one presentation
CALCULUS chapter number one presentationCALCULUS chapter number one presentation
CALCULUS chapter number one presentation
 
Matlab for beginners, Introduction, signal processing
Matlab for beginners, Introduction, signal processingMatlab for beginners, Introduction, signal processing
Matlab for beginners, Introduction, signal processing
 
Integrales definidas y método de integración por partes
Integrales definidas y método de integración por partesIntegrales definidas y método de integración por partes
Integrales definidas y método de integración por partes
 
Robotics_Final_Paper_Folza
Robotics_Final_Paper_FolzaRobotics_Final_Paper_Folza
Robotics_Final_Paper_Folza
 
Modelling using differnt metods in matlab2 (2) (2) (2) (4) (1) (1).pptx
Modelling using differnt metods in matlab2 (2) (2) (2) (4) (1) (1).pptxModelling using differnt metods in matlab2 (2) (2) (2) (4) (1) (1).pptx
Modelling using differnt metods in matlab2 (2) (2) (2) (4) (1) (1).pptx
 
Workbook5
Workbook5Workbook5
Workbook5
 

Más de PRINTDESK by Dan

MGA GAWAING PANGKALUSUGAN TUNGO SA MABIKAS NA PAGGAYAK
MGA GAWAING PANGKALUSUGAN TUNGO SA MABIKAS NA PAGGAYAKMGA GAWAING PANGKALUSUGAN TUNGO SA MABIKAS NA PAGGAYAK
MGA GAWAING PANGKALUSUGAN TUNGO SA MABIKAS NA PAGGAYAKPRINTDESK by Dan
 
GENERAL BIOLOGY TEACHING GUIDE
GENERAL BIOLOGY TEACHING GUIDEGENERAL BIOLOGY TEACHING GUIDE
GENERAL BIOLOGY TEACHING GUIDEPRINTDESK by Dan
 
EARTH SCIENCE TEACHING GUIDE
EARTH SCIENCE TEACHING GUIDEEARTH SCIENCE TEACHING GUIDE
EARTH SCIENCE TEACHING GUIDEPRINTDESK by Dan
 
GENERAL PHYSICS 1 TEACHING GUIDE
GENERAL PHYSICS 1 TEACHING GUIDEGENERAL PHYSICS 1 TEACHING GUIDE
GENERAL PHYSICS 1 TEACHING GUIDEPRINTDESK by Dan
 
STATISTICS AND PROBABILITY (TEACHING GUIDE)
STATISTICS AND PROBABILITY (TEACHING GUIDE)STATISTICS AND PROBABILITY (TEACHING GUIDE)
STATISTICS AND PROBABILITY (TEACHING GUIDE)PRINTDESK by Dan
 
21st century literature from the philippines and the world
21st century literature from the philippines and the world21st century literature from the philippines and the world
21st century literature from the philippines and the worldPRINTDESK by Dan
 
The Rice Myth - Sappia The Goddess
The Rice Myth - Sappia The GoddessThe Rice Myth - Sappia The Goddess
The Rice Myth - Sappia The GoddessPRINTDESK by Dan
 
A control room of a local radio broadcast studio commonly known as the announcer
A control room of a local radio broadcast studio commonly known as the announcerA control room of a local radio broadcast studio commonly known as the announcer
A control room of a local radio broadcast studio commonly known as the announcerPRINTDESK by Dan
 
FILIPINO Grade 10 Learning Module Unit 3
FILIPINO Grade 10 Learning Module Unit 3FILIPINO Grade 10 Learning Module Unit 3
FILIPINO Grade 10 Learning Module Unit 3PRINTDESK by Dan
 
Mathematics 10 Learner’s Material Unit 4
Mathematics 10 Learner’s Material Unit 4Mathematics 10 Learner’s Material Unit 4
Mathematics 10 Learner’s Material Unit 4PRINTDESK by Dan
 
Mathematics 10 Learner’s Material Unit 3
Mathematics 10 Learner’s Material Unit 3Mathematics 10 Learner’s Material Unit 3
Mathematics 10 Learner’s Material Unit 3PRINTDESK by Dan
 
Unit 3 - Science 10 Learner’s Material
Unit 3 - Science 10 Learner’s MaterialUnit 3 - Science 10 Learner’s Material
Unit 3 - Science 10 Learner’s MaterialPRINTDESK by Dan
 
Science 10 Learner’s Material Unit 4
Science 10 Learner’s Material Unit 4 Science 10 Learner’s Material Unit 4
Science 10 Learner’s Material Unit 4 PRINTDESK by Dan
 

Más de PRINTDESK by Dan (20)

MGA GAWAING PANGKALUSUGAN TUNGO SA MABIKAS NA PAGGAYAK
MGA GAWAING PANGKALUSUGAN TUNGO SA MABIKAS NA PAGGAYAKMGA GAWAING PANGKALUSUGAN TUNGO SA MABIKAS NA PAGGAYAK
MGA GAWAING PANGKALUSUGAN TUNGO SA MABIKAS NA PAGGAYAK
 
GENERAL BIOLOGY TEACHING GUIDE
GENERAL BIOLOGY TEACHING GUIDEGENERAL BIOLOGY TEACHING GUIDE
GENERAL BIOLOGY TEACHING GUIDE
 
DepEd Mission and Vision
DepEd Mission and VisionDepEd Mission and Vision
DepEd Mission and Vision
 
EARTH SCIENCE TEACHING GUIDE
EARTH SCIENCE TEACHING GUIDEEARTH SCIENCE TEACHING GUIDE
EARTH SCIENCE TEACHING GUIDE
 
GENERAL PHYSICS 1 TEACHING GUIDE
GENERAL PHYSICS 1 TEACHING GUIDEGENERAL PHYSICS 1 TEACHING GUIDE
GENERAL PHYSICS 1 TEACHING GUIDE
 
STATISTICS AND PROBABILITY (TEACHING GUIDE)
STATISTICS AND PROBABILITY (TEACHING GUIDE)STATISTICS AND PROBABILITY (TEACHING GUIDE)
STATISTICS AND PROBABILITY (TEACHING GUIDE)
 
21st century literature from the philippines and the world
21st century literature from the philippines and the world21st century literature from the philippines and the world
21st century literature from the philippines and the world
 
The Rice Myth - Sappia The Goddess
The Rice Myth - Sappia The GoddessThe Rice Myth - Sappia The Goddess
The Rice Myth - Sappia The Goddess
 
Kultura ng taiwan
Kultura ng taiwanKultura ng taiwan
Kultura ng taiwan
 
MGA AWITING BAYAN
MGA AWITING BAYANMGA AWITING BAYAN
MGA AWITING BAYAN
 
A control room of a local radio broadcast studio commonly known as the announcer
A control room of a local radio broadcast studio commonly known as the announcerA control room of a local radio broadcast studio commonly known as the announcer
A control room of a local radio broadcast studio commonly known as the announcer
 
Gawains in Aral Pan 9
Gawains in Aral Pan 9Gawains in Aral Pan 9
Gawains in Aral Pan 9
 
FILIPINO Grade 10 Learning Module Unit 3
FILIPINO Grade 10 Learning Module Unit 3FILIPINO Grade 10 Learning Module Unit 3
FILIPINO Grade 10 Learning Module Unit 3
 
Mathematics 10 Learner’s Material Unit 4
Mathematics 10 Learner’s Material Unit 4Mathematics 10 Learner’s Material Unit 4
Mathematics 10 Learner’s Material Unit 4
 
Mathematics 10 Learner’s Material Unit 3
Mathematics 10 Learner’s Material Unit 3Mathematics 10 Learner’s Material Unit 3
Mathematics 10 Learner’s Material Unit 3
 
Unit 3 - Science 10 Learner’s Material
Unit 3 - Science 10 Learner’s MaterialUnit 3 - Science 10 Learner’s Material
Unit 3 - Science 10 Learner’s Material
 
Science 10 Learner’s Material Unit 4
Science 10 Learner’s Material Unit 4 Science 10 Learner’s Material Unit 4
Science 10 Learner’s Material Unit 4
 
Branches of biology
Branches of biologyBranches of biology
Branches of biology
 
Basketball
BasketballBasketball
Basketball
 
Babasit
BabasitBabasit
Babasit
 

Último

Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 

Último (20)

Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 

Graphing piecewise

  • 1. Graphing Piecewise-Defined Functions Method 1: (expression)/(condition) When using this method, enter each SECTION of the function into a separate Y= area. Graph: NOTE: Neither method will draw the "open" or "closed" circles at the endpoints of sections of the graph. You will have to draw the appropriate circles when copying the graph. "open circle" < or > "closed circle" < or > Advantages of this method: Disadvantages: 1. This method of entering the function is helpful when trying to find any mistakes as each section can be altered independently. 1. When using TRACE, you will need to use your up arrow to move between sections of the graph. 2. The graph, while still in CONNECTED MODE, will not "connect" the separate sections together. The graph will be a more realistic representation of the graph. Method 2: (expression)*(condition) When using this method, enter each SECTION of the function into a separate Y= area OR enter the ENTIRE function as one statement using + sign to separate the sections. Graph: Entered separately. OR
  • 2. Entered as one statement Connected MODE DOT MODE Advantages of this method: Disadvantages: 1. This method allows for the function to be entered as one statement. When using TRACE, there will be no need to arrow up and down between sections of the graph. 1. The graph, while still in CONNECTED MODE, will "connect" the separate sections together. This can lead to confusion about the actual graph. 2. This method requires a change to DOT MODE to get a realistic graph. 3. Entering the function as one statement can be difficult to debug if an error occurs. Compound inequality: -1 < x < 2 Computers and calculators do not interpret expressions such as -1 < x < 2 as we do in mathematics. Both computers and calculators see this expression as ONLY -1 < x (and they ignore the second part of the condition). To force them to see the second condition, it it necessary to write the expression: (-1 < x < 2) as ((-1 < x) and (x < 2)) (Find and from the catalog or under TEST (2nd MATH) arrow right to LOGIC). In Connected MODE
  • 3. So, what is really going on here??? How is this process working? The calculator is doing a Boolean check on these conditions. Remember, Boolean equates a true condition to be a 1 and a false condition to be a 0. Consider: When dealing with the division method, if a number is NOT in the interval, x < 1, the condition is assigned a value of 0, and the problem becomes division by zero. Since this is not possible, an error is produced at those values and "nothing" is graphed in that area. Since there is NO graph at these locations, there is also NO connection being made, even though the calculator is in Connected MODE. Graph with axes turned off. When dealing with the multiplication method, if a number is NOT in the interval, x < 1, the condition is assigned a value of 0, and the problem becomes multiplication by zero. Of course the "graphing" of this 0 value coincides with the x-axis and is not seen when the axes are visible. Because this 0 value IS graphed, the Connected MODE kicks in, and the sections of the graph are connected together. Graph with axes turned off.