Thursday, November 19th, 2009
Defining the Angles Between Vectors
Description
A detailed tutorial on how to define the angles between vectors. Step by step tutorial including several examples of angles between vectors for reference.
Overview
In general, it is easier to find the angle between 2D vectors, rather than 3D vectors. In order to define the angles between vectors, we need to use the dot product in conjunction with a few other functions. The angles between vectors can be expressed as angle = arccos(v1xv2), where v1xv2 is how the dot product is expressed.
Tags: 2D, 3D, absolute, algebra, angle, arccos, conjunction, cosine, define, degrees, dot, function, linear, magnitude, product, radians, value, vector
Posted in Algebra | No Comments »
Thursday, November 5th, 2009
How to Use Parametrization
Description
A detailed tutorial on how to use parametrization. Step by step tutorial including several examples of how to use parametrization for reference.
Overview
Parametrization can be used in many different branches of math, including algebra and calculus. Parametrization involves setting up parameters necessary for the complete or relevent specification of a geometric object. This means it is only used when calculating a shape or part of a shape, because that is what a geometric object is. Sometimes, this is nothing more than identifying the parameters. Other times it becomes an involved mathematical process that is used to find out what the parameters are.
Tags: Calculus, complete, decide, deciding, define, defining, differential equations, geometric, identify, identifying, parameter, parametrization, relevent, set, setting, shape, specification, vector
Posted in Differential Equations | No Comments »