Anda di halaman 1dari 6

BAB II KOMPOSISI FUNGSI DAN INVERS FUNGSI

A. Komposisi Fungsi
Sebelum mempelajari komposisi fungsi, mari mempelajari operasi aljabar fungsi.
1. Operasi Aritmetika Fungsi
a. Operasi Aljabar pada Fungsi
Jika f dan g merupakan fungsi, berlaku sifat-sifat aljabar fungsi sebagai berikut.
1) Penjumlahan fungsi : (f + g)(x) = f(x) + g(x)
2) Pengurangan fungsi : (f – g)(x) = f(x) – g(x)
3) Perkalian fungsi : (f x g)(x) = f(x) x g(x)
𝑓 𝑓(𝑥)
4) Pembagian fungsi : (x) = 𝑔(𝑥) , g(x) ≠ 0
𝑔

b. Sifat-sifat Operasi Aljabar pada Fungsi


Misalkan p(x), q(x), dan r(x) suatu fungsi aljabar akan ditunjukkan sifat-sifat pada
operasi aljabar fungsi berikut.
1) Sifat Komutatif pada Penjumlahan
(p + q)(x) = (q + p)(x)

Misalkan:
p(x) = 3x + 7 dan q(x) = x2 – 2x + 1

(p + q)(x) = (q + p)(x)
p(x) + q(x) = q(x) + p(x)
(3x + 7) + (x2 – 2x + 1) = (x2 – 2x + 1) + (3x + 7)
x2 + 3x – 2x + 7 + 1 = x2 – 2x + 3x + 1 + 7
x2 + x + 8 = x2 + x + 8 (Terbukti)

2) Sifat Asosiatif pada Penjumlahan


((p + q) + r)(x) = (p + (q + r))(x)

Misalkan:
p(x) = 3x + 7, q(x) = x2 – 2x + 1 dan r(x) = 3x2 – 5

((p + q) + r)(x) = (p + (q + r))(x)


(p(x) + q(x)) + r(x) = p(x) + (q(x) + r(x))
((3x + 7) + (x2 – 2x + 1)) + (3x2 – 5) = (3x + 7) + ((x2 – 2x + 1) + (3x2 – 5))
(x2 + 3x – 2x + 7 + 1) + (3x2 – 5) = (3x + 7) + (3x2 + x2 – 2x + 1 – 5)
(x2 + x + 8) + (3x2 – 5) = (3x + 7) + (4x2 – 2x – 4)
x2 + 3x2 + x + 8 – 5 = 4x2 + 3x – 2x + 7 – 4
4x2 + x + 3 = 4x2 + x + 3 (Terbukti)

3) Sifat Komutatif pada Perkalian


(p x q)(x) = (q x p)(x)

Misalkan:
p(x) = 2x + 1
q(x) = 5x – 3

donasp13/Matematika Wajib
(p x q)(x) = (q x p)(x)
p(x) x q(x) = q(x) x p(x)
(2x + 1)(5x – 3) = (5x – 3)(2x + 1)
10x2 – 6x + 5x – 3 = 5x2 + 5x – 6x – 3
10x2 – x – 3 = 10x2 – x – 3 (Terbukti)

4) Sifat Asosiatif pada Perkalian


((p x q) x r)(x) = (p x (q x r))(x)

Misalkan:
p(x) = 2x + 3, q(x) = 3x2 dan r(x) = x – 4

((p x q) x r)(x) = (p x (q x r))(x)


(p(x) x q(x)) x r(x) = p(x) x (q(x) x r(x))
((2x + 3)(3x2)) . (x – 4) = (2x + 3) . ((3x2)(x – 4))
(6x3 + 9x2)(x – 4) = (2x + 3)(3x3 – 12x2)
6x4 – 24x3 + 9x3 – 36x2 = 6x4 – 24x3 + 9x3 – 36x2
6x4 – 15x3 – 36x2 = 6x4 – 15x3 – 36x2 (Terbukti)

c. Daerah Asal (Domain) Fungsi Hasil Operasi Aljabar Dua Fungsi atau Lebih
Diketahui f dan g merupakan fungsi dengan Df = daerah asal fungsi f dan
Dg = daerah asal fungsi g. Daerah asal operasi aljabar dua fungsi sebagai berikut.
1) Daerah asal fungsi (f + g)(x) : Df + g = Df ∩ Dg
2) Daerah asal fungsi (f – g)(x) : Df – g = Df ∩ Dg
3) Daerah asal fungsi (f x g)(x) : Df x g = Df ∩ Dg
f
4) Daerah asal fungsi x : D f = Df ∩ Dg ∩ {x| g(x) ≠ 0}
g g

d. Sifat-sifat Hasil Operasi fungsi


Hasil operasi dua atau lebih fungsi berupa fungsi baru. Fungsi baru tersebut dapat
bersifat injektif, bijektif, atau surjektif.

2. Operasi Komposisi Fungsi


a. Definisi Komposisi Fungsi
Fungsi Komposisi adalah penggabungan dari dua atau lebih fungsi dengan aturan
tertentu.

h = gof

 f:A→B
karena y ∈ B peta dan x ∈ A
maka f : x → y ditulis f(x) = y . . . (1)

donasp13/Matematika Wajib
 g:B→C
karena z ∈ C peta dan y ∈ B
maka g : y → z ditulis g(y) = z
g(f(x)) = z . . . (2)
 h:A→C
karena z ∈ C peta dan x ∈ A
maka h : x → z ditulis h(x) = z
gof(x) = g(f(x)) . . . (3)

Dari persamaan (1), (2), dan (3) diperoleh rumus:


(gof)(x) = g(f(x))
atau
(fog)(x) = f(g(x))

Syarat dua fungsi dapat dikomposisikan, (gof) ditentukan jika:


1) Rf ∩ Dg ≠ 0
2) D(gof) ≤ Df
3) R(gof) ≤ Rg

b. Sifat-sifat Komposisi fungsi


Diketahui f, g, dan h suatu fungsi dan I(x) = x suatu fungsi identitas. Jika
Rh ∩ Dg ≠ Ø; Rg ∩ Df ≠ Ø; dan RI ∩ Df ≠ Ø maka pada operasi komposisi fungsi
berlaku sifat-sifat berikut.
1) Pada operasi komposisi fungsi tidak berlaku sifat komutatif yaitu:
gof≠fog

2) Pada operasi komposisi fungsi berlaku sifat asosiatif yaitu:


f o (g o h) = (f o g) o h

3) Pada operasi komposisi fungsi berlaku sifat identitas yaitu:


foI=Iof=f

donasp13/Matematika Wajib
Contoh Soal

1. Jika diketahui f(x) = 2x + 8 dan g(x) = 3x2 + 10x – 8, maka tentukanlah:


a. Fungsi (f + g)(x)
b. Fungsi (f – g)(x)
f
c. Fungsi (x)
g
Jawaban:
a. (f + g)(x) = f(x) + g(x)
= (2x + 8) + (3x2 + 10x – 8)
= 2x + 8 + 3x2 + 10x – 8
= 3x2 + 12x

b. (f – g)(x) = f(x) – g(x)


= (2x + 8) – (3x2 + 10x – 8)
= 2x + 8 – 3x2 – 10x + 8
= –3x2 – 8x +16
f f(x)
c. (x) = g(x)
g
2x+8
= 3x 2 +10x−8
2(x+4)
= 3x−2 (x+4)
2
= 3x−2

2. Diketahui 2 fungsi dinyatakan dalam himpunan pasangan berurutan.


f = {(1, 3), (2, 4)}
g = {(3, 6), (4, 8)}
Tentukan pasangan berurutan dari komposisi (g o f).
Jawaban:
Komposisi g o f sebagai berikut.

Jadi, pasangan berurutan komposisi (g o f) adalah {(1, 6), (2, 8)}.

3. Diketahui 2 fungsi dinyatakan dalam himpunan pasangan berurutan.


f = {(1, 1), (2, 3), (3, 5), (5, 7)}
g = {(1, 3), (3, 5), (5, 7)}
Tentukan pasangan berurutan dari komposisi (f o g).
Jawaban:
Komposisi f o g sebagai berikut.

Jadi, pasangan berurutan komposisi (f o g) adalah {(1, 5), (3, 7)}.


donasp13/Matematika Wajib
4. Diketahui f(x) = x2 – 2x + 2 dan g(x) = x + 1.
Tentukanlah:
a. Rumus fungsi (fog)(x).
b. Nilai x jika (gof)(x) = 2.
Jawaban:
a. (fog)(x) = f(g(x))
= f(x + 1)
= (x + 1)2 – 2(x + 1) + 2
= x2 + 2x + 1 – 2x – 2 + 2
= x2 + 1

b. (gof)(x) = 2
g(f(x)) = 2
g(x2 – 2x + 2) = 2
x2 – 2x + 2 + 1 = 2
x2 – 2x + 3 = 2
x2 – 2x + 3 – 2 = 0
x2 – 2x + 1 = 0
(x – 1)(x – 1) = 0
x–1=0
x=1

5. Diketahui f(x) = 2x – 3, h(x) = 4x, dan (fog)(x) = 2x2 – 6x + 7. Tentukanlah:


a. Rumus fungsi g(x)
b. Rumus fungsi (goh)(x)
c. Rumus fungsi (fohog)(x)
d. Nilai dari (gof)(1)
e. Nilai dari (fogoh)( –2)
Jawaban:
a. (fog)(x) = 2x2 – 6x + 7
f(g(x)) = 2x2 – 6x + 7
2(g(x)) – 3 = 2x2 – 6x + 7
2(g(x)) = 2x2 – 6x + 7 + 3
2(g(x)) = 2x2 – 6x + 10
2x 2 – 6x + 10
g(x) = 2
g(x) = x2 – 3x + 5

b. (goh)(x) = g(h(x))
= g(4x)
= (4x)2 – 3(4x) + 5
= 16x2 – 12x + 5

c. (fohog)(x) = f(h(g(x)))
= f(h(x2 – 3x + 5))
= f(4(x2 – 3x + 5))
= f(4x2 – 12x + 20)
= 2(4x2 – 12x + 20) – 3
= 8x2 – 24x + 40 – 3
= 8x2 – 24x + 37

donasp13/Matematika Wajib
d. (gof)(1) = g(f(1))
= g(2(1) – 3)
= g(2 – 3)
= g(–1)
= (–1)2 – 3(–1) + 5
=1+3+5
=9

e. (fogoh)( –2) = f(g(h(–2)))


= f(g(4(–2)))
= f(g(–8))
= f((–8)2 – 3(–8) + 5)
= f(64 + 24 + 5)
= f(93)
= 2(93) – 3
= 186 – 3
= 183

donasp13/Matematika Wajib

Anda mungkin juga menyukai