SlideShare a Scribd company logo
1 of 16
Quadratic Equations
Prepared by:
Sharda Chauhan
TGT Mathematics
Class 10
Definition
• In mathematics, a quadratic equation is a
polynomial equation of the second degree. The
general form is
ax2
bx c 0
• where x represents a variable or an unknown,
and a, b, and c are constants with a ≠ 0. (If
a = 0, the equation is a linear equation.)
• The constants a, b, and c are called
respectively, the quadratic coefficient, the linear
coefficient and the constant term or free term.
Quadratic & Roots
Quadratic: A polynomial of degree=2
y= ax2+bx+c
is a quadratic equation. (a 0 )
Here is an example of one:
• The name Quadratic comes from "quad" meaning square,
because the variable gets squared (like x2).
• It is also called an "Equation of Degree 2" (because of the "2"
on the x)
Roots
,a≠0
 A real number α is called a root of the
quadratic equation
if aα2 + bα2 + c = 0.
 If α is a root of ,then we
say that:
(i) x= α satisfies the equation ax2+bx+c =0
Or (ii) x= α is a solution of the equation
ax2+bx+c =0
 The Root of a quadratic equation ax2+bx+c
=0 are called zeros of the polynomial
ax2+bx+c .
More Examples of
Quadratic Equations


In this one a=2, b=5 and c=3.
This one is a little more tricky:
Where is a? In fact a=1, as we don't usually
write "1x2“ b = -3 and where is c? Well, c=0, so
is not shown.
Oops! This one is not a
quadratic equation, because it is missing x2 (in
other words a=0, and that means it can't be
quadratic)

Hidden Quadratic
Equations!
So far we have seen the "Standard Form" of a Quadratic
Equation:
But sometimes a quadratic equation doesn't look like that..!
Here are some examples of different form:
In disguise In Standard Form a, b and c
x2 = 3x -1 Move all terms to
left hand side
x2 - 3x + 1 = 0 a=1, b=-3, c=1
2(w2 - 2w) = 5 Expand (undo the
brackets), and
move 5 to left
2w2 - 4w - 5 = 0 a=2, b=-4, c=-5
z(z-1) = 3 Expand, and move
3 to left
z2 - z - 3 = 0 a=1, b=-1, c=-3
5 + 1/x - 1/x2 = 0 Multiply by x2 5x2 + x - 1 = 0 a=5, b=1, c=-1
How To Solve It?
There are 3 ways to find the solutions:
 We can Factor the Quadratic (find what to multiply to make the
Quadratic Equation)
 We can Complete the Square, or
 We can use the special Quadratic Formula:
Thus ax2+bx+c =0 has two roots α and β, given by
α = β=
2a
b 4ac
b2
2a
b 4ac
b2
Discriminant
 The expression b2 - 4ac in the formula
 It is called the Discriminant, because it can "discriminate"
between the possible types of answer.It can be denoted by “D”
 when b2 - 4ac, D is positive, you get two real solutions
 when it is zero you get just ONE real solution (both answers are
the same)
 when it is negative you get two Complex solutions
Value of D Nature of Roots Roots
D > 0 Real and Unequal [(-b±√D)/2a]
D = 0 Real and Equal Each root = (-b/2a)
D < 0 No real roots None
Continue..
 Answer: x = -0.2 or x = -1
 Check -0.2: 5×(-0.2)² + 6×(-0.2) + 1
= 5×(0.04) + 6×(-0.2) + 1
= 0.2 -1.2 + 1
= 0
 Check -1: 5×(-1)² + 6×(-1) + 1
= 5×(1) + 6×(-1) + 1
= 5 - 6 + 1
= 0
Factoring Quadratics
 To "Factor" (or "Factorize") a Quadratic is to find what to multiply
to get the Quadratic
It is called "Factoring" because you find the factors (a factor is
something you multiply by)
 Example
The factors of x2 + 3x - 4 are:
(x+4) and (x-1)
Why? Well, let us multiply them to see:
(x+4)(x-1)
= x(x-1) + 4(x-1)
= x2 - x + 4x - 4
= x2 + 3x – 4
• Multiplying (x+4)(x-1) together is called Expanding.
• In fact, Expanding and Factoring are opposites:
Examples of Factor
• To solve by factoring:
1. Set the equation equal to zero.
2. Factor. The factors will be linear expressions.
3. Set each linear factor equal to zero.
4. Solve both linear equations.
• Example: Solve by factoring x2 + 3x = 0
x2 + 3x = 0 set equation to zero
factor
x( x + 3) = 0
x = 0 , x + 3 = 0
x = -3 set the linear factors equal to zero and
solve the linear equation
Completing the Square
Solving General Quadratic Equations by Completing
the Square:
"Completing the Square" is where we take a Quadratic Equation :
ax2 + bx + c = 0 and turn into a(x+d)2 + e = 0
We can use that idea to solve a Quadratic Equation (find where it
is equal to zero).
But a general Quadratic Equation can have a coefficient of a in
front of x2:
But that is easy to deal with ... just divide the whole equation by "a"
first, then carry on.
Steps
Now we can solve Quadratic Equations in 5 steps:
 Step 1 Divide all terms by a (the coefficient of x2).
 Step 2 Move the number term (c/a) to the right side of the
equation.
 Step 3 Complete the square on the left side of the equation and
balance this by adding the same value to the right side of the
equation.
 Step 4 Take the square root on both sides of the equation.
 Step 5 Add or subtract the number that remains on the left side
of the equation to find x.
Example
Example 1: Solve x2 + 4x + 1 = 0
Step 1 can be skipped in this example since the coefficient of x2 is
1
Step 2 Move the number term to the right side of the equation:
x2 + 4x = -1
Step 3 Complete the square on the left side of the equation and
balance this by adding the same number to the right side of the
equation:
x2 + 4x + 4 = -1 + 4
(x + 2)2 = 3
Step 4 Take the square root on both sides of the equation:
x + 2 = ±√3 = ±1.73 (to 2 decimals)
Step 5 Subtract 2 from both sides:
x = ±1.73 – 2 = -3.73 or -0.27
Any Question?
ASK!

More Related Content

What's hot

Simple equations
Simple equationsSimple equations
Simple equationsAmit Kumar
 
Completing the square
Completing the squareCompleting the square
Completing the squareRon Eick
 
Simultaneous Equations
Simultaneous EquationsSimultaneous Equations
Simultaneous EquationsLois Lindemann
 
Polynomials and factoring
Polynomials and factoringPolynomials and factoring
Polynomials and factoringShilpi Singh
 
CLASS X MATHS LINEAR EQUATIONS
CLASS X MATHS LINEAR EQUATIONSCLASS X MATHS LINEAR EQUATIONS
CLASS X MATHS LINEAR EQUATIONSRc Os
 
2.4 Linear Functions
2.4 Linear Functions2.4 Linear Functions
2.4 Linear Functionssmiller5
 
Calculations, Rounding, Estimation, Limits of accuracy, Ratio and rate
Calculations, Rounding, Estimation, Limits of accuracy, Ratio and rateCalculations, Rounding, Estimation, Limits of accuracy, Ratio and rate
Calculations, Rounding, Estimation, Limits of accuracy, Ratio and ratecolegiolascumbres
 
limits and continuity
limits and continuity limits and continuity
limits and continuity imran khan
 
Exponential and logrithmic functions
Exponential and logrithmic functionsExponential and logrithmic functions
Exponential and logrithmic functionsMalikahmad105
 
Solving quadratics by graphing
Solving quadratics by graphingSolving quadratics by graphing
Solving quadratics by graphingchrystal_brinson
 
Lesson 3 finding x and y intercepts shared
Lesson 3   finding x and y intercepts sharedLesson 3   finding x and y intercepts shared
Lesson 3 finding x and y intercepts sharedMarek Dzianott
 
4.1 Linear Functions
4.1 Linear Functions4.1 Linear Functions
4.1 Linear Functionssmiller5
 
First order linear differential equation
First order linear differential equationFirst order linear differential equation
First order linear differential equationNofal Umair
 
Limits And Derivative
Limits And DerivativeLimits And Derivative
Limits And DerivativeAshams kurian
 

What's hot (20)

Surface area and volume of a cylinder
Surface area and volume of a cylinderSurface area and volume of a cylinder
Surface area and volume of a cylinder
 
Simple equations
Simple equationsSimple equations
Simple equations
 
Completing the square
Completing the squareCompleting the square
Completing the square
 
Simultaneous Equations
Simultaneous EquationsSimultaneous Equations
Simultaneous Equations
 
Polynomials and factoring
Polynomials and factoringPolynomials and factoring
Polynomials and factoring
 
Quadratic Equation
Quadratic EquationQuadratic Equation
Quadratic Equation
 
CLASS X MATHS LINEAR EQUATIONS
CLASS X MATHS LINEAR EQUATIONSCLASS X MATHS LINEAR EQUATIONS
CLASS X MATHS LINEAR EQUATIONS
 
2.4 Linear Functions
2.4 Linear Functions2.4 Linear Functions
2.4 Linear Functions
 
Calculations, Rounding, Estimation, Limits of accuracy, Ratio and rate
Calculations, Rounding, Estimation, Limits of accuracy, Ratio and rateCalculations, Rounding, Estimation, Limits of accuracy, Ratio and rate
Calculations, Rounding, Estimation, Limits of accuracy, Ratio and rate
 
limits and continuity
limits and continuity limits and continuity
limits and continuity
 
Exponential and logrithmic functions
Exponential and logrithmic functionsExponential and logrithmic functions
Exponential and logrithmic functions
 
Solving quadratics by graphing
Solving quadratics by graphingSolving quadratics by graphing
Solving quadratics by graphing
 
Matrix algebra
Matrix algebraMatrix algebra
Matrix algebra
 
Differentiation and integration
Differentiation and integrationDifferentiation and integration
Differentiation and integration
 
Lesson 3 finding x and y intercepts shared
Lesson 3   finding x and y intercepts sharedLesson 3   finding x and y intercepts shared
Lesson 3 finding x and y intercepts shared
 
Binomial expansion
Binomial expansionBinomial expansion
Binomial expansion
 
Quadratic functions my maths presentation
Quadratic functions my maths presentationQuadratic functions my maths presentation
Quadratic functions my maths presentation
 
4.1 Linear Functions
4.1 Linear Functions4.1 Linear Functions
4.1 Linear Functions
 
First order linear differential equation
First order linear differential equationFirst order linear differential equation
First order linear differential equation
 
Limits And Derivative
Limits And DerivativeLimits And Derivative
Limits And Derivative
 

Similar to Quadratic Equations Explained

quadraticequations-111211090004-phpapp02 (2).pdf
quadraticequations-111211090004-phpapp02 (2).pdfquadraticequations-111211090004-phpapp02 (2).pdf
quadraticequations-111211090004-phpapp02 (2).pdfAngelle Pantig
 
presentation_quadraticequations-111211090004-phpapp02_1524500815_313961.pptx
presentation_quadraticequations-111211090004-phpapp02_1524500815_313961.pptxpresentation_quadraticequations-111211090004-phpapp02_1524500815_313961.pptx
presentation_quadraticequations-111211090004-phpapp02_1524500815_313961.pptxDeepNavi2
 
quadraticequations-111211090004-phpapp02 (1).pdf
quadraticequations-111211090004-phpapp02 (1).pdfquadraticequations-111211090004-phpapp02 (1).pdf
quadraticequations-111211090004-phpapp02 (1).pdfNehaJain840096
 
quadraticequations-111211090004-phpapp02.pptx
quadraticequations-111211090004-phpapp02.pptxquadraticequations-111211090004-phpapp02.pptx
quadraticequations-111211090004-phpapp02.pptxanithanatarajan15
 
Tricks to remember the quadratic equation.ACTION RESEARCH ON MATHS
Tricks to remember the quadratic equation.ACTION RESEARCH ON MATHSTricks to remember the quadratic equation.ACTION RESEARCH ON MATHS
Tricks to remember the quadratic equation.ACTION RESEARCH ON MATHSangelbindusingh
 
Mayank and Srishti presentation on gyandeep public school
Mayank  and Srishti presentation on gyandeep public schoolMayank  and Srishti presentation on gyandeep public school
Mayank and Srishti presentation on gyandeep public schoolMayankYadav777500
 
quadratic equation
quadratic equationquadratic equation
quadratic equationRubal Oborai
 
Quadractic equations.steps
Quadractic equations.stepsQuadractic equations.steps
Quadractic equations.stepsZuriñe Zurutuza
 
Algebra Project Period 4
Algebra Project Period 4Algebra Project Period 4
Algebra Project Period 4ingroy
 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1ingroy
 
C2 st lecture 2 handout
C2 st lecture 2 handoutC2 st lecture 2 handout
C2 st lecture 2 handoutfatima d
 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Brit4
 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Harsh Arora
 
Math lecture 6 (System of Linear Equations)
Math lecture 6 (System of Linear Equations)Math lecture 6 (System of Linear Equations)
Math lecture 6 (System of Linear Equations)Osama Zahid
 

Similar to Quadratic Equations Explained (20)

quadraticequations-111211090004-phpapp02 (2).pdf
quadraticequations-111211090004-phpapp02 (2).pdfquadraticequations-111211090004-phpapp02 (2).pdf
quadraticequations-111211090004-phpapp02 (2).pdf
 
presentation_quadraticequations-111211090004-phpapp02_1524500815_313961.pptx
presentation_quadraticequations-111211090004-phpapp02_1524500815_313961.pptxpresentation_quadraticequations-111211090004-phpapp02_1524500815_313961.pptx
presentation_quadraticequations-111211090004-phpapp02_1524500815_313961.pptx
 
quadraticequations-111211090004-phpapp02 (1).pdf
quadraticequations-111211090004-phpapp02 (1).pdfquadraticequations-111211090004-phpapp02 (1).pdf
quadraticequations-111211090004-phpapp02 (1).pdf
 
QUADRATIC.pptx
QUADRATIC.pptxQUADRATIC.pptx
QUADRATIC.pptx
 
quadraticequations-111211090004-phpapp02.pptx
quadraticequations-111211090004-phpapp02.pptxquadraticequations-111211090004-phpapp02.pptx
quadraticequations-111211090004-phpapp02.pptx
 
Tricks to remember the quadratic equation.ACTION RESEARCH ON MATHS
Tricks to remember the quadratic equation.ACTION RESEARCH ON MATHSTricks to remember the quadratic equation.ACTION RESEARCH ON MATHS
Tricks to remember the quadratic equation.ACTION RESEARCH ON MATHS
 
Mayank and Srishti presentation on gyandeep public school
Mayank  and Srishti presentation on gyandeep public schoolMayank  and Srishti presentation on gyandeep public school
Mayank and Srishti presentation on gyandeep public school
 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
 
quadratic equation
quadratic equationquadratic equation
quadratic equation
 
Quadractic equations.steps
Quadractic equations.stepsQuadractic equations.steps
Quadractic equations.steps
 
Algebra Project Period 4
Algebra Project Period 4Algebra Project Period 4
Algebra Project Period 4
 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1
 
C2 st lecture 2 handout
C2 st lecture 2 handoutC2 st lecture 2 handout
C2 st lecture 2 handout
 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1
 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1
 
MATHS PRESENTATION OF CH 4.pptx
MATHS PRESENTATION OF CH 4.pptxMATHS PRESENTATION OF CH 4.pptx
MATHS PRESENTATION OF CH 4.pptx
 
Solving Quadratic Equations by Factoring
Solving Quadratic Equations by FactoringSolving Quadratic Equations by Factoring
Solving Quadratic Equations by Factoring
 
0010 chapter iii
0010 chapter iii0010 chapter iii
0010 chapter iii
 
Ca 1.6
Ca 1.6Ca 1.6
Ca 1.6
 
Math lecture 6 (System of Linear Equations)
Math lecture 6 (System of Linear Equations)Math lecture 6 (System of Linear Equations)
Math lecture 6 (System of Linear Equations)
 

More from KirtiChauhan62

quadrilateral class 9.pptx
quadrilateral class 9.pptxquadrilateral class 9.pptx
quadrilateral class 9.pptxKirtiChauhan62
 
Trigonometry class10.pptx
Trigonometry class10.pptxTrigonometry class10.pptx
Trigonometry class10.pptxKirtiChauhan62
 
coordinategeometryclass 10pptx
coordinategeometryclass 10pptxcoordinategeometryclass 10pptx
coordinategeometryclass 10pptxKirtiChauhan62
 
arithmatic progression.pptx
arithmatic progression.pptxarithmatic progression.pptx
arithmatic progression.pptxKirtiChauhan62
 
linear equation in two variable.pptx
linear equation in two variable.pptxlinear equation in two variable.pptx
linear equation in two variable.pptxKirtiChauhan62
 
coordinate geometry.pptx
coordinate geometry.pptxcoordinate geometry.pptx
coordinate geometry.pptxKirtiChauhan62
 
basic geometric concepts.pptx
basic geometric concepts.pptxbasic geometric concepts.pptx
basic geometric concepts.pptxKirtiChauhan62
 
square and square root class8.pptx
square and square root class8.pptxsquare and square root class8.pptx
square and square root class8.pptxKirtiChauhan62
 
Data Handling class 7.pptx
Data Handling class 7.pptxData Handling class 7.pptx
Data Handling class 7.pptxKirtiChauhan62
 
Primes Factor Trees.ppt
Primes Factor Trees.pptPrimes Factor Trees.ppt
Primes Factor Trees.pptKirtiChauhan62
 
Mexico Economic Crises-1994.pptx
Mexico Economic Crises-1994.pptxMexico Economic Crises-1994.pptx
Mexico Economic Crises-1994.pptxKirtiChauhan62
 

More from KirtiChauhan62 (18)

quadrilateral class 9.pptx
quadrilateral class 9.pptxquadrilateral class 9.pptx
quadrilateral class 9.pptx
 
circles class10.pptx
circles class10.pptxcircles class10.pptx
circles class10.pptx
 
triangles class9.pptx
triangles class9.pptxtriangles class9.pptx
triangles class9.pptx
 
Trigonometry class10.pptx
Trigonometry class10.pptxTrigonometry class10.pptx
Trigonometry class10.pptx
 
trigonometry.pptx
trigonometry.pptxtrigonometry.pptx
trigonometry.pptx
 
coordinategeometryclass 10pptx
coordinategeometryclass 10pptxcoordinategeometryclass 10pptx
coordinategeometryclass 10pptx
 
arithmatic progression.pptx
arithmatic progression.pptxarithmatic progression.pptx
arithmatic progression.pptx
 
linear equation in two variable.pptx
linear equation in two variable.pptxlinear equation in two variable.pptx
linear equation in two variable.pptx
 
coordinate geometry.pptx
coordinate geometry.pptxcoordinate geometry.pptx
coordinate geometry.pptx
 
basic geometric concepts.pptx
basic geometric concepts.pptxbasic geometric concepts.pptx
basic geometric concepts.pptx
 
linear equations.pptx
linear equations.pptxlinear equations.pptx
linear equations.pptx
 
square and square root class8.pptx
square and square root class8.pptxsquare and square root class8.pptx
square and square root class8.pptx
 
Data Handling class 7.pptx
Data Handling class 7.pptxData Handling class 7.pptx
Data Handling class 7.pptx
 
linux.pptx
linux.pptxlinux.pptx
linux.pptx
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptx
 
Primes Factor Trees.ppt
Primes Factor Trees.pptPrimes Factor Trees.ppt
Primes Factor Trees.ppt
 
Mexico Economic Crises-1994.pptx
Mexico Economic Crises-1994.pptxMexico Economic Crises-1994.pptx
Mexico Economic Crises-1994.pptx
 
Employee Welfare.pptx
Employee Welfare.pptxEmployee Welfare.pptx
Employee Welfare.pptx
 

Recently uploaded

Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 

Recently uploaded (20)

Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 

Quadratic Equations Explained

  • 1. Quadratic Equations Prepared by: Sharda Chauhan TGT Mathematics Class 10
  • 2. Definition • In mathematics, a quadratic equation is a polynomial equation of the second degree. The general form is ax2 bx c 0 • where x represents a variable or an unknown, and a, b, and c are constants with a ≠ 0. (If a = 0, the equation is a linear equation.) • The constants a, b, and c are called respectively, the quadratic coefficient, the linear coefficient and the constant term or free term.
  • 3. Quadratic & Roots Quadratic: A polynomial of degree=2 y= ax2+bx+c is a quadratic equation. (a 0 ) Here is an example of one: • The name Quadratic comes from "quad" meaning square, because the variable gets squared (like x2). • It is also called an "Equation of Degree 2" (because of the "2" on the x)
  • 4. Roots ,a≠0  A real number α is called a root of the quadratic equation if aα2 + bα2 + c = 0.  If α is a root of ,then we say that: (i) x= α satisfies the equation ax2+bx+c =0 Or (ii) x= α is a solution of the equation ax2+bx+c =0  The Root of a quadratic equation ax2+bx+c =0 are called zeros of the polynomial ax2+bx+c .
  • 5. More Examples of Quadratic Equations   In this one a=2, b=5 and c=3. This one is a little more tricky: Where is a? In fact a=1, as we don't usually write "1x2“ b = -3 and where is c? Well, c=0, so is not shown. Oops! This one is not a quadratic equation, because it is missing x2 (in other words a=0, and that means it can't be quadratic) 
  • 6. Hidden Quadratic Equations! So far we have seen the "Standard Form" of a Quadratic Equation: But sometimes a quadratic equation doesn't look like that..! Here are some examples of different form: In disguise In Standard Form a, b and c x2 = 3x -1 Move all terms to left hand side x2 - 3x + 1 = 0 a=1, b=-3, c=1 2(w2 - 2w) = 5 Expand (undo the brackets), and move 5 to left 2w2 - 4w - 5 = 0 a=2, b=-4, c=-5 z(z-1) = 3 Expand, and move 3 to left z2 - z - 3 = 0 a=1, b=-1, c=-3 5 + 1/x - 1/x2 = 0 Multiply by x2 5x2 + x - 1 = 0 a=5, b=1, c=-1
  • 7. How To Solve It? There are 3 ways to find the solutions:  We can Factor the Quadratic (find what to multiply to make the Quadratic Equation)  We can Complete the Square, or  We can use the special Quadratic Formula: Thus ax2+bx+c =0 has two roots α and β, given by α = β= 2a b 4ac b2 2a b 4ac b2
  • 8. Discriminant  The expression b2 - 4ac in the formula  It is called the Discriminant, because it can "discriminate" between the possible types of answer.It can be denoted by “D”  when b2 - 4ac, D is positive, you get two real solutions  when it is zero you get just ONE real solution (both answers are the same)  when it is negative you get two Complex solutions Value of D Nature of Roots Roots D > 0 Real and Unequal [(-b±√D)/2a] D = 0 Real and Equal Each root = (-b/2a) D < 0 No real roots None
  • 9.
  • 10. Continue..  Answer: x = -0.2 or x = -1  Check -0.2: 5×(-0.2)² + 6×(-0.2) + 1 = 5×(0.04) + 6×(-0.2) + 1 = 0.2 -1.2 + 1 = 0  Check -1: 5×(-1)² + 6×(-1) + 1 = 5×(1) + 6×(-1) + 1 = 5 - 6 + 1 = 0
  • 11. Factoring Quadratics  To "Factor" (or "Factorize") a Quadratic is to find what to multiply to get the Quadratic It is called "Factoring" because you find the factors (a factor is something you multiply by)  Example The factors of x2 + 3x - 4 are: (x+4) and (x-1) Why? Well, let us multiply them to see: (x+4)(x-1) = x(x-1) + 4(x-1) = x2 - x + 4x - 4 = x2 + 3x – 4 • Multiplying (x+4)(x-1) together is called Expanding. • In fact, Expanding and Factoring are opposites:
  • 12. Examples of Factor • To solve by factoring: 1. Set the equation equal to zero. 2. Factor. The factors will be linear expressions. 3. Set each linear factor equal to zero. 4. Solve both linear equations. • Example: Solve by factoring x2 + 3x = 0 x2 + 3x = 0 set equation to zero factor x( x + 3) = 0 x = 0 , x + 3 = 0 x = -3 set the linear factors equal to zero and solve the linear equation
  • 13. Completing the Square Solving General Quadratic Equations by Completing the Square: "Completing the Square" is where we take a Quadratic Equation : ax2 + bx + c = 0 and turn into a(x+d)2 + e = 0 We can use that idea to solve a Quadratic Equation (find where it is equal to zero). But a general Quadratic Equation can have a coefficient of a in front of x2: But that is easy to deal with ... just divide the whole equation by "a" first, then carry on.
  • 14. Steps Now we can solve Quadratic Equations in 5 steps:  Step 1 Divide all terms by a (the coefficient of x2).  Step 2 Move the number term (c/a) to the right side of the equation.  Step 3 Complete the square on the left side of the equation and balance this by adding the same value to the right side of the equation.  Step 4 Take the square root on both sides of the equation.  Step 5 Add or subtract the number that remains on the left side of the equation to find x.
  • 15. Example Example 1: Solve x2 + 4x + 1 = 0 Step 1 can be skipped in this example since the coefficient of x2 is 1 Step 2 Move the number term to the right side of the equation: x2 + 4x = -1 Step 3 Complete the square on the left side of the equation and balance this by adding the same number to the right side of the equation: x2 + 4x + 4 = -1 + 4 (x + 2)2 = 3 Step 4 Take the square root on both sides of the equation: x + 2 = ±√3 = ±1.73 (to 2 decimals) Step 5 Subtract 2 from both sides: x = ±1.73 – 2 = -3.73 or -0.27