What this quiz covers
This quiz focuses on Parametric Functions, giving you a quick way to practice the rules, question types, and explanations that matter most for AP Precalculus.
Two different parametric representations of a curve are given by C1:x(t)=t,y(t)=t2 for t∈R and C2:x(s)=s3,y(s)=s6 for s∈R. Which of the following statements correctly compares the two representations?
AP Precalculus Quiz
Practice Parametric Functions in AP Precalculus with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
This quiz focuses on Parametric Functions, giving you a quick way to practice the rules, question types, and explanations that matter most for AP Precalculus.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
Two different parametric representations of a curve are given by C1:x(t)=t,y(t)=t2 for t∈R and C2:x(s)=s3,y(s)=s6 for s∈R. Which of the following statements correctly compares the two representations?
Explanation: For both representations, eliminating the parameter results in the rectangular equation y=x2. Thus, they trace the same parabola. For C1, as t increases, the point moves along the parabola. For C2, as s increases, the point also moves along the parabola in the same direction. However, the speed of traversal is different. For example, in C1, it takes 2 units of time for t to go from 0 to 2, covering x-values from 0 to 2. In C2, it takes 2 units of time for s to go from 0 to 2, covering x-values from 03=0 to 23=8. Since C2 covers a greater distance along the curve in the same parameter interval, it is traversed more quickly.
A particle's position is given by x(t)=t2−2t and y(t)=t3−3t. At which positive value of t does the particle's vertical motion change direction?
Explanation: The vertical motion is described by the function y(t)=t3−3t. The direction of vertical motion changes at a point where the function's rate of change is zero, corresponding to a local maximum or minimum. For the polynomial y(t), these extrema occur at the critical points. The derivative is y′(t)=3t2−3. Setting the derivative to zero gives 3t2−3=0, which leads to t2=1, so t=1 or t=−1. The question asks for the positive value of t, which is t=1.
A particle's motion along a circle is described by C1:x(t)=cos(t),y(t)=sin(t) for 0≤t≤2π. A second particle's motion is described by C2:x(s)=cos(2s),y(s)=sin(2s) for 0≤s≤π. Which statement accurately compares the motions?
Explanation: Both parameterizations describe a path on the unit circle because x2+y2=cos2(θ)+sin2(θ)=1. For C1, as t goes from 0 to 2π, the particle makes one full counter-clockwise revolution. For C2, as the parameter s goes from 0 to π, the angle 2s goes from 0 to 2π. Thus, the second particle also makes one full counter-clockwise revolution. However, the first particle takes 2π units of time to complete the circle, while the second takes only π units of time. This means the second particle traverses the same path at twice the speed.
A linear map uses M=[20021] on v=[−46]. Find the transformed vector Mv.
Explanation: This question tests AP Precalculus skills in parametric functions, vectors, and matrices, focusing on diagonal matrix transformations. Parametric functions use parameters to express coordinates, vectors represent direction and magnitude, and matrices perform transformations. In this scenario, a diagonal scaling matrix M=[2,0;0,1/2] transforms vector v⃗=[-4,6]ᵀ by scaling x by 2 and y by 1/2. Choice A is correct because Mv⃗=[2×(-4)+0×6, 0×(-4)+(1/2)×6]ᵀ=[-8+0, 0+3]ᵀ=[-8,3]ᵀ, properly applying the scaling transformation. Choice C is incorrect because it shows [-8,12], which would result from scaling y by 2 instead of 1/2, a common error when misreading diagonal entries. To help students: Emphasize that diagonal matrices scale each component independently by the corresponding diagonal entry. Watch for: Misreading fractional diagonal entries and errors in handling negative components during multiplication.
A curve is defined by the parametric equations x(t)=t2−9 and y(t)=t2−4t. At what points does the curve intersect the y-axis?
Explanation: The curve intersects the y-axis when the x-coordinate is 0. We set x(t)=0 to find the values of t at the intersections: t2−9=0⟹t2=9⟹t=3 or t=−3. To find the points of intersection, we substitute these t values into the equation for y(t). For t=3, y(3)=(3)2−4(3)=9−12=−3. For t=−3, y(−3)=(−3)2−4(−3)=9+12=21. Thus, the points of intersection with the y-axis are (0,−3) and (0,21).
Which of the following sets of parametric equations describes the line segment from point P(2, -1) to point Q(5, 3) for 0≤t≤1?
Explanation: A parameterization for a line segment from (x1,y1) to (x2,y2) for 0≤t≤1 is given by x(t)=x1+(x2−x1)t and y(t)=y1+(y2−y1)t. With P(2, -1) as the starting point and Q(5, 3) as the ending point, we have x(t)=2+(5−2)t=2+3t and y(t)=−1+(3−(−1))t=−1+4t. Checking the endpoints: at t=0, the point is (2,−1); at t=1, the point is (5,3).
The path of a particle is given by the parametric equations x(t)=3+5cos(t) and y(t)=−2+5sin(t). Which of the following describes the path?
Explanation: The standard parametric equations for a circle with center (h,k) and radius r are x(t)=h+rcos(t) and y(t)=k+rsin(t). By comparing the given equations to the standard form, we can identify h=3, k=−2, and r=5. Thus, the path is a circle centered at (3,−2) with a radius of 5.
A curve is defined by the parametric equations x(t)=4cos(t)+1 and y(t)=4sin(t)−3. Which of the following is the corresponding rectangular equation?
Explanation: To convert to a rectangular equation, we isolate the trigonometric terms and use the Pythagorean identity cos2(t)+sin2(t)=1. From the given equations, we have x−1=4cos(t)⟹cos(t)=4x−1 and y+3=4sin(t)⟹sin(t)=4y+3. Substituting into the identity gives (4x−1)2+(4y+3)2=1. This simplifies to 16(x−1)2+16(y+3)2=1, which is equivalent to (x−1)2+(y+3)2=16.
A particle's path is described by x(t)=2t−1 and y(t)=t2+3. For which positive value of the parameter t is the particle at the point (5,12)?
Explanation: We need to find a single value of t that satisfies both x(t)=5 and y(t)=12. First, solve x(t)=5: 2t−1=5⟹2t=6⟹t=3. Then, check if this value of t works in the second equation: y(3)=(3)2+3=9+3=12. Since t=3 satisfies both equations and is positive, it is the correct value.
Which of the following is a possible parametric representation of the parabola given by the equation y=(x+2)2−1?
Explanation: One common method to parametrize an equation where y is a function of x is to set x=t. Then, we substitute t for x in the original equation to find y in terms of t. If x(t)=t, then substituting into y=(x+2)2−1 yields y(t)=(t+2)2−1. This is a valid parameterization. Other parameterizations exist, but this is the most direct one among the choices.
A curve is defined by the parametric equations x(t)=4t2 and y(t)=8t. Which of the following describes the curve?
Explanation: To identify the curve, we eliminate the parameter t. From the equation for y, we can solve for t: t=8y. Now we substitute this expression for t into the equation for x: x=4(8y)2=4(64y2)=16y2. The equation x=161y2 is the equation of a parabola. Since x is expressed as a function of y2 and the coefficient is positive, the parabola opens in the positive x-direction, which is to the right.
A parametric curve is given by the equations x(t)=3t−1 and y(t)=6t+2. Which of the following is the rectangular equation for this curve?
Explanation: To find the rectangular equation, we eliminate the parameter t. First, solve the equation for x in terms of t: x=3t−1⟹x+1=3t⟹t=3x+1. Next, substitute this expression for t into the equation for y: y=6(3x+1)+2. Simplifying gives y=2(x+1)+2=2x+2+2=2x+4.
The motion of a particle in the xy-plane is described by the parametric equations x(t)=5−t2 and y(t)=t3−4t for t≥0. Which of the following describes the particle's horizontal motion as t increases?
Explanation: The horizontal motion is determined by the function x(t)=5−t2. As t increases from 0, t2 increases. Since t2 is being subtracted from 5, the value of x(t) will decrease. A decrease in the x-coordinate corresponds to motion to the left. Since this is true for all t>0, the particle always moves to the left for the given domain t≥0.
The parametric equations x(t)=2t and y(t)=4t2 for t∈[−1,1] describe a segment of a parabola. Which of the following domains for the parameterization x(s)=s and y(s)=s2 would trace the exact same segment?
Explanation: First, determine the starting and ending points and the path of the original segment. At t=−1, the point is x(−1)=−2,y(−1)=4. At t=1, the point is x(1)=2,y(1)=4. The rectangular equation is found by solving for t: t=x/2, so y=4(x/2)2=4(x2/4)=x2. The segment is on the parabola y=x2 from (−2,4) to (2,4). Now consider the new parameterization x(s)=s,y(s)=s2. This also traces the parabola y=x2. To trace the same segment, the x-values, which are equal to s, must range from -2 to 2. Therefore, the required domain is s∈[−2,2].
The vertical position of a projectile is given by y(t)=−16t2+64t+80, where t is time in seconds. The horizontal position is given by x(t)=20t.
What is the maximum height reached by the projectile?
Explanation: The maximum height is determined by the maximum value of the vertical position function, y(t)=−16t2+64t+80. This is a quadratic function representing a downward-opening parabola. The maximum value occurs at the vertex. The t-coordinate of the vertex is t=−2ab=−2(−16)64=−−3264=2. To find the maximum height, we evaluate y(t) at t=2: y(2)=−16(2)2+64(2)+80=−16(4)+128+80=−64+128+80=144. So, the maximum height is 144 feet.
A curve is parameterized by x(t)=2sin(t)+3 and y(t)=cos2(t) for all real t. What is the range of possible y-values for this curve?
Explanation: The y-values of the curve are given by the function y(t)=cos2(t). The range of the function f(t)=cos(t) is [−1,1]. When we square the values in this range, the outputs are always non-negative. The smallest possible value is 02=0, which occurs when cos(t)=0. The largest possible value is (−1)2=12=1. Therefore, the range of y(t)=cos2(t) is the closed interval [0,1].
A curve is defined by the parametric equations x(t)=t2−3t and y(t)=2t+1. What are the coordinates of the point on the curve when t=2?
Explanation: To find the coordinates of the point at a specific value of the parameter t, substitute t=2 into both parametric equations. For the x-coordinate: x(2)=(2)2−3(2)=4−6=−2. For the y-coordinate: y(2)=2(2)+1=4+1=5. Therefore, the coordinates of the point on the curve when t=2 are (−2,5).
An AC circuit uses v(t)=120sin(120πt) and i(t)=6sin(120πt−π/3). Find v(2401).
Explanation: This question tests AP Precalculus skills in parametric functions, vectors, and matrices, focusing on evaluating sinusoidal functions in AC circuit analysis. Parametric functions use parameters to express coordinates, vectors represent direction and magnitude, and matrices perform transformations. In this scenario, voltage follows v(t)=120sin(120πt) and we need to evaluate at t=1/240. Choice A is correct because v(1/240)=120sin(120π×1/240)=120sin(π/2)=120×1=120. Choice C is incorrect because it represents -120, which would occur at t=3/240 when sin(3π/2)=-1, showing a phase error. To help students: Practice substituting specific time values into sinusoidal functions and simplifying the arguments. Watch for: Common errors in simplifying fractions within trigonometric arguments and sign errors when evaluating standard angles.
The position of a particle is given by x(t)=t and y(t)=t2−1. What is the average rate of change of y with respect to x as t changes from t=1 to t=4?
Explanation: The average rate of change of y with respect to x is given by the formula ΔxΔy=x(t2)−x(t1)y(t2)−y(t1). Here, t1=1 and t2=4. First, find the coordinates at these times. At t=1, x(1)=1=1 and y(1)=12−1=0. At t=4, x(4)=4=2 and y(4)=42−1=15. Now, calculate the average rate of change: ΔxΔy=2−115−0=115=15.
A point on a wheel follows r}(t)=\langle 3\cos(2t),\,3\sin(2t)\rangle (meters); determine the coordinates at t=π/4.
Explanation: This question tests AP Precalculus skills in parametric functions, vectors, and matrices, focusing on circular motion described by parametric equations. Parametric functions use parameters to express coordinates, vectors represent direction and magnitude, and matrices perform transformations. In this scenario, a point on a wheel follows r(t) = ⟨3cos(2t), 3sin(2t)⟩, describing circular motion with radius 3 meters and angular frequency 2 rad/s. Choice A is correct because at t=π/4, we have x = 3cos(2·π/4) = 3cos(π/2) = 0 and y = 3sin(2·π/4) = 3sin(π/2) = 3, giving coordinates ⟨0, 3⟩. Choice D is incorrect because it appears to use t=π/4 directly in the trig functions without the factor of 2, resulting in cos(π/4) = sin(π/4) = √2/2, giving approximately ⟨2.12, 2.12⟩. To help students: Emphasize the role of the coefficient of t in parametric equations as angular frequency, practice evaluating trigonometric functions at key angles, and visualize how the parameter affects position on the circle. Watch for: Forgetting to multiply t by the coefficient inside trig functions, confusion between radians and degrees, and misremembering special angle values.