FROM THE GIVEN RELATION PAIR FIND FOG AND GOF

Problem 1 :

Functions f and g are defined as follows :

f = {(0, 2), (1, 3), (2, 0), (3, 1)}

g = {(0, 3), (1, 2), (2, 1), (3, 0)}

Find a) f g

b) g f

c) f f

Solution :

a) f g

f = {(0, 2), (1, 3), (2, 0), (3, 1)}

From the given relation of f, drawing the arrow diagram.

fogandgofq1p1

g = {(0, 3), (1, 2), (2, 1), (3, 0)}

fogandgofq1p2

a) Finding fog :

fogandgofq1p3

(f g) (0) = 1

(f g) (1) = 0

(f g) (2) = 3

(f g) (3) = 2

f g = {(0, 1), (1, 0), (2, 3), (3, 2)}

b) Finding gof :

findgofq1p1

(g f) (0) = 1

(g f) (1) = 0

(g f) (2) = 3

(g f) (3) = 2

g f = {(0, 1) (1, 0) (2, 3) (3, 2)}

c) Finding fof :

findfogq1p1

(f f) (0) = 0

(f f) (1) = 1

(f f) (2) = 2

(f f) (3) = 3

f f = {(0, 0), (1, 1), (2, 2), (3, 3)}

Problem 2 :

f and g are defined as :

f = {(0, 3), (1, 0), (2, 1), (3, 2)}

g = {(0, 1), (1, 2), (2, 3), (3, 0)}

Find f g

Solution :

f = {(0, 3), (1, 0), (2, 1), (3, 2)}

findfogq2p1

g = {(0, 1), (1, 2), (2, 3), (3, 0)}

findfogq2p2

Finding fog :

findfogq2p3.png

(f g) (0) = 0

(f g) (1) = 1

(f g) (2) = 2

(f g) (3) = 3

f g = {(0, 0), (1, 1), (2, 2), (3, 3)}

Problem 3 :

f and g are defined as :

f = {(0, 2), (1, 5), (2, 7), (3, 9)}

g = {(2, 2), (5, 0), (7, 1), (9, 3)}

Find a) f g    b) g f

Solution :

f = {(0, 2), (1, 5), (2, 7), (3, 9)}

findfogq3p1.png

g = {(2, 2), (5, 0), (7, 1), (9, 3)}

findfogq3p2.png

a) Finding  f g :

findfogq3p3

(f g) (0) = 2

(f g) (1) = 0

(f g) (2) = 1

(f g) (3) = 3

f g = {(0, 2), (1, 0), (2, 1), (3, 3)}

b) Finding  g  f :

findfogq3p4.png

(g f) (2) = 7

(g f) (5) = 2

(g f) (7) = 5

(g f) (9) = 9

g f = {(2, 7), (5, 2), (7, 5), (9, 9)}

Problem 4 :

a) If ax + b = cx + d for all values of x, show that a = c and b = d.

Hint : if it is true for all x, it is true for x = 0 and x = 1.

b) Given, f(x) = 2x + 3 and g(x) = ax + b and that (f g) (x) = x for all values of x, deduce that a = 1/2 and b = -3/2.

c) Is the result in b true if (g f) (x) = x for all x ?

Solution :

a)

ax + b = cx + d

Let, x = 0

b = d

ax + d = cx + d

Subtracting d on both sides.

ax = cx for all x.

Let, x = 1

a = c

b. Given, f(x) = 2x + 3 and g(x) = ax + b

(f g) (x) = x for all values of x,

f(g(x))  = x

2(ax + b) + 3 = x

2ax + 2b + 3 = x

2ax x = -2b 3

x(2a -1) = -2b 3, for all x.

for x = 0

0 = -2b 3

-2b = 3

b = -3/2

for x = 1

2a 1 = -2b 3

2a 1 = -2(-3/2) 3

2a 1 = 0

2a = 1

a =1/2 

c) Given, f(x) = 2x + 3 and g(x) = ax + b and that (g f) (x) = x

g(f(x)) = x

g(2x + 3) = x

a(2x + 3) + b = x

2ax + 3a + b = x

2ax – x = -3a – b

x(2a – 1) = -3a – b

for x = 0

0 = -3a – b

-3a = b

for x = 1

2a – 1 = -3a – b

2a – 1 = 0

2a = 1

a = 1/2

So, the result in b is true.

Recent Articles

  1. Finding Range of Values Inequality Problems

    May 21, 24 08:51 PM

    Finding Range of Values Inequality Problems

    Read More

  2. Solving Two Step Inequality Word Problems

    May 21, 24 08:51 AM

    Solving Two Step Inequality Word Problems

    Read More

  3. Exponential Function Context and Data Modeling

    May 20, 24 10:45 PM

    Exponential Function Context and Data Modeling

    Read More