Math · Pre-Calculus ★★★ Hard UNIT 6 OF 0

Vectors and Parametric Equations — Free Pre-Calculus Review Games.

This unit covers vector operations, dot product and parametric equations — essential concepts for Pre-Calculus. Use our interactive study games to test your understanding, or review questions in traditional format below.

📋 60 questions ⏱ ~30 min
Math Beast
Practice arena

Pick a mode. Play.

Answer questions as fast as you can. 2 minutes on the clock. Build streaks for bonus points!

Plain-text mode

Don't want to play?

All 60 questions below, each with the worked answer and a written explanation. Click any question to expand it.

Q1. What is the magnitude of vector \(\langle 3, 4 \rangle\)?
A \(5\)
B \(7\)
C \(12\)
D \(1\)

Magnitude = \(\sqrt{9+16} = \sqrt{25} = 5\).

Q2. Add vectors: <2, 3> + <4, -1>
A <6, 2>
B <8, 3>
C <2, 4>
D <6, -3>

Add components: <2+4, 3+(-1)> = <6, 2>.

Q3. A vector has both:
A Magnitude and direction
B Magnitude only
C Direction only
D Position

Vectors have both magnitude (length) and direction.

Q4. What is 3 * <2, -1>?
A <6, -3>
B <5, 2>
C <6, 3>
D <2, -3>

Scalar multiplication: <3*2, 3*(-1)> = <6, -3>.

Q5. The zero vector has magnitude:
A 0
B 1
C Undefined
D Infinite

The zero vector <0,0> has magnitude 0.

Q6. Find the dot product: <2, 3> . <4, -1>
A 5
B 11
C 8
D 14

Dot product = 2*4 + 3*(-1) = 8 - 3 = 5.

Q7. Two vectors are perpendicular if their dot product is:
A 0
B 1
C -1
D Undefined

Perpendicular (orthogonal) vectors have dot product equal to 0.

Q8. Find the unit vector in the direction of <3, 4>.
A <3/5, 4/5>
B <3, 4>
C <1, 1>
D <4/5, 3/5>

Divide by magnitude 5: <3/5, 4/5>.

Q9. Parametric equations x = 2t, y = 3t + 1 represent a:
A Line
B Circle
C Parabola
D Ellipse

Both x and y are linear in t, so the path is a straight line.

Q10. Eliminate the parameter: x = t + 1, y = 2t - 3.
A y = 2x - 5
B y = 2x + 3
C y = x - 4
D y = x + 2

t = x-1. y = 2(x-1)-3 = 2x-5.

Q11. Find the angle between <1, 0> and <0, 1>.
A 90 degrees
B 0 degrees
C 45 degrees
D 180 degrees

Dot product = 0, so the angle is 90 degrees.

Q12. Parametric: \(x = 3\cos(t)\), \(y = 3\sin(t)\). What curve?
A Circle of radius \(3\)
B Line
C Ellipse
D Parabola

\(x^2+y^2 = 9\cos^2(t)+9\sin^2(t) = 9\). A circle of radius \(3\).

Q13. Find the component form of a vector with magnitude \(10\) and angle \(30\) degrees.
A \(\langle 5\sqrt{3}, 5 \rangle\)
B \(\langle 5, 5\sqrt{3} \rangle\)
C \(\langle 10, 30 \rangle\)
D \(\langle \sqrt{3}, 1 \rangle\)

\(\langle 10\cos(30), 10\sin(30) \rangle = \langle 10\sqrt{3}/2, 10/2 \rangle = \langle 5\sqrt{3}, 5 \rangle\).

Q14. The projection of u onto v is given by:
A (u . v / |v|^2) * v
B u * v
C (u . v) * u
D |u| * |v|

proj_v(u) = (u.v / |v|^2) * v.

Q15. Eliminate parameter: \(x = 2\cos(t)\), \(y = 3\sin(t)\).
A \(x^2/4 + y^2/9 = 1\)
B \(x^2 + y^2 = 13\)
C \(x^2/9 + y^2/4 = 1\)
D \(x + y = 5\)

\(\cos(t) = x/2\), \(\sin(t) = y/3\). \(\cos^2+\sin^2=1\): \(x^2/4 + y^2/9 = 1\).

Q16. What is the magnitude of the vector \(\langle -6, 8 \rangle\)?
A \(10\)
B \(14\)
C \(2\)
D \(100\)

The magnitude is found using \(\sqrt{(-6)^2 + 8^2} = \sqrt{36+64} = \sqrt{100} = 10\). The choice \(14\) is wrong because it incorrectly adds the absolute values of the components instead of using the Pythagorean formula. Always compute vector magnitude with the square root of the sum of squared components.

Q17. Subtract the vectors: \(\langle 5, -2 \rangle - \langle 3, 4 \rangle\)
A \(\langle 2, -6 \rangle\)
B \(\langle 8, 2 \rangle\)
C \(\langle 2, 6 \rangle\)
D \(\langle -2, -6 \rangle\)

Vector subtraction is done component-wise: \(5-3=2\) and \(-2-4=-6\), giving \(\langle 2, -6 \rangle\). The choice \(\langle 8, 2 \rangle\) is incorrect because it adds the components instead of subtracting them. Remember that vector subtraction requires subtracting corresponding components in order.

Q18. What are the initial point and terminal point used to describe a vector?
A The starting point and ending point of the arrow representing the vector
B The x-intercept and y-intercept of the vector
C The magnitude and direction of the vector
D The horizontal and vertical components of the vector

A vector is geometrically represented as an arrow, and its initial point is where it starts while its terminal point is where it ends. The distractor 'magnitude and direction' describes the properties of a vector, not the points used to draw it as an arrow. Understanding that a vector's arrow representation begins at an initial point and ends at a terminal point is foundational to vector geometry.

Q19. If \(\vec{u} = \langle 1, 2 \rangle\) and \(\vec{v} = \langle -1, -2 \rangle\), what is true about these vectors?
A They point in opposite directions
B They point in the same direction
C They are perpendicular
D They have different magnitudes

Since \(\vec{v} = -1 \cdot \vec{u}\), multiplying by a negative scalar reverses the direction while keeping the same magnitude, so the vectors are opposite. The choice 'they have different magnitudes' is wrong because both vectors have magnitude \(\sqrt{5}\). Scalar multiplication by a negative number always reverses a vector's direction without changing its length.

Q20. What is the standard unit vector notation for \(\langle 4, -3 \rangle\)?
A \(4\mathbf{i} - 3\mathbf{j}\)
B \(4\mathbf{i} + 3\mathbf{j}\)
C \(-4\mathbf{i} + 3\mathbf{j}\)
D \(3\mathbf{i} - 4\mathbf{j}\)

In unit vector notation, the x-component multiplies \(\mathbf{i}\) and the y-component multiplies \(\mathbf{j}\), giving \(4\mathbf{i} - 3\mathbf{j}\). The choice \(4\mathbf{i} + 3\mathbf{j}\) is wrong because it drops the negative sign on the y-component. Always preserve the sign of each component when converting to unit vector notation.

Q21. What does it mean for a vector to be a unit vector?
A It has a magnitude of \(1\)
B It has a magnitude of \(0\)
C It points along the x-axis
D It has integer components

A unit vector is defined as any vector whose magnitude equals exactly \(1\). The distractor 'it points along the x-axis' is incorrect because unit vectors can point in any direction, not just along an axis. Recognizing unit vectors is essential for normalizing directions in vector problems.

Q22. What is \(2\langle 1, 3 \rangle + 3\langle 2, -1 \rangle\)?
A \(\langle 8, 3 \rangle\)
B \(\langle 5, 5 \rangle\)
C \(\langle 6, 6 \rangle\)
D \(\langle 8, 9 \rangle\)

First scale each vector: \(2\langle 1,3 \rangle = \langle 2,6 \rangle\) and \(3\langle 2,-1 \rangle = \langle 6,-3 \rangle\), then add component-wise to get \(\langle 8, 3 \rangle\). The choice \(\langle 5, 5 \rangle\) is wrong because it fails to correctly scale both vectors before adding. Always scale each vector fully before performing addition in linear combinations.

Q23. In parametric equations, what does the parameter \(t\) typically represent?
A An independent variable that both \(x\) and \(y\) depend on
B The slope of the curve
C The magnitude of a vector
D The angle between two vectors

In parametric equations, \(x\) and \(y\) are each expressed as separate functions of an independent variable \(t\), which often represents time or another quantity. The distractor 'the slope of the curve' is wrong because slope is derived from the relationship between \(x\) and \(y\), not the parameter itself. Recognizing \(t\) as the driving independent variable is key to understanding parametric representations.

Q24. What is the dot product of \(\langle 0, 5 \rangle\) and \(\langle 3, 0 \rangle\)?
A \(0\)
B \(15\)
C \(8\)
D \(5\)

The dot product is calculated as \((0)(3) + (5)(0) = 0 + 0 = 0\). The choice \(15\) is incorrect because it results from multiplying the nonzero components together instead of matching corresponding components. A dot product of zero for nonzero vectors always indicates the vectors are perpendicular.

Q25. Which pair correctly matches a scalar quantity with a vector quantity?
A Speed is scalar; velocity is vector
B Speed is vector; velocity is scalar
C Both speed and velocity are scalar
D Both speed and velocity are vector

Speed only measures magnitude and is scalar, while velocity includes both magnitude and direction, making it a vector. The choice 'both speed and velocity are scalar' is wrong because velocity explicitly requires a direction component. Distinguishing scalar from vector quantities is fundamental before performing any vector operations.

Q26. What is the parametric form \(x = t\), \(y = t^2\) equivalent to when eliminating the parameter?
A \(y = x^2\)
B \(y = x\)
C \(x = y^2\)
D \(y = 2x\)

Since \(x = t\), substituting \(t = x\) into \(y = t^2\) gives \(y = x^2\) directly. The choice \(x = y^2\) reverses the roles of \(x\) and \(y\) incorrectly. When eliminating a parameter, always solve one equation for \(t\) and substitute it into the other equation.

Q27. If \(\vec{u} = \langle 3, -2 \rangle\), what is \(-\vec{u}\)?
A \(\langle -3, 2 \rangle\)
B \(\langle 3, 2 \rangle\)
C \(\langle -3, -2 \rangle\)
D \(\langle 2, -3 \rangle\)

Negating a vector reverses the sign of every component, so \(-\langle 3,-2 \rangle = \langle -3, 2 \rangle\). The choice \(\langle 3, 2 \rangle\) is wrong because it only negates the second component and leaves the first unchanged. Negating a vector always requires flipping the sign of all components simultaneously.

Q28. Find the magnitude of the sum of \(\vec{u} = \langle 3, 0 \rangle\) and \(\vec{v} = \langle 0, 4 \rangle\).
A \(5\)
B \(7\)
C \(1\)
D \(12\)

Adding the vectors gives \(\langle 3, 4 \rangle\), and its magnitude is \(\sqrt{3^2 + 4^2} = \sqrt{25} = 5\). The choice \(7\) is incorrect because it comes from simply adding the individual magnitudes \(3+4\) rather than computing the magnitude of the resultant vector. Vector addition must be performed on components first before finding magnitude, since magnitudes do not add linearly except in special collinear cases.

Q29. Find the dot product of \(\langle -3, 5 \rangle\) and \(\langle 2, 4 \rangle\).
A \(14\)
B \(-6\)
C \(20\)
D \(8\)

The dot product is computed as \((-3)(2) + (5)(4) = -6 + 20 = 14\). The choice \(-6\) only accounts for the first term of the calculation and stops there. Always add both products of corresponding components fully when computing a dot product.

Q30. For what value of \(k\) are \(\langle k, 3 \rangle\) and \(\langle 2, -6 \rangle\) perpendicular?
A \(9\)
B \(-9\)
C \(3\)
D \(-3\)

Perpendicular vectors have a dot product of zero, so \(2k + 3(-6) = 0\) gives \(2k = 18\), so \(k = 9\). The choice \(-9\) results from a sign error when isolating \(k\) in the equation. Setting the dot product equal to zero is the standard method for finding unknowns that make vectors perpendicular.

Q31. Eliminate the parameter: \(x = t^2\), \(y = t + 1\) for \(t \ge 0\).
A \(x = (y-1)^2\)
B \(y = x^2 + 1\)
C \(x = y^2 - 1\)
D \(y = \sqrt{x} - 1\)

Solving \(y = t+1\) for \(t\) gives \(t = y - 1\), and substituting into \(x = t^2\) yields \(x = (y-1)^2\). The choice \(y = x^2+1\) incorrectly substitutes \(x\) directly for \(t\) instead of solving for \(t\) first. Always isolate the parameter in the simpler equation before substituting into the other.

Q32. What type of curve is described by \(x = 4t - 1\), \(y = -2t + 3\)?
A A line
B A parabola
C A circle
D An ellipse

Both \(x\) and \(y\) are linear functions of \(t\), so eliminating the parameter produces a linear equation, which graphs as a straight line. The choice 'a parabola' is incorrect because parabolas require a squared term in the parametric equations, which is absent here. Linear parametric equations in \(t\) always correspond to straight-line paths.

Q33. Find the angle between \(\vec{u} = \langle 2, 2 \rangle\) and \(\vec{v} = \langle 3, 0 \rangle\) using the dot product formula.
A \(45^\circ\)
B \(90^\circ\)
C \(60^\circ\)
D \(30^\circ\)

Using \(\cos\theta = \frac{\vec{u}\cdot\vec{v}}{|\vec{u}||\vec{v}|} = \frac{6}{2\sqrt{2}\cdot 3} = \frac{1}{\sqrt{2}}\), so \(\theta = 45^\circ\). The choice \(90^\circ\) is wrong because the dot product is nonzero, ruling out perpendicularity. The dot product formula for angle relies on both the magnitudes and the dot product, not just one factor.

Q34. What is the projection formula used to find the scalar component of \(\vec{u}\) along \(\vec{v}\)?
A \(\frac{\vec{u}\cdot\vec{v}}{|\vec{v}|}\)
B \(\frac{\vec{u}\cdot\vec{v}}{|\vec{u}|}\)
C \(|\vec{u}||\vec{v}|\cos\theta\)
D \(\vec{u}\cdot\vec{v}\)

The scalar projection of \(\vec{u}\) onto \(\vec{v}\) is \(\frac{\vec{u}\cdot\vec{v}}{|\vec{v}|}\), which measures how much of \(\vec{u}\) lies along the direction of \(\vec{v}\). The choice \(\frac{\vec{u}\cdot\vec{v}}{|\vec{u}|}\) is wrong because it divides by the wrong vector's magnitude, changing the meaning of the projection. Scalar projections always divide the dot product by the magnitude of the vector being projected onto.

Q35. A particle moves along \(x = \cos(t)\), \(y = \sin(t)\) for \(0 \le t \le 2\pi\). What shape does it trace?
A A unit circle
B A unit line segment
C An ellipse with semi-axes 2 and 3
D A parabola

Since \(x^2 + y^2 = \cos^2(t) + \sin^2(t) = 1\), the particle traces a circle of radius \(1\) centered at the origin. The choice 'an ellipse with semi-axes 2 and 3' is wrong because both coefficients on \(\cos(t)\) and \(\sin(t)\) here are \(1\), not \(2\) and \(3\). Equal coefficients on sine and cosine in parametric equations always produce a circle rather than an ellipse.

Q36. Find the sum of \(\langle 2, 5 \rangle\), \(\langle -1, 3 \rangle\), and \(\langle 4, -2 \rangle\).
A \(\langle 5, 6 \rangle\)
B \(\langle 5, 10 \rangle\)
C \(\langle 7, 6 \rangle\)
D \(\langle 5, 0 \rangle\)

Adding the x-components gives \(2-1+4 = 5\) and adding the y-components gives \(5+3-2 = 6\), resulting in \(\langle 5, 6 \rangle\). The choice \(\langle 5, 10 \rangle\) incorrectly sums the y-components as \(5+3+2\) rather than \(5+3-2\). When adding multiple vectors, each component must be added separately while preserving the sign of every term.

Q37. What parametric equations represent the line passing through \((1, 2)\) with direction vector \(\langle 3, -1 \rangle\)?
A \(x = 1 + 3t\), \(y = 2 - t\)
B \(x = 3 + t\), \(y = -1 + 2t\)
C \(x = 1 - 3t\), \(y = 2 + t\)
D \(x = 1 + t\), \(y = 2 - 3t\)

A parametric line through a point \((x_0, y_0)\) with direction \(\langle a, b \rangle\) is written as \(x = x_0 + at\), \(y = y_0 + bt\), giving \(x = 1+3t\), \(y = 2-t\). The choice \(x = 3 + t\), \(y = -1 + 2t\) incorrectly swaps the roles of the point and direction vector. Always substitute the given point as the starting values and the direction vector components as the coefficients of \(t\).

Q38. Find \(|\vec{u} + \vec{v}|\) if \(\vec{u} = \langle 1, 1 \rangle\) and \(\vec{v} = \langle -1, 1 \rangle\).
A \(2\)
B \(0\)
C \(\sqrt{2}\)
D \(4\)

Adding the vectors gives \(\langle 0, 2 \rangle\), and its magnitude is \(\sqrt{0^2+2^2} = 2\). The choice \(0\) is incorrect because it would only occur if the vectors were exact opposites, which they are not since their x-components cancel but y-components add. Always compute the resultant vector fully before taking its magnitude.

Q39. What is the work done formula using vectors when force \(\vec{F}\) moves an object along displacement \(\vec{d}\)?
A \(W = \vec{F} \cdot \vec{d}\)
B \(W = |\vec{F}| + |\vec{d}|\)
C \(W = \vec{F} \times \vec{d}\)
D \(W = |\vec{F}||\vec{d}|\)

Work is defined as the dot product of force and displacement vectors, \(W = \vec{F}\cdot\vec{d}\), because it measures the component of force acting in the direction of motion. The choice \(W = |\vec{F}||\vec{d}|\) is wrong because it ignores the angle between the vectors, which the dot product formula inherently accounts for through \(\cos\theta\). The dot product is the natural tool for physical quantities that depend on directional alignment, such as work.

Q40. Given \(\vec{u} = \langle 6, 8 \rangle\), find a vector in the same direction with magnitude \(5\).
A \(\langle 3, 4 \rangle\)
B \(\langle 6, 8 \rangle\)
C \(\langle 5, 5 \rangle\)
D \(\langle 2.5, 4 \rangle\)

The unit vector in the direction of \(\vec{u}\) is \(\left\langle \frac{6}{10}, \frac{8}{10} \right\rangle\), and multiplying by \(5\) gives \(\langle 3, 4 \rangle\). The choice \(\langle 5, 5 \rangle\) is wrong because it does not preserve the original direction ratio of \(6:8\). To scale a vector to a desired magnitude, first find its unit vector, then multiply by the target magnitude.

Q41. Eliminate the parameter from \(x = e^t\), \(y = e^{2t}\).
A \(y = x^2\)
B \(y = 2x\)
C \(x = y^2\)
D \(y = x + 2\)

Since \(y = e^{2t} = (e^t)^2\) and \(x = e^t\), substituting gives \(y = x^2\). The choice \(x = y^2\) reverses which variable is squared, misrepresenting the relationship. When exponential parametric equations share a common base, express one in terms of the other using exponent rules before eliminating the parameter.

Q42. A ball is launched with parametric equations \(x = 20t\), \(y = 15t - 5t^2\). What does this pair of equations model?
A Projectile motion with horizontal and vertical position over time
B The velocity of the ball at each instant
C The acceleration of the ball at each instant
D The total distance traveled by the ball

These equations track the horizontal position \(x\) and vertical position \(y\) of the ball as functions of time \(t\), which is the standard setup for modeling projectile motion. The choice 'the velocity of the ball at each instant' is wrong because velocity would be represented by the derivatives of these position functions, not the functions themselves. Parametric position equations describe where an object is located at each moment in time.

Q43. Find the value of the dot product \(\vec{u} \cdot \vec{u}\) for \(\vec{u} = \langle 4, -3 \rangle\).
A \(25\)
B \(5\)
C \(1\)
D \(7\)

The dot product of a vector with itself equals the square of its magnitude, so \(\vec{u}\cdot\vec{u} = 4^2 + (-3)^2 = 25\). The choice \(5\) is incorrect because it is the magnitude itself, not the dot product, which equals the magnitude squared. Recognizing that \(\vec{u}\cdot\vec{u} = |\vec{u}|^2\) provides a useful shortcut for magnitude calculations.

Q44. Two forces act on an object: \(\vec{F_1} = \langle 5, 0 \rangle\) N and \(\vec{F_2} = \langle 0, 12 \rangle\) N. Find the magnitude of the net force and the angle it makes with the positive x-axis.
A \(13\) N at approximately \(67.4^\circ\)
B \(17\) N at \(45^\circ\)
C \(13\) N at \(90^\circ\)
D \(12\) N at \(67.4^\circ\)

The resultant vector is \(\langle 5, 12 \rangle\) with magnitude \(\sqrt{25+144} = 13\) N, and the angle is \(\arctan(12/5) \approx 67.4^\circ\) above the x-axis. The choice \(17\) N at \(45^\circ\) is wrong because it incorrectly adds the magnitudes of the individual forces instead of combining perpendicular components properly. Perpendicular force problems require vector addition and the arctangent function to find both magnitude and direction of the resultant.

Q45. Find the value of \(c\) such that \(\vec{u} = \langle 2, 3 \rangle\) and \(\vec{v} = \langle c, -4 \rangle\) have a dot product of \(-2\).
A \(5\)
B \(-5\)
C \(2\)
D \(-2\)

Setting up the dot product equation gives \(2c + 3(-4) = -2\), so \(2c - 12 = -2\), leading to \(2c = 10\) and \(c = 5\). The choice \(-5\) results from a sign error when solving the linear equation for \(c\). Careful algebraic manipulation is essential when solving dot product equations for unknown components.

Q46. An object moves along \(x = 3\cos(t) - 1\), \(y = 3\sin(t) + 2\). What is the center and radius of the resulting circle?
A Center \((-1, 2)\), radius \(3\)
B Center \((1, -2)\), radius \(3\)
C Center \((-1, 2)\), radius \(9\)
D Center \((3, 3)\), radius \(1\)

The equations represent a circle shifted so that \(x+1 = 3\cos(t)\) and \(y-2 = 3\sin(t)\), giving center \((-1, 2)\) and radius \(3\) since \((x+1)^2+(y-2)^2 = 9\). The choice 'Center \((1, -2)\), radius \(3\)' reverses the sign of the shift, misplacing the center. When identifying shifts in parametric circle equations, the center coordinates are the opposite sign of the constants added to \(\cos(t)\) and \(\sin(t)\).

Q47. Find the component form of a vector with initial point \((2, -1)\) and terminal point \((-3, 4)\), then find its magnitude.
A \(\langle -5, 5 \rangle\), magnitude \(5\sqrt{2}\)
B \(\langle 5, -5 \rangle\), magnitude \(5\sqrt{2}\)
C \(\langle -5, 5 \rangle\), magnitude \(10\)
D \(\langle -1, 3 \rangle\), magnitude \(\sqrt{10}\)

The component form is found by subtracting the initial point from the terminal point: \(\langle -3-2, 4-(-1) \rangle = \langle -5, 5 \rangle\), with magnitude \(\sqrt{25+25} = 5\sqrt{2}\). The choice \(\langle 5, -5 \rangle\) reverses the subtraction order, giving the negative of the correct vector. Always subtract initial point coordinates from terminal point coordinates, in that specific order, to find a vector's component form.

Q48. Determine whether the parametric curve \(x = t^2 - 1\), \(y = t^3 - t\) crosses itself, and if so, at what point.
A Yes, at \((0, 0)\)
B Yes, at \((1, 1)\)
C No, it never crosses itself
D Yes, at \((-1, 0)\)

Setting \(t = 1\) and \(t = -1\) both give \(x = 0\), and checking \(y\) gives \(y = 0\) for both, so the curve passes through \((0,0)\) twice, confirming a self-intersection there. The choice 'No, it never crosses itself' is incorrect because two distinct parameter values produce the identical point, which is the definition of a self-intersection. To find self-intersections in parametric curves, look for two different \(t\)-values that yield the same \((x, y)\) coordinates.

Q49. If \(\vec{u}\) and \(\vec{v}\) are unit vectors with an angle of \(120^\circ\) between them, find \(\vec{u} \cdot \vec{v}\).
A \(-0.5\)
B \(0.5\)
C \(0\)
D \(-1\)

Using \(\vec{u}\cdot\vec{v} = |\vec{u}||\vec{v}|\cos\theta = (1)(1)\cos(120^\circ) = -0.5\) since both vectors are unit vectors. The choice \(0\) is wrong because it would only apply if the angle were \(90^\circ\), not \(120^\circ\). Remembering that the dot product formula depends directly on the cosine of the angle helps avoid confusing perpendicularity with other angle relationships.

Q50. Convert the parametric equations \(x = \sec(t)\), \(y = \tan(t)\) into rectangular form.
A \(x^2 - y^2 = 1\)
B \(x^2 + y^2 = 1\)
C \(y^2 - x^2 = 1\)
D \(x^2 - y^2 = -1\)

Using the Pythagorean identity \(\sec^2(t) - \tan^2(t) = 1\), substituting \(x = \sec(t)\) and \(y = \tan(t)\) gives \(x^2 - y^2 = 1\), a hyperbola. The choice \(x^2+y^2=1\) is wrong because that identity applies to sine and cosine, not secant and tangent. Recognizing which Pythagorean identity matches the given trig functions is essential for correctly eliminating the parameter.

Q51. Two vectors \(\vec{u} = \langle 3, 4 \rangle\) and \(\vec{v} = \langle 4, -3 \rangle\) are given. What special relationship do they share besides being perpendicular?
A They have equal magnitudes
B They are parallel
C They point in the same direction
D Their sum is the zero vector

Both vectors have magnitude \(\sqrt{3^2+4^2} = 5\) and \(\sqrt{4^2+(-3)^2}=5\), so besides their dot product being zero (confirming perpendicularity), they also share equal magnitudes. The choice 'they are parallel' is incorrect and contradictory since perpendicular vectors cannot also be parallel unless one is the zero vector. Checking both magnitude and dot product together reveals deeper geometric relationships between vectors beyond a single property.

Q52. A particle's position is given by \(x(t) = t^2\), \(y(t) = 2t + 1\). At what value of \(t\) does the particle pass through the point \((4, 5)\)?
A \(t = 2\)
B \(t = -2\)
C \(t = 4\)
D \(t = 2\) or \(t = -2\), but only \(t=2\) satisfies both equations

Substituting into \(y(t) = 2t+1 = 5\) gives \(t=2\), and checking \(x(t) = t^2 = 4\) confirms \(t=2\) works, while \(t=-2\) satisfies \(x(t)=4\) but gives \(y(t) = -3 \ne 5\), so only \(t=2\) is valid. The choice '\(t = 2\)' alone omits the necessary verification step that eliminates the extraneous solution \(t=-2\) from the x-equation. When solving parametric point problems, both equations must be checked simultaneously to rule out extraneous parameter values.

Q53. Find the vector projection of \(\vec{u} = \langle 4, 2 \rangle\) onto \(\vec{v} = \langle 1, 0 \rangle\).
A \(\langle 4, 0 \rangle\)
B \(\langle 4, 2 \rangle\)
C \(\langle 0, 2 \rangle\)
D \(\langle 2, 0 \rangle\)

The vector projection formula is \(\text{proj}_{\vec{v}}\vec{u} = \frac{\vec{u}\cdot\vec{v}}{|\vec{v}|^2}\vec{v} = \frac{4}{1}\langle 1,0 \rangle = \langle 4, 0 \rangle\). The choice \(\langle 4, 2 \rangle\) is incorrect because it simply returns the original vector \(\vec{u}\) without projecting it onto \(\vec{v}\)'s direction. Vector projection isolates only the component of \(\vec{u}\) that lies along \(\vec{v}\), discarding any perpendicular component.

Q54. A plane flies with velocity vector \(\langle 200, 0 \rangle\) km/h and encounters wind vector \(\langle -30, 40 \rangle\) km/h. What is the plane's resultant ground speed?
A Approximately \(206.5\) km/h
B \(170\) km/h
C \(230\) km/h
D \(250\) km/h

Adding the vectors gives \(\langle 170, 40 \rangle\), and the magnitude is \(\sqrt{170^2+40^2} = \sqrt{28900+1600} = \sqrt{30500} \approx 206.5\) km/h. The choice \(170\) km/h only reflects the horizontal component and ignores the vertical wind effect entirely. Ground speed calculations always require finding the magnitude of the full resultant vector, not just one component.

Q55. Find the parametric equations of the ellipse with equation \(\frac{x^2}{16} + \frac{y^2}{9} = 1\).
A \(x = 4\cos(t)\), \(y = 3\sin(t)\)
B \(x = 3\cos(t)\), \(y = 4\sin(t)\)
C \(x = 16\cos(t)\), \(y = 9\sin(t)\)
D \(x = 4\sin(t)\), \(y = 3\cos(t)\)

Since \(16 = 4^2\) and \(9 = 3^2\), matching the ellipse equation to \(\left(\frac{x}{4}\right)^2+\left(\frac{y}{3}\right)^2=1\) gives the parametrization \(x = 4\cos(t)\), \(y = 3\sin(t)\). The choice \(x = 3\cos(t)\), \(y = 4\sin(t)\) swaps the semi-axis lengths, which would produce a differently shaped ellipse. Always take the square root of the denominators in the standard ellipse equation to find the correct coefficients for the parametric form.

Q56. Given vectors \(\vec{a} = \langle 2, k \rangle\) and \(\vec{b} = \langle 6, -3 \rangle\) are parallel, find \(k\).
A \(-1\)
B \(1\)
C \(3\)
D \(-3\)

Parallel vectors have proportional components, so \(\frac{2}{6} = \frac{k}{-3}\), which gives \(k = \frac{2 \times (-3)}{6} = -1\). The choice \(3\) is wrong because it fails to maintain the correct ratio between the corresponding x and y components. When testing for parallel vectors, set up a proportion between corresponding components rather than comparing them individually.

Q57. A curve is defined by \(x = t - \sin(t)\), \(y = 1 - \cos(t)\). What type of curve does this represent?
A A cycloid
B A circle
C A parabola
D An ellipse

These equations are the standard parametric form of a cycloid, which traces the path of a point on the rim of a circle as it rolls along a straight line. The choice 'a circle' is wrong because a true circle requires equations like \(x = r\cos(t)\) and \(y = r\sin(t)\) without the extra linear term \(t\) present here. Recognizing the characteristic combination of a linear term with trigonometric functions is the key to identifying cycloid equations.

Q58. What is the magnitude of the vector \(\vec{v} = \langle 6, 8 \rangle\)?
A \(10\)
B \(14\)
C \(7\)
D \(100\)

The magnitude of a vector \(\langle a, b \rangle\) is found using \(|\vec{v}| = \sqrt{a^2 + b^2} = \sqrt{36 + 64} = \sqrt{100} = 10\), applying the Pythagorean theorem to the vector's components. The choice "\(14\)" is wrong because it comes from simply adding \(6 + 8\) instead of using the square root of the sum of squares. Students should remember that vector magnitude always requires squaring components, summing, and taking the square root, never simple addition.

Q59. For which value of \(t\) do the parametric equations \(x = t + 1\), \(y = t^2 - 2\) produce the point \((4, 7)\)?
A \(t = 3\)
B \(t = 4\)
C \(t = -3\)
D \(t = 5\)

Substituting \(t = 3\) into \(x = t+1\) gives \(x = 4\), and into \(y = t^2 - 2\) gives \(y = 9 - 2 = 7\), matching both coordinates of the point simultaneously, which is the requirement for a valid parameter value. The choice "\(t = -3\)" is wrong because although it satisfies \(y = 7\) since \((-3)^2 - 2 = 7\), it gives \(x = -3 + 1 = -2\), which does not match the required \(x = 4\). When solving for a parameter value, students must verify the solution satisfies both equations simultaneously, not just one.

Q60. A vector \(\vec{u}\) has magnitude \(5\) and a vector \(\vec{v}\) has magnitude \(8\). If the angle between them is \(120^\circ\), what is \(\vec{u} \cdot \vec{v}\)?
A \(-20\)
B \(20\)
C \(-40\)
D \(34.6\)

Using the formula \(\vec{u} \cdot \vec{v} = |\vec{u}||\vec{v}|\cos\theta = 5 \cdot 8 \cdot \cos(120^\circ) = 40 \cdot (-0.5) = -20\), the negative cosine of an obtuse angle correctly produces a negative dot product. The choice "\(20\)" is wrong because it drops the negative sign, forgetting that \(\cos(120^\circ) = -0.5\) rather than \(0.5\), which would apply only to an acute angle like \(60^\circ\). Students should remember that the sign of the dot product directly indicates whether the angle between two vectors is acute (positive), obtuse (negative), or exactly \(90^\circ\) (zero).

Study tip

Focus on understanding.

Focus on understanding core concepts before memorizing details. Use the game modes to test yourself repeatedly — spaced repetition is proven to boost long-term retention.

Up next

Related units

Quick summary

This unit covers vector operations, dot product and parametric equations — essential concepts for Pre-Calculus. Use our interactive study games to test your understanding, or review questions in traditional format below.

Key concepts
  • Vector operations
  • Dot product
  • Parametric equations
What you need to know

Key Concepts Breakdown

1 Vector Operations

A vector has both magnitude and direction, represented as <a, b> or in component form. Students must be able to add, subtract, and scalar-multiply vectors both algebraically and graphically. Finding the magnitude of a vector using the distance formula is commonly tested.

Key Points

  • Addition: <a, b> + <c, d> = <a+c, b+d>; subtract by changing signs of the second vector
  • Scalar multiplication: k<a, b> = <ka, kb>; multiplying by a negative reverses direction
  • Magnitude: |v| = √(a² + b²); a unit vector is v / |v|
  • Direction angle θ satisfies tan(θ) = b/a; use the quadrant of the vector to pick correct angle
Example

Let u = <3, -4> and v = <-1, 2>. Find 2u - v and |2u - v|.

Explanation

First compute 2u = <6, -8>, then subtract v: <6-(-1), -8-2> = <7, -10>. The magnitude is √(7² + (-10)²) = √(49 + 100) = √149. Leave the answer as √149 unless a decimal approximation is requested.

2 Dot Product

The dot product of two vectors produces a scalar, not a vector. Students must know the formula, how to find the angle between two vectors, and how to determine if vectors are perpendicular or parallel using the dot product.

Key Points

  • Formula: u · v = a₁a₂ + b₁b₂ (multiply matching components, then add)
  • Angle between vectors: cos(θ) = (u · v) / (|u| · |v|), where 0° ≤ θ ≤ 180°
  • Perpendicular (orthogonal) vectors: u · v = 0
  • Parallel vectors: u · v = ±|u||v|, or one vector is a scalar multiple of the other
Example

Find the angle between u = <2, 5> and v = <4, -1>.

Explanation

Compute u · v = (2)(4) + (5)(-1) = 8 - 5 = 3. Find the magnitudes: |u| = √29, |v| = √17. Then cos(θ) = 3 / (√29 · √17) = 3/√493, so θ = cos⁻¹(3/√493) ≈ 82.2°.

3 Parametric Equations

Parametric equations express x and y separately as functions of a third variable t (the parameter). Students must be able to graph parametric curves, eliminate the parameter to get a rectangular equation, and convert between the two forms.

Key Points

  • To eliminate the parameter: solve one equation for t, then substitute into the other
  • Direction of motion matters — plot points in increasing t order to show orientation
  • A single rectangular equation can have multiple parametric forms
  • Restricted t-values create only part of a curve (e.g., a ray or arc, not the full line/circle)
Example

Given x = t + 1 and y = t² - 3, eliminate the parameter and identify the curve.

Explanation

Solve the first equation for t: t = x - 1. Substitute into the second: y = (x - 1)² - 3. This is a parabola with vertex (1, -3) opening upward. Note that if t has no restrictions, the entire parabola is traced; a restricted domain on t would limit which portion appears.

FAQ

Questions, answered.

What is Vectors and Parametric Equations?

Vectors and Parametric Equations is Unit 6 of Pre-Calculus, covering vector operations, dot product and parametric equations.

How to study for Pre-Calculus Unit 6?

Start with the Quick Summary above, review the Key Concepts, then test yourself with our interactive study games. Aim for 80%+ accuracy before moving on.

How many questions are in this unit?

This unit has 60 review questions, each with a written explanation, playable across 5 different game modes or readable in plain-text mode.