vector applications
Vectors and Trigonometry
You should know: trigonometric functions, vectors in the plane
Overview
Trigonometry is the language that connects a vector's magnitude-and-direction description to its component description. Given a vector's length r and the angle θ it makes with the positive x-axis, its horizontal and vertical components are r cosθ and r sinθ — exactly the coordinates of a point on a circle of radius r, the same construction that defines sine and cosine on the unit circle. Conversely, given components, the magnitude comes from the Pythagorean theorem and the direction from the arctangent. This two-way translation is what makes vectors practical for physics and engineering: forces, velocities, and displacements are naturally described by magnitude and direction, but must be broken into components (or recombined) to add, and trigonometry is the tool that does the breaking and recombining.
Intuition
Picture a vector as an arrow of length r starting at the origin and pointing in direction θ; its tip lands exactly at the point (r cosθ, r sinθ) — the same point that traces out a circle of radius r as θ varies, so a vector's components are literally a scaled version of the unit-circle definitions of cosine and sine. Adding two vectors is easy in components (just add corresponding coordinates) but that's usually not how forces or velocities are given in a physics problem — they arrive as a magnitude and a compass or bearing angle, so you convert to components with cosine and sine, add, and then convert the sum back to a magnitude and angle with the Pythagorean theorem and arctangent. The dot-product angle formula is the vector generalization of the same idea: the cosine of the angle between two vectors falls out of comparing how much they point in the same direction (u·v) to their individual lengths.
Formal Definition
For a vector v with magnitude |v| = r and direction angle θ measured counterclockwise from the positive x-axis:
Worked Examples
Use v = (r cosθ, r sinθ) with r = 10, θ = 30°.
Vertical component.
Answer: Fx ≈ 8.660 N, Fy = 5 N
Practice Problems
A displacement vector has magnitude 20 m at a direction of 45° from the positive x-axis. Find its x- and y-components.
A vector has components (3, 4). Find its magnitude and direction angle θ (from the positive x-axis).
A plane flies with an airspeed vector of magnitude 200 km/h at a heading of 60° from due east. A wind vector adds 40 km/h at a heading of 150° from due east. Find the components of the resulting ground-velocity vector (sum of the two vectors).
Quiz
Summary
- A vector of magnitude r and direction θ has components (r cosθ, r sinθ) — the unit-circle construction, scaled by r.
- Given components (vx, vy), magnitude is √(vx²+vy²) and direction is arctan(vy/vx), adjusted for quadrant.
- Vectors are added by summing components, which requires trigonometry to convert magnitude-direction form to components and back.
- The angle between two vectors is found from cosφ = (u·v)/(|u||v|), the dot-product angle formula.
References
- WebsiteWikipedia — Euclidean vector
- WebsiteWikipedia — Dot product
Mathematics