Fuction Questions

ChaoticLlama

Junior Member
Joined
Dec 11, 2004
Messages
199
Hi, I just want to make sure I understand these questions.

let
f(x) = {(3,5), (2,4), (1,7)}

if I were given the question:

Would 1/f(x) be

1/f(x) = {(3,1/5), (2,1/4), (1,1/7)}

Another question I have is:

let
g(x) = √(x-3)
k(x) = x² + 5

Would (kg)(x) = (x² + 5)(√(x+3)
 
F(x) is the y value since the x determins the y
y is a function of x

hence

(x,y)

x,f(x)
 
I already know that, and it doesn't help me answer my questions.

All I want is a thumbs up or thumbs down on what I think.
 
g(x)=sqrt(x-3)

K(x)= x^2+5


g(x)=(x,gx)

g(x)=(x,sqrt(x-3))

k(x)=(x,kx)

k(x)=(x,x^2+5)

(k(x)g(x))=(x^2+5)(sqrt(x-3)

x(kg)=(x^2+5)(sqrt(x-3))
 
Hello ChaoticLlama,

ChaoticLlama said:
Hi, I just want to make sure I understand these questions.

let
f(x) = {(3,5), (2,4), (1,7)}

if I were given the question:

Would 1/f(x) be

1/f(x) = {(3,1/5), (2,1/4), (1,1/7)}
Excellent job on this part!

ChaoticLlama said:
Another question I have is:

let
g(x) = √(x-3)
k(x) = x² + 5

Would (kg)(x) = (x² + 5)(√(x+3)
Absolutely correct!
 
Top