0% found this document useful (0 votes)
11 views

03 GENMATH

The document presents mathematical problems involving volume, area, and profit functions based on given dimensions and constraints. It includes various tasks that require expressing functions for different scenarios, such as manufacturing and gardening, and performing operations on those functions. Additionally, it explores function composition and operations like addition, subtraction, multiplication, and division.

Uploaded by

Francine Marie
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

03 GENMATH

The document presents mathematical problems involving volume, area, and profit functions based on given dimensions and constraints. It includes various tasks that require expressing functions for different scenarios, such as manufacturing and gardening, and performing operations on those functions. Additionally, it explores function composition and operations like addition, subtraction, multiplication, and division.

Uploaded by

Francine Marie
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Francine Marie Rodriguez

11 – Curiosity

Lesson 2

1. A manufacturer of open tin boxes wishes to make use of pieces of tin with dimensions 8 in by
15 in by cutting equal squares from the four corners and turning up the sides. Let x inches be
the length of the side of the square to be cut out; express the number of cubic inches in the
volume of the of the box as function of x.

𝑙 = 15 − 2𝑥
𝑤 = 8 − 2𝑥
ℎ=𝑥

Volume of a cube = lwh. Therefore, as a function:


𝑉(𝑥) = 𝑙𝑤ℎ
𝑉(𝑥) = (15 − 2𝑥)(8 − 2𝑥)(𝑥)
𝑉(𝑥) = (4𝑥 2 − 46𝑥 + 120)(𝑥)
𝑽(𝒙) = 𝟒𝒙𝟑 − 𝟒𝟔𝒙𝟐 + 𝟏𝟐𝟎𝒙

2. A rectangular garden is to be fenced off with 100 ft of fencing material. Let x feet be the
length of the garden; express the number of square feet in the area of the garden as a function
of x.

Perimeter of a rectangle = 2l + 2w
100 = 2𝑥 + 2𝑤
100 − 2𝑥 = 2𝑤
50 − 𝑥 = 𝑤

Area of a rectangle = lw. Therefore, as a function:


𝐴(𝑥) = 𝑥(50 − 𝑥)
𝑨(𝒙) = 𝟓𝟎𝒙 − 𝒙𝟐

3. A toy manufacturer can produce a particular toy at a cost of P 10 per toy. It is estimated that if
the selling price of the toy is X pesos, then the number of toys that are sold each day is 45 – x.
Express the number of dollars in the manufacturer’s daily profit as a function of x.

𝑃 10 = 𝑐𝑜𝑠𝑡 𝑜𝑓 𝑡ℎ𝑒 𝑡𝑜𝑦


𝑥 = 𝑠𝑒𝑙𝑙𝑖𝑛𝑔 𝑝𝑟𝑖𝑐𝑒
45 − 𝑥 = 𝑛𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝑡𝑜𝑦𝑠 𝑠𝑜𝑙𝑑 𝑒𝑎𝑐ℎ 𝑑𝑎𝑦

The manufacturer’s daily profit as function:


𝑓(𝑥) = 𝑥(45 − 𝑥) − 10(45 − 𝑥)
𝑓(𝑥) = (45𝑥 − 𝑥 2 ) − (450 − 10𝑥)
𝑓(𝑥) = −𝑥 2 + 45𝑥 + 10𝑥 − 450
𝒇(𝒙) = −𝒙𝟐 + 𝟓𝟓𝒙 − 𝟒𝟓𝟎
Task 1
1. 𝒇(𝒙) = 𝒙 − 𝟓; 𝒈(𝒙) = 𝒙𝟐 − 𝟏

𝑓 + 𝑔 = 𝑓(𝑥) + 𝑔(𝑥) 𝑓 − 𝑔 = 𝑓(𝑥) − 𝑔(𝑥)


𝑓 + 𝑔 = (𝑥 − 5) + (𝑥 2 − 1) 𝑓 + 𝑔 = (𝑥 − 5) − (𝑥 2 − 1)
𝑓 + 𝑔 = 𝑥2 + 𝑥 − 6 𝑓 + 𝑔 = −𝑥 2 + 𝑥 − 4

𝑓 ∙ 𝑔 = 𝑓(𝑥) ∙ 𝑔(𝑥) 𝑓(𝑥)


𝑓/𝑔 =
𝑓 ∙ 𝑔 = (𝑥 − 5)(𝑥 2 − 1) 𝑔(𝑥)
𝑓 ∙ 𝑔 = 𝑥 3 − 𝑥 − 5𝑥 2 + 5 𝑥−5
𝑓 ∙ 𝑔 = 𝑥 3 − 5𝑥 2 − 𝑥 + 5 𝑓/𝑔 = 2
𝑥 −1

2. 𝒙+𝟏 𝟏
𝒇(𝒙) = ; 𝒈(𝒙) =
𝒙−𝟏 𝒙

𝑓 + 𝑔 = 𝑓(𝑥) + 𝑔(𝑥) 𝑓 − 𝑔 = 𝑓(𝑥) − 𝑔(𝑥)


𝑥+1 1 𝑥+1 1
𝑓+𝑔 = + 𝑓+𝑔 = −
𝑥−1 𝑥 𝑥−1 𝑥
𝑥(𝑥 + 1) + (𝑥 − 1) 𝑥(𝑥 + 1) − (𝑥 − 1)
𝑓+𝑔 = 𝑓+𝑔 =
𝑥(𝑥 − 1) 𝑥(𝑥 − 1)
𝑥 2 + 2𝑥 − 1 𝑥2 + 1
𝑓+𝑔 = 𝑓+𝑔 = 2
𝑥2 − 𝑥 𝑥 −𝑥

𝑓 ∙ 𝑔 = 𝑓(𝑥) ∙ 𝑔(𝑥) 𝑓(𝑥)


𝑥+1 1 𝑓/𝑔 =
𝑓∙𝑔=( )( ) 𝑔(𝑥)
𝑥−1 𝑥 𝑥+1
𝑥+1
𝑓∙𝑔= 2 𝑓/𝑔 = 𝑥 − 1
𝑥 −𝑥 1
𝑥
𝑥+1
𝑓/𝑔 = ( ) (𝑥)
𝑥−1
𝑥2 + 𝑥
𝑓/𝑔 =
𝑥−1

3. 𝒇(𝒙) = √𝒙; 𝒈(𝒙) = 𝟒 − 𝒙𝟐

𝑓 + 𝑔 = 𝑓(𝑥) + 𝑔(𝑥) 𝑓 − 𝑔 = 𝑓(𝑥) − 𝑔(𝑥)


𝑓 + 𝑔 = √𝑥 + 4 − 𝑥 2 𝑓 + 𝑔 = √𝑥 − (4 − 𝑥 2 )
𝑓 + 𝑔 = √𝑥 − 4 + 𝑥 2

𝑓 ∙ 𝑔 = 𝑓(𝑥) ∙ 𝑔(𝑥) 𝑓(𝑥)


𝑓/𝑔 =
𝑓 ∙ 𝑔 = (√𝑥)(4 − 𝑥 2 ) 𝑔(𝑥)
𝑓 ∙ 𝑔 = 4√𝑥 − 𝑥 2 √𝑥 √𝑥
𝑓/𝑔 =
4 − 𝑥2
4. 𝒇(𝒙) = 𝒙𝟐 + 𝟏; 𝒈(𝒙) = 𝟑𝒙 − 𝟐

𝑓 + 𝑔 = 𝑓(𝑥) + 𝑔(𝑥) 𝑓 − 𝑔 = 𝑓(𝑥) − 𝑔(𝑥)


𝑓 + 𝑔 = (𝑥 2 + 1) + (3𝑥 − 2) 𝑓 + 𝑔 = (𝑥 2 + 1) − (3𝑥 − 2)
𝑓 + 𝑔 = 𝑥 2 + 3𝑥 − 1 𝑓 + 𝑔 = 𝑥 2 − 3𝑥 + 3

𝑓 ∙ 𝑔 = 𝑓(𝑥) ∙ 𝑔(𝑥) 𝑓(𝑥)


𝑓/𝑔 =
𝑓 ∙ 𝑔 = (𝑥 2 + 1)(3𝑥 − 2) 𝑔(𝑥)
𝑓 ∙ 𝑔 = 3𝑥 3 − 2𝑥 2 + 3𝑥 − 2 𝑥2 + 1
𝑓/𝑔 =
3𝑥 − 2

5. 𝟏
𝒇(𝒙) = 𝒙𝟐; 𝒈(𝒙) =
√𝒙

𝑓 + 𝑔 = 𝑓(𝑥) + 𝑔(𝑥) 𝑓 − 𝑔 = 𝑓(𝑥) − 𝑔(𝑥)


1 1
𝑓 + 𝑔 = 𝑥2 + 𝑓 + 𝑔 = 𝑥2 −
√𝑥 √𝑥
𝑥 2 √𝑥 + 1 𝑥 2 √𝑥 − 1
𝑓+𝑔 = 𝑓+𝑔 =
√𝑥 √𝑥

𝑓 ∙ 𝑔 = 𝑓(𝑥) ∙ 𝑔(𝑥) 𝑓(𝑥)


1 𝑓/𝑔 =
𝑓 ∙ 𝑔 = (𝑥 2 ) ( ) 𝑔(𝑥)
√𝑥 𝑥2
𝑥2 𝑓/𝑔 =
1
𝑓∙𝑔=
√𝑥 √𝑥
𝑓 ∙ 𝑔 = 𝑥√𝑥 √𝑥
𝑓/𝑔 = (𝑥 2 ) ( )
1
𝑓/𝑔 = 𝑥 2√𝑥
Task 2
1. 𝒇(𝒙) = 𝟏 − 𝒙 ; 𝒈(𝒙) = 𝟏 + 𝒙

(𝑓 ∘ 𝑔)(𝑥) = 𝑓(𝑔(𝑥)) (𝑔 ∘ 𝑓)(𝑥) = 𝑔(𝑓(𝑥))


(𝑔 ∘ 𝑓)(𝑥) = 1 − 𝑔(𝑥) (𝑔 ∘ 𝑓)(𝑥) = 1 + 𝑓(𝑥)
(𝑔 ∘ 𝑓)(𝑥) = 1 − (1 + 𝑥) (𝑔 ∘ 𝑓)(𝑥) = 1 + (1 − 𝑥)
(𝑔 ∘ 𝑓)(𝑥) = −𝑥 (𝑔 ∘ 𝑓)(𝑥) = 2 − 𝑥

2. 𝒇(𝒙) = 𝒙𝟐 ; 𝒈(𝒙) = 𝟐𝒙𝟐

(𝑓 ∘ 𝑔)(𝑥) = 𝑓(𝑔(𝑥)) (𝑔 ∘ 𝑓)(𝑥) = 𝑔(𝑓(𝑥))


(𝑔 ∘ 𝑓)(𝑥) = (𝑔(𝑥))2 (𝑔 ∘ 𝑓)(𝑥) = 2(𝑓(𝑥))2
(𝑔 ∘ 𝑓)(𝑥) = (2𝑥 2 )2 (𝑔 ∘ 𝑓)(𝑥) = 2(𝑥 2 )2
(𝑔 ∘ 𝑓)(𝑥) = 4𝑥 4 (𝑔 ∘ 𝑓)(𝑥) = 2𝑥 4

3. 𝒇(𝒙) = 𝒙 + 𝟐 ; 𝒈(𝒙) = 𝟐𝒙

(𝑓 ∘ 𝑔)(𝑥) = 𝑓(𝑔(𝑥)) (𝑔 ∘ 𝑓)(𝑥) = 𝑔(𝑓(𝑥))


(𝑔 ∘ 𝑓)(𝑥) = 𝑔(𝑥) + 2 (𝑔 ∘ 𝑓)(𝑥) = 2(𝑓(𝑥))
(𝑔 ∘ 𝑓)(𝑥) = 2𝑥 + 2 (𝑔 ∘ 𝑓)(𝑥) = 2(𝑥 + 2)
(𝑔 ∘ 𝑓)(𝑥) = 2𝑥 + 4

4. 𝒇(𝒙) = 𝒙𝟑 ; 𝒈(𝒙) = 𝒙 − 𝟐

(𝑓 ∘ 𝑔)(𝑥) = 𝑓(𝑔(𝑥)) (𝑔 ∘ 𝑓)(𝑥) = 𝑔(𝑓(𝑥))


(𝑔 ∘ 𝑓)(𝑥) = (𝑔(𝑥))3 (𝑔 ∘ 𝑓)(𝑥) = 𝑓(𝑥) − 2
(𝑔 ∘ 𝑓)(𝑥) = (𝑥 − 2)3 (𝑔 ∘ 𝑓)(𝑥) = 𝑥 3 − 2
(𝑔 ∘ 𝑓)(𝑥) = 𝑥 3 − 6𝑥 2 + 12𝑥 − 8

5. 𝒇(𝒙) = 𝒙𝟐 − 𝟏 ; 𝒈(𝒙) = 𝒙𝟑

(𝑓 ∘ 𝑔)(𝑥) = 𝑓(𝑔(𝑥)) (𝑔 ∘ 𝑓)(𝑥) = 𝑔(𝑓(𝑥))


(𝑔 ∘ 𝑓)(𝑥) = (𝑔(𝑥))2 − 1 (𝑔 ∘ 𝑓)(𝑥) = (𝑓(𝑥))3
(𝑔 ∘ 𝑓)(𝑥) = (𝑥 3 )2 − 1 (𝑔 ∘ 𝑓)(𝑥) = (𝑥 2 − 1)3
(𝑔 ∘ 𝑓)(𝑥) = 𝑥 6 − 1 (𝑔 ∘ 𝑓)(𝑥) = 𝑥 6 − 3𝑥 4 + 3𝑥 2 − 1
Challenge Task
1. Find f(x) and g(x) such that (𝒇 ∘ 𝒈)(𝒙) = √𝒙𝟐 − 𝟒

𝑓(𝑥) = √𝑥
𝑔(𝑥) = 𝑥 2 − 4

Check:
(𝑓 ∘ 𝑔)(𝑥) = 𝑓(𝑔(𝑥))
(𝑔 ∘ 𝑓)(𝑥) = 𝑓(𝑥 2 − 4)
(𝑔 ∘ 𝑓)(𝑥) = √𝑥 2 − 4

2. If (f ◦ g)(x) = 𝑥2 + 6𝑥 + 1 and f(x) = 2𝑥2 − 1, find g(x).

2(𝑔(𝑥))2 − 1 = 𝑥 2 + 6𝑥 + 1
2(𝑔(𝑥))2 = 𝑥 2 + 6𝑥 + 2
𝑥 2 + 6𝑥 + 2
(𝑔(𝑥))2 =
2
𝑥 2 + 6𝑥 + 2
𝑔(𝑥) = √
2

Check:
(𝑓 ∘ 𝑔)(𝑥) = 𝑓(𝑔(𝑥))
𝑥 2 + 6𝑥 + 2
𝑥 2 + 6𝑥 + 1 = 𝑓 (√ )
2
2
𝑥 2 + 6𝑥 + 2
𝑥 2 + 6𝑥 + 1 = 2 (√ ) −1
2
𝑥 2 + 6𝑥 + 2
𝑥 2 + 6𝑥 + 1 = 2 ( )−1
2
𝑥 2 + 6𝑥 + 1 = 𝑥 2 + 6𝑥 + 2 − 1
𝑥 2 + 6𝑥 + 1 = 𝑥 2 + 6𝑥 + 1

You might also like