Posts

Showing posts with the label a level mathematics

Deriving the Direction Cosines of a Unit Vector

Direction Cosines of a Unit Vector A vector in 3D can be written as v = (x, y, z). This vector points from the origin to the point (x, y, z). Its direction depends on how much it travels in the x-direction, the y-direction and the z-direction. Magnitude of the Vector The magnitude, or length, of v is |v| = √(x² + y² + z²). This comes from the 3D version of Pythagoras' theorem. The vector has three perpendicular components: x, y and z. Squaring them, adding them, and taking the square root gives the total length. Unit Vector A unit vector is a vector with length 1. To turn v into a unit vector, divide every component by the magnitude of v: v̂ = (1 / |v|)(x, y, z). So v̂ = (x / |v|, y / |v|, z / |v|). This new vector points in the same direction as v, but its length is exactly 1. The Dot Product The dot product has two important forms. Algebraic form: a · b = a₁b₁ + a₂b₂ + a₃b₃. Geometric form: a · b = |a||b|cos(θ). The algebraic form uses co...

How to find the intersection points of two quadratic equations

Image
Below are the workings you can use to find the intersection points of two quadratic equations . Part 1 Part 2   There is a free interactive graph related to these workings here: https://www.desmos.com/calculator/0twcp4hwx2

How to find where a line intersects a circle

Image
In this post I demonstrate how to find out where a line and circle intersect on a 2 dimensional plane. The first step is to write out the equations of a line and a circle. We then make sure for both equations 'y' is isolated . Once we have the equations for a line and a circle whereby 'y' is isolated, we can then go about finding the values of 'x' for where the line intersects the circle. Like so... After we have found the values of 'x' using the quadratic formula , we then plug them back in to y=mx+c to get the values of 'y' for which the line intersects the circle. And that's it basically. Below is a free interactive Desmos graph related to this work: https://www.desmos.com/calculator/w3tsnjajtx