SlideShare a Scribd company logo
GRAPHING QUADRATIC EQUATIONS
Graph y=2x2-8x+6
Solution:
Note: Coefficients for this function are a= 2, b= -8, and c= 6. Since a>0, the parabola opens
    up.
1. Find and plot the vertex. The x-coordinate is:
     x=     -b/     = --8/2(2) = 2
               2a

  The y-coordinate is:
     y = 2(2)2 – 8(2) + 6 = -2
  So, the vertex is (2, -2).
2. Draw the axis of symmetry x = 2.
3. Plot two points on one side of the axis of symmetry, such as (1,0) and (0,6). Use symmetry
     to plot two or more points, such as (3,0) and (4,6).
4. Draw a parabola through the plotted points.
-----------------------------------
The quadratic function y = ax2 + bx + c is written in standard form.
GRAPHING A QUADRATIC FUNCTION IN VERTEX FORM
Graph y = -1/2 (x +3)2 + 4
Solution:
The function is in vertex form y = a(x – h)2 + k where a = -1/2, h = -3, and k = 4. Since a < 0, the
    parabola opens down. To graph the function, first plot the vertex (h, k) = (-3, 4). Draw the
    axis of symmetry x = -3 and plot two points on one side of it, such as (-1, 2) and (1, -4).
    Use symmetry to complete the graph.
GRAPHING A QUADRATIC FUNCTION IN INTERCEPT FORM
Graph y = -( x + 2)( x – 4).
Solution:
The quadratic function is in intercept form y = a( x – p)( x – q) where a = -1, p = -2. and q = 4. The x-
    intercepts occur at ( -2,0) and ( 4, 0). The axis of symmetry lies halfway between these points, at
    x = 1. So, the x-coordinate of the vertex is x = 1 and the y-coordinate of the vertex is:
              y = -( 1 + 2)( 1 - 4) = 9
The graph of the function is shown.
WRITING QUADRATIC FUNCTIONS IN STANDARD FORM
Write the quadratic function in standard form.
a.     Y = -( x+4)( x – 9)                   b. y = 3( x – 1)2 +8
Solution:
     a. y = -( x +4)( x – 9)       Write original function.
         = -( x2 – 9x +4x – 36) Multiply by using FOIL.
         = -( x2 – 5x – 36)        Combine like terms.
         = -x2 + 5x +36            Use distributive property.
     b. y = 3( x – 1)2 +8          Write original function.
         = 3( x – 1)( x – 1) + 8    Rewrite ( x - 1)2.
         = 3(x2 - x – x + 1) + 8    Multiply using FOIL.
         = 3( x2 – 2x + 1) +8       Combine like terms.
         = 3x2 – 6x + 3 + 8        Use distributive property.
         = 3x2 – 6x + 11            Combine like terms.
SOLVING QUADRATIC EQUATIONS WITH FACTORING
( X + 3)( X + 5) can be written as x2 + 8x + 15. The expressions x + 3 and x + 5 are
     binominals because they have two terms. The expression x2 + 8x + 15 is a
     trinomial because it has three terms. You can use factoring to write a trinomial as
     a product of binominals. To factor x2 + bx + c, find integers m and n such that:
         x2 + bx + c = ( x + m)( x + n)
                     = x2 + ( m + n)x + mn
So, the sum of m and n must equal b and the product of m and n must equal c.
Factoring Shortcuts:
    Difference of Two Squares:      a2 – b2 = (a + b)(a – b), Example: x2 – 9 = ( x + 3)( x –
    3)
    Perfect Square Trinomial:       a2 + 2ab + b2 = ( a + b)2, Example: x2 +12x + 36 = ( x
    +6)2
                           a2 - 2ab + b2 = ( a - b)2, Example: x2 – 8x + 16 = ( x – 4)2
FACTORING A TRINOMIAL OF THE FORM X2 + BX + C
    Factor x2 - 12x – 28
    Solution:
         You want x2 – 12x – 28 = ( x + m)(x + n) where mn = -28 and m + n = -12.

Factors of -28    -1, 28       1, -28        -2, 14        2, -14         -4, 7      4, -7
   (m, n)
Sum of factors     27           -27            12           -12            3          -3
  ( m + n)




    The table shows that m = 2 and n = -14. So, x2 – 12x – 28 = ( x + 2)( x – 14).
FACTORING A TRINOMIAL OF THE FORM AX2 + BX + C
Factor 3x2 – 17x + 10.
Solution:
You want 3x2 – 17x + 10 = ( kx + m)( lx + n ) where k and l are factors of 3 and m and n
   are (negative) factors of 10. Check possible factorization by multiplying.
        ( 3x – 10)( x – 1) = 3x2 – 11x + 10      ( 3x – 1)( x – 10) = 3x2 – 31x + 10
        ( 3x – 5)( x – 2) = 3x2 – 11x + 10       ( 3x – 2)( x – 5) = 3x2 – 17x + 10    
    Correct


The correct factorization is 3x2 – 17x + 10 = ( 3x – 2)( x – 5).
SOLVING QUADRATIC EQUATIONS BY FINDING SQUARE ROOTS

A number r is a square root of a number s if r2 = . A positive number s has two square
    roots denoted by √s and - √s. The symbol √ is a radical sign, the number s beneath
    the radical sign is the radicand, and the expression √s is a radical. For
    example, since 32 = 9 and ( -3)2 = 9, the two square roots of 9 are √9 = 3 and - √9 = -
    3. You can use a calculator to approximate √s when s is not a perfect square. For
    instance, √2 ≈ 1,414.
Example: Using Properties of Square Roots
    Simplify the expression:
           a. √24 = √4 * √6 = 2 √6           b. √6 * √15 = √90 = √9 * √10 = 3 √16
           c. √7/16 = √7/√16 = √7/4          d. √7/2 = √7/√2 * √2/√2 = √14/2
In part (d) of this example, the square root in the denominator of 7/2 was eliminated by
    multiplying both the numerator and denominator by √2. This process is called
    rationalizing the denominator. You can use square roots to solve some types of
    quadratic equations.
SOLVING A QUADRATIC EQUATION (√)
Solve 2x2 + 1 = 17
Solution:
    Begin by writing the equation in the form x2 = s.
            2x2 + 1 = 17          Write original equation.
            2x2 = 16              Subtract 1 from each side.
            x2 = 8                Divide each side by 2.
            x = +/- √8            Take square roots of each side.
            x = +/- 2 √2          Simplify.
The solutions are 2√2 and -2√2.
SOLVING A QUADRATIC EQUATION (√)
Solve 1/3( x + 5)2 = 7
Solution:
     1/        x + 5)2 = 7
          3(                     Write original equation.
    ( x + 5)2 = 21               Multiply each side by 3
    x + 5 = +/- √21              Take square roots of each side.
    x = -5 +/- √21               Subtract 5 from each side.
The solutions are -5 + √21 and -5 - √21.
COMPLETING THE SQUARE
Completing the square is a process that allows you to write an expression of the form
   x2 + bx as the square of a binomial. This process can be illustrated by using an
   area model too.
Example: Completing The Square
Find the value of c that makes x2 – 7x + c, note that b = -7, therefore:
    c = (b/2)2 = (-7/2)2 = 49/4
Use this value of c to write x2 – 7x + c as a perfect square trinomial, and then as the
   square of a binomial.
    x2 – 7x + c = x2 – 7x + 49/4   Perfect square trinomial.
    = ( x – 7/2)2                  Square of a binomial: ( x + b/2)2
SOLVING A QUADRATIC EQUATION IF THE COEFFICIENT OF X2 IS NOT 1

Solve 3x2 – 6x + 12 = 0 by completing the square.
Solution:
     3x2 – 6x + 12 = 0                   Write original equation.
     x2 – 2x + 4 = 0                     Divide each side by the coefficient of x2.
     x2 – 2x = -4                        Write the left side in the form of x2 + bx.
     x2 – 2x + (-1)2 = -4 + 1                          Add (-2/2)2 = (-1)2 = 1 to each side.
     ( x – 1)2 = -3                      Write the left side as a binomial squared.
     x – 1 = +/- √-3                     Take square roots of each side.
     x = 1 +/- √-3                       Solve for x
     x = 1 +/- i√3                       Write in terms of imaginary unit i.
The solutions are 1 + i√3 and 1 - i√3.
Because these solutions are imaginary, you cannot check them graphically. However, you can check
    the solutions algebraically by substituting them back into the original equation.
SOLVING A QUADRATIC EQUATION IF THE COEFFICIENT OF X2 IS 1

Solve x2 + 10x – 3 = 0 by completing the square.
Solution:
    x2 + 10x – 3 = 0              Write original equation.
    x2 + 10x = 3                  Write the left side in the form x2 + bx.
    x2 + 10x +52 = 3 + 25                     Add (10/2)2 = 52 = 25 to each side.
    ( x + 5)2 = 28                Write the left side as a binomial squared.
    x + 5 = +/- √28               Take square roots of each side.
    x = -5 +/- √28                Solve for x.
    x = -5 +/- 2 √7               Simplify.
The solutions are -5 + 2 √7 and -5 - 2 √7.
QUADRATIC FORMULA AND DISCRIMINANT
The Quadratic Formula:
   Let a, b, and c be real numbers such that a ≠ 0. The solutions of the quadratic
   equation ax2 + bx + c = 0 are:
                               x = -b +/- √b2 – 4ac/ 2a


Remember that before you apply the quadratic formula to a quadratic equation, you
   must write the equation in standard form, ax2 + bx + c = 0.
SOLVING A QUADRATIC EQUATION WITH TWO REAL SOLUTIONS

Solve 2x2 + x = 5
Solution:
     2x2 + x = 5                               Write original equation.
     2x2 + x – 5 = 0                           Write in standard form.
                   2 – 4ac
     x = -b +/- √b         /   2a              Quadratic formula
     x = -1 +/- √12 – 4(2)(-5)/     2(2)       a = 2, b = 1, c = -5
     x = -1 +/- √41/4                          Simplify.


     The solutions are x = -1 +/- √41/4 ≈ 1.35, and x = -1 +/- √41/4 ≈ 1.85

More Related Content

What's hot

Multiplying & dividing rational expressions
Multiplying & dividing rational expressionsMultiplying & dividing rational expressions
Multiplying & dividing rational expressions
DaisyListening
 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
Mark Ryder
 
1.7 sign charts of factorable formulas t
1.7 sign charts of factorable formulas t1.7 sign charts of factorable formulas t
1.7 sign charts of factorable formulas t
math260
 
Strategic Intervention Materials
Strategic Intervention MaterialsStrategic Intervention Materials
Strategic Intervention Materials
Brian Mary
 
GR 8 Math Powerpoint about Polynomial Techniques
GR 8 Math Powerpoint about Polynomial TechniquesGR 8 Math Powerpoint about Polynomial Techniques
GR 8 Math Powerpoint about Polynomial Techniques
reginaatin
 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1
Harsh Arora
 
Presentation on quadratic equation
Presentation on quadratic equationPresentation on quadratic equation
Presentation on quadratic equation
SurajKumar1560
 
1.2 algebraic expressions t
1.2 algebraic expressions t1.2 algebraic expressions t
1.2 algebraic expressions t
math260
 
Polynomials and factoring
Polynomials and factoringPolynomials and factoring
Polynomials and factoring
Shilpi Singh
 
QUADRATIC EQUATIONS
QUADRATIC EQUATIONSQUADRATIC EQUATIONS
QUADRATIC EQUATIONS
hiratufail
 
Quadratic equations ppt
Quadratic equations pptQuadratic equations ppt
Quadratic equations ppt
Doreen Mhizha
 
0303 ch 3 day 3
0303 ch 3 day 30303 ch 3 day 3
0303 ch 3 day 3
festivalelmo
 
Grade mathematics: Quadratic Inequalities
Grade mathematics: Quadratic InequalitiesGrade mathematics: Quadratic Inequalities
Grade mathematics: Quadratic Inequalities
Sofia Ty
 
Solving Word Problems Involving Quadratic Equations
Solving Word Problems Involving Quadratic EquationsSolving Word Problems Involving Quadratic Equations
Solving Word Problems Involving Quadratic Equations
kliegey524
 
Module 2 polynomial functions
Module 2   polynomial functionsModule 2   polynomial functions
Module 2 polynomial functions
dionesioable
 
1.3 solving equations y
1.3 solving equations y1.3 solving equations y
1.3 solving equations y
math260
 
Quadratic Formula Presentation
Quadratic Formula PresentationQuadratic Formula Presentation
Quadratic Formula Presentation
anjuli1580
 
Quadratic equations lesson 3
Quadratic equations lesson 3Quadratic equations lesson 3
Quadratic equations lesson 3
KathManarang
 
Ch03 4
Ch03 4Ch03 4
Ch03 4
Rendy Robert
 

What's hot (19)

Multiplying & dividing rational expressions
Multiplying & dividing rational expressionsMultiplying & dividing rational expressions
Multiplying & dividing rational expressions
 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
 
1.7 sign charts of factorable formulas t
1.7 sign charts of factorable formulas t1.7 sign charts of factorable formulas t
1.7 sign charts of factorable formulas t
 
Strategic Intervention Materials
Strategic Intervention MaterialsStrategic Intervention Materials
Strategic Intervention Materials
 
GR 8 Math Powerpoint about Polynomial Techniques
GR 8 Math Powerpoint about Polynomial TechniquesGR 8 Math Powerpoint about Polynomial Techniques
GR 8 Math Powerpoint about Polynomial Techniques
 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1
 
Presentation on quadratic equation
Presentation on quadratic equationPresentation on quadratic equation
Presentation on quadratic equation
 
1.2 algebraic expressions t
1.2 algebraic expressions t1.2 algebraic expressions t
1.2 algebraic expressions t
 
Polynomials and factoring
Polynomials and factoringPolynomials and factoring
Polynomials and factoring
 
QUADRATIC EQUATIONS
QUADRATIC EQUATIONSQUADRATIC EQUATIONS
QUADRATIC EQUATIONS
 
Quadratic equations ppt
Quadratic equations pptQuadratic equations ppt
Quadratic equations ppt
 
0303 ch 3 day 3
0303 ch 3 day 30303 ch 3 day 3
0303 ch 3 day 3
 
Grade mathematics: Quadratic Inequalities
Grade mathematics: Quadratic InequalitiesGrade mathematics: Quadratic Inequalities
Grade mathematics: Quadratic Inequalities
 
Solving Word Problems Involving Quadratic Equations
Solving Word Problems Involving Quadratic EquationsSolving Word Problems Involving Quadratic Equations
Solving Word Problems Involving Quadratic Equations
 
Module 2 polynomial functions
Module 2   polynomial functionsModule 2   polynomial functions
Module 2 polynomial functions
 
1.3 solving equations y
1.3 solving equations y1.3 solving equations y
1.3 solving equations y
 
Quadratic Formula Presentation
Quadratic Formula PresentationQuadratic Formula Presentation
Quadratic Formula Presentation
 
Quadratic equations lesson 3
Quadratic equations lesson 3Quadratic equations lesson 3
Quadratic equations lesson 3
 
Ch03 4
Ch03 4Ch03 4
Ch03 4
 

Similar to Algebra slideshow

Quadratic Function Presentation
Quadratic Function PresentationQuadratic Function Presentation
Quadratic Function Presentation
RyanWatt
 
1.3 solving equations t
1.3 solving equations t1.3 solving equations t
1.3 solving equations t
math260
 
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
 
Chithra
ChithraChithra
Bonus math project
Bonus math projectBonus math project
Bonus math project
Kenton Hemsing
 
First Quarter - Chapter 2 - Quadratic Equation
First Quarter - Chapter 2 - Quadratic EquationFirst Quarter - Chapter 2 - Quadratic Equation
First Quarter - Chapter 2 - Quadratic Equation
Ver Louie Gautani
 
C2 st lecture 2 handout
C2 st lecture 2 handoutC2 st lecture 2 handout
C2 st lecture 2 handout
fatima d
 
Quadraticfunctionpresentation 100127142417-phpapp02
Quadraticfunctionpresentation 100127142417-phpapp02Quadraticfunctionpresentation 100127142417-phpapp02
Quadraticfunctionpresentation 100127142417-phpapp02
Vine Gonzales
 
10.6
10.610.6
10.6
nglaze10
 
Function
FunctionFunction
Function
KAZEMBETVOnline
 
Module 3 quadratic functions
Module 3   quadratic functionsModule 3   quadratic functions
Module 3 quadratic functions
dionesioable
 
Advance algebra
Advance algebraAdvance algebra
Advance algebra
lyra matalubos
 
Quadratic Equation
Quadratic EquationQuadratic Equation
Quadratic Equation
NayanKohare
 
Pptpersamaankuadrat 150205080445-conversion-gate02
Pptpersamaankuadrat 150205080445-conversion-gate02Pptpersamaankuadrat 150205080445-conversion-gate02
Pptpersamaankuadrat 150205080445-conversion-gate02
MasfuahFuah
 
rational equation transformable to quadratic equation.pptx
rational equation transformable to quadratic equation.pptxrational equation transformable to quadratic equation.pptx
rational equation transformable to quadratic equation.pptx
RizaCatli2
 
Solving Equations Transformable to Quadratic Equation Including Rational Alge...
Solving Equations Transformable to Quadratic Equation Including Rational Alge...Solving Equations Transformable to Quadratic Equation Including Rational Alge...
Solving Equations Transformable to Quadratic Equation Including Rational Alge...
Cipriano De Leon
 
Chapter 2
Chapter  2Chapter  2
Chapter 2
jennytuazon01630
 
Perfect square of Binomials
Perfect square of BinomialsPerfect square of Binomials
Perfect square of Binomials
Roy Vincent Corpuz
 
Las expresiones algebraicas y Factorización de productos notables
Las expresiones algebraicas y Factorización de productos notables Las expresiones algebraicas y Factorización de productos notables
Las expresiones algebraicas y Factorización de productos notables
MariannaPatacnMosque
 

Similar to Algebra slideshow (20)

Quadratic Function Presentation
Quadratic Function PresentationQuadratic Function Presentation
Quadratic Function Presentation
 
1.3 solving equations t
1.3 solving equations t1.3 solving equations t
1.3 solving equations t
 
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
 
Chithra
ChithraChithra
Chithra
 
Bonus math project
Bonus math projectBonus math project
Bonus math project
 
First Quarter - Chapter 2 - Quadratic Equation
First Quarter - Chapter 2 - Quadratic EquationFirst Quarter - Chapter 2 - Quadratic Equation
First Quarter - Chapter 2 - Quadratic Equation
 
C2 st lecture 2 handout
C2 st lecture 2 handoutC2 st lecture 2 handout
C2 st lecture 2 handout
 
Quadraticfunctionpresentation 100127142417-phpapp02
Quadraticfunctionpresentation 100127142417-phpapp02Quadraticfunctionpresentation 100127142417-phpapp02
Quadraticfunctionpresentation 100127142417-phpapp02
 
10.6
10.610.6
10.6
 
Function
FunctionFunction
Function
 
Module 3 quadratic functions
Module 3   quadratic functionsModule 3   quadratic functions
Module 3 quadratic functions
 
Advance algebra
Advance algebraAdvance algebra
Advance algebra
 
Quadratic Equation
Quadratic EquationQuadratic Equation
Quadratic Equation
 
Pptpersamaankuadrat 150205080445-conversion-gate02
Pptpersamaankuadrat 150205080445-conversion-gate02Pptpersamaankuadrat 150205080445-conversion-gate02
Pptpersamaankuadrat 150205080445-conversion-gate02
 
rational equation transformable to quadratic equation.pptx
rational equation transformable to quadratic equation.pptxrational equation transformable to quadratic equation.pptx
rational equation transformable to quadratic equation.pptx
 
Solving Equations Transformable to Quadratic Equation Including Rational Alge...
Solving Equations Transformable to Quadratic Equation Including Rational Alge...Solving Equations Transformable to Quadratic Equation Including Rational Alge...
Solving Equations Transformable to Quadratic Equation Including Rational Alge...
 
Chapter 2
Chapter  2Chapter  2
Chapter 2
 
Perfect square of Binomials
Perfect square of BinomialsPerfect square of Binomials
Perfect square of Binomials
 
Las expresiones algebraicas y Factorización de productos notables
Las expresiones algebraicas y Factorización de productos notables Las expresiones algebraicas y Factorización de productos notables
Las expresiones algebraicas y Factorización de productos notables
 

Recently uploaded

How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
taiba qazi
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
Nguyen Thanh Tu Collection
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
TechSoup
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
Celine George
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
History of Stoke Newington
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Fajar Baskoro
 

Recently uploaded (20)

How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
 

Algebra slideshow

  • 1.
  • 2. GRAPHING QUADRATIC EQUATIONS Graph y=2x2-8x+6 Solution: Note: Coefficients for this function are a= 2, b= -8, and c= 6. Since a>0, the parabola opens up. 1. Find and plot the vertex. The x-coordinate is: x= -b/ = --8/2(2) = 2 2a The y-coordinate is: y = 2(2)2 – 8(2) + 6 = -2 So, the vertex is (2, -2). 2. Draw the axis of symmetry x = 2. 3. Plot two points on one side of the axis of symmetry, such as (1,0) and (0,6). Use symmetry to plot two or more points, such as (3,0) and (4,6). 4. Draw a parabola through the plotted points. ----------------------------------- The quadratic function y = ax2 + bx + c is written in standard form.
  • 3. GRAPHING A QUADRATIC FUNCTION IN VERTEX FORM Graph y = -1/2 (x +3)2 + 4 Solution: The function is in vertex form y = a(x – h)2 + k where a = -1/2, h = -3, and k = 4. Since a < 0, the parabola opens down. To graph the function, first plot the vertex (h, k) = (-3, 4). Draw the axis of symmetry x = -3 and plot two points on one side of it, such as (-1, 2) and (1, -4). Use symmetry to complete the graph.
  • 4. GRAPHING A QUADRATIC FUNCTION IN INTERCEPT FORM Graph y = -( x + 2)( x – 4). Solution: The quadratic function is in intercept form y = a( x – p)( x – q) where a = -1, p = -2. and q = 4. The x- intercepts occur at ( -2,0) and ( 4, 0). The axis of symmetry lies halfway between these points, at x = 1. So, the x-coordinate of the vertex is x = 1 and the y-coordinate of the vertex is: y = -( 1 + 2)( 1 - 4) = 9 The graph of the function is shown.
  • 5. WRITING QUADRATIC FUNCTIONS IN STANDARD FORM Write the quadratic function in standard form. a. Y = -( x+4)( x – 9) b. y = 3( x – 1)2 +8 Solution: a. y = -( x +4)( x – 9) Write original function. = -( x2 – 9x +4x – 36) Multiply by using FOIL. = -( x2 – 5x – 36) Combine like terms. = -x2 + 5x +36 Use distributive property. b. y = 3( x – 1)2 +8 Write original function. = 3( x – 1)( x – 1) + 8 Rewrite ( x - 1)2. = 3(x2 - x – x + 1) + 8 Multiply using FOIL. = 3( x2 – 2x + 1) +8 Combine like terms. = 3x2 – 6x + 3 + 8 Use distributive property. = 3x2 – 6x + 11 Combine like terms.
  • 6. SOLVING QUADRATIC EQUATIONS WITH FACTORING ( X + 3)( X + 5) can be written as x2 + 8x + 15. The expressions x + 3 and x + 5 are binominals because they have two terms. The expression x2 + 8x + 15 is a trinomial because it has three terms. You can use factoring to write a trinomial as a product of binominals. To factor x2 + bx + c, find integers m and n such that: x2 + bx + c = ( x + m)( x + n) = x2 + ( m + n)x + mn So, the sum of m and n must equal b and the product of m and n must equal c. Factoring Shortcuts: Difference of Two Squares: a2 – b2 = (a + b)(a – b), Example: x2 – 9 = ( x + 3)( x – 3) Perfect Square Trinomial: a2 + 2ab + b2 = ( a + b)2, Example: x2 +12x + 36 = ( x +6)2 a2 - 2ab + b2 = ( a - b)2, Example: x2 – 8x + 16 = ( x – 4)2
  • 7. FACTORING A TRINOMIAL OF THE FORM X2 + BX + C Factor x2 - 12x – 28 Solution: You want x2 – 12x – 28 = ( x + m)(x + n) where mn = -28 and m + n = -12. Factors of -28 -1, 28 1, -28 -2, 14 2, -14 -4, 7 4, -7 (m, n) Sum of factors 27 -27 12 -12 3 -3 ( m + n) The table shows that m = 2 and n = -14. So, x2 – 12x – 28 = ( x + 2)( x – 14).
  • 8. FACTORING A TRINOMIAL OF THE FORM AX2 + BX + C Factor 3x2 – 17x + 10. Solution: You want 3x2 – 17x + 10 = ( kx + m)( lx + n ) where k and l are factors of 3 and m and n are (negative) factors of 10. Check possible factorization by multiplying. ( 3x – 10)( x – 1) = 3x2 – 11x + 10 ( 3x – 1)( x – 10) = 3x2 – 31x + 10 ( 3x – 5)( x – 2) = 3x2 – 11x + 10 ( 3x – 2)( x – 5) = 3x2 – 17x + 10  Correct The correct factorization is 3x2 – 17x + 10 = ( 3x – 2)( x – 5).
  • 9. SOLVING QUADRATIC EQUATIONS BY FINDING SQUARE ROOTS A number r is a square root of a number s if r2 = . A positive number s has two square roots denoted by √s and - √s. The symbol √ is a radical sign, the number s beneath the radical sign is the radicand, and the expression √s is a radical. For example, since 32 = 9 and ( -3)2 = 9, the two square roots of 9 are √9 = 3 and - √9 = - 3. You can use a calculator to approximate √s when s is not a perfect square. For instance, √2 ≈ 1,414. Example: Using Properties of Square Roots Simplify the expression: a. √24 = √4 * √6 = 2 √6 b. √6 * √15 = √90 = √9 * √10 = 3 √16 c. √7/16 = √7/√16 = √7/4 d. √7/2 = √7/√2 * √2/√2 = √14/2 In part (d) of this example, the square root in the denominator of 7/2 was eliminated by multiplying both the numerator and denominator by √2. This process is called rationalizing the denominator. You can use square roots to solve some types of quadratic equations.
  • 10. SOLVING A QUADRATIC EQUATION (√) Solve 2x2 + 1 = 17 Solution: Begin by writing the equation in the form x2 = s. 2x2 + 1 = 17 Write original equation. 2x2 = 16 Subtract 1 from each side. x2 = 8 Divide each side by 2. x = +/- √8 Take square roots of each side. x = +/- 2 √2 Simplify. The solutions are 2√2 and -2√2.
  • 11. SOLVING A QUADRATIC EQUATION (√) Solve 1/3( x + 5)2 = 7 Solution: 1/ x + 5)2 = 7 3( Write original equation. ( x + 5)2 = 21 Multiply each side by 3 x + 5 = +/- √21 Take square roots of each side. x = -5 +/- √21 Subtract 5 from each side. The solutions are -5 + √21 and -5 - √21.
  • 12. COMPLETING THE SQUARE Completing the square is a process that allows you to write an expression of the form x2 + bx as the square of a binomial. This process can be illustrated by using an area model too. Example: Completing The Square Find the value of c that makes x2 – 7x + c, note that b = -7, therefore: c = (b/2)2 = (-7/2)2 = 49/4 Use this value of c to write x2 – 7x + c as a perfect square trinomial, and then as the square of a binomial. x2 – 7x + c = x2 – 7x + 49/4 Perfect square trinomial. = ( x – 7/2)2 Square of a binomial: ( x + b/2)2
  • 13. SOLVING A QUADRATIC EQUATION IF THE COEFFICIENT OF X2 IS NOT 1 Solve 3x2 – 6x + 12 = 0 by completing the square. Solution: 3x2 – 6x + 12 = 0 Write original equation. x2 – 2x + 4 = 0 Divide each side by the coefficient of x2. x2 – 2x = -4 Write the left side in the form of x2 + bx. x2 – 2x + (-1)2 = -4 + 1 Add (-2/2)2 = (-1)2 = 1 to each side. ( x – 1)2 = -3 Write the left side as a binomial squared. x – 1 = +/- √-3 Take square roots of each side. x = 1 +/- √-3 Solve for x x = 1 +/- i√3 Write in terms of imaginary unit i. The solutions are 1 + i√3 and 1 - i√3. Because these solutions are imaginary, you cannot check them graphically. However, you can check the solutions algebraically by substituting them back into the original equation.
  • 14. SOLVING A QUADRATIC EQUATION IF THE COEFFICIENT OF X2 IS 1 Solve x2 + 10x – 3 = 0 by completing the square. Solution: x2 + 10x – 3 = 0 Write original equation. x2 + 10x = 3 Write the left side in the form x2 + bx. x2 + 10x +52 = 3 + 25 Add (10/2)2 = 52 = 25 to each side. ( x + 5)2 = 28 Write the left side as a binomial squared. x + 5 = +/- √28 Take square roots of each side. x = -5 +/- √28 Solve for x. x = -5 +/- 2 √7 Simplify. The solutions are -5 + 2 √7 and -5 - 2 √7.
  • 15. QUADRATIC FORMULA AND DISCRIMINANT The Quadratic Formula: Let a, b, and c be real numbers such that a ≠ 0. The solutions of the quadratic equation ax2 + bx + c = 0 are: x = -b +/- √b2 – 4ac/ 2a Remember that before you apply the quadratic formula to a quadratic equation, you must write the equation in standard form, ax2 + bx + c = 0.
  • 16. SOLVING A QUADRATIC EQUATION WITH TWO REAL SOLUTIONS Solve 2x2 + x = 5 Solution: 2x2 + x = 5 Write original equation. 2x2 + x – 5 = 0 Write in standard form. 2 – 4ac x = -b +/- √b / 2a Quadratic formula x = -1 +/- √12 – 4(2)(-5)/ 2(2) a = 2, b = 1, c = -5 x = -1 +/- √41/4 Simplify. The solutions are x = -1 +/- √41/4 ≈ 1.35, and x = -1 +/- √41/4 ≈ 1.85