Functions and Quadratics part2
Functions and Quadratics part2
• Examples:
• Definition: A function is called an even function if its graph is symmetric with respect to the
vertical axis, and it is called an odd function if its graph is symmetric with respect to the origin.
• Theorem:
• Definition: The sum, difference, product and quotient of the functions f and g are the functions
defined by
o (fg)(x) = f(x)g(x)
• Definition: Given functions f and g, then the function fog is a composite function, where g is
performed first and then f is performed on the result of g.
• Example: Consider 2 function s f (x) = 3x + 2 and g(x) = x2 . The function fog may be found
using a flow diagram as follows:
Thus f o g = 3x2 + 2
1
• Remember, the domain of fog is the set of all real numbers x in the domain of g
where g(x) is in the domain of f.
The domain of fog cannot always be determined simply by examining the final form of (fog)(x). Any
numbers that are excluded from the domain of g must also be excluded from the domain of fog.
Even though 1+ x is defined for all x ≥ -1, we must restrict the domain of fog to those values
that are also in the domain of g. Thus, Domain fog: -1 ≤ x ≤ 3
• Example: f(x) = x2 with domain x∈ℜ is not one to one. So, for example, the
inverse of 4 would have two possibilities: -2 or 2. This means that the inverse is not a function.
We say that the inverse function of f does not exist. However, if the Domain is restricted to x ≥ 0,
then the function would be one to one and its inverse would be f-1(x) = √x , x ≥ 0
2
• Example: Find the inverse of the function y = f(x) = (x-2)2 + 3 , x ≥ 2. Sketch
the graphs of y = f(x) and y = f-1(x) on the same axes showing the relationship between them.
Solution
o Step 1: In order for the function to be one to one, we must restrict its domain to
x ≥ 2. The Range of f is y ≥ 3 and so the domain of f-1 will be x ≥ 3.
o Step 2: Make x the subject. y – 3 = (x-2)2 √(y –3) = x-2 x = 2 + √(y –3)
o Step 3: Interchange x and y in the above equation to get y = 2 + √(x –3). So
Final Answer is: f-1(x) = 2 + √(x –3) , x ≥ 3
o Step 4: Verification: f[f-1(x)] = f[2 + √(x –3)] = {[2 + √(x –3)] -2}2 + 3
= [√(x –3)] 2 + 3 = (x –3) + 3 = x. And f-1[f(x)] = f-1[(x-2)2 + 3] = 2 + √([(x-2)2 + 3] –
3) = 2 + √(x-2)2 = 2 + (x-2) = x
• Definition: A function of the type y = ax2 + bx + c where a, b, and c are called the coefficients, is
called a quadratic function.
The graph of a quadratic function will form a parabola. Each graph will have either a maximum
or minimum point. There is a line of symmetry which will divide the graph into two halves.
• Solving Quadratic Equations: Since y = ax2 + bx +c, by setting y=0 we set up a quadratic equation.
To find the solutions means we need to find the x-intercept. Since the graph is a parabola, there will
be at most two solutions.
3
• Graphing Method: In this method, we use a scientific calculator and graph the equation. Then we
read the x-intercepts from the graph.
•
o Example: x2 - 2x = 0
o To solve the equation, write y = x2 - 2x into your graphing calculator. Find the x-
intercepts. The two solutions are x=0 and x=2.
• Factorization Method: To solve a quadratic equation we get it in the standard form y = ax2 + bx
+c and see if it will factorize.
o Example: x2 = 5x − 6 x − 5x + 6 = 0 ( x − 3)( x − 2) = 0
2
x − 3 = 0 or x − 2 = 0
x = 3 and x = 2
• Completing the Square Method: For this method we need the coefficient of x2 to be 1. We then
divide the take the coefficient of x and add and subtract the square of half of the coefficient of x
from the equation to form a perfect square on one side of the equation.
o Example: x2 + 6x + 3 = 0. . This does not factorize. So we will use the completing the
square method here.
x2 + 6x = −.3The coefficient of x is 6. So, the square of 6/2 is 9.
x2 + 6x + 9 = −3 + 9 . We added 9 to both sides of the equation
x2 + 6x + 9 = 6 . The left side becomes a perfect square.
( x + 3) = 6 x + 3 = ± 6 x = −3 ± 6
2
x = −b ± b − 4ac
2
2a
o Example: x2 + 6x + 3 = 0
Here, a = 1, b = 6 and c = 3. So, using the formula, we get:
4
x = −b ± b − 4ac = −6 ± 6 − 4(1)(3) = −6 ± 24 = −3 ± 6
2 2
2a 2(1) 2