Download Quadratic functions

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Big O notation wikipedia , lookup

Mathematics of radio engineering wikipedia , lookup

Functional decomposition wikipedia , lookup

Four color theorem wikipedia , lookup

Dirac delta function wikipedia , lookup

Function (mathematics) wikipedia , lookup

History of the function concept wikipedia , lookup

Non-standard calculus wikipedia , lookup

Function of several real variables wikipedia , lookup

Quadratic reciprocity wikipedia , lookup

Quadratic form wikipedia , lookup

Transcript
Quadratic functions
• If a, b, c are real numbers with a not equal
to zero, then the function
f ( x)  ax  bx  c
2
• is a quadratic function and its graph is a
parabola.
Vertex form of the quadratic
function
• It is convenient to convert the general form
of a quadratic equation
f ( x)  ax  bx  c
2
• to what is known as the vertex form.
f ( x )  a ( x  h)  k
2
Completing the square to find the
vertex of a quadratic function
• The example below illustrates the procedure:
Consider f ( x)  3x 2  6 x  1
Complete the square to find the
vertex:
f ( x)  3( x 2  2 x 
_____
) 1
f ( x)  3( x 2  2 x  1)  1  3
f ( x)  3( x  1)  4
2
Completing the square, continued
• The vertex is (1 , 2)
• The quadratic function opens down since
the coefficient of the x squared term is
negative (-3) .
Intercepts of a quadratic function
• Find the x-intercepts of.
f ( x)  3x  6 x  1
2
• Set f(x) = 0
0  3x  6 x  1
2
• Use the quadratic formula:
X=
b  b2  4ac
2a
Intercepts of a quadratic function
2

6

6
 4(3)(1) 6  24
• X=

 0.184,1.816
2(3)
6
f ( x)  3x 2  6 x  1
•
f ( x)  3(0)  6(0)  1
2
Find the y-intercept : Let x = 0 and solve for y:
We have (0, -1)
Generalization
• Summary:
f ( x )  a ( x  h)  k
2
• where a is not equal to zero.
Graph of f is a parabola:
if a > 0, the graph opens
upward
if a < 0 , the graph opens
downward.
Generalization, continued
•
•
•
•
Vertex is (h , k)
Line or axis of symmetry: x = h
f(h) = k is the minimum if a > 0, otherwise, f(h) = k is
the maximum
Domain : set of all real numbers
•
Range:
 y y  k
 y y  k
if a < 0. If a > 0, the range is
Application of Quadratic Functions
•
•
A Macon Georgia peach orchard farmer now
has 20 trees per acre. Each tree produces, on
the average, 300 peaches. For each
additional tree that the farmer plants, the
number of peaches per tree is reduced by 10.
How many more trees should the farmer plant
to achieve the maximum yield of peaches?
What is the maximum yield?
Solution
• Solution: Yield= number of peaches per
tree x number of trees
• Yield = 300 x 20 = 6000 ( currently)
• Plant one more tree: Yield = ( 300 – 1(10))
* ( 20 + 1) = 290 x 21 = 6090 peaches.
• Plant two more trees:
• Yield = ( 300 – 2(10)* ( 20 + 2) = 280 x 22
= 6160
Solution, continued
• Let x represent the number of additional
trees. Then Yield =( 300 – 10x) (20 + x)=
2
• Y(x)= 10 x  100 x  6000
• To find the maximum yield, note that the Y(x) function is
a quadratic function opening downward. Hence, the
vertex of the function will be the maximum value of the
yield.
•
Solution, continued
• Complete the square to find the vertex of the parabola:
•
• Y(x) = 10( x 2  10 x  25)  6000  250
• (we have to add 250 on the outside since we multiplied
• –10 by 25 = -250. The equation is unchanged, then.
Solution,continued
• Y(x)= 10( x  5)  6250
2
• Thus, the vertex of the quadratic function is ( 5 , 6250) .
So the farmer should plant 5 additional trees and obtain
a yield of 6250 peaches. We know this yield is the
maximum of the quadratic function since the the value of
a is -10. The function opens downward so the vertex
must be the maximum.
•