At the site http://vhcc2.vhcc.edu/pc2fall9/frames%20pages/class_notes.htm you will find lecture notes for my Precalculus II class. The links listed below address trigonometric functions and on conic sections, both topics that will be relevant to your course in the next week or two. At times I might refer you to these notes to amplify certain topics.
At this point you should spend an hour or so just skimming over these notes, so you have an overview of what's there. Any video links within these notes won't work, but I can give you a disk that contains the same notes, along with the videos. On the disks, those links will work.
You should then be review in some detail the circular model of trig functions (#01, #02 and #03).
These and other topics relevant to this course are indicated by asterisks. A single asterisk indicates important topics. A double asterisks indicates even more important topics, which are generally not well covered in high school analysis precalculus and calculus courses, and are often neglected even in first-year calculus courses.
#01: First Circular Model; Introduction to Radian Measure **
#02: Sketching Exercises **
#03: Modeling Periodic Phenomena with Circles **
#04: The Sine Function *
#05: Modeling with the Sine Function *
#06: Trigonometric Identities *
#07: Tangents and Other Trigonometric Ratios *
#08: Sines and Cosines as Ratios *
#09: Miscellaneous Problems *
#10: Solving Trigonometric Equations *
#11: Inverse Sines, Tangents and Inverse Tangents *
#12: Introduction to Conic Sections **
#13: Circles, Ellipses, Hyperbola **
#14: Conic Sections at General Positions; Parametric Equations **
#15: Parametric Equations **
#16: Polar Coordinates **
If further review of these topics is needed or desired, you may check out the following qa documents, and are welcome to submit them if desired.
open qa #01 on Radian measure and the unit circle. *
open qa #02 on The Fundamental Angles. * open qa #03 on The Sine Function. * open qa #04 on Changing the Amplitude. * open qa #05 on Changing the Period. * open qa #06 on Basic triangles; Inverse Functions. * open qa #07 on the Tangent Function. * open qa #08 on Trigonometric Identities. * open qa #09 on Vectors. * open qa #10 on Dot Product and Vector Algebra. * open qa #11 on Conic Sections. ** open qa #12 on Equations and Properties of Parabolas, hyperbolas and ellipses. ** open qa #13 on Some Stochastic Matrices; Interpretation of Matrices, Multiplication of Matrices. open qa #14 on Determinants; Systems of Equations and their Geometrical Interpretation. open qa #15 on Matrix Algebra; Solving the matrix equation A * X = C by finding the Inverse Matrix. open qa #16 on Sequences and Series.
Recommended: Review of Precalculus II qa's 09 and 10.
The magnitude of a vector A = a_x i + a_y j in two-dimensional space is found using the Pythagorean Theorem to be sqrt(a_x^2 + a_y)^2.
[ The reasons for the above:In the x-y plane we find the magnitude of a_1 i + a_2 j to be sqrt(a_1 ^ 2 + a_2 ^ 2).The sum of this vector and the vector a_3 k is our original vector A = a_1 i + a_2 j + a_3 k.The vector a_3 k being perpendicular to the entire xy plane is also perpendicular to the vector a_1 i + a_2 j.So the vectors a_1 i + a_2 j and a_3 k are legs of a right triangle whose hypotenuse is therefore sqrt( (sqrt(a_1 ^ 2 + a_2 ^ 2) + a_3 ^2 ) = sqrt( a_1 ^ 2 + a_2 ^ 2 + a_3 ^ 2). ]
cos(theta) = A dot B / || A || || B || so thattheta = arcCos( A dot B / || A || || B || ).
The cross product of two vectors A and B is a vector perpendicular to the two vectors, the direction determined by the right-hand rule, and its magnitude is || A || * || B || * sin(theta), where theta is the angle between the two.
The formula for the cross product is a little more complicated than the simple formula for the dot product, but it's not bad:
A `X B is the determinant of the matrix whose first row is [ i, j, k ], whose second row is [ A_1, A_2, A_3 ], the coefficients of the A vector, and whose third row is [ B_1, B_2, B_3 ], the coefficients of the B vector.
v(t) = v_x(t) i + v_y(t) j = dx/dt i + dy/dt j = 2 t i + 3 t^2 j.
For example, at t = 2 our velocity vector is
v(2) = 2 * 2 i + 3 * 2^2 j = 4 i + 12 j.
A unit vector is a vector whose magnitude is 1. If you divide any vector by its magnitude you get a unit vector. The unit vector has magnitude 1 and its direction is the same as that of the original vector.
For example the magnitude of the vector 3 i + 4 j is sqrt(3^2 + 4^2) = 5. If you divide this vector by its magnitude you get the unit vector
u = (3 i + 4 j) / 5 = (3/5) i + (4/5) j = .6 i + .8 j.
This vector has magnitude 1, and its direction is the same as that of the original vector 3 i + 4 j.
As another example, if you divide the velocity vector v(2) = 4 i + 12 j, found just a little earlier, by its magnitude you get a unit vector.
The magnitude of v(2) = 4 i + 12 j is || v(2) || = sqrt( 4^2 + 12^2 ) = sqrt( 160 ) = 4 sqrt(10).
We give the unit vector in the direction of v(2) the name u(2):
u(2) = v(2) / || v(2) || = (4 i + 12 j) / (4 sqrt(10) ) = sqrt(10) / 10 * i + 3 sqrt(10) / 10 * j.
u(2) is the unit vector in the direction of the velocity, when t = 2.
**************
some extensions for next class (optional at this time):
The rate at which the velocity changes in the x direction is the derivative d v_x(t) / dt of the x velocity function v_x(t) = 2 t. The derivative of this function is the constant function 2. The derivative d v_y(t) / dt of the y velocity function v_y(t) = 3 t^2 is 6 t. So the x velocity changes at constant rate 2, while the y velocity changes at the increasing rate 6 t.
The derivative of our velocity function v(t) is therefore
dv / dt = 2 i + 6 t j.
The x component of the velocity increases steadily, while the y component increases at an increasing rate.
The general point ( x(t), y(t) ) can be represented by a vector which originates at the origin (0, 0) and extends to the point (x(t), y(t)). If we call this vector r(t), it is easy to see that
r(t) = x(t) i + y(t) j.
For our current example this vector is just
r(t) = t^2 i + t^3 j.
It makes perfect sense, and will later be shown to be the case, that the derivative of this r(t) vector is found by doing the obvious::
d r(t) / dt = 2 t i + 3 t^2 j.
We have simply treated the i and j vectors as constants.
In symbols, we say that the derivative of the vector function r(t) = x(t) i + y(t) j is found by taking the derivatives of the x(t) and y(t) functions, treating the i and j vectors as constants:
d r(t) / dt = d x(t) / dt * i + d y(t) / dt * j.
As we have seen, if x(t) = t^2 and y(t) = t^3, then d x(t) / dt = 2 t and d y(t) / dt = 3 t^2, so the derivative of our r(t) vector function is
d r(t) / dt = 2 t i + 3 t^2 j.
This is the velocity vector we found earlier:
v(t) = 2 t i + 3 t^2 j,
and illustrates the general relationship
v(t) = d r(t) / dt.
The tip of the r(t) vector traces out the curve we approximated previously.
The velocity vector v(t) is at every point tangent to the r(t) curve.
The rate of change of the velocity vector is the derivative we found earlier:
dv / dt = 2 i + 6 t j.
If we divide a vector by its magnitude, we get a vector of magnitude 1. We call a vector of magnitude 1 a unit vector.
In the present example we can divide the velocity vector by its magnitude. We obtain
v(t) / || v(t) || = ( 2 t i + 3 t^2 j ) / (sqrt( (2 t)^2 + (3 t^2)^2) ) = ( 2 t i + 3 t^2 j ) / (sqrt( 4 t^2 + 9 t^4 )).
This is a unit vector in the direction of the velocity. If we evaluate ( 2 t i + 3 t^2 j ) / (sqrt( 4 t^2 + 9 t^4 )) for any value of t, except t = 0 (where the denominator is zero), we will obtain a vector of magnitude 1.