Anda di halaman 1dari 29

FUNGSI

KOMPOSISI

SMA BINTANG TIMUR BALIGE

1
Komposisi Fungsi
Penggabungan operasi dua
fungsi secara berurutan akan
menghasilkan sebuah fungsi
baru.
Penggabungan tersebut disebut
komposisi fungsi dan hasilnya
disebut fungsi komposisi.

lintangaleh@gmail.com 2
A B C
f g
x y z

x  A dipetakan oleh f ke y  B
ditulis f : x → y atau y = f(x)
y  B dipetakan oleh g ke z  C
ditulis g : y → z atau z = g(y)
atau z = g(f(x))

lintangaleh@gmail.com 3
A B C
f g
x y z

gof
maka fungsi yang memetakan
x  A ke z  C
adalah komposisi fungsi f dan g
ditulis (g o f)(x) = g(f(x))

lintangaleh@gmail.com 4
contoh 1

f : A → B dan g: B → C
didefinisikan seperti pada gambar

A B C
f g
a 1 p
2
b 3 q

Tentukan (g o f)(a) dan (g o f)(b)

lintangaleh@gmail.com 5
Jawab:
(g o f)(a) = ?
A B C
f g
a 1 p
2
b 3 q

f(a) = 1 dan g(1) = q


Jadi (g o f)(a) = g(f(a)) = g(1)=q

lintangaleh@gmail.com 6
(g o f)(b) = ?
A B C
f g
a 1 p
2
b 3 q

f(b) = 3 dan g(3) = p


Jadi (g o f) = g(f(b)) = g(3) = p

lintangaleh@gmail.com 7
contoh 2

Ditentukan g(f(x)) = f(g(x)).


Jika f(x) = 2x + p dan
g(x) = 3x + 120
Tentukan nilai p!

lintangaleh@gmail.com 8
Jawab:
f(x) = 2x + p dan g(x) = 3x + 120

g(f(x)) = f(g(x))
g(2x+ p) = f(3x + 120)
3(2x + p) + 120 = 2(3x + 120) + p
6x + 3p + 120 = 6x + 360 + p
3p – p = 360 – 120
2p = 240  p = 120

lintangaleh@gmail.com 9
Sifat Komposisi Fungsi
1. Tidak komutatif:
fog≠gof
2. Bersifat assosiatif:
f o (g o h) = (f o g)o h = f o g o h
3. Memiliki fungsi identitas: I(x)= x
foI=Iof=f

lintangaleh@gmail.com 10
contoh 1
f : R → R dan g : R → R
f(x) = 3x – 1 dan g(x) = 2x2 + 5
Tentukan: a. (g o f)(x)
b. (f o g)(x)

lintangaleh@gmail.com 11
Jawab:

a. f(x) = 3x – 1 dan g(x) = 2x2 + 5


(g o f)(x) = g[f(x)] = g(3x – 1)
= 2(3x – 1)2 + 5
= 2(9x2 – 6x + 1) + 5
= 18x2 – 12x + 2 + 5
= 18x2 – 12x + 7

lintangaleh@gmail.com 12
b. f(x) = 3x – 1 dan g(x) = 2x2 + 5
(f o g)(x) = f[g(x)] = f(2x2 + 5)
= 3(2x2 + 5) – 1
= 6x2 + 15 – 1
(f o g)(x) = 6x2 + 14
(g o f)(x) = 18x2 – 12x + 7
(g o f)(x) ≠ (f o g )(x)
tidak bersifat komutatif

lintangaleh@gmail.com 13
contoh 2
f(x) = x – 1, g(x) = x2 – 1 dan
h(x) = 1/x
Tentukan: a. (f o g) o h
b. f o (g o h)

lintangaleh@gmail.com 14
Jawab:

f(x) = x – 1, g(x) = x2 – 1
dan h(x) = 1/x
((f o g) o h)(x) = (f o g)(h(x))

(f o g)(x) = (x2 – 1) – 1
= x2 – 2
(f o g(h(x))) = (f o g)(1/x)
= (1/x)2 – 2

lintangaleh@gmail.com 15
f(x) = x – 1, g(x) = x2 – 1
dan h(x) = 1/x
(f o (g o h))(x) = (f(g oh)(x))

(g o h)(x) = g(1/x)
= (1/x)2 – 1
= 1/x2 - 1
f(g o h)(x) = f(1/x2 – 1)
= (1/x2 – 1) – 1
=(1/x)2 – 2

lintangaleh@gmail.com 16
Menentukan Suatu
Fungsi Jika Fungsi
Komposisi dan
Fungsi Yang Lain
Diketahui
lintangaleh@gmail.com 17
Contoh 1

Diketahui f(x) = 3x – 1
dan (f o g)(x) = x2 + 5
Tentukan g(x)!

lintangaleh@gmail.com 18
Jawab

f(x) = 3x – 1 dan (f o g)(x) = x2 + 5


fg(x)] = x2 + 5
3.g(x) – 1 = x2 + 5
3.g(x) = x2 + 5 + 1 = x2 + 6

Jadi g(x) = ⅓(x2 + 6)

lintangaleh@gmail.com 19
contoh 2

Diketahui g(x) = x + 9 dan


(f o g)(x) = ⅓x2 – 6
maka f(x) = … .

lintangaleh@gmail.com 20
Jawab:
g(x) = x + 9
(f o g)(x) = f(g(x))
= ⅓x2–6
f(x + 9) = ⅓x2–6

Misal: x + 9 = y  x = y–9
f(y) = ⅓(y – 9)2 – 6

lintangaleh@gmail.com 21
f(y) = ⅓(y – 9)2 – 6
= ⅓(y2 – 18y + 81) – 6
= ⅓y2 – 6y + 27 – 6

Jadi f(x) = ⅓x2 – 6x + 21

lintangaleh@gmail.com 22
contoh 3

Diketahui f(x) = x – 3 dan


(g of)(x) = x2 + 6x + 9
maka g(x – 1) = ….

lintangaleh@gmail.com 23
Jawab:
f(x) = x – 3;
(g o f)(x) = g (f(x)) = x2+6x+9
g(x – 3) = x2 + 6x + 9

Misal: x – 3 = y  x = y + 3
g(y) = (y + 3)2 + 6(y + 3) + 9
= y2 + 6y + 9 + 6y +18 +9
g(y) = y2 + 6y + 9 + 6y +18 +9
= y2 + 12y + 36

lintangaleh@gmail.com 24
g(x – 1) = (x – 1)2 + 12(x – 1) + 36
= x2 – 2x + 1 + 12x – 12 + 36
= x2 + 10x + 25

Jadi g(x – 1) = x2 + 10x + 25

lintangaleh@gmail.com 25
Contoh 4

Diketahui f(x) = 2x + 1
dan (f o g)(x + 1)= -2x2 – 4x + 1
Nilai g(-2) =….

lintangaleh@gmail.com 26
Jawaban:
f(g(x + 1)) = -2x2 – 4x + 1
f(x) = 2x + 1 → f(g(x))= 2g(x) + 1
f(g(x + 1)) = 2g (x + 1) + 1
2g(x + 1) + 1 = -2x2 – 4x – 1
2g(x + 1) = -2x2 – 4x – 2
g(x + 1) = -x2 – 2x – 1

lintangaleh@gmail.com 27
g(x + 1) = -x2 – 2x – 1
g(x) = -(x – 1)2 – 2(x – 1) – 1
g(2) = -(2 – 1)2 – 2(2 – 1) – 1
= -1 – 2 – 1 = -4
Jadi g(2) = - 4

lintangaleh@gmail.com 28
LATIHAN
1. Jika f(x) = 2x – 5 dan g(x) = 3x + 1. Tentukan :
a. (f o g)(x)
b. (g o f)(x)
c. (f o g)(4)
2. Misalkan fungsi f: R R dan g : R R di tentukan dengan aturan
f(x) = 3x – 1 dan g(x) = 2x. Tentukan :
a. (fog)(x)
b. (gof)(x)
3. Jika (f o g)(x) = 6x – 5 dan f(x) = 2x + 1 maka tentukan g(x).
4. Misalkan fungsi Komposisi (fog)(x)= 4x – 5 dan f(x) = 2x + 1. Tentukan
fungsi g(x).
5. Misalkan fungsi Komposisi (fog)(x)= 4 - 2x dan g(x) = 6x + 1.
Tentukan fungsi f(x).

lintangaleh@gmail.com 29

Anda mungkin juga menyukai