Problem Study (Arithmetic Progression)

1.    The Length of a perimeter of a hexagon is 36cm. The lengths the sides of the
       hexagon are in arithmetic progression and the length of the longest side is five times
       the length of the shortest side. Find the length of each side.

      Solution 

       Let the length of the sides of the hexagon in ascending order be u1, u2, u3, u4,
       u5 and u6.
       By the problem u1, u2, u3, u4, u5, u6 is an A.P.
       Let u1 = a,
             u2 = a + d
             u3 = a + 2d
             u4 = a + 3d
             u5 = a + 4d
             u6 = a + 5d
      Perimeter of the hexagon = 36 (given)
      Hence, 6a + 15d = 36
                 2a + 5d = 12 ………… (1)
      length of longest side = 5 ( length of shortest side)
      u6 = 5u1
         a + 5d = 5a
           4a – 5d = 0 ………….(2)
      Solving equation (1) and (2), a = 2 and d = 8 5  = 1.6
      u1 = a = 2 cm
      u2 = a + d = 3.6 cm
      u3 = a + 2d = 5.2 cm
      u4 = a + 3d = 6.8 cm
      u5 = a + 4d = 8.4 cm
      u6 = a + 5d = 10 cm

2.   The sum of n terms of an arithmetic progression is given by the formula Sn = 2n2 + n.
      Find (a) the first term, (b) the common difference and (c) the tenth term.

     Solution 

      Sn = 2n2 + n
      u1 = S1 = 2(1)2 + (1) = 3
       the first term = a = 3
      u1 + u2 = S2 = 2(2)2 + (2) = 10
      u2 = S2 – S1 = 7
      the common difference = d = u2 – u1 = 4
      un = a + (n – 1)d
      u10 = a + 9d= 3 + 9(4) = 39

3.   During 1996 a company increased its sales of television sets at a constant rate of 200
      sets per month. Thus the number of television sets sold in February was 200 more
      than in January, the number of television sets sold in March was 200 more than in
      February and this pattern continued month by month throughout the year. Given that
      the company sold 38, 400 television sets in 1996, calculate the number of television
      sets sold in (i) January,  (ii) December.

     Solution

      Let the number of television sets sold in January = a
      and those sold in December = u12.       
      ∴ d = 200, n = 12 and S12 = 38, 400
      S=  n 2   { 2a + (n – 1) d } 
      S12 = 38, 400
      ∴  12 2  (2a + 11 × 200) = 38,400 
      2a + 2,200  = 6,400
      a  =2100
      u= a + (n – 1)d 
      u12  = a + 11d = 2,100 + 11 (200) = 4,300
      Therefore there were 2,100 television sets sold in January and 4,300 sets in December.

4.   Find the sum of all numbers between 200 and 1,000 which are exactly divisible by 15.

     Solution

      All numbers between 200 and 1,000 which are exactly divisible by 15 are
      210, 225, 240, … , 990.
      Here the terms are in an A.P., with a = 210, d = 15 and l = u= 990.
      Since  u= a + (n – 1)d,  
      a + (n – 1)d = 990
      210 + (n – 1)(15) = 990
      n = 53 
      S= n 2 (a + l)
      S53  =  53 2  (210 + 990) = 31,800

Credit : Problems Supported by : Sayar Idea Zaw
     

Problem Study (Polynomial)

    When a polynomial f(x) is divided by (x – 1) and (x + 5),
    the remainders are -6 and 6 respectively. Let r(x be the
    remainder when f(x) is divided by x2 + 4x – 5. Find the  
    value of r(-2).   

Solution 

    By the problem,
    f(x) = p(x) (x – 1) – 6 …………(1)
    f(x) = q(x) (x + 5) + 6 …………(2)
    f(x) = Q(x) (x2 + 4x – 5) + r(x) …………(3) 
    (1) × (x + 5) ⇒ (x + 5) f(x) = p(x) (x – 1) (x + 5) – 6x – 30   
    (2) × (x – 1)  ⇒  (x – 1) f(x) = q(x) (x – 1) (x + 5) + 6x – 6 

    Subtracting the two equations,
    6 f(x) = [p(x) – q(x)] (x – 1) (x + 5) – 12x – 24
    Hence ,
    f(x) =  p ( x ) – q ( x ) 6 (x – 1) (x + 5) – 2x – 4 ——-(4)
    Comparing equations (3) and (4), we have
    r(x) = – 2x – 4
    Therefore, r (-2) = -2 (-2) – 4 = 0.

    Credit : Sayar U Pyi Kyaw

Problems Study

 

1. Functions f and g are such that  g-1 (x) = x  –  1 3  and (f ∘ g ) (x) = 3x – 1.
    Find (g -1 ∘ f ) (x) where x ∈ R.

   Solution 

   Let g -1(x ) = y then g (y) = x.
   Hence x – 1 3 = y
            x = y + 1 3
            g (y) = y + 1 3
            g (x) = x + 1 3
           (f ∘ g) (x) = 3x – 1
           f (g ) (x)   = 3x – 1
           f (x + 1 3)  = 3x – 1
                          = 3 (x + 1 3) – 2
   Hence f (x ) = 3x – 2
           (g -1 ∘ f ) (x) = g -1 ( f   (x ) )
                             = g -1 ( 3x – 2)
                             = 3x – 7 3

2. If x, y and z are any three consecutive even numbers, Show that x2 + y2 + z2 = 3y2 + 8.

   Solution 

   Let x = 2a where a is an integer.
   Since x, y and z are any three consecutive even numbers,
   y = 2a + 2 and z = 2a + 4
   x2 + y2 + z2 = (2a)2 + (2a + 2)2 + (2a + 4)2 
                     = 4a2 + 4a2 + 8a + 4 + 4a2 + 16a + 16
                     = 12a2 + 24a + 20
                     = 12a2 + 24a + 12 + 8
                     = 3 (4a2 + 8a + 4) + 8 
                     = 3 (2a + 2)2 + 8 
                     = 3 y2 + 8

Ways to describe functions

Function မ်ားကို ေဖၚျပႏိုင္ေသာ နည္းလမ္းမ်ား


ဒီတစ္ခါေတာ့ function ေတြကို ေဖၚျပႏိုင္တဲ့ နည္းလမ္းေတြကို ေျပာျပပါမယ္။

ဆိုၾကပါစို႔။ function f ဟာ A = {-3, -2, -1, 0, 1, 2, 3} နဲ႔ B = {-9, -6, -3, 0, 3, 6, 9} ကို f(x)=3x နဲ႔ ဆက္သြယ္ထားတဲ့ function တစ္ခု ျဖစ္ပါတယ္။ ဒီ function ရဲ့ ဆက္သြယ္ခ်က္ေတြ သိဖို႔ function ထဲမွာ အစားသြင္းၾကည့္ရေအာင္။

f(x) = 3x

f(-3) = 3(-3) = -9

f(-2) = 3(-2) = -6

f(-1) = 3(-1) = -1

f(0) = 3(0) = 0

f(1) = 3(1) = 3

f(2) = 3(2) = 6

f(3) = 3(3) = 9 ဆိုတဲ့ ဆက္သြယ္ခ်က္ေတြ ရတာေပါ့။

အဲဒီဆက္သြယ္ခ်က္ကို အလြယ္တကူ ထင္ရွား ျမင္သာေအာင္ ေဖၚျပႏိုင္တဲ့ နည္းလမ္းေတြ အေၾကာင္း ဆက္ရွင္းျပ ပါမယ္။


1. A verbal statement

အထက္က function ရဲ့ ဆက္သြယ္ခ်က္ကို ၾကည့္မယ္ဆိုရင္ x3x ျဖစ္တာေၾကာင့္ မူလတန္ဖိုးဟာ image ရဲ့ သံုးပံု တစ္ပံု ျဖစ္တယ္ဆိုတာကို သိၾကမွာ ျဖစ္ပါတယ္။ ဒါကို verbal statement နဲ႔ ေဖၚျပမယ္ဆိုရင္

A function from A to B : “is one-third of ” လို႔ ေျပာရမွာေပါ့။ အထက္က ဆက္သြယ္ခ်က္ကို verbal statement နဲ႔ ျပန္ခ်ေရးမယ္ ဆိုရင္-

-3 is one-third of -9
-2 is one-third of -6
-1 is one-third of -3
0 is one-third of 0
1 is one-third of 3
2 is one-third of 6
3 is one-third of 9 လို႔ ေျပာလို႔ရပါတယ္။

2. Arrow diagram

ဒီေဖၚျပပံု စနစ္ကေတာ့ ထင္ရွားျမင္သာၿပီး ရိုးရွင္းပါတယ္။ ဒါေပမယ့္ အကန္႔အသတ္နဲ႔သာ ရွိၿပီး တိတိက်က် ေဖၚျပႏိုင္တဲ့ အစု၀င္ေတြ ပါတဲ့ domain နဲ႔ codomain တို႔အတြက္သာ သင့္ေလ်ာ္ပါတယ္။ အခုလို ေဖၚျပပါတယ္။


3.A set of ordered pairs

Function တစ္ခုကို အစုနဲ႔ ေဖၚျပျခင္း ျဖစ္ပါတယ္။ Domain ထဲက အစု၀င္ (elements of domain) ေတြကို independent variables လို႔ေခၚၿပီး image ေတြကို dependent variables လို႔ ေခၚပါတယ္။ ordered pair တစ္ခုကို ေရးတဲ့အခါ (independent variables, dependent variables) လို႔ ေရးရပါတယ္။

အထက္မွာ ေဖၚျပခဲ့တဲ့ function ကို ျပန္ၾကည့္ရင္ –

(-3, -9), (-2, -6), (-1, -3), (0, 0), (1, 3), (2, 6), (3, 9) ဆိုတဲ့ ordered pairs ေတြကို ေတြ႔ရမွာ ျဖစ္ပါတယ္။ အစုဆိုတာက အစု၀င္ေတြကို တြန္႔ကြင္း { } ထဲမွာ ထည့္ေရးရတယ္ဆိုတာကို သိၿပီးျဖစ္မွာပါ။ ဒါ့ေၾကာင့္ ေျပာခဲ့တဲ့ function ကို set of ordered pairs နဲ႔ ေဖၚျပမယ္ဆိုရင္ –

A function from A to B = {(-3, -9), (-2, -6), (-1, -3), (0, 0), (1, 3), (2, 6), (3, 9)} လို႔ ေဖၚျပေပးရမွာ ျဖစ္ပါတယ္။


4. Table form

Function ေတြကို ေဖၚျပတဲ့ နည္းလမ္းေတြထဲက အသံုးမ်ားၿပီး အသံုး၀င္တဲ့ စနစ္တစ္ခုေပါ့။ စာရင္းဇယားဆိုတာ လုပ္ေဆာင္ခ်က္နဲ႔ ရလဒ္ေတြကို ႏႈိုင္းယွဥ္ၾကည့္တဲ့ စနစ္တစ္ခုပဲ မဟုတ္လား။ အထက္က function ကို table နဲ႔ ေဖၚျပမယ္ဆိုရင္ အခုလိုေဖၚျပရမွာ ျဖစ္ပါတယ္။


x -3 -2 -1 0 1 2 3
3x -9 -6 -3 0 3 6 9

5. Graph

အသံုးအမ်ားဆံုး နည္းလမ္းတစ္ခုပါပဲ။ လုပ္ငန္းတစ္ခုရဲ့ အတက္အက် လုပ္ေဆာင္ခ်က္တစ္ခုရဲ့ အသြင္သဏၭာန္၊ အေျခအေနကို အလြယ္တကူ ခန္႔မွန္းႏိုင္ဖို႔ graph ေတြဆြဲၿပီး ၾကည့္သလိုေပါ့။ လုပ္ငန္းေဆာင္ရြက္ခ်က္ေတြ ဆိုတာ တကယ္ေတာ့ function ေတြပါပဲ။


Graph ဆိုတာ ေရျပင္ညီ (x-axis) နဲ႔ ေဒါင္လိုက္ (y-axis) ၀င္ရိုးႏွစ္ခုနဲ႔ ဖြဲ႔စည္းထားတဲ့ ျပင္ညီ (Cartesian plain) ေပၚမွာ ဆက္သြယ္ခ်က္ရဲ့ တည္ေနရာေတြကို သတ္မွတ္ေပးလိုက္တာပါ။


Graph ဆြဲတဲ့ အခါ သတိထားရမွာက elements of domain (independent variables) ေတြက္ို x ၀င္ရိုးမွာ ထားရပါတယ္၊ elements of codomain (dependent variables) ေတြကိုေတာ့ y ၀င္ရိုးမွာ ထားပါတယ္။ Domain နဲ႔ Codomain ထဲမွာပါတဲ့ elements ေတြကို ၀င္ရိုးေတြေပၚမွာ အညီအမွ် အပိုင္းအျခား (same interval) သတ္မွတ္ ေပးရပါတယ္။ ဆက္သြယ္ခ်က္အတိုင္း ေနရာ (location) ကို သတ္မွတ္ေပးရပါတယ္။ အထက္က ေျပာခဲ့တဲ့ function ကို graph နဲ႔ ေဖၚျပမယ္ဆိုရင္ အခုလိုရရွိမွာ ျဖစ္ပါတယ္။ ဒီေနရာမွာ y=3x ျဖစ္ပါတယ္။


အခုေဖၚျပတဲ့ graph မွာ function ရဲ့ result ဟာ အမွတ္စက္ (point) ေတြ အျဖစ္သာ ရွိေနမွာပါ။ curve မဟုတ္ ပါဘူး။ ဘာေၾကာင့္လဲ ဆိုရင္ေတာ့ domain ထဲမွာရွိတဲ့ elements ၇ခုအတြက္ပဲ သတ္မွတ္ရတာ ျဖစ္လို႔ပါပဲ။


အကယ္၍ domain နဲ႔ codomain ဟာ A နဲ႔ B မဟုတ္ပဲ R (set of real numbers) ျဖစ္တယ္ဆိုပါစို႔။ ဆိုလိုတာက –

Function f:RR and f(x)=3x ေပါ့။


ဒါဆိုရင္ေတာ့ elements of domain ဟာ x ၀င္ရိုးေပၚမွာ ရွိတဲ့ အမွတ္တိုင္းကို ဆိုလိုတာ ျဖစ္ၿပီး၊ elements of codomain ဟာ y ၀င္ရိုးေပၚမွာရွိတဲ့ အမွတ္တိုင္းကို ဆိုလိုတာ ျဖစ္ပါတယ္။ အမွတ္တစ္ခုနဲ႔ တစ္ခုၾကားမွာ ေနရာလပ္ (interval or gap) ဆိုတာ မရွိေတာ့ဘူး။ ဒါေၾကာင့္ ရလာတဲ့ result ဟာ curve ျဖစ္လာတာေပါ့။ ေအာက္က graph ကို ၾကည့္ပါ။

f:RR and y=f(x)=3x ရဲ့ graph ပါ။

ေနာက္ထပ္ဥပမာတစ္ခုၾကည့္ရေအာင္…

A = {-3, -2, -1, 0, 1, 2, 3}

B = {x|-10 ≤ x ≤ 10, x is an integer.}

f : AB, y=f(x) = x2 အတြက္ graph ဆြဲမယ္ဆိုရင္ ေအာက္က ပံုအတိုင္းရမွာ ျဖစ္ပါတယ္။


f:RR, y=f(x) = x2 အတြက္ graph ဆြဲမယ္ဆိုရင္ေတာ့ အခုလို curve ပံုသဏၭာန္ ရမွာျဖစ္တယ္။


ဒါဆိုရင္ function ေတြကို ေဖၚျပပံုနည္းလမ္းမ်ားနဲ႔ graph ရဲ့ သေဘာသဘာ၀ကို နားလည္းႏိုင္ၿပီလို႔ ထင္ပါတယ္။

Composition of Functions

Composition of Functions (Function မ်ားကို ေပါင္းစပ္ျခင္း)

ေရွ႕မွာတုန္းက function ဆိုတာကို ရွင္းျပခဲ့ၿပီးပါၿပီ။ အခု Function ေတြကို ေပါင္းစပ္ျခင္း အေၾကာင္း ဆက္လက္ရွင္းျပပါမယ္။ Function ဆိုတာ စက္ကိရိယာ တစ္ခုလိုပဲလို႔ ေရွ႕မွာ ဥပမာျပခဲ့ပါတယ္။ အဲဒီ စက္ေတြကို တစ္ခါတစ္ရံ လိုအပ္သလို ေပါင္းစပ္ၿပီး သံုးရပါတယ္။

ျမင္သာတဲ့ ဥပမာတစ္ခုနဲ႔ ရွင္ျပပါ့မယ္။ အခုမီးေတြ ပ်က္တဲ့အခါ အိမ္မွာ မီးစက္ေမာင္းရတာေတြ ႀကံဳဘူးမွာေပါ့။ မီးစက္ေမာင္းဖို႔ ဘာေတြလိုအပ္ပါသလဲ။ မီးစက္လိုတာေပါ့လို႔ အလြယ္ေျပာၾကမယ္။ သိပ္ဟုတ္တာေပါ့။ မီးစက္ေမာင္းဖို႔ဆိုတာ မီးစက္ရွိမွ ျဖစ္မယ္ေလ။ ေကာင္းၿပီ။ မီးစက္ရွိတယ္ဆိုပါစို႔။ အဲဒီမီးစက္ကေန လိုခ်င္တာက လွ်ပ္စစ္စြမ္းအင္ (output) ေပါ့။ သခ်ာၤစကားနဲ႔ ေျပာရရင္ image ေပါ့။

ဒါကို မီးစက္က ထုတ္ေပးမယ္။ အဲဒီလိုထြက္လာေအာင္ မီးစက္ကို စက္သံုးဆီ ထည့္ေပးရတယ္ မဟုတ္လား။ တကယ္ေတာ့ မီးစက္လို႔ အလြယ္ေျပာတဲ့ကိရိယာဟာ စက္ပစၥည္း ႏွစ္ခုေပါင္းစပ္ ထားတာပါ။ ဘာေတြလဲဆိုရင္ လွ်ပ္စစ္စြမ္းအင္ ထုတ္ေပးမယ့္ dynamo နဲ႔ သူ႕ကို လည္ပတ္ေအာင္ ေမာင္းႏွင္ေပးမယ့္ engine ပါ။ ဒီေတာ့ သခ်ၤာသေဘာအရ ေျပာရမယ္ဆိုရင္ function ႏွစ္ခု ေပါင္းစပ္ထားတာေပါ့။

ပမာဏႀကီးမားတဲ့ ထုတ္လုပ္မႈေတြမွာေတာ့ engine အစား ေရေႏြးေငြ႕နဲ႔ လည္ပတ္ေစတဲ့ turbine ႀကီးေတြကို သံုးတာေပါ့။ သူကေန ဒိုင္နမို အႀကီးစား generator ႀကီးေတြကို လည္ပတ္ေစပါတယ္။

ထုတ္လုပ္မႈ စတင္ေတာ့မယ္ ဆိုရင္ ဒိုင္နမိုကို ေမာင္းေပမယ့္ အင္ဂ်င္ကို အရင္ဆံုး ေမာင္းေပးရမယ္။ အင္ဂ်င္ကို ေမာင္းႏွင္ေပးဖို႔ အင္ဂ်င္ကို လည္ပတ္ေစမယ့္ စက္သံုးဆီ ထည့္ေပးရပါတယ္။ ဒီေနရမွာ စက္သံုးဆီဆိုတာ element of domain လုိ႔ သခ်ၤာစကားအရ ေျပာႏိုင္ပါတယ္။

turbine ႀကီးေတြဆိုရင္ေတာ့ စက္သံုးဆီ အစား စရိတ္သက္သာတဲ့ ေရေႏြးေငြ႕တို႔ ေရအားဒလက္ေတြတို႔ သဘာ၀ဓာတ္ေငြ႕တြန္းအားတို႔ ဆိုတာေတြကို သံုးေလံရွိပါတယ္။ ဒီအခါမွာ အင္ဂ်င္ (သို႔) တာဘိုင္ႀကီးေတြ လည္ပတ္လာတယ္။ ဘာထြက္လာပါသလဲ။ စက္စြမ္းအင္ ထြက္လာတာေပါ့။ ဒါဟာသခ်ာၤအျမင္အရ တာဘိုင္က ထုတ္ေပးလိုက္တဲ့ image လို႔ ေျပာရမွာ ျဖစ္ပါတယ္။

ထြက္လာတဲ့ စက္စြမ္းအင္က ဒိုင္နမို (သို႔) generator ကို လည္ပတ္ေစၿပီး လွ်ပ္စစ္စြမ္းအင္ ထုတ္ေပးတာပါ။ လွ်ပ္စ္စြမ္းအင္ဆိုတာ ဒီလုပ္ေဆာင္ခ်က္ရဲ့ final image လို႕ဆိုရမယ္။ ေအာက္ကပံုကို ၾကည့္ပါ။ ဒါဟာ function ေတြကို ေပါင္းစပ္ အသံုးျပဳထားျခင္းပါပဲ။

https://i0.wp.com/www.bluffton.edu/courses/TLC/MontelA/Montel/Alternative_Energy_Website/coal_final.gif

လုပ္ေဆာင္ခ်က္ အဆင့္ဆင့္ကို word diagram ေလးနဲ႔ ေဖၚျပၾကည့္ရေအာင္။ ဒီလိုေတြ႕ရမွာေပါ့။

function ေတြကို ေပါင္းစပ္ျခင္းဆိုတာလည္း ဒီအတိုင္းပါပဲ။ ဆိုပါစို႔။ f ဟာ A နဲ႔ B ကို ဆက္သြယ္ထားၿပီး ရလာတဲ့ image က f(x) ျဖစ္တယ္။ ဒီ image ကို B နဲ႔ C ကို ဆက္သြယ္ေပးတဲ့ function g ထဲကို ထည့္ေပး လိုက္မယ္ဆိုရင္ ထြက္လာတဲ့ image ကို g(f(x)) လို႔ ေခၚပါတယ္။ ဒါဟာ composition of function ပါပဲ။

ဒီလုပ္ဆာင္ခ်က္ကို တစ္ဆက္တည္း ေခၚမယ္ဆိုရင္ေတာ့ g . f (g circle f) လို႔ ေခၚပါတယ္။ ဒါေၾကာင့္ ဆက္သြယ္ခ်က္ကို အခုလို (g.f)(x) = g(f(x)) ေျပာႏိုင္ပါတယ္။ ေအာက္ကေပးထားတဲ့ arrow diagram ေလးကို ေလ့လာၾကည့္ပါ။ ဒါဆိုရင္ composition of function ဆိုတာကို နားလည္ႏိုင္ၿပီလို႔ ထင္ပါတယ္။

Equality of Functions

Equality of Functions

Two functions f and g are equal if and only if

  1. f and g have the same domain,
  2. f and g have the same codomain, and
  3. f(x) = g(x) for each x of the domain.

Function မ်ားတူညီျခင္း

Function ႏွစ္ခု f နဲ႔ g ဆိုပါစို႔။ f=g လို႔ ေျပာႏိုင္ဖို႔ အတြက္ အေျခအေန သံုးရပ္နဲ႔ ကိုက္ညီမႈ ရွိရပါမယ္။

(၁) Domain တူညီရမယ္။

(၂) Codomain တူညီရမယ္။

(၃) Domain ထဲမွာ ရွိတဲ့ အစု၀င္ x တိုင္းအတြက္ f(x) = g(x) ျဖစ္ရမယ္။ တစ္နည္းေျပာရင္ function f ရဲ့ image ေတြနဲ႔ function g ရဲ့ image ေတြ တူညီရမယ္ေပါ့။

ဒီအေျခအေန သံုးရပ္လံုးနဲ႔ ကိုက္ညီတယ္ဆိုရင္ function ႏွစ္ခု တူညီတယ္လို႔ ေျပာႏိုင္ပါတယ္။

ေအာက္က example ေလးေတြ ဆက္ၿပီး ေလ့လာၾကည္ရေအာင္။

Example (1)

image

Solution

f(x) = x2 g(x) = 2x – 1

f(1) = 12 = 1 g(1) = 2(1) – 1 = 1.

Therefore f(x) = g(x) for every x \epsilon A.

f = g

အထက္မွာ ေျပာခဲ့တဲ့ အခ်က္သံုးခ်က္နဲ႔ ျပန္စစ္ၾကည့္ရေအာင္ . . .

  1. f နဲ႔ g ဟာ Domain တူပါတယ္။ ႏွစ္ခုလံုးရဲ့ Domain ဟာ A ျဖစ္တယ္။
  2. f နဲ႔ g ဟာ Codomain လည္းတူပါတယ္။ ႏွစ္ခုလံုးအတြက္ B ျဖစ္တယ္။
  3. Domain ထဲမွာ အစု၀င္ တစ္ခုရွိပါတယ္။ 1 ျဖစ္ပါတယ္။ f(1) = 1 ျဖစ္ၿပီးေတာ့ g(1) = 1 ျဖစ္တဲ့အတြက္ image ေတြလည္းတူပါတယ္။ ဒါေၾကာင့္ f = g ျဖစ္တယ္လို႔ ေျပာႏိုင္ပါတယ္။

Example (2)

image

Solution

f(x) = x2 g(x) = 2x – 1

f(1) = 12 = 1 g(1) = 2(1) – 1 = 1.

f(2) = 22 = 4 g(2) = 2(2) – 1 = 3.

f(1) = g(1) but f(2) ≠ g(2).

Therefore f(x) ≠ g(x) for every x \epsilon C.

f ≠ g

ဒီဥပမာမွာ ဆိုရင္ function ႏွစ္ခုလံုးအတြက္ Domain နဲ႔ Codomain တူညီတယ္ဆိုတာ သိၿပီး ျဖစ္မွာပါ။

f(1) = g(1)

f(2) ≠ g(2) ျဖစ္ေနပါတယ္။ ဒါေၾကာင့္ Domain ထဲမွာ ရွိတဲ့ အစု၀င္ x တိုင္းအတြက္ f(x) = g(x) မျဖစ္ေတာ့ပါဘူး။

ဒါေၾကာင့္ ဒီေမးခြန္းမွာ f ≠ g လို႔ ဆိုရမွာ ျဖစ္ပါတယ္။

Example (3)

Let f : R image R and g : R image R are functions such that f(0) = 2 and g(0) = 2. Can you say that f and g are the same function? Why?

Solution

Here f(0) = g(0). But we cannot say that f(x) = g(x) for every x \epsilon R. Therefore we cannot say that f and g are the same function.

ဒီေမးခြန္းကေတာ့ set of real numbers (R) နဲ႔ equality of functions ဆိုတာကို အေသအခ်ာ နားလည္ သေဘာေပါက္မႈ ရွိရဲ့လားဆိုတာကို စစ္ေဆးလိုက္တာပါ။

R ဆိုတာက set of real numbers (ကိန္းစစ္မ်ားပါ၀င္ေသာ အစု) ေပါ့။ ကိန္းမ်ဥ္းေပၚမွာ ရွိတဲ့ အမွတ္တိုင္းကို ကိုယ္စားျပဳပါတယ္။

f နဲ႔ g ဟာ Domain နဲ႔ Codomain တူပါတယ္။ f(0) = g(0) ျဖစ္ပါတယ္။ ဒါေပမယ့္ f = g လို႔ မသတ္မွတ္ႏိုင္ပါဘူး။ R ဆိုတဲ့ အစုထဲမွာ အစု၀င္ေတြ မေရမတြက္ႏိုင္ေအာင္ ရွိပါတယ္။ အဲဒီအထဲမွာမွ 0 ရဲ့ image မ်ားသာလွ်င္ တူညီတယ္လို႔ ေပးထားခ်က္အရ သိရၿပီး၊ က်န္တဲ့ အစု၀င္ေတြအတြက္ ဘာမွ မေျပာႏိုင္ပါဘူး။ ဒါေၾကာင့္ f နဲ႔ g ဟာ တူညီေသာ function မ်ားျဖစ္တယ္လို႔ ဘယ္လိုမွ ေျပာခြင့္မရွိပါဘူး။

ဒီေလာက္ဆိုရင္ Equality of Functions ဆိုတာကို သေဘာေပါက္ေလာက္ၿပီ ထင္ပါတယ္။

Chapter(1) – Functions

Functions

Function ရဲ့ မူလအဓိပၸါယ္ သတ္မွတ္ခ်က္ကေတာ့ အစု (set) ႏွစ္ခုက္ ဆက္သြယ္ေပးတဲ့ နည္းလမ္းလို႔ ဆိုႏိုင္ ပါတယ္။ အစုႏွစ္ခုဆိုတာက –

(၁) Function တစ္ခုရဲ့ ေဆာင္ရြက္မႈေအာက္မွာ ပါ၀င္ၾကမယ့္ အစု၀င္ေတြ ပါ၀င္တဲ့ မူလအစု (Domain) နဲ႔

(၂) Function ရဲ့ ေဆာင္ရြက္ၿပီးေျမာက္သြားတဲ့ အစု၀င္ေတြပါ၀င္မယ့္ (Codomain) တို႔ ျဖစ္ပါတယ္။

Function ဆိုတာကို ထုတ္လုပ္မႈေတြ လုပ္ေပးႏိုင္တဲ့ စက္ကိရိယာတစ္ခု အသြင္ ယူဆၾကည့္ရေအာင္။ ထုတ္လုပ္မႈ ဆိုကတည္းက ကုန္ၾကမ္းေတြရွိရမယ္၊ မဟုတ္လား။ အဲဒီကုန္ၾကမ္းေတြ စုထားတဲ့ အစုက domain ေပါ့။

ကုန္ၾကမ္းေတြကို စက္ထဲထည့္လိုက္ၿပီ။ တစ္ဖက္မွာ ကုန္ေခ်ာေတြ ထြက္လာၿပီေပါ့။ ကုန္ေခ်ာေတြကို အစုတစ္ခု အေနနဲ႔ စုလိုက္မယ္။ ဒါဟာ Codomain ေပါ့။ ဒီလို ျမင္ၾကည့္ႏိုင္ပါတယ္။

image

ဒီအတိုင္းပါပဲ။ Function ဆိုတာကို အခုလို ေဖၚျပလို႔ရတာေပါ့။

image

Definition : A function from a set A to a set B relates each element of A to exactly one element of B.

အစု A (Domain) ထဲမွာ ရွိတဲ့ အစု၀င္ တစ္ခုခ်င္းစီတိုင္း အတြက္ အစု B (Codomain) ထဲမွာ ဆက္သြယ္ထားတဲ့ အစု၀င္ (အတိအက်) တစ္ခုထဲပဲ ရွိရပါမယ္။

ဆိုလိုတာက A ထဲမွာ ရွိေသာ x တိုင္းအတြက္ B ထဲမွာ y ရွိရပါမယ္။ အကယ္၍ x ဟာ B ထဲမွာ y အျပင္ z နဲ႔ပါ ဆက္သြယ္မႈ ရွိေနတယ္ ဆိုရင္ေတာ့ ဒါ function မျဖစ္ေတာ့ပါဘူး။ ေအာက္ပါပံုကို ၾကည့္ပါ။

image

Domain ထဲမွာ ရွိတဲ့ အစု၀င္ တစ္ခု အတြက္ Codomain ထဲမွာ ဆက္သြယ္ခ်က္ တစ္ခုထက္ ပိုသြားရင္ Function လို႔ သတ္မွတ္လို႔ မရေတာ့ဘူး။

မွတ္ရမွာက-

Domain ထဲမွာ ရွိတဲ့ အစု၀င္တစ္ခု ခ်င္းစီတိုင္အတြက္ Codomain ထဲမွာ ဆက္စပ္အစု၀င္ အတိအက် တစ္ခုသာ ရွိရမယ္။ ပိုလို႔လည္း မရဘူး။ လံုး၀မရွိလို႔လည္း မရဘူး။ ေအာက္က ဥပမာပံုေလးေတြကို ၾကည့္ရေအာင္။

image

ဒါေတြဟာ function ရဲ့ အဓိပၸါယ္ သတ္မွတ္ခ်က္နဲ႔ ကိုက္ညီမႈမရွိတဲ့ ဆက္သြယ္ခ်က္ေတြ ျဖစ္လို႔ function လို႔ မသတ္မွတ္ႏိုင္ပါဘူး။

ကဲ ျပန္ဆက္ရေအာင္ …

image

f ဆိုတာ A နဲ႔ B ကို ဆက္စပ္ေပးတဲ့ function တစ္ခု ဆိုပါစို႔။ သေကၤတအားျဖင့္ အခုလို ေရးပါတယ္။

image

f is a function from A to B.

f ဟာ A ထဲမွာ ရွိတဲ့ x ကို B ထဲမွာရွိတဲ့ y နဲ႔ ဆက္စပ္ေပးတယ္ ဆိုတာကိုေတာ့ ဒီလိုေရးပါတယ္။

image

f maps x to y (or) y is the image of x under f.

ဒီေနရမွာ y ကိုေတာ့ f က ဆက္စပ္ေပးတဲ့ x ရဲ့ image လို႔ေခၚပါတယ္။


Functional Notation

image

ေရွ႕မွာ ေျပာခဲ့တဲ့ အတိုင္း ေျပာမယ္ဆိုရင္ f ဟာ X နဲ႔ Y ကို ဆက္သြယ္ထားတဲ့ function တစ္ခု ျဖစ္တယ္။

image

x ရဲ့ image ဟာ 2 ျဖစ္တယ္။

y ရဲ့ image ဟာ 2 ျဖစ္တယ္။

z ရဲ့ image ဟာ 3 ျဖစ္တယ္။ ဆိုတာကိုေတာ့ သေကၤတနဲ႔ ဒီလိုေရးတယ္ ဆိုတာ ေျပာခဲ့ၿပီပါၿပီ။ ျပန္ၾကည့္ရေအာင္။

image

အခုလိုုေရးတဲ့ စနစ္ဟာ ေနာင္မွာ function ေတြကို အႀကိမ္ႀကိမ္ ေရးဖို႔ လိုလာတာနဲ႔အမွ် အဆင္မေျပေတာ့ပါဘူး။ ဒါေၾကာင့္ ပိုၿပီးေတာ့ ေရးရတာ အဆင္ေျပေစတဲ့ functional notation ကို ေျပာင္းသံုးပါတယ္။

f(x) = 2 is f of x is 2.

f(y) = 2 is f of y is 2.

f(z) = 2 is f of z is 3.

image

ဒီလိုေရးတာကို functional notation လို႔ ေခၚပါတယ္။

အထက္မွာ ဥပမာ ျပခဲ့တဲ့ function ကို ၾကည့္မယ္ဆိုရင္ Codomain ထဲမွာ 1, 2, 3, 4 ဆိုတဲ့ အစု၀င္ ေလးခုရွိတာ ေတြ႕ရမွာပါ။ ဒီအစု၀င္ေတြ အားလံုးကို image လို႔ မသတ္မွတ္ ႏိုင္ပါဘူး။ 2 နဲ႔ 3 သာလွ်င္ ဆက္စပ္မႈရွိလို႔ image လို႔ ေျပာႏိုင္ပါတယ္။

ဒါေၾကာင့္ Codomain ကို အစုပိုင္း (sub sets) ႏွစ္ခု ထပ္မံပိုင္းျခား ႏိုင္ပါတယ္။ image မ်ားပါ၀င္တဲ့အစု Z နဲ႔ image မဟုတ္ေသာ အစု၀င္မ်ားရဲ့ အစု (Y \ Z) တို႔ပဲေပါ့။ ဒီေနရာမွာ image ေတြသာ ပါတဲ့အစု (Z) ကိုေတာ့ function f ရဲ့ Range လို႔ ေခၚပါတယ္။ Range ဆိုတာဘာလဲ။ အခုလိုသတ္မွတ္ႏိုင္ပါတယ္။

Range = Set of images = { Images }

ေျပာခဲ့တာေတြ ျပန္ၿပီး အက်ဥ္းခ်ဳပ္ရရင္

image

X = { x, y, z } = Domain , Y = { 1, 2, 3, 4} = Codomain, Z = { 2, 3} = Range

image

f(x) = 2 is f of x is 2.

f(y) = 2 is f of y is 2.

f(z) = 2 is f of z is 3.

Trigonometry

Trigonometry

Trigonometry ဆိုတာ ႀတိဂံနဲ႔ သက္ဆိုင္ေသာ သခ်ၤာဘာသာရပ္လို႔ ေယဘုယ် အဓိပၸါယ္ဖြင့္ဆို ႏိုင္ပါတယ္။ ႀတိဂံ၏ အနားမ်ားႏွင့္ ေထာင့္မ်ား၏ ဆက္စပ္မႈကို ေလ့လာေသာ ဘာသာရပ္ျဖစ္သည္။ အသံုးခ်သခ်ၤာ (applied mathematics) ဘာသာရပ္တြင္ trigonometric functions မ်ားကို mathematical tools အျဖစ္ အသံုးျပဳ ပါသည္။ Trigonometry ၏က႑ခြဲျဖစ္ေသာ spherical trigonometry ကိုေတာ့ အာကာသပညာႏွင့္ ေရေၾကာင္း ပညာရပ္မ်ားတြင္ အသံုးျပဳသည္။

Angle

In trigonometry an angle is determined by rotating a ray about its endpoint from an initial position to terminal position.
ေထာင့္တစ္ခု၏ မူလ(အစ) လက္တံကို initial side ဟုေခၚၿပီး ေရြ႕လွ်ားလက္တံကို terminal side ဟု ေခၚသည္။ ေထာင့္မ်ားကို coordinate ျပင္ညီတြင္ ေဖၚျပေသာအခါ positive x-axis ကို initial side ဟု သတ္မွတ္သည္။

Positive and Negative Angles

Angles measured from the X-axis in an anticlockwise direction are positive angles.
Angles measured from the X-axis in an clockwise direction are negative angles.
ေထာင့္တစ္ခု ဆိုသည္မွာ အတိုင္းအတာ (magnitude) ျဖစ္ေသာေၾကာင့္ ပကတိ တန္ဖိုးတြင္ အေပါင္းအႏႈတ္ တန္ဖိုး သတ္မွတ္ ခ်က္ မရွိပါ။ Positive and negative ဟု ခြဲျခား သတ္မွတ္ျခင္းမွာ ဦးတည္ရာ (direction) ကို သတ္မွတ္ျခင္း ျဖစ္ပါသည္။ initial side မွ terminal side သို႔ နာရီလက္တံ ေျပာင္းျပန္ (anticlockwise direction) အတိုင္းေရြ႕လွ်ားလွ်င္ positive angle ဟု သတ္မွတ္ၿပီး နာရီ လက္တံအတိုင္း (clockwise direction) ေရြ႕လွ်ားလွ်င္ negative angle ဟု သတ္မွတ္သည္။

Radian Measure of an Angle

The radian measure of an angle is the ratio of the length of the arc (s) whose centre is at the vertex of the angle to the radius (r).
ေထာင့္တစ္ခု၏ radian measure ဆိုသည္မွာ ထိုေထာင့္၏ ေထာင့္စြန္းမွတ္ကို ဗဟိုျပဳေသာ စက္၀ိုင္းတစ္ခု၏ ေထာင့္လက္တံ ႏွစ္ခုၾကား အ၀န္းပိုင္းအလ်ား (s) ႏွင့္ အခ်င္း၀က္ (r) တို႔၏ အခ်ိဳးျဖစ္သည္။



Relation between Degree and Radian Measure

Six Trigonometric Ratios of a Right Angle

Trigonometric ratios ဆိုသည္မွာ ေထာင့္မွန္ႀတိဂံတစ္ခု၏ ေထာင့္မွန္မဟုတ္ေသာ ေထာင့္တစ္ခုႏွင့္ အနားမ်ား ၏ ဆက္စပ္မႈ အခ်ိဳးမ်ား ျဖစ္သည္။ ေထာင့္မွန္ႀတိဂံ တစ္ခု၏ Trigonometric Ratios မ်ားကို ေဖာ္ျပရလွ်င္-


Identities


Trigonometric Ratios of Special Angles

Trigonometric Ratios of Any Angles

ေထာင့္အတိုင္းအတာ အားလံုးအတြက္ အခ်ိဳးမ်ားကို ရွာႏိုင္ရန္ unit circle ကိုေလ့လာမည္။ Unit circle ဆိုသည္ မွာ Radius ပမာဏ 1 unit ရွိေသာ circle တစ္ခုျဖစ္သည္။ Circle ၏ ဗဟို(centre) ကို X-Y plane(Cartesian Plane) ၏ origin အျဖစ္သတ္မွတ္သည္။ Trigonometric ratios ရွာလိုေသာ ေထာင့္၏ initial side အျဖစ္ positive X-axis ကို သတ္မွတ္သည္။


ဆက္ပါမည္………………..။

Graphical Method to Find the Solution Set of a Quadractic Equation

  1. ေပးထားေသာ Function ကို y ဟုထားပါ။
  2. y=0 ထားၿပီး X-axis ျဖတ္မွတ္မ်ားကို ရွာပါ။
  3. x=0 ဟုထားၿပီး Y-axis ျဖတ္မွတ္ကို ရွာပါ။
  4. ျဖတ္မွတ္မ်ားကို အသံုးျပဳၿပီး smooth parabola ဆြဲပါ။
  5. ေပးေထားေသာ inequation sign ကို ၾကည့္ၿပီး solution set ကို ဆံုးျဖတ္ပါ။

Example 1

Use a graphical method, to find the solution set of the inequation 12 – 5x – 2x2 ≥ 0 and illustrate it on the number line.



https://i0.wp.com/i627.photobucket.com/albums/tt352/Thu-Rein/template/th_bluearrow.gifSolution

Let y=12 – 5x – 2x2

When y = 0,

12 – 5x – 2x2 = 0

(4 + x)(3 – 2x) = 0

x = -4 or x = 3/2

Therefore, the graph cuts the X-axis at (-4,0) and (3/2,0).

When x = 0, y = 12

Therefore, the graph cuts the Y-axis at (0,12).

The solution set of 12 – 5x – 2x2 ≥ 0 is {x/-4 ≤ x ≤ 3/2}.



Example 2


Find the solution set of the inequation 3x2 < x2 – x + 3 by graphical method and illustrate it on the number line.



https://i0.wp.com/i627.photobucket.com/albums/tt352/Thu-Rein/template/th_bluearrow.gifSolution

3x2 < x2 – x + 3

2x2 + x – 3 <0

Let y=
2x2 + x – 3

When y = 0,

2x2 + x – 3 = 0

(
2x + 3)(x – 1) = 0

x = –
3/2 or x = 1

Therefore, the graph cuts the X-axis at (-
3/2,0) and (1,0).

When x = 0, y = -3

Therefore, the graph cuts the Y-axis at (0,-3).

The solution set of 3x2 < x2 – x + 3 is {x/-3/2 < x

Example 3

Find the solution set of the inequation 12x2 10 – 7x by graphical method and illustrate it on the number line.

https://i0.wp.com/i627.photobucket.com/albums/tt352/Thu-Rein/template/th_bluearrow.gifSolution

12x2 10 – 7x

12x2 + 7x – 10 0

Let y=
12x2 + 7x – 10

When y = 0,

12x2 + 7x – 10= 0

(
4x + 5)(3x – 2) = 0

x = –
5/4 or x = 2/3

Therefore, the graph cuts the X-axis at

(- 5/4,0) and (2/3,0).

When x = 0, y = -10

Therefore, the graph cuts the Y-axis at (0,-10).

The solution set of 3x2 < x2 – x + 3 is {x/ x 5/4 or x 2/3}.






Inequations

ဒီအခန္းမွာေတာ့ Quadratic Inequations ေတြရဲ့ ေပးထားေသာ အေျခအေနကို ေျပလည္ေစမယ့္ solution set ကိုရွာမွာ ျဖစ္ပါတယ္။ Quadratic Inequations ေတြကို မေျဖရွင္းမီ Quadratic Function ဆိုတာကို သိရပါမယ္။



Quadratic
Function

An expression f(x) = ax2 + bx + c, where a, b, and c are numbers with a0 is

<!– /* Font Definitions */ @font-face {font-family:PMingLiU; panose-1:2 2 3 0 0 0 0 0 0 0; mso-font-alt:新細明體; mso-font-charset:136; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:3 137232384 22 0 1048577 0;} @font-face {font-family:Verdana; panose-1:2 11 6 4 3 5 4 4 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:536871559 0 0 0 415 0;} @font-face {font-family:"\@PMingLiU"; panose-1:2 2 3 0 0 0 0 0 0 0; mso-font-charset:136; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:3 137232384 22 0 1048577 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:PMingLiU;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} –called a quadratic function.

ကိန္းရွင္တစ္ခုရဲ့ ႏွစ္ထပ္ကိန္း ပါ၀င္ေသာ function တစ္ခုကို quadratic function လို႔ေခၚပါတယ္။ Quadratic Function ရဲ့ characteristic က x2 ပါ။ x2 မပါရင္ quadratic function လို႔ မေျပာႏိုင္ပါဘူး။ ဒါေၾကာင့္ coefficient of x2 ဟာ 0 မျဖစ္ရပါဘူး။

Quadratic Equation

ax2 + bx + c = 0 is called a quadratic equation.

Solutions or Roots of Quadratic Equation



where a0





Graph of a Quadratic Function

The graph of a quadratic function is called a parabola. It is basically a curved shape opening up or down.



Quadratic Function
တစ္ခုရဲ့ graph ကို parabola လို႔ေခၚပါတယ္။

When you have a quadratic function in the form f(x) = ax2 + bx + c

if a > 0, then the parabola opens up ,

coefficient of x2 ဟာ positive(a>0) ျဖစ္မယ္ဆိုရင္ graph ဆြဲတဲ့ အခါ open upward parabola ကိုရပါတယ္။

+x2 => open upward parabola



if a <0, then the parabola opens down

coefficient of x2 ဟာ positive(a<0) ျဖစ္မယ္ဆိုရင္ graph ဆြဲတဲ့ အခါ open downward parabola ကိုရပါတယ္။

x2 =>open downward parabola



Quadratic Inequations

The open sentences ax2 + bx + c>0 and ax2 + bx + c<0,a 0 are quadratic inequations in x.

The solution set of the quadratic inequations in x can be found by

(i) Algebraic method

(ii) Graphical method