Functions Ws 2
Functions Ws 2
A function is a relation that assigns to each input value exactly one output value. Like
numbers and variables we can add, subtract, multiply and divide functions which results
into a new function. Below are the rules to perform these operations on functions.
Practice 3:
𝑓 𝑓(𝑥) 𝑥−1
d) ( 𝑔 )(𝑥) = 𝑔(𝑥)
=
4−𝑥
Domain of 𝑓(𝑥):
𝑥−1≥0
⇒𝑥 ≥ 1
Domain of 𝑔(𝑥):
4−𝑥≥0
⇒ − 𝑥 ≥− 4
⇒𝑥 ≤ 4
Now,
a) Domain of (𝑓 + 𝑔)(𝑥) → {𝑥: 1 ≤ 𝑥 ≤ 4}
b) Domain of (𝑓 − 𝑔)(𝑥) → {𝑥: 1 ≤ 𝑥 ≤ 4}
c) Domain of (𝑓 • 𝑔)(𝑥) → {𝑥: 1 ≤ 𝑥 ≤ 4}
𝑓
d) Domain of ( 𝑔 )(𝑥) → {𝑥: 1 ≤ 𝑥 < 4}
For Numerator: D → 𝑥 − 1 ≥ 0 ⇒ 𝑥 ≥ 1
For Denominator: D → 4 − 𝑥 > 0 ⇒ 𝑥 < 4
For Combined Domain: D → 𝑥 ≥ 1, 𝑥 < 4