SlideShare uma empresa Scribd logo
1 de 60
College Algebra
Fifth Edition
James Stewart  Lothar Redlin  Saleem Watson
Equations and
Inequalities1
Basic Equations1.3
Linear Equations vs. Quadratic Equations
Linear equations are first-degree equations,
such as:
2x + 1 = 5 or 4 – 3x = 2
Quadratic equations are second-degree
equations, such as:
x2
+ 2x – 3 = 0 or 2x2
+ 3 = 5x
Quadratic Equation—Definition
A quadratic equation is an equation
of the form
ax2
+ bx + c = 0
where a, b, and c are
real numbers with a ≠ 0.
Solving Quadratic Equations
by Factoring
Solving Quadratic Equations
Some quadratic equations can be solved
by factoring and using the following
basic property of real numbers.
Zero-Product Property
AB = 0 if and only if
A = 0 or B = 0
• This means that, if we can factor the LHS
of a quadratic (or other) equation, then we can
solve it by setting each factor equal to 0 in turn.
• This method works only when the RHS is 0.
E.g. 1—Solving a Quadratic Equation by Factoring
Solve the equation
x2
+ 5x = 24
• We must first rewrite the equation
so that the RHS is 0.
E.g. 1—Solving a Quadratic Equation by Factoring
x2
+ 5x = 24
x2
+ 5x – 24 = 0 (Subtract 24)
(x – 3)(x + 8) = 0 (Factor)
x – 3 = 0 or x + 8 = 0 (Zero-Product Property)
x = 3 x = –8 (Solve)
Solving a Quadratic Equation by Factoring
Do you see why one side of the equation
must be 0 in Example 1?
• Factoring the equation as x(x + 5) = 24
does not help us find the solutions.
• 24 can be factored in infinitely many ways,
such as 6 .
4, ½ .
48, (–2/5) .
(–60), and so on.
Solving Quadratic Equations
by Completing the Square
Solving Simple Quadratics
As we saw in Section 1.1, Example 5(b), if a
quadratic equation is of the form (x ± a)2
= c,
we can solve it by taking the square root of
each side.
• In an equation of this form, the LHS is a perfect
square: the square of a linear expression in x.
Completing the Square
So, if a quadratic equation does not factor
readily, we can solve it using the technique
of completing the square.
Completing the Square
To make x2
+ bx a perfect square, add ,
the square of half the coefficient of x.
This gives the perfect
square
 
 ÷
 
2
2
b
   + + = + ÷  ÷
   
2 2
2
2 2
b b
x bx x
Completing the Square
To compete the square, we add a constant to
an expression to make it a perfect square.
• For example, to make
x2
– 6x
a perfect square, we must add (6/2)2
= 9. Then
x2
– 6x + 9 = (x – 3)2
is a perfect square.
Completing the Square
The table gives some more examples of
completing the square.
E.g. 2—Solving by Completing the Square
Solve each equation.
(a) x2
– 8x + 13 = 0
(b) 3x2
– 12x + 6 = 0
E.g. 2—Completing the Square
x2
– 8x + 13 = 0
x2
– 8x = –13 (Subtract 13)
x2
– 8x + 16 = –13 + 16 (Complete the square)
(x – 4)2
= 3 (Perfect square)
x – 4 = ± (Take square root)
x = 4 ± (Add 4)
Example (a)
3
3
E.g. 2—Completing the Square
First, we subtract 6 from each side.
Then, we factor the coefficient of x2
(the 3)
from the left side.
• This puts the equation in the correct form
for completing the square.
Example (b)
E.g. 2—Completing the Square
3x2
– 12x + 6 = 0
3x2
– 12x = –6 (Subtract 6)
3(x2
– 4x) = –6 (Factor 3 from LHS)
E.g. 2—Completing the Square
Now, we complete the square by adding
(–2)2
= 4 inside the parentheses.
• Since everything inside the parentheses is
multiplied by 3, this means that we are actually
adding 3 .
4 = 12 to the left side of the equation.
• Thus, we must add 12 to the right side as well.
E.g. 2—Completing the Square
3(x2
– 4x + 4) = –6 + 3 .
4 (Complete the square)
3(x – 2)2
= 6 (Perfect square)
(x – 2)2
= 2 (Divide by 3)
(Take square root)
(Add 2)
− ±2 = 2x
±= 2 2x
The Quadratic Formula
Deriving a Formula for the Roots
We can use the technique of completing
the square to derive a formula for the roots
of the general quadratic equation
ax2
+ bx + c = 0
The Quadratic Formula
The roots of the quadratic equation
ax2
+ bx + c = 0
where a ≠ 0, are:
2
4
2
b b ac
x
a
− ± −
=
The Quadratic Formula—Proof
First, we divide each side of the equation
by a and move the constant to the right
side, giving:
2 b c
x x
a a
+ = −
The Quadratic Formula—Proof
   + + = − + ÷  ÷
   
− + + = ÷
 
−
+ = ±
− ± −
=
2 2
2
2 2
2
2
2
(Complete the square)
(Perfect square)
(Take square root)
(Subtract )
2
2 2
4
2 4
4
2 2
4
2
b
a
b b c b
x x
a a a a
b ac b
x
a a
b b ac
x
a a
b b ac
x
a
We now complete the square by adding
(b/2a)2
to each side of the equation.
The Quadratic Formula
The quadratic formula could be used to
solve the equations in Examples 1 and 2.
• You should carry out the details
of these calculations.
E.g. 3—Using the Quadratic Formula
Find all solutions of each equation.
(a) 3x2
– 5x – 1 = 0
(b) 4x2
+ 12x + 9 = 0
(c) x2
+ 2x + 2 = 0
E.g. 3—Using Quadratic Formula
In 3x2
– 5x – 1 = 0,
a = 3 b = –5 c = –1
By the quadratic formula,
Example (a)
( ) ( ) ( ) ( )
( )
2
5 5 4 3 1 5 37
2 3 6
x
− − ± − − − ±
= =
E.g. 3—Using Quadratic Formula
If approximations are desired, we can use
a calculator to obtain:
+
= ≈
−
= ≈ −
5 37
1.8471
6
5 37
0.1805
6
x
x
Example (a)
E.g. 3—Using Quadratic Formula
Using the quadratic formula
with a = 4, b = 12, and c = 9 gives:
• This equation has only one solution, x = –3/2.
Example (b)
( )2
12 12 4 4 9 12 0 3
2 4 8 2
x
− ± − × × − ±
= = = −
×
E.g. 3—Using Quadratic Formula
Using the quadratic formula
with a = 1, b = 2, and c = 2 gives:
• Since the square of a real number is nonnegative,
is undefined in the real number system.
• The equation has no real solution.
Example (c)
2
2 2 4 2 2 4 2 2 1
2 2 2
1 1
x
− ± − × − ± − − ± −
= = =
= − ± −
1−
Complex Number System
In the next section, we study the complex
number system, in which the square roots
of negative numbers do exist.
• The equation in Example 3(c) does have
solutions in the complex number system.
The Discriminant
Discriminant
The quantity b2
– 4ac that appears under
the square root sign in the Quadratic Formula
is called the discriminant of the equation
ax2
+ bx + c = 0.
• It is given the symbol D.
D < 0
If D < 0, then is undefined.
• The quadratic equation has no real solution
—as in Example 3(c).
2
4b ac−
D = 0 and D > 0
If D = 0, then the equation has only one real
solution—as in Example 3(b).
Finally, if D > 0, then the equation has two
distinct real solutions—as in Example 3(a).
Discriminant
The following box summarizes these
observations.
E.g. 4—Using the Discriminant
Use the discriminant to determine how many
real solutions each equation has.
(a) x2
+ 4x – 1 = 0
(b) 4x2
– 12x + 9 = 0
(c) 1/3x2
– 2x + 4 = 0
E.g. 4—Using the Discriminant
x2
+ 4x – 1 = 0
The discriminant is:
D = 42
– 4(1)(–1) = 20 > 0
• So, the equation has two distinct real solutions.
Example (a)
E.g. 4—Using the Discriminant
4x2
– 12x + 9 = 0
The discriminant is:
D = (–12)2
– 4 .
4 .
9 = 0
• So, the equation has exactly one real solution.
Example (b)
E.g. 4—Using the Discriminant
1/3x2
– 2x + 4 = 0
The discriminant is:
D = (–2)2
– 4(1/3)4 = –4/3 < 0
• So, the equation has no real solution.
Example (c)
Modeling with
Quadratic Equations
Quadratic Equations in Real Life
Let’s consider a real-life situation that
can be modeled by a quadratic
equation.
• The principles discussed in Section 1.2
for setting up equations as models are
useful here as well.
E.g. 5—Dimensions of a Building Lot
A rectangular building lot is 8 ft
longer than it is wide and has an area
of 2900 ft2
.
• Find the dimensions of the lot.
E.g. 5—Dimensions of a Building Lot
We are asked to find the width and
length of the lot.
• So, let:
w = width of lot
E.g. 5—Dimensions of a Building Lot
Then, we translate
the information
in the problem
into the language
of algebra.
In Words In Algebra
Width of lot w
Length of lot w + 8
E.g. 5—Dimensions of a Building Lot
Now, we set up the model.
Width of Lot .
Length of Lot
= Area of Lot
E.g. 5—Dimensions of a Building Lot
w(w + 8) = 2900
w2
+ 8w = 2900 (Expand)
w2
+ 8w – 2900 = 0
(w – 50)(w + 58) = 0 (Factor)
w = 50 or w = –58 (Zero-Product Property)
E.g. 5—Dimensions of a Building Lot
Since the width of the lot must be a positive
number, we conclude that:
w = 50 ft
The length of the lot is:
w + 8 = 50 + 8 = 58 ft
E.g. 6—A Distance-Speed-Time Problem
A jet flew from New York (NY) to Los Angeles
(LA), a distance of 4,200 km.
The speed for the return trip was 100 km/h
faster than the outbound speed.
• If the total trip took 13 hours, what was the jet’s
speed from NY to LA?
E.g. 6—A Distance-Speed-Time Problem
We are asked for the speed of the jet
from NY to LA.
• So, let:
s = speed from NY to LA
• Then,
s + 100 = speed from LA to NY
E.g. 6—A Distance-Speed-Time Problem
Now, we organize the information in a table.
First, we fill in the “Distance” column—as
we know that the cities are 4,200 km apart.
E.g. 6—A Distance-Speed-Time Problem
Then, we fill in the “Speed” column—as
we have expressed both speeds (rates)
in terms of the variable s.
E.g. 6—A Distance-Speed-Time Problem
Finally, we calculate the entries for
the “Time” column, using:
distance
time =
rate
E.g. 6—A Distance-Speed-Time Problem
The total trip took 13 hours.
So, we have the model:
Time from NY to LA
+ Time from LA to NY
= Total time
• This gives:
4200 4200
13
100s s
+ =
+
E.g. 6—A Distance-Speed-Time Problem
Multiplying by the common denominator,
s(s + 100), we get:
• Although this equation does factor,
with numbers this large, it is probably quicker
to use the quadratic formula and a calculator.
( ) ( )
2
2
4200 100 4200 13 100
8400 420,000 13 1300
0 13 7100 420,000
s s s s
s s s
s s
+ + = +
+ = +
= − −
E.g. 6—A Distance-Speed-Time Problem
• As s represents speed, we reject the negative
answer and conclude that the jet’s speed from
NY to LA was 600 km/h.
( ) ( ) ( )
( )
2
7100 7100 4 13 420,000
2 13
7100 8500
26
1400
600 or 53.8
26
s
s s
± − − −
=
±
=
−
= = ≈ −

Mais conteúdo relacionado

Mais procurados

The binomial expansion
The binomial expansionThe binomial expansion
The binomial expansionJJkedst
 
Matrices Slide For B.Sc Students As Well For F.Sc Students
Matrices Slide For B.Sc Students As Well For F.Sc StudentsMatrices Slide For B.Sc Students As Well For F.Sc Students
Matrices Slide For B.Sc Students As Well For F.Sc StudentsAbu Bakar Soomro
 
4.6 radical equations
4.6 radical equations4.6 radical equations
4.6 radical equationsmath123b
 
IGCSE MATHS - Algebraic and Graph - Graph of Functions (quadratic, cubic....)
IGCSE MATHS - Algebraic and Graph - Graph of Functions (quadratic, cubic....)IGCSE MATHS - Algebraic and Graph - Graph of Functions (quadratic, cubic....)
IGCSE MATHS - Algebraic and Graph - Graph of Functions (quadratic, cubic....)Iskandar Zulqarnain Mohd Ishak
 
Harder trig equations
Harder trig equationsHarder trig equations
Harder trig equationsJJkedst
 
 Igcse international mathematics extended standards
 Igcse international mathematics   extended standards Igcse international mathematics   extended standards
 Igcse international mathematics extended standardsRoss
 
Class xii practice questions
Class xii practice questionsClass xii practice questions
Class xii practice questionsindu psthakur
 
Solving Quadratic Equations
Solving Quadratic EquationsSolving Quadratic Equations
Solving Quadratic EquationsCipriano De Leon
 
Assignments for class XII
Assignments for class XIIAssignments for class XII
Assignments for class XIIindu thakur
 
Module 4 circular function
Module 4   circular functionModule 4   circular function
Module 4 circular functiondionesioable
 
10.2 using combinations and the binomial theorem
10.2 using combinations and the binomial theorem10.2 using combinations and the binomial theorem
10.2 using combinations and the binomial theoremhartcher
 
Determinant
Determinant Determinant
Determinant GpmMaths
 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1ingroy
 

Mais procurados (20)

The binomial expansion
The binomial expansionThe binomial expansion
The binomial expansion
 
Matrices Slide For B.Sc Students As Well For F.Sc Students
Matrices Slide For B.Sc Students As Well For F.Sc StudentsMatrices Slide For B.Sc Students As Well For F.Sc Students
Matrices Slide For B.Sc Students As Well For F.Sc Students
 
Quadratic equation
Quadratic equation Quadratic equation
Quadratic equation
 
4.6 radical equations
4.6 radical equations4.6 radical equations
4.6 radical equations
 
IGCSE MATHS - Algebraic and Graph - Graph of Functions (quadratic, cubic....)
IGCSE MATHS - Algebraic and Graph - Graph of Functions (quadratic, cubic....)IGCSE MATHS - Algebraic and Graph - Graph of Functions (quadratic, cubic....)
IGCSE MATHS - Algebraic and Graph - Graph of Functions (quadratic, cubic....)
 
Harder trig equations
Harder trig equationsHarder trig equations
Harder trig equations
 
 Igcse international mathematics extended standards
 Igcse international mathematics   extended standards Igcse international mathematics   extended standards
 Igcse international mathematics extended standards
 
Class xii practice questions
Class xii practice questionsClass xii practice questions
Class xii practice questions
 
Solving Quadratic Equations
Solving Quadratic EquationsSolving Quadratic Equations
Solving Quadratic Equations
 
Assignments for class XII
Assignments for class XIIAssignments for class XII
Assignments for class XII
 
Module 4 circular function
Module 4   circular functionModule 4   circular function
Module 4 circular function
 
THE BINOMIAL THEOREM
THE BINOMIAL THEOREM THE BINOMIAL THEOREM
THE BINOMIAL THEOREM
 
10.2 using combinations and the binomial theorem
10.2 using combinations and the binomial theorem10.2 using combinations and the binomial theorem
10.2 using combinations and the binomial theorem
 
1631 the binomial theorem
1631 the binomial theorem1631 the binomial theorem
1631 the binomial theorem
 
Formula book
Formula bookFormula book
Formula book
 
Determinant
Determinant Determinant
Determinant
 
.Chapter7&8.
.Chapter7&8..Chapter7&8.
.Chapter7&8.
 
Assignmen ts --x
Assignmen ts  --xAssignmen ts  --x
Assignmen ts --x
 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1
 
Quadratic eq cth
Quadratic eq cthQuadratic eq cth
Quadratic eq cth
 

Destaque

Power point xmas laura sánchez
Power point xmas laura sánchezPower point xmas laura sánchez
Power point xmas laura sánchezanatomasbreton
 
HAIR COLOR CHART CATALOGE.ppt
HAIR COLOR CHART CATALOGE.pptHAIR COLOR CHART CATALOGE.ppt
HAIR COLOR CHART CATALOGE.pptguitian shi
 
Reasume Datta Shinde.Docx
Reasume Datta Shinde.DocxReasume Datta Shinde.Docx
Reasume Datta Shinde.DocxDatta Shinde
 
Articles 90340 recurso-3
Articles 90340 recurso-3Articles 90340 recurso-3
Articles 90340 recurso-3Jota Nuñez
 
EU: Lead Ores And Concentrates - Market Report. Analysis And Forecast To 2020
EU: Lead Ores And Concentrates - Market Report. Analysis And Forecast To 2020EU: Lead Ores And Concentrates - Market Report. Analysis And Forecast To 2020
EU: Lead Ores And Concentrates - Market Report. Analysis And Forecast To 2020IndexBox Marketing
 
Список вибраних відеоматеріалів до занять з дисципліни «Зарубіжна література»...
Список вибраних відеоматеріалів до занять з дисципліни «Зарубіжна література»...Список вибраних відеоматеріалів до занять з дисципліни «Зарубіжна література»...
Список вибраних відеоматеріалів до занять з дисципліни «Зарубіжна література»...Alina Oliynyk
 
конкурс для міст єтм 2016
конкурс для міст єтм 2016конкурс для міст єтм 2016
конкурс для міст єтм 2016natavoloshyna
 

Destaque (8)

Power point xmas laura sánchez
Power point xmas laura sánchezPower point xmas laura sánchez
Power point xmas laura sánchez
 
HAIR COLOR CHART CATALOGE.ppt
HAIR COLOR CHART CATALOGE.pptHAIR COLOR CHART CATALOGE.ppt
HAIR COLOR CHART CATALOGE.ppt
 
Reasume Datta Shinde.Docx
Reasume Datta Shinde.DocxReasume Datta Shinde.Docx
Reasume Datta Shinde.Docx
 
Articles 90340 recurso-3
Articles 90340 recurso-3Articles 90340 recurso-3
Articles 90340 recurso-3
 
EU: Lead Ores And Concentrates - Market Report. Analysis And Forecast To 2020
EU: Lead Ores And Concentrates - Market Report. Analysis And Forecast To 2020EU: Lead Ores And Concentrates - Market Report. Analysis And Forecast To 2020
EU: Lead Ores And Concentrates - Market Report. Analysis And Forecast To 2020
 
Список вибраних відеоматеріалів до занять з дисципліни «Зарубіжна література»...
Список вибраних відеоматеріалів до занять з дисципліни «Зарубіжна література»...Список вибраних відеоматеріалів до занять з дисципліни «Зарубіжна література»...
Список вибраних відеоматеріалів до занять з дисципліни «Зарубіжна література»...
 
конкурс для міст єтм 2016
конкурс для міст єтм 2016конкурс для міст єтм 2016
конкурс для міст єтм 2016
 
Snapple plan book 2
Snapple plan book 2Snapple plan book 2
Snapple plan book 2
 

Semelhante a Ca 1.6

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
 
Differential Equations Homework Help
Differential Equations Homework HelpDifferential Equations Homework Help
Differential Equations Homework HelpMath Homework Solver
 
Humaira quadratic
Humaira quadraticHumaira quadratic
Humaira quadratictkhan25
 
quadraticequations-111211090004-phpapp02 (2).pdf
quadraticequations-111211090004-phpapp02 (2).pdfquadraticequations-111211090004-phpapp02 (2).pdf
quadraticequations-111211090004-phpapp02 (2).pdfAngelle Pantig
 
Quadratic Equation
Quadratic EquationQuadratic Equation
Quadratic Equationitutor
 
C2 st lecture 2 handout
C2 st lecture 2 handoutC2 st lecture 2 handout
C2 st lecture 2 handoutfatima d
 
Section 0.7 Quadratic Equations from Precalculus Prerequisite.docx
Section 0.7 Quadratic Equations from Precalculus Prerequisite.docxSection 0.7 Quadratic Equations from Precalculus Prerequisite.docx
Section 0.7 Quadratic Equations from Precalculus Prerequisite.docxbagotjesusa
 
quadratic equations.pptx
quadratic equations.pptxquadratic equations.pptx
quadratic equations.pptxKirtiChauhan62
 
Differential Equations Assignment Help
Differential Equations Assignment HelpDifferential Equations Assignment Help
Differential Equations Assignment HelpMaths Assignment Help
 
MIT Math Syllabus 10-3 Lesson 7: Quadratic equations
MIT Math Syllabus 10-3 Lesson 7: Quadratic equationsMIT Math Syllabus 10-3 Lesson 7: Quadratic equations
MIT Math Syllabus 10-3 Lesson 7: Quadratic equationsLawrence De Vera
 
quadraticequations-111211090004-phpapp02.pptx
quadraticequations-111211090004-phpapp02.pptxquadraticequations-111211090004-phpapp02.pptx
quadraticequations-111211090004-phpapp02.pptxanithanatarajan15
 

Semelhante a Ca 1.6 (20)

Quadratic Equations
Quadratic EquationsQuadratic Equations
Quadratic Equations
 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
 
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
 
Differential Equations Homework Help
Differential Equations Homework HelpDifferential Equations Homework Help
Differential Equations Homework Help
 
Humaira quadratic
Humaira quadraticHumaira quadratic
Humaira quadratic
 
quadraticequations-111211090004-phpapp02 (2).pdf
quadraticequations-111211090004-phpapp02 (2).pdfquadraticequations-111211090004-phpapp02 (2).pdf
quadraticequations-111211090004-phpapp02 (2).pdf
 
Quadratic Equation
Quadratic EquationQuadratic Equation
Quadratic Equation
 
Advance algebra
Advance algebraAdvance algebra
Advance algebra
 
C2 st lecture 2 handout
C2 st lecture 2 handoutC2 st lecture 2 handout
C2 st lecture 2 handout
 
Section 0.7 Quadratic Equations from Precalculus Prerequisite.docx
Section 0.7 Quadratic Equations from Precalculus Prerequisite.docxSection 0.7 Quadratic Equations from Precalculus Prerequisite.docx
Section 0.7 Quadratic Equations from Precalculus Prerequisite.docx
 
quadratic equations.pptx
quadratic equations.pptxquadratic equations.pptx
quadratic equations.pptx
 
Calculus Homework Help
Calculus Homework HelpCalculus Homework Help
Calculus Homework Help
 
Differential Equations Assignment Help
Differential Equations Assignment HelpDifferential Equations Assignment Help
Differential Equations Assignment Help
 
Calculus Assignment Help
Calculus Assignment HelpCalculus Assignment Help
Calculus Assignment Help
 
MIT Math Syllabus 10-3 Lesson 7: Quadratic equations
MIT Math Syllabus 10-3 Lesson 7: Quadratic equationsMIT Math Syllabus 10-3 Lesson 7: Quadratic equations
MIT Math Syllabus 10-3 Lesson 7: Quadratic equations
 
P6 factoring
P6 factoringP6 factoring
P6 factoring
 
P6 factoring
P6 factoringP6 factoring
P6 factoring
 
quadraticequations-111211090004-phpapp02.pptx
quadraticequations-111211090004-phpapp02.pptxquadraticequations-111211090004-phpapp02.pptx
quadraticequations-111211090004-phpapp02.pptx
 

Último

Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
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.pptxAreebaZafar22
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIShubhangi Sonawane
 
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.pptxheathfieldcps1
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 

Último (20)

Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
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
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 
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
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 

Ca 1.6

  • 1. College Algebra Fifth Edition James Stewart  Lothar Redlin  Saleem Watson
  • 4. Linear Equations vs. Quadratic Equations Linear equations are first-degree equations, such as: 2x + 1 = 5 or 4 – 3x = 2 Quadratic equations are second-degree equations, such as: x2 + 2x – 3 = 0 or 2x2 + 3 = 5x
  • 5. Quadratic Equation—Definition A quadratic equation is an equation of the form ax2 + bx + c = 0 where a, b, and c are real numbers with a ≠ 0.
  • 7. Solving Quadratic Equations Some quadratic equations can be solved by factoring and using the following basic property of real numbers.
  • 8. Zero-Product Property AB = 0 if and only if A = 0 or B = 0 • This means that, if we can factor the LHS of a quadratic (or other) equation, then we can solve it by setting each factor equal to 0 in turn. • This method works only when the RHS is 0.
  • 9. E.g. 1—Solving a Quadratic Equation by Factoring Solve the equation x2 + 5x = 24 • We must first rewrite the equation so that the RHS is 0.
  • 10. E.g. 1—Solving a Quadratic Equation by Factoring x2 + 5x = 24 x2 + 5x – 24 = 0 (Subtract 24) (x – 3)(x + 8) = 0 (Factor) x – 3 = 0 or x + 8 = 0 (Zero-Product Property) x = 3 x = –8 (Solve)
  • 11. Solving a Quadratic Equation by Factoring Do you see why one side of the equation must be 0 in Example 1? • Factoring the equation as x(x + 5) = 24 does not help us find the solutions. • 24 can be factored in infinitely many ways, such as 6 . 4, ½ . 48, (–2/5) . (–60), and so on.
  • 12. Solving Quadratic Equations by Completing the Square
  • 13. Solving Simple Quadratics As we saw in Section 1.1, Example 5(b), if a quadratic equation is of the form (x ± a)2 = c, we can solve it by taking the square root of each side. • In an equation of this form, the LHS is a perfect square: the square of a linear expression in x.
  • 14. Completing the Square So, if a quadratic equation does not factor readily, we can solve it using the technique of completing the square.
  • 15. Completing the Square To make x2 + bx a perfect square, add , the square of half the coefficient of x. This gives the perfect square    ÷   2 2 b    + + = + ÷  ÷     2 2 2 2 2 b b x bx x
  • 16. Completing the Square To compete the square, we add a constant to an expression to make it a perfect square. • For example, to make x2 – 6x a perfect square, we must add (6/2)2 = 9. Then x2 – 6x + 9 = (x – 3)2 is a perfect square.
  • 17. Completing the Square The table gives some more examples of completing the square.
  • 18. E.g. 2—Solving by Completing the Square Solve each equation. (a) x2 – 8x + 13 = 0 (b) 3x2 – 12x + 6 = 0
  • 19. E.g. 2—Completing the Square x2 – 8x + 13 = 0 x2 – 8x = –13 (Subtract 13) x2 – 8x + 16 = –13 + 16 (Complete the square) (x – 4)2 = 3 (Perfect square) x – 4 = ± (Take square root) x = 4 ± (Add 4) Example (a) 3 3
  • 20. E.g. 2—Completing the Square First, we subtract 6 from each side. Then, we factor the coefficient of x2 (the 3) from the left side. • This puts the equation in the correct form for completing the square. Example (b)
  • 21. E.g. 2—Completing the Square 3x2 – 12x + 6 = 0 3x2 – 12x = –6 (Subtract 6) 3(x2 – 4x) = –6 (Factor 3 from LHS)
  • 22. E.g. 2—Completing the Square Now, we complete the square by adding (–2)2 = 4 inside the parentheses. • Since everything inside the parentheses is multiplied by 3, this means that we are actually adding 3 . 4 = 12 to the left side of the equation. • Thus, we must add 12 to the right side as well.
  • 23. E.g. 2—Completing the Square 3(x2 – 4x + 4) = –6 + 3 . 4 (Complete the square) 3(x – 2)2 = 6 (Perfect square) (x – 2)2 = 2 (Divide by 3) (Take square root) (Add 2) − ±2 = 2x ±= 2 2x
  • 25. Deriving a Formula for the Roots We can use the technique of completing the square to derive a formula for the roots of the general quadratic equation ax2 + bx + c = 0
  • 26. The Quadratic Formula The roots of the quadratic equation ax2 + bx + c = 0 where a ≠ 0, are: 2 4 2 b b ac x a − ± − =
  • 27. The Quadratic Formula—Proof First, we divide each side of the equation by a and move the constant to the right side, giving: 2 b c x x a a + = −
  • 28. The Quadratic Formula—Proof    + + = − + ÷  ÷     − + + = ÷   − + = ± − ± − = 2 2 2 2 2 2 2 2 (Complete the square) (Perfect square) (Take square root) (Subtract ) 2 2 2 4 2 4 4 2 2 4 2 b a b b c b x x a a a a b ac b x a a b b ac x a a b b ac x a We now complete the square by adding (b/2a)2 to each side of the equation.
  • 29. The Quadratic Formula The quadratic formula could be used to solve the equations in Examples 1 and 2. • You should carry out the details of these calculations.
  • 30. E.g. 3—Using the Quadratic Formula Find all solutions of each equation. (a) 3x2 – 5x – 1 = 0 (b) 4x2 + 12x + 9 = 0 (c) x2 + 2x + 2 = 0
  • 31. E.g. 3—Using Quadratic Formula In 3x2 – 5x – 1 = 0, a = 3 b = –5 c = –1 By the quadratic formula, Example (a) ( ) ( ) ( ) ( ) ( ) 2 5 5 4 3 1 5 37 2 3 6 x − − ± − − − ± = =
  • 32. E.g. 3—Using Quadratic Formula If approximations are desired, we can use a calculator to obtain: + = ≈ − = ≈ − 5 37 1.8471 6 5 37 0.1805 6 x x Example (a)
  • 33. E.g. 3—Using Quadratic Formula Using the quadratic formula with a = 4, b = 12, and c = 9 gives: • This equation has only one solution, x = –3/2. Example (b) ( )2 12 12 4 4 9 12 0 3 2 4 8 2 x − ± − × × − ± = = = − ×
  • 34. E.g. 3—Using Quadratic Formula Using the quadratic formula with a = 1, b = 2, and c = 2 gives: • Since the square of a real number is nonnegative, is undefined in the real number system. • The equation has no real solution. Example (c) 2 2 2 4 2 2 4 2 2 1 2 2 2 1 1 x − ± − × − ± − − ± − = = = = − ± − 1−
  • 35. Complex Number System In the next section, we study the complex number system, in which the square roots of negative numbers do exist. • The equation in Example 3(c) does have solutions in the complex number system.
  • 37. Discriminant The quantity b2 – 4ac that appears under the square root sign in the Quadratic Formula is called the discriminant of the equation ax2 + bx + c = 0. • It is given the symbol D.
  • 38. D < 0 If D < 0, then is undefined. • The quadratic equation has no real solution —as in Example 3(c). 2 4b ac−
  • 39. D = 0 and D > 0 If D = 0, then the equation has only one real solution—as in Example 3(b). Finally, if D > 0, then the equation has two distinct real solutions—as in Example 3(a).
  • 40. Discriminant The following box summarizes these observations.
  • 41. E.g. 4—Using the Discriminant Use the discriminant to determine how many real solutions each equation has. (a) x2 + 4x – 1 = 0 (b) 4x2 – 12x + 9 = 0 (c) 1/3x2 – 2x + 4 = 0
  • 42. E.g. 4—Using the Discriminant x2 + 4x – 1 = 0 The discriminant is: D = 42 – 4(1)(–1) = 20 > 0 • So, the equation has two distinct real solutions. Example (a)
  • 43. E.g. 4—Using the Discriminant 4x2 – 12x + 9 = 0 The discriminant is: D = (–12)2 – 4 . 4 . 9 = 0 • So, the equation has exactly one real solution. Example (b)
  • 44. E.g. 4—Using the Discriminant 1/3x2 – 2x + 4 = 0 The discriminant is: D = (–2)2 – 4(1/3)4 = –4/3 < 0 • So, the equation has no real solution. Example (c)
  • 46. Quadratic Equations in Real Life Let’s consider a real-life situation that can be modeled by a quadratic equation. • The principles discussed in Section 1.2 for setting up equations as models are useful here as well.
  • 47. E.g. 5—Dimensions of a Building Lot A rectangular building lot is 8 ft longer than it is wide and has an area of 2900 ft2 . • Find the dimensions of the lot.
  • 48. E.g. 5—Dimensions of a Building Lot We are asked to find the width and length of the lot. • So, let: w = width of lot
  • 49. E.g. 5—Dimensions of a Building Lot Then, we translate the information in the problem into the language of algebra. In Words In Algebra Width of lot w Length of lot w + 8
  • 50. E.g. 5—Dimensions of a Building Lot Now, we set up the model. Width of Lot . Length of Lot = Area of Lot
  • 51. E.g. 5—Dimensions of a Building Lot w(w + 8) = 2900 w2 + 8w = 2900 (Expand) w2 + 8w – 2900 = 0 (w – 50)(w + 58) = 0 (Factor) w = 50 or w = –58 (Zero-Product Property)
  • 52. E.g. 5—Dimensions of a Building Lot Since the width of the lot must be a positive number, we conclude that: w = 50 ft The length of the lot is: w + 8 = 50 + 8 = 58 ft
  • 53. E.g. 6—A Distance-Speed-Time Problem A jet flew from New York (NY) to Los Angeles (LA), a distance of 4,200 km. The speed for the return trip was 100 km/h faster than the outbound speed. • If the total trip took 13 hours, what was the jet’s speed from NY to LA?
  • 54. E.g. 6—A Distance-Speed-Time Problem We are asked for the speed of the jet from NY to LA. • So, let: s = speed from NY to LA • Then, s + 100 = speed from LA to NY
  • 55. E.g. 6—A Distance-Speed-Time Problem Now, we organize the information in a table. First, we fill in the “Distance” column—as we know that the cities are 4,200 km apart.
  • 56. E.g. 6—A Distance-Speed-Time Problem Then, we fill in the “Speed” column—as we have expressed both speeds (rates) in terms of the variable s.
  • 57. E.g. 6—A Distance-Speed-Time Problem Finally, we calculate the entries for the “Time” column, using: distance time = rate
  • 58. E.g. 6—A Distance-Speed-Time Problem The total trip took 13 hours. So, we have the model: Time from NY to LA + Time from LA to NY = Total time • This gives: 4200 4200 13 100s s + = +
  • 59. E.g. 6—A Distance-Speed-Time Problem Multiplying by the common denominator, s(s + 100), we get: • Although this equation does factor, with numbers this large, it is probably quicker to use the quadratic formula and a calculator. ( ) ( ) 2 2 4200 100 4200 13 100 8400 420,000 13 1300 0 13 7100 420,000 s s s s s s s s s + + = + + = + = − −
  • 60. E.g. 6—A Distance-Speed-Time Problem • As s represents speed, we reject the negative answer and conclude that the jet’s speed from NY to LA was 600 km/h. ( ) ( ) ( ) ( ) 2 7100 7100 4 13 420,000 2 13 7100 8500 26 1400 600 or 53.8 26 s s s ± − − − = ± = − = = ≈ −