BY: M. Prahas Tomi M. S. Xi Sc-7 Sman 1 Bogor 2009
BY: M. Prahas Tomi M. S. Xi Sc-7 Sman 1 Bogor 2009
M. PRAHAS TOMI M. S.
XI SC-7
SMAN 1 BOGOR
2009
M. PRAHASTOMI M. S.
BASIC EXPLANATION
SOME CASES
‘THIS FOR YOU’ SECTION
M. PRAHASTOMI M. S.
FUNCTION COMPOSITION
INVERS OF FUNCTION
INVERS ALGORITHM
INVERS OF FUNCTION COMPOSITION
M. PRAHASTOMI M. S.
It Means the function of certain function(s)
which given.
M. PRAHASTOMI M. S.
f(x) = ax + b
g(x) = dx + c
h(x) = mx + n
Case 1
(f o g) (x) = f [g(x)] = a [g(x)] + b = a (dx + c) + b
Case 2
(g o f) (x) = g [f(x)] = d [f(x)] + c = d (ax + b) + c
Case 3
( f o g o h) (x) = f[ g{h(x)}] = f[g{mx + n}] = f[ d(mx +
n) + c ] = a {d(mx + n) +c} + b
M. PRAHASTOMI M. S.
Given: f(ax + b) = mx + n
g(qx +r) = wx + z
(f o g) (x) = f[g(x)]
Ex, y = ax + b
x= (y-b)/a
M. PRAHASTOMI M. S.
The same way with finding g (x)
g(x) = w{(x-r)/q} + n
M. PRAHASTOMI M. S.
f(ax+b)= [cx +d]c+d
(g o h o f) (x) =…
M. PRAHASTOMI M. S.
f(x) = ax + b
(f o g) (x) = cx + d
Find g(x) !
f[ g(x) ] = cx + d
M. PRAHASTOMI M. S.
f(x) = ax + b
(g o f) (x) = cx + d
g(x) =...
g[ f(x) ] = cx +d
g[ ax + b ] = cx + d
g(x) = c [(x-b)/a] + d
M. PRAHASTOMI M. S.
Symbolized: f -1 (x)
(f o f -1 ) (x) = ( f -1 o f ) (x)= x
M. PRAHASTOMI M. S.
f(x) = ax + b
f -1 (x) = …
f -1 (x) = (x-b)/a
M. PRAHASTOMI M. S.
f(ax + b) = cx + d
f -1 (x) = …
f(x) = c{(x-b)/a} + d
f -1 (x) = a{(x-d)/c} + b
M. PRAHASTOMI M. S.
f(x) = [ (ax + b)/(cx + d) ]t
f -1 (x) = …
M. PRAHASTOMI M. S.
f(x) = xLog (ax)/d
f -1 (x) = …
x x = [af -1 (x) ] / d
f -1 (x) = (dxx)/a
M. PRAHASTOMI M. S.
f(x) = m Log [(ax-b)/( b -mn – c h )]ax
f -1 (mx) = …
M. PRAHASTOMI M. S.
This is how computer know and count any function(s).
Given case:
f(x) = kx + p
function algorithm
1 2
x → kx → kx + p
inverse algoritm
2 1
x → x – p → (x-p)/k
M. PRAHASTOMI M. S.
f(x) = (dxn + wz)pq
inverse algoritm?
M. PRAHASTOMI M. S.
f(x) = [rt(dxn + wz)pq] m
inverse algoritm?
x → x 1/m →
(x 1/m )/rt →
{(x 1/m )/rt}1/pq →
{(x 1/m )/rt}1/pq – wz →
[{(x 1/m )/rt}1/pq – wz]/d →
[[{(x 1/m )/rt}1/pq – wz]/d] 1/n
M. PRAHASTOMI M. S.
Figure out inverse of logarithm!
M. PRAHASTOMI M. S.
for any given equation:
(f o g o h o …) -1 (x)
= (... o h -1 o g -1 o f -1 ) (x)
M. PRAHASTOMI M. S.
f(x) = ax + d
(f o g) -1 (x) = ...
f -1 (x) = (x –d)/a
M. PRAHASTOMI M. S.
f -1 (cx+d) = n(abx + mh+t ) m/n
M. PRAHASTOMI M. S.
See you!
M. PRAHASTOMI M. S.