SlideShare uma empresa Scribd logo
1 de 23
QUADRATIC FUNCTIONS
A Report
in
Basic Concepts of Analysis
(Math 827)
Maria Katrina P. Miranda
MAME-1
Engr. Benjamin D. Varela
Professor
OBJECTIVES:
At the end of the lesson, the students are expected to:
1. Define the terms used and analyze the basic concepts of
quadratic functions.
2. Illustrate the graph of quadratic functions.
3. Solve equations and word problems involving
quadratic functions.
DEFINITION OF TERMS
Quadratic Function is one of the form f(x)=ax 2+bx+c, where a, b
and c are real numbers and a not equal to zero (a≠0).
Parabola is the graph of quadratic function.
Quadratic Equation is the result when the quadratic function is set
to zero.
The Factored Form is the equation f(x)=a(x-x1)(x-x2) where x1 and
x2 are the roots of the quadratic function.
DEFINITION OF TERMS
The Vertex Form is the f(x)=a(x-h)² + k where h and k are the x
and y coordinates of the vertex.
Minimum of a Quadratic Function happens if a>0 and the graph of
f(x)=ax 2+bx+c opens up and the vertex (-b/2a,f(-b/2a)) is the
lowest point on the graph, where f(-b/2a) is the minimum value of
the function.
Maximum of a Quadratic Function is when a<0, then the graph of
f(x)=ax 2+bx+c opens down and the vertex (-b/2a,f(-b/2a)) is the
highest point on the graph, where f(-b/2a) is the maximum value of
the function.
PRE-TEST
Solve the following:
1. Find the zeros of the function: f(x)= 3x2 + 3x + 2.
2. Find either a maximum or minimum value of f(x) = -2x2 + 8x -
5.
3. Find two numbers whose sum is 10 and whose product is a
maximum.
4. A clock manufacturer can produce a particular clock at a cost of
P 600 per clock. It is estimated that if the selling price of the
clock is “x” pesos, then the number of clocks sold per week is
2,000-x. Determine what the selling price should be in order for
the manufacturer’s weekly profit to be maximum.
GRAPH OF QUADRATIC FUNCTIONS
Suppose we’re given an equation
y = x². How do we illustrate the graph?
Here are a few steps in graphing the
points:
1. Determine the value of x and y.
2. Plot the points in the graph.
3. Trace the points to form a parabola.
QUADRATIC EQUATION
The Quadratic Formula 𝒙 =
−𝒃± 𝒃 𝟐−𝟒𝒂𝒄
𝟐𝒂
can be used to
solve any quadratic equation in the form ax 2+bx+c. The
final answer should be reduced and have the radical in
lowest term. One needs to be careful in reducing the final
answer because this step can often be the source of an
incorrect answer.
QUADRATIC EQUATION
Example:
Solve x² + 6x + 2 = 0 by the quadratic formula.
Solution:
Values are, a = 1, b = 6, and c = 2.
𝑥 =
−𝑏 ± 𝑏2 − 4𝑎𝑐
2𝑎
𝑥 =
−(6)± 62−4(1)(2)
2(1)
𝑥 =
−6± 36−8
2
𝑥 =
−6± 28
2
Therefore, x1 = -3+√7 and x2 = -3-√7.
QUESTIONS?
FACTORED FORM OF
QUADRATIC FUNCTIONS
A quadratic equation in the variable x in the form of f(x)=ax 2+bx+c,
where a, b and c are real numbers and a≠0 and are factorable using
integers , can be solved by factoring and applying the property ab=0.
The factored form of quadratic function is the f(x)=a(x-x1)(x-x2) where
x1 and x2 are the roots of the quadratic function
Example:
Solve x² + 4x = 21.
Solution:
x² + 4x = 21
(x+7)(x-3) =0
Therefore, x1 = -7 and x2 = 3.
VERTEX FORM OF QUADRATIC
FUNCTION
Vertex Form: f(x)=a(x-h)² + k where h and k are the x and y coordinates
of the vertex.
h= -b/(2a) and k = f ( -b/(2a))
The coordinates of the vertex of f(x)=ax 2+bx+c are
[ -b/(2a), f ( -b/(2a)) ]
VERTEX FORM OF QUADRATIC
FUNCTION
Example: Find the vertex form of f(x) = 2x² - 8x + 3.
Solution:
h= -b/(2a) = -(-8) / (2·2) = 2
k = f ( -b/(2a)) = 2(2)² - 8(2) + 3 = -5
The vertex is (2,-5). Substituting into the vertex form
f(x)=a(x-h)² + k yields the equation f(x) =2(x-2)² - 5.
MAXIMUM AND MINIMUM
OF QUADRATIC FUNCTION
Theorem 1:
The quadratic function defined by f(x)=ax 2+bx+c, where (a≠0), has an
extreme value at the point x = -b/(2a).
If a > 0 , the extreme value is a minimum value, and if a < 0, the extreme
value is a maximum value.
Examples:
1. Use Theorem 1 to find either the maximum or minimum value of
f(x) = -3x²/2 + 6x – 10.
Solution:
From the equation ax² + bx + c = 0, let a = -3/2, b = 6, and c = 6.
x = - b / (2a)
= -6 / [2 ( -3/2) ]
x = 2
F(-b/2a) = -3(2)²/2 + 6(2) - 10 = -4 a<0
Therefore, the extreme value is a minimum value that equals to -4.
MAXIMUM AND MINIMUM
OF QUADRATIC FUNCTION
2. Use Theorem 1 to find either the maximum or minimum value of
f(x) = 4x² + 8x + 7
Solution:
From the equation ax² + bx + c = 0, let a = 4, b = 8, and c = 7.
x = - b / (2a)
= -8/ [2 ( 4) ]
x = -1
F(-b/2a) = 4(-1)² + 8(-1) + 7 = 3 a>0
Therefore, the extreme value is a maximum value that equals to 3.
MAXIMUM AND MINIMUM
OF QUADRATIC FUNCTION
Example:
Find the range of f(x) = -2x² - 6x – 1. Determine the values of x for which
f(x) = 3.
Solution:
h = -b/2a = -6/ (2)(-2) = -3/2
k = f(-3/2) = -2(-3/2)-6(-3/2)-1 = 7/2
The vertex is (-3/2,7/2). Because the parabola opens down, 7/2 is the
maximum value of f. Therefore, the range of f is {y|y ≤ 7/2}
f(x) = 3
-2x² - 6x – 1 = 3
-2(x+1)(x+2) = 0
Therefore, the values of x are -1 and -2.
RANGE OF A QUADRATIC FUNCTION
Problem:
The height h(t), in feet, of a snowboarder t seconds after beginning a
certain jump can be approximated by h(t) = -16t² + 22.9t + 9. If the
snowboarder lands at a point that is 3 feet below the base of the jump,
determine the time the snowboarder is in the air for this jump.
Solution:
h(t) = -3, where the snowboarder lands below the base of the jump
h(t) = -16t² + 22.9t + 9
-3 = -16t² + 22.9t + 9
0 = -16t² + 22.9t + 12
t =
−22.9± 22.92−4(−16)(12)
2(−16)
t = -0.4 or 1.8
Since negative time is not possible, the time for this jump is 1.8 sec.
APPLICATION OF QUADRATIC FUNCTIONS
ACTIVITY
Group 1
Factor: 3x² + 10x – 8.
Group 2
Solve for x: 2x² - x = 1.
Group 3
Find f(-3) for f(x) = 2x²
- 5x -7.
Group 4
Find two numbers such
that their sum is 8 and their
product is 6.
SUMMARY
To complete the factored or vertex form to standard form, one should
multiply, expand or distribute the factors.
To convert the standard form to factored form, the quadratic formula 𝒙 =
−𝒃± 𝒃 𝟐−𝟒𝒂𝒄
𝟐𝒂
is used to determine the roots.
To convert the standard form to vertex form, the process called completing
the square can be used.
POST-TEST
Solve the following:
1. Find the zeros of the function: f(x) = -2x2 + 8x - 5..
2. Find either a maximum or minimum value of the function : f(x)= 3x2 +
3x + 2.
3. Find two numbers whose difference is 14 and whose product is a
minimum.
4. A rectangular field is to be fenced off along a river bank, and no fence
is required along the river. The material for the fence costs P320 per
linear foot for the two ends and P480 per linear foot for the side
parallel to the river; P144,000 worth of fence is to be used. Find the
dimensions of the field of largest possible area that can be enclosed
by the P144,000 worth of fence. What is the largest area?
REFERENCES
http://www.google.com.ph/search
https://en.wikipedia.org/wiki/Quadratic_function
Beginning Algebra by Jerome Kaufman and
Karen Schwitters
Workbook in Advance College Algebra by Engr.
Benjamin D. Varela
THANK YOU!!!

Mais conteúdo relacionado

Mais procurados

Factoring the Difference of Two Squares
Factoring the Difference of Two SquaresFactoring the Difference of Two Squares
Factoring the Difference of Two Squares
Nara Cocarelli
 
Simplifying Rational Expressions
Simplifying Rational ExpressionsSimplifying Rational Expressions
Simplifying Rational Expressions
BigMoneyAna
 
Quadratic inequalities
Quadratic inequalitiesQuadratic inequalities
Quadratic inequalities
mstf mstf
 
5.1 Graphing Quadratic Functions
5.1 Graphing Quadratic Functions5.1 Graphing Quadratic Functions
5.1 Graphing Quadratic Functions
hisema01
 
Subtracting polynomials
Subtracting polynomialsSubtracting polynomials
Subtracting polynomials
robertleichner
 

Mais procurados (20)

Rational Exponents
Rational ExponentsRational Exponents
Rational Exponents
 
Factoring Sum and Difference of Two Cubes
Factoring Sum and Difference of Two CubesFactoring Sum and Difference of Two Cubes
Factoring Sum and Difference of Two Cubes
 
Solving Quadratic Equations by Factoring
Solving Quadratic Equations by FactoringSolving Quadratic Equations by Factoring
Solving Quadratic Equations by Factoring
 
Factor Theorem and Remainder Theorem
Factor Theorem and Remainder TheoremFactor Theorem and Remainder Theorem
Factor Theorem and Remainder Theorem
 
Factoring the Difference of Two Squares
Factoring the Difference of Two SquaresFactoring the Difference of Two Squares
Factoring the Difference of Two Squares
 
Slope of a Line
Slope of a LineSlope of a Line
Slope of a Line
 
Division Of Polynomials
Division Of PolynomialsDivision Of Polynomials
Division Of Polynomials
 
Simplifying Rational Expressions
Simplifying Rational ExpressionsSimplifying Rational Expressions
Simplifying Rational Expressions
 
nature of the roots and discriminant
nature of the roots and discriminantnature of the roots and discriminant
nature of the roots and discriminant
 
Math 8 - Linear Inequalities in Two Variables
Math 8 - Linear Inequalities in Two VariablesMath 8 - Linear Inequalities in Two Variables
Math 8 - Linear Inequalities in Two Variables
 
Quadratic inequalities
Quadratic inequalitiesQuadratic inequalities
Quadratic inequalities
 
solving quadratic equations using quadratic formula
solving quadratic equations using quadratic formulasolving quadratic equations using quadratic formula
solving quadratic equations using quadratic formula
 
5.1 Graphing Quadratic Functions
5.1 Graphing Quadratic Functions5.1 Graphing Quadratic Functions
5.1 Graphing Quadratic Functions
 
Illustrates quadratic equation
Illustrates quadratic equationIllustrates quadratic equation
Illustrates quadratic equation
 
Factoring Perfect Square Trinomial
Factoring Perfect Square TrinomialFactoring Perfect Square Trinomial
Factoring Perfect Square Trinomial
 
Factoring general trinomials
Factoring general trinomialsFactoring general trinomials
Factoring general trinomials
 
Rational Expressions
Rational ExpressionsRational Expressions
Rational Expressions
 
Slope Intercept Form
Slope Intercept FormSlope Intercept Form
Slope Intercept Form
 
Functions and Relations
Functions and RelationsFunctions and Relations
Functions and Relations
 
Subtracting polynomials
Subtracting polynomialsSubtracting polynomials
Subtracting polynomials
 

Destaque

The plant kingdom
The plant kingdomThe plant kingdom
The plant kingdom
fugaz004
 

Destaque (13)

5 week cowell's beach soil kelp bacteria
5 week cowell's beach soil kelp bacteria5 week cowell's beach soil kelp bacteria
5 week cowell's beach soil kelp bacteria
 
taylors theorem
taylors theoremtaylors theorem
taylors theorem
 
Unibertsoa
UnibertsoaUnibertsoa
Unibertsoa
 
CV eng Sanseovic 2013
CV eng Sanseovic 2013CV eng Sanseovic 2013
CV eng Sanseovic 2013
 
Cowell Beach Overview 11/14
Cowell Beach Overview 11/14Cowell Beach Overview 11/14
Cowell Beach Overview 11/14
 
The plant kingdom
The plant kingdomThe plant kingdom
The plant kingdom
 
QUALITATIVE RESEARCH
QUALITATIVE RESEARCHQUALITATIVE RESEARCH
QUALITATIVE RESEARCH
 
Fried flounder Charlotte NC
Fried flounder Charlotte NCFried flounder Charlotte NC
Fried flounder Charlotte NC
 
Grit cakes Charlotte NC
Grit cakes Charlotte NCGrit cakes Charlotte NC
Grit cakes Charlotte NC
 
Restaurant Charlotte NC
Restaurant Charlotte NCRestaurant Charlotte NC
Restaurant Charlotte NC
 
Global 3 chapter 1 unit 2
Global 3 chapter 1 unit 2Global 3 chapter 1 unit 2
Global 3 chapter 1 unit 2
 
Global 3 ch 3 unit 3 (24)
Global 3 ch 3 unit 3 (24)Global 3 ch 3 unit 3 (24)
Global 3 ch 3 unit 3 (24)
 
Global 3 ch 3 unit 2 (24)
Global 3 ch 3 unit 2 (24)Global 3 ch 3 unit 2 (24)
Global 3 ch 3 unit 2 (24)
 

Semelhante a QUADRATIC FUNCTIONS

Quadratic Function Presentation
Quadratic Function PresentationQuadratic Function Presentation
Quadratic Function Presentation
RyanWatt
 
Quadraticfunctionpresentation 100127142417-phpapp02
Quadraticfunctionpresentation 100127142417-phpapp02Quadraticfunctionpresentation 100127142417-phpapp02
Quadraticfunctionpresentation 100127142417-phpapp02
Vine Gonzales
 
Algebra lesson 4.2 zeroes of quadratic functions
Algebra lesson 4.2 zeroes of quadratic functionsAlgebra lesson 4.2 zeroes of quadratic functions
Algebra lesson 4.2 zeroes of quadratic functions
pipamutuc
 
Solving quadratic equations[1]
Solving quadratic equations[1]Solving quadratic equations[1]
Solving quadratic equations[1]
RobinFilter
 
Solving quadratic equations
Solving quadratic equationsSolving quadratic equations
Solving quadratic equations
srobbins4
 
Solution 3
Solution 3Solution 3
Solution 3
aldrins
 
Solution 3
Solution 3Solution 3
Solution 3
aldrins
 

Semelhante a QUADRATIC FUNCTIONS (20)

Modeling with Quadratics
Modeling with QuadraticsModeling with Quadratics
Modeling with Quadratics
 
Function
FunctionFunction
Function
 
Quadratic Function Presentation
Quadratic Function PresentationQuadratic Function Presentation
Quadratic Function Presentation
 
Quadraticfunctionpresentation 100127142417-phpapp02
Quadraticfunctionpresentation 100127142417-phpapp02Quadraticfunctionpresentation 100127142417-phpapp02
Quadraticfunctionpresentation 100127142417-phpapp02
 
Module 1 quadratic functions
Module 1   quadratic functionsModule 1   quadratic functions
Module 1 quadratic functions
 
Grph quad fncts
Grph quad fnctsGrph quad fncts
Grph quad fncts
 
Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)
 
Algebra lesson 4.2 zeroes of quadratic functions
Algebra lesson 4.2 zeroes of quadratic functionsAlgebra lesson 4.2 zeroes of quadratic functions
Algebra lesson 4.2 zeroes of quadratic functions
 
1_Representation_of_Functions.pptx
1_Representation_of_Functions.pptx1_Representation_of_Functions.pptx
1_Representation_of_Functions.pptx
 
1 representation of_functions
1 representation of_functions1 representation of_functions
1 representation of_functions
 
Solving quadratic equations[1]
Solving quadratic equations[1]Solving quadratic equations[1]
Solving quadratic equations[1]
 
Solving quadratic equations
Solving quadratic equationsSolving quadratic equations
Solving quadratic equations
 
5.1 Quadratic Functions
5.1 Quadratic Functions5.1 Quadratic Functions
5.1 Quadratic Functions
 
Form 4 add maths note
Form 4 add maths noteForm 4 add maths note
Form 4 add maths note
 
Module 3 quadratic functions
Module 3   quadratic functionsModule 3   quadratic functions
Module 3 quadratic functions
 
Solution 3
Solution 3Solution 3
Solution 3
 
Evaluating functions
Evaluating functionsEvaluating functions
Evaluating functions
 
Solution 3
Solution 3Solution 3
Solution 3
 
Module 2 linear functions
Module 2   linear functionsModule 2   linear functions
Module 2 linear functions
 
Module 2 exponential functions
Module 2   exponential functionsModule 2   exponential functions
Module 2 exponential functions
 

Mais de Maria Katrina Miranda (12)

Standard american pronunciation
Standard american pronunciationStandard american pronunciation
Standard american pronunciation
 
Telemarketing
TelemarketingTelemarketing
Telemarketing
 
The general sales
The general salesThe general sales
The general sales
 
How to handle difficult customers
How to handle difficult customersHow to handle difficult customers
How to handle difficult customers
 
Customer service
Customer serviceCustomer service
Customer service
 
American culture and geography
American culture and geographyAmerican culture and geography
American culture and geography
 
Assure Method
Assure MethodAssure Method
Assure Method
 
Algebraic expression
Algebraic expression  Algebraic expression
Algebraic expression
 
Assure
AssureAssure
Assure
 
Math 835 report
Math 835 reportMath 835 report
Math 835 report
 
Report in math 830
Report in math 830Report in math 830
Report in math 830
 
Euclidean theories
Euclidean theoriesEuclidean theories
Euclidean theories
 

Último

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Último (20)

REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 

QUADRATIC FUNCTIONS

  • 1. QUADRATIC FUNCTIONS A Report in Basic Concepts of Analysis (Math 827) Maria Katrina P. Miranda MAME-1 Engr. Benjamin D. Varela Professor
  • 2. OBJECTIVES: At the end of the lesson, the students are expected to: 1. Define the terms used and analyze the basic concepts of quadratic functions. 2. Illustrate the graph of quadratic functions. 3. Solve equations and word problems involving quadratic functions.
  • 3. DEFINITION OF TERMS Quadratic Function is one of the form f(x)=ax 2+bx+c, where a, b and c are real numbers and a not equal to zero (a≠0). Parabola is the graph of quadratic function. Quadratic Equation is the result when the quadratic function is set to zero. The Factored Form is the equation f(x)=a(x-x1)(x-x2) where x1 and x2 are the roots of the quadratic function.
  • 4. DEFINITION OF TERMS The Vertex Form is the f(x)=a(x-h)² + k where h and k are the x and y coordinates of the vertex. Minimum of a Quadratic Function happens if a>0 and the graph of f(x)=ax 2+bx+c opens up and the vertex (-b/2a,f(-b/2a)) is the lowest point on the graph, where f(-b/2a) is the minimum value of the function. Maximum of a Quadratic Function is when a<0, then the graph of f(x)=ax 2+bx+c opens down and the vertex (-b/2a,f(-b/2a)) is the highest point on the graph, where f(-b/2a) is the maximum value of the function.
  • 5. PRE-TEST Solve the following: 1. Find the zeros of the function: f(x)= 3x2 + 3x + 2. 2. Find either a maximum or minimum value of f(x) = -2x2 + 8x - 5. 3. Find two numbers whose sum is 10 and whose product is a maximum. 4. A clock manufacturer can produce a particular clock at a cost of P 600 per clock. It is estimated that if the selling price of the clock is “x” pesos, then the number of clocks sold per week is 2,000-x. Determine what the selling price should be in order for the manufacturer’s weekly profit to be maximum.
  • 6. GRAPH OF QUADRATIC FUNCTIONS Suppose we’re given an equation y = x². How do we illustrate the graph? Here are a few steps in graphing the points: 1. Determine the value of x and y. 2. Plot the points in the graph. 3. Trace the points to form a parabola.
  • 7.
  • 8. QUADRATIC EQUATION The Quadratic Formula 𝒙 = −𝒃± 𝒃 𝟐−𝟒𝒂𝒄 𝟐𝒂 can be used to solve any quadratic equation in the form ax 2+bx+c. The final answer should be reduced and have the radical in lowest term. One needs to be careful in reducing the final answer because this step can often be the source of an incorrect answer.
  • 9. QUADRATIC EQUATION Example: Solve x² + 6x + 2 = 0 by the quadratic formula. Solution: Values are, a = 1, b = 6, and c = 2. 𝑥 = −𝑏 ± 𝑏2 − 4𝑎𝑐 2𝑎 𝑥 = −(6)± 62−4(1)(2) 2(1) 𝑥 = −6± 36−8 2 𝑥 = −6± 28 2 Therefore, x1 = -3+√7 and x2 = -3-√7.
  • 11. FACTORED FORM OF QUADRATIC FUNCTIONS A quadratic equation in the variable x in the form of f(x)=ax 2+bx+c, where a, b and c are real numbers and a≠0 and are factorable using integers , can be solved by factoring and applying the property ab=0. The factored form of quadratic function is the f(x)=a(x-x1)(x-x2) where x1 and x2 are the roots of the quadratic function Example: Solve x² + 4x = 21. Solution: x² + 4x = 21 (x+7)(x-3) =0 Therefore, x1 = -7 and x2 = 3.
  • 12. VERTEX FORM OF QUADRATIC FUNCTION Vertex Form: f(x)=a(x-h)² + k where h and k are the x and y coordinates of the vertex. h= -b/(2a) and k = f ( -b/(2a)) The coordinates of the vertex of f(x)=ax 2+bx+c are [ -b/(2a), f ( -b/(2a)) ]
  • 13. VERTEX FORM OF QUADRATIC FUNCTION Example: Find the vertex form of f(x) = 2x² - 8x + 3. Solution: h= -b/(2a) = -(-8) / (2·2) = 2 k = f ( -b/(2a)) = 2(2)² - 8(2) + 3 = -5 The vertex is (2,-5). Substituting into the vertex form f(x)=a(x-h)² + k yields the equation f(x) =2(x-2)² - 5.
  • 14. MAXIMUM AND MINIMUM OF QUADRATIC FUNCTION Theorem 1: The quadratic function defined by f(x)=ax 2+bx+c, where (a≠0), has an extreme value at the point x = -b/(2a). If a > 0 , the extreme value is a minimum value, and if a < 0, the extreme value is a maximum value.
  • 15. Examples: 1. Use Theorem 1 to find either the maximum or minimum value of f(x) = -3x²/2 + 6x – 10. Solution: From the equation ax² + bx + c = 0, let a = -3/2, b = 6, and c = 6. x = - b / (2a) = -6 / [2 ( -3/2) ] x = 2 F(-b/2a) = -3(2)²/2 + 6(2) - 10 = -4 a<0 Therefore, the extreme value is a minimum value that equals to -4. MAXIMUM AND MINIMUM OF QUADRATIC FUNCTION
  • 16. 2. Use Theorem 1 to find either the maximum or minimum value of f(x) = 4x² + 8x + 7 Solution: From the equation ax² + bx + c = 0, let a = 4, b = 8, and c = 7. x = - b / (2a) = -8/ [2 ( 4) ] x = -1 F(-b/2a) = 4(-1)² + 8(-1) + 7 = 3 a>0 Therefore, the extreme value is a maximum value that equals to 3. MAXIMUM AND MINIMUM OF QUADRATIC FUNCTION
  • 17. Example: Find the range of f(x) = -2x² - 6x – 1. Determine the values of x for which f(x) = 3. Solution: h = -b/2a = -6/ (2)(-2) = -3/2 k = f(-3/2) = -2(-3/2)-6(-3/2)-1 = 7/2 The vertex is (-3/2,7/2). Because the parabola opens down, 7/2 is the maximum value of f. Therefore, the range of f is {y|y ≤ 7/2} f(x) = 3 -2x² - 6x – 1 = 3 -2(x+1)(x+2) = 0 Therefore, the values of x are -1 and -2. RANGE OF A QUADRATIC FUNCTION
  • 18. Problem: The height h(t), in feet, of a snowboarder t seconds after beginning a certain jump can be approximated by h(t) = -16t² + 22.9t + 9. If the snowboarder lands at a point that is 3 feet below the base of the jump, determine the time the snowboarder is in the air for this jump. Solution: h(t) = -3, where the snowboarder lands below the base of the jump h(t) = -16t² + 22.9t + 9 -3 = -16t² + 22.9t + 9 0 = -16t² + 22.9t + 12 t = −22.9± 22.92−4(−16)(12) 2(−16) t = -0.4 or 1.8 Since negative time is not possible, the time for this jump is 1.8 sec. APPLICATION OF QUADRATIC FUNCTIONS
  • 19. ACTIVITY Group 1 Factor: 3x² + 10x – 8. Group 2 Solve for x: 2x² - x = 1. Group 3 Find f(-3) for f(x) = 2x² - 5x -7. Group 4 Find two numbers such that their sum is 8 and their product is 6.
  • 20. SUMMARY To complete the factored or vertex form to standard form, one should multiply, expand or distribute the factors. To convert the standard form to factored form, the quadratic formula 𝒙 = −𝒃± 𝒃 𝟐−𝟒𝒂𝒄 𝟐𝒂 is used to determine the roots. To convert the standard form to vertex form, the process called completing the square can be used.
  • 21. POST-TEST Solve the following: 1. Find the zeros of the function: f(x) = -2x2 + 8x - 5.. 2. Find either a maximum or minimum value of the function : f(x)= 3x2 + 3x + 2. 3. Find two numbers whose difference is 14 and whose product is a minimum. 4. A rectangular field is to be fenced off along a river bank, and no fence is required along the river. The material for the fence costs P320 per linear foot for the two ends and P480 per linear foot for the side parallel to the river; P144,000 worth of fence is to be used. Find the dimensions of the field of largest possible area that can be enclosed by the P144,000 worth of fence. What is the largest area?
  • 22. REFERENCES http://www.google.com.ph/search https://en.wikipedia.org/wiki/Quadratic_function Beginning Algebra by Jerome Kaufman and Karen Schwitters Workbook in Advance College Algebra by Engr. Benjamin D. Varela