Sunday, April 7, 2013

Aim: How do we evaluate inverse trigonometric relations and functions?

We Usually know some of the regular trigonometric functions such as; Sin(x) , Cos(x), Tan(x) and so forth .. Other functions like; Cot(x), Sec(x), and Csc(x).

We can solve for the measure of an angle if we know the value of a trig function. By doing this, we use the inverse functions;
    ArcSin x -> Sin ^ -1 x
    ArcCos x -> Cos ^ -1 x
    ArcTan x -> Tan ^ -1 x
    ArcSec x -> Sec ^ -1 x
    ArcCsc x -> Csc ^ -1 x
    ArcCot x -> Cot ^ -1 x

For Example ; ArcSin (1/2) is equal to 30 Degrees

      The Value of Arc Sin (1/2) + Arc Tan (1) is
75 Degrees .
     ( 45 + 30 = 75 )

We have a simple format when converting decimal degrees to minutes.
     We first multiply the decimal portion by 60.
For Example: Write 12.75 in degree/minute format.
    .75 * 60 = 45 '
12.75 Degrees = 12 Degrees 45 '

Sunday, March 31, 2013

How do we convert between radians and degrees?

Definitions:
     Radian: One Radian is an angle formed at the center of a circle by an arc that is equal in length to the radius of the circle.

Converting Degrees to Radians:
360 Degrees is equal to 2π(pi)

To Find out how many radians are in 90 Degrees we need to set up a ratio.
         90  = Radians
        360        2π
We then multiply degrees by 2π and divide by 360, simplified is:  π  
                                       180

  90   π = 1 π = π
 180         2       2

Converting from Radians to Degrees:
Formula:  Multiply 180
 π    

For Example:
π * 180
6     π  
Cross out the π's because they cancel out each other. 
So you just divide 180 by 6 and that will equal to 30 degrees

Lets Try Some Problems:
Convert to Radians:
1. 60 π  2. 45 π 
   180       180
= 1/3π = π/3    =1/4π = π/4

Convert to Degrees:

     1. 2π*180      = 360 Degrees
             π

     2. 5π * 180    = 900/12 = 75 Degrees
          12    π

Sunday, March 10, 2013

"Explain why the name pythagorean identity is appropriate"

Question of the Day: "Explain why the name pythagorean identity is appropriate"

Well for starters, the formula for the pythagorean theorem (used for a triangle) is a2 +b2 =c2 ; where a and b are the sides of a triangle and c is the hypothenuse. It allows people to identify the sides of a Right triangle.





Not only do we use the pythagorean identity in Algebra, we use the pythagorean identity in Algebra II/Trig. How is this possible ?
   We create a circle like the figure shown on the left, we use one side of the diameter and create a triangle from the "x and y axis" (of the cicle). The Blue line can be identified as the radius of

the circle or as the hypothenuse of the right triangle. We can say, that the radius of the circle is 1. But how does the Pythagorean apply to Trig.? Its simple, let us express sin and cos to the triangle; 
 
 




 
 

sin(ɵ) is expressed as opposite / (over) hypotenuse which is ; y / 1 = y
and

cos(ɵ) is expressed as adjacent / hypotenuse which is equal to x / 1 = x
The Pythagorean Identity is an appropriate name because we can use the formula; a2 +b2 =c2 to say that sin2(ɵ) + cos2(ɵ) = 1 *our trig. formula* The Pythagorean Theorem has simply developed to help us excell in Algebra II/Trig. We can now identify cot, sec, csc, and tan by using the Pythagorean Identity's help.



Example:
sec(ɵ) = 1 / cos(ɵ)

csc(ɵ) = 1 / sin(ɵ)
cot(ɵ) = 1 / tan(ɵ) which is equal to cos(ɵ) / sin(ɵ)

Monday, January 21, 2013

How do we perform compositions of functions?

Compositions of Functions:
     Example: If f(x) = x^2 and g(x) = x+6
Find f(g(4)).
   g(4) = 4+6 = 10
f(10) = 10^2 = 100 .

Compositions with Variables:
   Example: If f(x) = x^2 and g(x) = x+4
Find f(x+4)
    f(x+4) = (x+4)^2
(x+4)(x+4)            (Distribute)
      x^2 + 4x + 4x + 16
x^2 + 8x + 16 .

The term "composition of functions" (or "composite function") refers
to the combining of functions in a manner where the output from one function
becomes the input for the next function.
In math terms, the range (the y-value answers) of one function becomes
the domain (the x-values) of the next function.

The notation used for composition is:
and is read "f composed with g of x" or "f of g of x".
(Regentsprep.org)

How do we identify one-to-one fuctions?

A function is said to be one-to-one, if for each element of the range, there is a unique element of the domain. (for every y there is one and only one value x). if whenever
f (a) = f (b) then a = b.

Lets try out these problems,

1. {(3,2), (1,7) , (0,2)} this is a function but it is not a one-to-one function.
2. {(2,1) , (4,2) , (1,4)} this is a function and it is also a one-to-one function.

(regentsprep.org)

"One-to-One"

NOT "One-to-One"

How do we use inverse variation?

First, lets list ALL the interger dimensions for rectangles whose area is 24
                            L           |         W
                               1                 24
                               2                 12
                               3                  8
                               4                  6
                               6                  4
                               8                  3
                              12                 2
                              24                 1
This relationship is called an Inverse Variation.
We say that x varies inversely with y.
       xy = 24                       when x goes up, y goes down.
       y = 24/x                      when y goes up, x goes down.

If x varies inversely as y and x = 12 when y = 3, what is the value of x when y = 9?
                     xy = k                            
12*3 = k
k would equal 26

x*9 = 36
  9        9
x would equal 4

How do we solve exponential fuctions?

Well we already know how to solve exponential equations, or at least we get the hang of it.
     Our new challege is to solve exponential functions.

The general form of the exponential fuction can be written:
     f(x) = ab^x
this is where a is the initial value, and b is the growth rate.
     w(t) = 100 * 2^t

Lets try this problem;
     A population of rabbits doubles every 60 days according to the formula P = 10(2)^t/60 , where P is the population of rabbits on day t, what is the value of t when the population is 320?

a ; would be the initial population, where b would be the growth rate.
          320  = 10(2)^t/60
           10            10

          32 = 2^t/60
         2^5 = 2^t/60
       60*5 - t/60*60    (cancels out)
t would equal 300