Notes - Functions 2
Notes - Functions 2
A function f is quadratic function if and only if f(x) can be written in the form
f(x) = ax2 + bx + c
where a, b, c constants and a 0
I. Quadratic formula
ax2 + bx + c = 0
b b2 4ac
x
2a
b2 – 4ac is called the discrimant.
If b2 – 4ac < 0, neither of the quadratic solutions are real numbers.
If b2 – 4ac = 0, the quadratic has repeated real number solution.
If b2 – 4ac > 0, the quadratic has two distinct real number solutions.
(1) xy + xz = x(y + z)
(2) x2 + (a + b)x + ab = (x + a)(x + b)
(3) ab x2 + (ad + bc)x + cd = (ax + c)(bx + d)
(4) x2 + 2ax + a2 = (x + a)2
(5) x2 – 2ax + a2 = (x – a)2
(6) x2 – a2 = (x + a)(x – a)
A x2 + B x+ C = 0
ab x2 + ad + bc x + cd
(ax + c) (bx + d) = 0
ax c
bx d
Example:
3x 5
2x -5
where
(3x) (2x) = Ax2 = 6x2
15x + 10x = Bx = 25x
(5) (5) = C = 25
Find x:
(3x – 5)(2x – 5) = 0
3x – 5 =0
x = 5/3
2x – 5 =0
x = 5/2
x = {5/3 , 5/2}
y 1 y 5 7(2 y 1)
3.
y 3 y 2 y2 y 6
Multiply both sides by (y + 3)(y – 2)
(y – 2)(y + 1) + (y + 3)(y + 5) = 7(2y + 1)
2y2 – 7y + 6 = 0
(2y – 3)(y – 2) = 0
y = 3/2 or 2 (ignore)
y = 3/2
4. x2 = 3
x2 – 3 = 0
( x 3 )( x 3 ) 0
x 3 0 or x 3 0
x 3
5. 4x2 – 17x + 15 = 0
a = 4, b = 17, c = 15
a 9, b 6 2 , c 2
6 2 0
y
2(9)
2
y
3
7. z2 + z + 1 = 0
a = 1, b = 1, c = 1
1 3
z No solution
2
(ii) Vertex
x = –b/(2a) = –(–4)/(–2) = –2
y = f(–2) = (2)2 – 4(2) + 12 = 16
(x, y) = (2, 16)
If y = 0, x2 – 4x + 12 = 0
(x – 6)(x – 2) = 0
x = 6 or 2
x-intercepts (6, 0), (2, 0)
y (-2, 16) y
(-2, 16)
12 12
y
-6 2 x -6 2
f(x) = –x2 – 4x + 12
The demand function for a manufacturer’s product is p 1000 2q , where p is the price
(RM) per unit and q units are demanded (per week) by consumers. Find the level of
production that will maximize the manufacturer’s total revenue, and determine this
revenue.
R pq
(1000 2q)q
1000q 2q 2
a1x b1 y c1 0 …… (1)
a2 x b2 y c2 0 …….(2)
If L1 and L2 are drawn on the same plane, there are three situations that could occur :
(i) L1 and L2 may intersect at exactly one point, (a,b). Thus the system has
the solution x=a and y=b.
(ii) L1 and L2 may be parallel and have no points in common. There is no
solution.
(iii) L1 and L2 may be the same line. The coordinates of any point on the line
are a solution of the system. There are infinitely many solutions.
Textbook: Haeussler, Paul & Wood, 2014
Two methods to solve simultaneous equations:
3 x 4 y 13 ……….. (1)
2 x 3 y 3 ……….. (2)
From (1) 3 x 4 y 13
4 13
x y
3 3
4 13
Substitute y for x in (2)
3 3
2x 3y 3
4 13
2( y ) 3 y 3
3 3
8 26
y 3y 3
3 3
8 y 26 9 y 9
17 y 17
y 1
x3
3 x 4 y 13 ………. (1)
3y 2x 3 ………. (2)
9 x 12 y 39 ……….. (3)
8 x 12 y 12 ……….. (4)
17 x 51
x3
y 1
Textbook: Haeussler, Paul & Wood, 2014
Example (no solution)
x 2 y 8 0 ………… (1)
2 x 4 y 4 0 ………… (2)
2 x 4 y 4 0 ………… (2)
2(2 y 8) 4 y 4 0
4 y 16 4 y 4 0
20 0 This equation is never true =>No solution
x 5y 2 ………… (1)
1 5
x y 1 ………… (2)
2 2
From (2) x 5y 2
x 2 5y
2 5y 5y 2
00 This equation is always true.
Any solution of x = 2-5y is a solution of the system. x 2 5 y where y can be any real
number.
The methods used in solving a two-variable system of linear equations can be used to
solve a three-variable system of linear equations. A general linear equation in the three
variables x, y, and z is an equation having the form
A general linear equation in three variables represents a plane in space and a solution to
a system of such equations is the intersection of planes.
2x y z 3 ………… (1)
x 2 y 2z 1 ………… (2)
x y 3z 6 ………… (3)
Solve simultaneously (2 x 2)
3x 2z 3 ………… (4)
x 4z 11 ………… (5)
(6)-(5) 5x 5
x 1
z 3
y 2
NONLINEAR SYSTEM
A system of equations in which at least one equation is not linear is called a nonlinear
system. Often solve a nonlinear system by substitution. Example:
x 2 2x y 7 0 …………. (1)
3x y 1 0 …………. (2)
x 2 2 x (3x 1) 7 0
x2 x 6 0
( x 3)( x 2) 0
x 3 or x 2
If x 3, y 8 ; If x 2, y 7
Equilibrium
Example
Determine the equilibrium point if the supply and demand equations as follows:
p = 0.5x + 1 and p = –0.3x + 5 where p is price and x is quantity.
0.5x + 1 = 0.3x + 5
0.8x = 4
x = 5
1
p q 12
180
1
p q8
300
Where p is price (RM)
q is quantity (unit)
1 1
q8 q 12
300 180
1 1
q 4
300 180
180 300
q 4
300(180)
300(180)
q 4
480
450
1
p (450) 8
300
9.50
Equilibrium point (q, p) = (450, 9.50)
12
4
q
450 1000
Equilibrium quantity
Supply Demand
8 7
p q 50 p q 65
100 100
Supply equation after tax
8
p q 50 1.50
100
8
q 51.50
100
b. Determine the total revenue obtained by the manufacturer at the equilibrium point
both before and after the tax.
Example:
P = RM 8
FC = 5000
VC = 22/9q
TR = 8q
TC = 22/9q + 5000
Example:
A manufacturer sells a product at $8 per unit, selling all that is produced. Fixed cost is
$5000 and variable cost per unit is 22/9 (dollars).
a. Find the total output and revenue at the break-even point.
22
R = 8q C 5000 q
9
R=C
22
8q = 5000 q
9
1300 250,000
Quadratic formula: q
2
1300 500
q
2
q = 400 or 900
R, C
yTC = 2q + 1200
3000
400 900 q
The exponential function with base e (= 2.71828…) is called the natural exponential
function. It occurs in economic and business analysis (e.g. population studies, compound
interest)
2
-2 1/4 1/9 4
-1 1/2 1/3 2
0 1 1 1
1
1 2 3 1/2
2 4 9 1/4
3 8 27 1/8
Each exponential function has an inverse. These functions, inverse to the exponential
functions, are called the logarithmic functions.
y = logb x if and only if by = x
(0, ∞) is the domain of logarithmic function and (−∞, ∞)is the range.
Example:
Eksponential form Logarithmic form
52 = 25 log5 25 = 2
34 = 81 log3 81 = 4
100 = 1 log10 1 = 0
Example :
Logarithmic form Exponential form
log10 1000 = 3 103 = 1000
1
log 64 8 641/2 = 8
2
1 1
log 2 4 2 4
16 16
Example: Solve for x.
a) log2x = 4 b) ln(x + 1) = 7 c) logx 49 = 2
24 =x e7 =x+1 x2 = 49
x = 16 x = e7 – 1 x = 7 or –7 (ignore)
x =7
y
x log2 x log1/2 x
¼ -2 2
½ -1 1 log2x
1 0 0
3 -
2 1 -1 2 -
1 -
4 2 -2
8 3 -3 -1 - 1 2 3 4 5 6 7 8
-2 -
Log1/2x x
Properties of Logarithms:
8. blogb m m
log a m
9. log b m
log a b
10. If logb m = logb n, then m = n
11. If bm = bn, then m = n
p = 121–0.1q
Take log both sides
log p log 1210.1q
log p (1 0.1q ) log 12
log p
1 0.1q
log 12
log p
0.1q 1
log 12
log p
q 101
log 12