IB Mathematics: Analysis and Approaches Quiz: Parametric Functions
20 questions · exam conditions
0:00
Parametric FunctionsQuestion 1 of 20

A curve is defined by the parametric equations x=t2x = t^2 and y=t33ty = t^3 - 3t. Find the value of d2ydx2\frac{d^2y}{dx^2} at the point where t=2t=2.

932\frac{9}{32}
1532\frac{15}{32}
158\frac{15}{8}
6
← Back to quizzes

IB Mathematics: Analysis and Approaches Quiz

IB Mathematics: Analysis and Approaches Quiz: Parametric Functions

Practice Parametric Functions in IB Mathematics: Analysis and Approaches with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

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 IB Mathematics: Analysis and Approaches.

How to use this quiz

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.

All questions

Question 1

A curve is defined by the parametric equations x=t2x = t^2 and y=t33ty = t^3 - 3t. Find the value of d2ydx2\frac{d^2y}{dx^2} at the point where t=2t=2.

  1. 932\frac{9}{32}
  2. 1532\frac{15}{32} (correct answer)
  3. 158\frac{15}{8}
  4. 6
Explanation: First, find the first derivatives with respect to tt: dxdt=2t\frac{dx}{dt} = 2t dydt=3t23\frac{dy}{dt} = 3t^2 - 3 Next, find dydx\frac{dy}{dx}: dydx=dy/dtdx/dt=3t232t=32t32t\frac{dy}{dx} = \frac{dy/dt}{dx/dt} = \frac{3t^2 - 3}{2t} = \frac{3}{2}t - \frac{3}{2t} Now, differentiate dydx\frac{dy}{dx} with respect to tt: ddt(dydx)=32+32t2\frac{d}{dt}\left(\frac{dy}{dx}\right) = \frac{3}{2} + \frac{3}{2t^2} Finally, use the formula for the second derivative: d2ydx2=ddt(dydx)dxdt=32+32t22t=3(t2+1)2t212t=3(t2+1)4t3\frac{d^2y}{dx^2} = \frac{\frac{d}{dt}(\frac{dy}{dx})}{\frac{dx}{dt}} = \frac{\frac{3}{2} + \frac{3}{2t^2}}{2t} = \frac{3(t^2+1)}{2t^2} \cdot \frac{1}{2t} = \frac{3(t^2+1)}{4t^3} Substitute t=2t=2 into the expression for d2ydx2\frac{d^2y}{dx^2}: d2ydx2t=2=3(22+1)4(23)=3(5)4(8)=1532\frac{d^2y}{dx^2}\bigg|_{t=2} = \frac{3(2^2+1)}{4(2^3)} = \frac{3(5)}{4(8)} = \frac{15}{32}
  • A) 932\frac{9}{32}: This result comes from a sign error when differentiating 32t-\frac{3}{2t}, getting 32t2-\frac{3}{2t^2} instead of +32t2+\frac{3}{2t^2}. This gives ddt(dydx)=3232t2\frac{d}{dt}(\frac{dy}{dx}) = \frac{3}{2} - \frac{3}{2t^2}, which is 98\frac{9}{8} at t=2t=2. Then, dividing by dxdt=4\frac{dx}{dt}=4 gives 932\frac{9}{32}.
  • C) 158\frac{15}{8}: This is the value of ddt(dydx)\frac{d}{dt}(\frac{dy}{dx}) at t=2t=2, but without the final step of dividing by dxdt\frac{dx}{dt}.
  • D) 6: This result comes from calculating the incorrect formula d2y/dt2d2x/dt2\frac{d^2y/dt^2}{d^2x/dt^2}. Here, d2ydt2=6t\frac{d^2y}{dt^2} = 6t and d2xdt2=2\frac{d^2x}{dt^2} = 2. At t=2t=2, this would be 122=6\frac{12}{2} = 6.

Question 2

At what values of tt does the curve defined by x=t22tx=t^2-2t and y=t2+2ty=t^2+2t intersect the line y=xy=x?

  1. t=0t=0 only (correct answer)
  2. t=1t=-1 only
  3. t=0t=0 and t=1t=1
  4. The curve never intersects the line.
Explanation: To find the points of intersection, we set y=xy=x and substitute the parametric expressions: y(t)=x(t)y(t) = x(t) t2+2t=t22tt^2 + 2t = t^2 - 2t Subtract t2t^2 from both sides: 2t=2t2t = -2t Add 2t2t to both sides: 4t=04t = 0 t=0t = 0 So, the curve intersects the line y=xy=x only at t=0t=0. The point of intersection is x(0)=022(0)=0x(0)=0^2-2(0)=0 and y(0)=02+2(0)=0y(0)=0^2+2(0)=0, which is the origin (0,0)(0,0).
  • B) t=1t=-1 only: This could be a miscalculation such as t2+2t=(t22t)t^2+2t=-(t^2-2t), which gives 2t2=02t^2=0, still t=0t=0. A different error might lead to this.
  • C) t=0t=0 and t=1t=1: This might result from an error like t2+2t1=t22tt^2+2t-1 = t^2-2t, leading to 4t=14t=1.
  • D) The curve never intersects the line.: This would be the answer if the equation 4t=04t=0 had no solution, which is incorrect.

Question 3

A curve is given by x=t+1tx=t+\frac{1}{t} and y=t1ty=t-\frac{1}{t} for t>0t>0. Which of the following is the Cartesian equation of the curve?

  1. x2+y2=4x^2+y^2=4
  2. xy=1xy=1
  3. y2x2=4y^2-x^2=4
  4. x2y2=4x^2-y^2=4 (correct answer)
Explanation: When you encounter parametric equations like these, your goal is to eliminate the parameter tt to find the relationship between xx and yy. This process reveals the curve's Cartesian equation. Given x=t+1tx = t + \frac{1}{t} and y=t1ty = t - \frac{1}{t}, let's find x2x^2 and y2y^2: x2=(t+1t)2=t2+2+1t2x^2 = \left(t + \frac{1}{t}\right)^2 = t^2 + 2 + \frac{1}{t^2} y2=(t1t)2=t22+1t2y^2 = \left(t - \frac{1}{t}\right)^2 = t^2 - 2 + \frac{1}{t^2} Now subtract: x2y2=(t2+2+1t2)(t22+1t2)=4x^2 - y^2 = (t^2 + 2 + \frac{1}{t^2}) - (t^2 - 2 + \frac{1}{t^2}) = 4 This gives us x2y2=4x^2 - y^2 = 4, which is answer D. Looking at the wrong answers: A) x2+y2=4x^2 + y^2 = 4 would result from incorrectly adding the squared expressions instead of subtracting them. B) xy=1xy = 1 comes from a common mistake of trying to multiply the parametric equations directly, but (t+1t)(t1t)=t21t2(t + \frac{1}{t})(t - \frac{1}{t}) = t^2 - \frac{1}{t^2}, which isn't constant. C) y2x2=4y^2 - x^2 = 4 reverses the correct subtraction order. Study tip: When eliminating parameters from equations involving t+1tt + \frac{1}{t} and t1tt - \frac{1}{t}, always square both expressions and look for the difference of squares pattern. The cross terms will cancel beautifully, leaving you with a clean constant.

Question 4

The curve defined by x=t21x = t^2 - 1 and y=t3ty = t^3 - t intersects itself at a point P. Find the coordinates of P.

  1. (-1, 0)
  2. (0, 0) (correct answer)
  3. (0, 2)
  4. (3, 0)
Explanation: A self-intersection occurs at a point (x,y)(x, y) that is generated by two different parameter values, say t1t_1 and t2t_2, where t1t2t_1 \neq t_2. We need to solve the system of equations: x(t1)=x(t2)    t121=t221x(t_1) = x(t_2) \implies t_1^2 - 1 = t_2^2 - 1 y(t1)=y(t2)    t13t1=t23t2y(t_1) = y(t_2) \implies t_1^3 - t_1 = t_2^3 - t_2 From the first equation: t12=t22    t1=±t2t_1^2 = t_2^2 \implies t_1 = \pm t_2 Since t1t2t_1 \neq t_2, we must have t1=t2t_1 = -t_2. Now substitute t2=t1t_2 = -t_1 into the second equation: t13t1=(t1)3(t1)t_1^3 - t_1 = (-t_1)^3 - (-t_1) t13t1=t13+t1t_1^3 - t_1 = -t_1^3 + t_1 2t132t1=02t_1^3 - 2t_1 = 0 2t1(t121)=02t_1(t_1^2 - 1) = 0 2t1(t11)(t1+1)=02t_1(t_1 - 1)(t_1 + 1) = 0 This gives possible values t1=0,1,1t_1 = 0, 1, -1. If t1=0t_1 = 0, then t2=0=0t_2 = -0 = 0, which means t1=t2t_1 = t_2. This is not a self-intersection. If t1=1t_1 = 1, then t2=1t_2 = -1. These are distinct values. If t1=1t_1 = -1, then t2=1t_2 = 1. This is the same pair of values. So, the self-intersection occurs when t=1t = 1 and t=1t = -1. Let's find the coordinates of the point P by substituting either value into the parametric equations: For t=1t = 1: x(1)=121=0x(1) = 1^2 - 1 = 0 y(1)=131=0y(1) = 1^3 - 1 = 0 For t=1t = -1: x(1)=(1)21=0x(-1) = (-1)^2 - 1 = 0 y(1)=(1)3(1)=1+1=0y(-1) = (-1)^3 - (-1) = -1 + 1 = 0 Both parameter values give the point (0,0)(0, 0). Therefore, the coordinates of P are (0,0)(0, 0).
  • A) (-1, 0): This is the point on the curve when t=0t=0.
  • C) (0, 2): This point is not on the curve. It might result from an algebraic error.
  • D) (3, 0): This is the point on the related curve y=t34ty=t^3-4t when t=2t=2.

Question 5

A curve is given by x=cos(2t)x = \cos(2t) and y=sin(t)y = \sin(t) for 0tπ0 \le t \le \pi. Find the coordinates of the point where the tangent to the curve is vertical.

  1. (-1, 1)
  2. (0, 1)
  3. (1, 0) and (-1, 1)
  4. (1, 0) (correct answer)
Explanation: When you encounter parametric curves and need to find where the tangent is vertical, you're looking for points where dxdt=0\frac{dx}{dt} = 0 while dydt0\frac{dy}{dt} \neq 0. This is because the slope of the tangent line is dy/dtdx/dt\frac{dy/dt}{dx/dt}, which becomes undefined (vertical) when the denominator is zero but the numerator isn't. Given x=cos(2t)x = \cos(2t) and y=sin(t)y = \sin(t), let's find the derivatives:
  • dxdt=2sin(2t)\frac{dx}{dt} = -2\sin(2t)
  • dydt=cos(t)\frac{dy}{dt} = \cos(t)
For a vertical tangent, set dxdt=0\frac{dx}{dt} = 0: 2sin(2t)=0-2\sin(2t) = 0 sin(2t)=0\sin(2t) = 0 On the interval [0,π][0, \pi], this occurs when 2t=0,π,2π2t = 0, \pi, 2\pi, so t=0,π2,πt = 0, \frac{\pi}{2}, \pi. Check that dydt0\frac{dy}{dt} \neq 0 at these points:
  • At t=0t = 0: cos(0)=10\cos(0) = 1 \neq 0
  • At t=π2t = \frac{\pi}{2}: cos(π2)=0\cos(\frac{\pi}{2}) = 0
  • At t=πt = \pi: cos(π)=10\cos(\pi) = -1 \neq 0
So vertical tangents occur at t=0t = 0 and t=πt = \pi. The corresponding coordinates are:
  • t=0t = 0: (1,0)(1, 0)
  • t=πt = \pi: (1,0)(-1, 0)
Answer D gives (1,0)(1, 0), which corresponds to t=0t = 0. Answer A gives (1,1)(-1, 1), but at t=πt = \pi we get (1,0)(-1, 0), not (1,1)(-1, 1). Answer B gives (0,1)(0, 1), which occurs at t=π2t = \frac{\pi}{2} where the tangent is horizontal, not vertical. Answer C incorrectly includes (1,1)(-1, 1). Remember: vertical tangents require dxdt=0\frac{dx}{dt} = 0 AND dydt0\frac{dy}{dt} \neq 0. Always verify both conditions and calculate the actual coordinates carefully.

Question 6

For which interval of tt is the curve defined by x=t2x = t^2 and y=t3ty = t^3 - t concave up?

  1. t<0t < 0
  2. t>0t > 0 (correct answer)
  3. 13<t<13-\frac{1}{\sqrt{3}} < t < \frac{1}{\sqrt{3}}
  4. For all real tt
Explanation: Concavity is determined by the sign of the second derivative, d2ydx2\frac{d^2y}{dx^2}. The curve is concave up when d2ydx2>0\frac{d^2y}{dx^2} > 0. First, find dydx\frac{dy}{dx}: dxdt=2t,dydt=3t21\frac{dx}{dt} = 2t, \quad \frac{dy}{dt} = 3t^2 - 1 dydx=dy/dtdx/dt=3t212t\frac{dy}{dx} = \frac{dy/dt}{dx/dt} = \frac{3t^2 - 1}{2t} Next, find d2ydx2\frac{d^2y}{dx^2}. We need to differentiate dydx\frac{dy}{dx} with respect to tt using the quotient rule: ddt(3t212t)=(6t)(2t)(3t21)(2)(2t)2=12t26t2+24t2=6t2+24t2=3t2+12t2\frac{d}{dt}\left(\frac{3t^2 - 1}{2t}\right) = \frac{(6t)(2t) - (3t^2 - 1)(2)}{(2t)^2} = \frac{12t^2 - 6t^2 + 2}{4t^2} = \frac{6t^2 + 2}{4t^2} = \frac{3t^2 + 1}{2t^2} Now, divide by dxdt\frac{dx}{dt}: d2ydx2=ddt(dydx)dxdt=(3t2+1)/(2t2)2t=3t2+14t3\frac{d^2y}{dx^2} = \frac{\frac{d}{dt}(\frac{dy}{dx})}{\frac{dx}{dt}} = \frac{(3t^2 + 1)/(2t^2)}{2t} = \frac{3t^2 + 1}{4t^3} For the curve to be concave up, we need d2ydx2>0\frac{d^2y}{dx^2} > 0: 3t2+14t3>0\frac{3t^2 + 1}{4t^3} > 0 The numerator, 3t2+13t^2 + 1, is always positive for any real tt. Therefore, the sign of the fraction is determined by the sign of the denominator, 4t34t^3. 4t3>0    t3>0    t>04t^3 > 0 \implies t^3 > 0 \implies t > 0 So, the curve is concave up for t>0t > 0.
  • A) t<0t < 0: This is the interval where the curve is concave down, as 4t3<04t^3 < 0.
  • C) 13<t<13-\frac{1}{\sqrt{3}} < t < \frac{1}{\sqrt{3}}: This interval comes from solving dydt=3t21=0\frac{dy}{dt} = 3t^2 - 1 = 0, which relates to horizontal tangents, not concavity.
  • D) For all real tt: This would be the case if the sign of d2ydx2\frac{d^2y}{dx^2} was constant, which would happen if the student only looked at the numerator 3t2+13t^2+1 or the term ddt(dydx)=3t2+12t2\frac{d}{dt}(\frac{dy}{dx}) = \frac{3t^2+1}{2t^2}, which is always positive for t0t \neq 0.

Question 7

A curve is defined by the parametric equations x=3+2costx = 3 + 2\cos t and y=1+2sinty = -1 + 2\sin t. Find the Cartesian equation of the curve.

  1. (x3)2+(y+1)2=4(x-3)^2 + (y+1)^2 = 4 (correct answer)
  2. (x+3)2+(y1)2=4(x+3)^2 + (y-1)^2 = 4
  3. (x3)2+(y+1)2=2(x-3)^2 + (y+1)^2 = 2
  4. (x3)24(y+1)24=1\frac{(x-3)^2}{4} - \frac{(y+1)^2}{4} = 1
Explanation: The goal is to eliminate the parameter tt. We can use the trigonometric identity cos2t+sin2t=1\cos^2 t + \sin^2 t = 1. First, rearrange the parametric equations to isolate cost\cos t and sint\sin t: x=3+2cost    x3=2cost    cost=x32x = 3 + 2\cos t \implies x - 3 = 2\cos t \implies \cos t = \frac{x-3}{2} y=1+2sint    y+1=2sint    sint=y+12y = -1 + 2\sin t \implies y + 1 = 2\sin t \implies \sin t = \frac{y+1}{2} Now substitute these expressions into the identity cos2t+sin2t=1\cos^2 t + \sin^2 t = 1: (x32)2+(y+12)2=1\left(\frac{x-3}{2}\right)^2 + \left(\frac{y+1}{2}\right)^2 = 1 (x3)24+(y+1)24=1\frac{(x-3)^2}{4} + \frac{(y+1)^2}{4} = 1 Multiply by 4 to get the standard form of the equation of a circle: (x3)2+(y+1)2=4(x-3)^2 + (y+1)^2 = 4 This is the equation of a circle with center (3,1)(3, -1) and radius 2.
  • B) (x+3)2+(y1)2=4(x+3)^2 + (y-1)^2 = 4: This results from sign errors when rearranging the parametric equations, leading to a circle with the wrong center (3,1)(-3, 1).
  • C) (x3)2+(y+1)2=2(x-3)^2 + (y+1)^2 = 2: This results from not squaring the radius. The equation is r2r^2, so if r=2r=2, then r2=4r^2=4.
  • D) (x3)24(y+1)24=1\frac{(x-3)^2}{4} - \frac{(y+1)^2}{4} = 1: This equation represents a hyperbola and would arise from incorrectly using an identity like sec2ttan2t=1\sec^2 t - \tan^2 t = 1 instead of cos2t+sin2t=1\cos^2 t + \sin^2 t = 1.

Question 8

A parametric curve is defined by x=2sin2θx = 2\sin^2\theta and y=2cosθy = 2\cos\theta for 0θπ0 \le \theta \le \pi. Find its Cartesian equation and domain.

  1. y2=2(2x)y^2 = 2(2-x) for 0x20 \le x \le 2 (correct answer)
  2. x2+y2=4x^2 + y^2 = 4 for 2x2-2 \le x \le 2
  3. y=21x/2y = 2\sqrt{1-x/2} for 0x20 \le x \le 2
  4. x=2yx = 2-y for 2y2-2 \le y \le 2
Explanation: We use the identity sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1. From the parametric equations, we have: sin2θ=x2\sin^2\theta = \frac{x}{2} cosθ=y2    cos2θ=y24\cos\theta = \frac{y}{2} \implies \cos^2\theta = \frac{y^2}{4} Substitute these into the identity: x2+y24=1\frac{x}{2} + \frac{y^2}{4} = 1 To clear the denominators, multiply by 4: 2x+y2=4    y2=42x    y2=2(2x)2x + y^2 = 4 \implies y^2 = 4 - 2x \implies y^2 = 2(2-x) Now we need to determine the domain for xx. The parameter θ\theta is in [0,π][0, \pi]. For x=2sin2θx = 2\sin^2\theta, since 0sinθ10 \le \sin\theta \le 1 for θ[0,π]\theta \in [0, \pi], we have 0sin2θ10 \le \sin^2\theta \le 1. Thus, 02sin2θ20 \le 2\sin^2\theta \le 2. So the domain for xx is 0x20 \le x \le 2. For y=2cosθy = 2\cos\theta, since 1cosθ1-1 \le \cos\theta \le 1 for θ[0,π]\theta \in [0, \pi], the range for yy is 2y2-2 \le y \le 2. The equation y2=2(2x)y^2 = 2(2-x) is consistent with this range for the given domain of xx.
  • B) x2+y2=4x^2 + y^2 = 4: This would be the case if x=2cosθ,y=2sinθx=2\cos\theta, y=2\sin\theta.
  • C) y=21x/2y = 2\sqrt{1-x/2}: This is only part of the curve. Since cosθ\cos\theta can be negative on [0,π][0, \pi], we cannot just take the positive square root.
  • D) x=2yx = 2-y: This is a linear equation and does not represent the parabolic relationship derived.

Question 9

A curve is defined by the parametric equations x=t2x = t^2 and y=t33ty = t^3 - 3t. Find the value of d2ydx2\frac{d^2y}{dx^2} at the point where t=2t=2.

  1. 932\frac{9}{32}
  2. 1532\frac{15}{32} (correct answer)
  3. 158\frac{15}{8}
  4. 6
Explanation: First, find the first derivatives with respect to tt: dxdt=2t\frac{dx}{dt} = 2t dydt=3t23\frac{dy}{dt} = 3t^2 - 3 Next, find dydx\frac{dy}{dx}: dydx=dy/dtdx/dt=3t232t=32t32t\frac{dy}{dx} = \frac{dy/dt}{dx/dt} = \frac{3t^2 - 3}{2t} = \frac{3}{2}t - \frac{3}{2t} Now, differentiate dydx\frac{dy}{dx} with respect to tt: ddt(dydx)=32+32t2\frac{d}{dt}\left(\frac{dy}{dx}\right) = \frac{3}{2} + \frac{3}{2t^2} Finally, use the formula for the second derivative: d2ydx2=ddt(dydx)dxdt=32+32t22t=3(t2+1)2t212t=3(t2+1)4t3\frac{d^2y}{dx^2} = \frac{\frac{d}{dt}(\frac{dy}{dx})}{\frac{dx}{dt}} = \frac{\frac{3}{2} + \frac{3}{2t^2}}{2t} = \frac{3(t^2+1)}{2t^2} \cdot \frac{1}{2t} = \frac{3(t^2+1)}{4t^3} Substitute t=2t=2 into the expression for d2ydx2\frac{d^2y}{dx^2}: d2ydx2t=2=3(22+1)4(23)=3(5)4(8)=1532\frac{d^2y}{dx^2}\bigg|_{t=2} = \frac{3(2^2+1)}{4(2^3)} = \frac{3(5)}{4(8)} = \frac{15}{32}
  • A) 932\frac{9}{32}: This result comes from a sign error when differentiating 32t-\frac{3}{2t}, getting 32t2-\frac{3}{2t^2} instead of +32t2+\frac{3}{2t^2}. This gives ddt(dydx)=3232t2\frac{d}{dt}(\frac{dy}{dx}) = \frac{3}{2} - \frac{3}{2t^2}, which is 98\frac{9}{8} at t=2t=2. Then, dividing by dxdt=4\frac{dx}{dt}=4 gives 932\frac{9}{32}.
  • C) 158\frac{15}{8}: This is the value of ddt(dydx)\frac{d}{dt}(\frac{dy}{dx}) at t=2t=2, but without the final step of dividing by dxdt\frac{dx}{dt}.
  • D) 6: This result comes from calculating the incorrect formula d2y/dt2d2x/dt2\frac{d^2y/dt^2}{d^2x/dt^2}. Here, d2ydt2=6t\frac{d^2y}{dt^2} = 6t and d2xdt2=2\frac{d^2x}{dt^2} = 2. At t=2t=2, this would be 122=6\frac{12}{2} = 6.

Question 10

Find the equation of the tangent to the curve defined by x=tx = \sqrt{t} and y=t21ty = t^2 - \frac{1}{t} at the point where t=1t=1.

  1. y=16x16y = \frac{1}{6}x - \frac{1}{6}
  2. y=32x32y = \frac{3}{2}x - \frac{3}{2}
  3. y=6x6y = 6x - 6 (correct answer)
  4. x+6y=1x + 6y = 1
Explanation: First, find the coordinates of the point of tangency when t=1t=1: x(1)=1=1x(1) = \sqrt{1} = 1 y(1)=1211=0y(1) = 1^2 - \frac{1}{1} = 0 The point is (1,0)(1, 0). Next, find the derivatives with respect to tt: dxdt=12t\frac{dx}{dt} = \frac{1}{2\sqrt{t}} dydt=2t+1t2\frac{dy}{dt} = 2t + \frac{1}{t^2} Evaluate the derivatives at t=1t=1: dxdtt=1=121=12\frac{dx}{dt}\bigg|_{t=1} = \frac{1}{2\sqrt{1}} = \frac{1}{2} dydtt=1=2(1)+112=3\frac{dy}{dt}\bigg|_{t=1} = 2(1) + \frac{1}{1^2} = 3 Calculate the gradient of the tangent, m=dydxm = \frac{dy}{dx}: m=dy/dtdx/dt=31/2=6m = \frac{dy/dt}{dx/dt} = \frac{3}{1/2} = 6 Use the point-slope form of a linear equation, yy1=m(xx1)y - y_1 = m(x - x_1): y0=6(x1)y - 0 = 6(x - 1) y=6x6y = 6x - 6
  • A) y=16x16y = \frac{1}{6}x - \frac{1}{6}: This equation uses the reciprocal of the correct gradient, m=dx/dtdy/dt=16m = \frac{dx/dt}{dy/dt} = \frac{1}{6}.
  • B) y=32x32y = \frac{3}{2}x - \frac{3}{2}: This uses an incorrect gradient calculation, possibly from multiplying the derivatives instead of dividing: m=(dy/dt)×(dx/dt)=3×12=32m = (dy/dt) \times (dx/dt) = 3 \times \frac{1}{2} = \frac{3}{2}.
  • D) x+6y=1x + 6y = 1: This is the equation of the normal to the curve at the point. The normal has a gradient of 1m=16-\frac{1}{m} = -\frac{1}{6}.

Question 11

The motion of a particle is described by x(t)=3t2x(t) = 3t^2 and y(t)=2t3y(t) = 2t^3. For what value of t>0t>0 is the tangent to the path parallel to the line y=2xy=2x?

  1. 1
  2. 2\sqrt{2}
  3. 2 (correct answer)
  4. 4
Explanation: The line y=2xy=2x has a gradient of 2. We need to find the value of tt for which the gradient of the tangent to the parametric curve, dydx\frac{dy}{dx}, is equal to 2. First, find the derivatives with respect to tt: dxdt=6t\frac{dx}{dt} = 6t dydt=6t2\frac{dy}{dt} = 6t^2 Next, find the gradient dydx\frac{dy}{dx}: dydx=dy/dtdx/dt=6t26t=t\frac{dy}{dx} = \frac{dy/dt}{dx/dt} = \frac{6t^2}{6t} = t We want the gradient to be 2, so we set dydx=2\frac{dy}{dx} = 2: t=2t = 2 Since the question specifies t>0t>0, this is the correct solution.
  • A) 1: This would mean the gradient is 1.
  • B) 2\sqrt{2}: This value might arise from a calculation error.
  • D) 4: This could arise if one equated y/x=2y/x = 2, i.e., 2t3/(3t2)=22t/3=2t=32t^3 / (3t^2) = 2 \Rightarrow 2t/3 = 2 \Rightarrow t=3. Or perhaps from another calculation error.

Question 12

A parametric curve is defined by x=2sin2θx = 2\sin^2\theta and y=2cosθy = 2\cos\theta for 0θπ0 \le \theta \le \pi. Find its Cartesian equation and domain.

  1. y2=2(2x)y^2 = 2(2-x) for 0x20 \le x \le 2 (correct answer)
  2. x2+y2=4x^2 + y^2 = 4 for 2x2-2 \le x \le 2
  3. y=21x/2y = 2\sqrt{1-x/2} for 0x20 \le x \le 2
  4. x=2yx = 2-y for 2y2-2 \le y \le 2
Explanation: We use the identity sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1. From the parametric equations, we have: sin2θ=x2\sin^2\theta = \frac{x}{2} cosθ=y2    cos2θ=y24\cos\theta = \frac{y}{2} \implies \cos^2\theta = \frac{y^2}{4} Substitute these into the identity: x2+y24=1\frac{x}{2} + \frac{y^2}{4} = 1 To clear the denominators, multiply by 4: 2x+y2=4    y2=42x    y2=2(2x)2x + y^2 = 4 \implies y^2 = 4 - 2x \implies y^2 = 2(2-x) Now we need to determine the domain for xx. The parameter θ\theta is in [0,π][0, \pi]. For x=2sin2θx = 2\sin^2\theta, since 0sinθ10 \le \sin\theta \le 1 for θ[0,π]\theta \in [0, \pi], we have 0sin2θ10 \le \sin^2\theta \le 1. Thus, 02sin2θ20 \le 2\sin^2\theta \le 2. So the domain for xx is 0x20 \le x \le 2. For y=2cosθy = 2\cos\theta, since 1cosθ1-1 \le \cos\theta \le 1 for θ[0,π]\theta \in [0, \pi], the range for yy is 2y2-2 \le y \le 2. The equation y2=2(2x)y^2 = 2(2-x) is consistent with this range for the given domain of xx.
  • B) x2+y2=4x^2 + y^2 = 4: This would be the case if x=2cosθ,y=2sinθx=2\cos\theta, y=2\sin\theta.
  • C) y=21x/2y = 2\sqrt{1-x/2}: This is only part of the curve. Since cosθ\cos\theta can be negative on [0,π][0, \pi], we cannot just take the positive square root.
  • D) x=2yx = 2-y: This is a linear equation and does not represent the parabolic relationship derived.

Question 13

Find the coordinates of the point where the curve defined by x=t312tx = t^3 - 12t and y=2t24ty = 2t^2 - 4t has a horizontal tangent.

  1. (-16, 0)
  2. (-11, -2) (correct answer)
  3. (0, 0)
  4. (16, 16)
Explanation: A horizontal tangent occurs when dydt=0\frac{dy}{dt} = 0 and dxdt0\frac{dx}{dt} \neq 0. First, find the derivative of yy with respect to tt: dydt=4t4\frac{dy}{dt} = 4t - 4 Set dydt=0\frac{dy}{dt} = 0 to find the value of tt: 4t4=0    t=14t - 4 = 0 \implies t = 1 Next, check that dxdt0\frac{dx}{dt} \neq 0 at t=1t=1: dxdt=3t212\frac{dx}{dt} = 3t^2 - 12 At t=1t=1, dxdt=3(1)212=90\frac{dx}{dt} = 3(1)^2 - 12 = -9 \neq 0. So, there is a horizontal tangent at t=1t=1. Finally, find the coordinates (x,y)(x, y) at t=1t=1: x(1)=(1)312(1)=112=11x(1) = (1)^3 - 12(1) = 1 - 12 = -11 y(1)=2(1)24(1)=24=2y(1) = 2(1)^2 - 4(1) = 2 - 4 = -2 The coordinates of the point are (11,2)(-11, -2).
  • A) (-16, 0): This is a point where the tangent is vertical. This occurs when dxdt=03t212=0t=2\frac{dx}{dt} = 0 \Rightarrow 3t^2 - 12 = 0 \Rightarrow t=2. At t=2t=2, x=16,y=0x=-16, y=0.
  • C) (0, 0): This point corresponds to t=0t=0. At t=0t=0, dydx=412=13\frac{dy}{dx} = \frac{-4}{-12} = \frac{1}{3}. The tangent is not horizontal.
  • D) (16, 16): This is another point where the tangent is vertical. This occurs when t=2t=-2. At t=2t=-2, x=16,y=16x=16, y=16.

Question 14

Find the equation of the tangent to the curve defined by x=tx = \sqrt{t} and y=t21ty = t^2 - \frac{1}{t} at the point where t=1t=1.

  1. y=16x16y = \frac{1}{6}x - \frac{1}{6}
  2. y=32x32y = \frac{3}{2}x - \frac{3}{2}
  3. y=6x6y = 6x - 6 (correct answer)
  4. x+6y=1x + 6y = 1
Explanation: First, find the coordinates of the point of tangency when t=1t=1: x(1)=1=1x(1) = \sqrt{1} = 1 y(1)=1211=0y(1) = 1^2 - \frac{1}{1} = 0 The point is (1,0)(1, 0). Next, find the derivatives with respect to tt: dxdt=12t\frac{dx}{dt} = \frac{1}{2\sqrt{t}} dydt=2t+1t2\frac{dy}{dt} = 2t + \frac{1}{t^2} Evaluate the derivatives at t=1t=1: dxdtt=1=121=12\frac{dx}{dt}\bigg|_{t=1} = \frac{1}{2\sqrt{1}} = \frac{1}{2} dydtt=1=2(1)+112=3\frac{dy}{dt}\bigg|_{t=1} = 2(1) + \frac{1}{1^2} = 3 Calculate the gradient of the tangent, m=dydxm = \frac{dy}{dx}: m=dy/dtdx/dt=31/2=6m = \frac{dy/dt}{dx/dt} = \frac{3}{1/2} = 6 Use the point-slope form of a linear equation, yy1=m(xx1)y - y_1 = m(x - x_1): y0=6(x1)y - 0 = 6(x - 1) y=6x6y = 6x - 6
  • A) y=16x16y = \frac{1}{6}x - \frac{1}{6}: This equation uses the reciprocal of the correct gradient, m=dx/dtdy/dt=16m = \frac{dx/dt}{dy/dt} = \frac{1}{6}.
  • B) y=32x32y = \frac{3}{2}x - \frac{3}{2}: This uses an incorrect gradient calculation, possibly from multiplying the derivatives instead of dividing: m=(dy/dt)×(dx/dt)=3×12=32m = (dy/dt) \times (dx/dt) = 3 \times \frac{1}{2} = \frac{3}{2}.
  • D) x+6y=1x + 6y = 1: This is the equation of the normal to the curve at the point. The normal has a gradient of 1m=16-\frac{1}{m} = -\frac{1}{6}.

Question 15

A particle moves along a curve with its position at time tt given by x(t)=ln(t)x(t) = \ln(t) and y(t)=t2y(t) = t^2. Find the speed of the particle at t=2t=2.

  1. 8
  2. 654\frac{\sqrt{65}}{4}
  3. 92\frac{9}{2}
  4. 652\frac{\sqrt{65}}{2} (correct answer)
Explanation: The speed of a particle moving along a parametric curve is given by the formula s=(dxdt)2+(dydt)2s = \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2}. First, find the derivatives of x(t)x(t) and y(t)y(t) with respect to tt: dxdt=1t\frac{dx}{dt} = \frac{1}{t} dydt=2t\frac{dy}{dt} = 2t Now, evaluate these derivatives at t=2t=2: dxdtt=2=12\frac{dx}{dt}\bigg|_{t=2} = \frac{1}{2} dydtt=2=2(2)=4\frac{dy}{dt}\bigg|_{t=2} = 2(2) = 4 Substitute these values into the speed formula: s=(12)2+(4)2=14+16=14+644=654=652s = \sqrt{\left(\frac{1}{2}\right)^2 + (4)^2} = \sqrt{\frac{1}{4} + 16} = \sqrt{\frac{1}{4} + \frac{64}{4}} = \sqrt{\frac{65}{4}} = \frac{\sqrt{65}}{2}
  • A) 8: This is the value of the gradient of the tangent, dydx=dy/dtdx/dt=41/2=8\frac{dy}{dx} = \frac{dy/dt}{dx/dt} = \frac{4}{1/2} = 8, not the speed.
  • B) 654\frac{\sqrt{65}}{4}: This is the magnitude of the acceleration vector. d2xdt2=1t2\frac{d^2x}{dt^2} = -\frac{1}{t^2} and d2ydt2=2\frac{d^2y}{dt^2} = 2. At t=2t=2, the acceleration vector is (14,2)(-\frac{1}{4}, 2). Its magnitude is (14)2+22=116+4=6516=654\sqrt{(-\frac{1}{4})^2 + 2^2} = \sqrt{\frac{1}{16} + 4} = \sqrt{\frac{65}{16}} = \frac{\sqrt{65}}{4}.
  • C) 92\frac{9}{2}: This is the sum of the velocity components, 12+4=92\frac{1}{2} + 4 = \frac{9}{2}, not the magnitude of the velocity vector.

Question 16

Find the equation of the normal to the curve defined by x=2etx = 2e^t and y=t2+ty = t^2 + t at the point where t=0t=0.

  1. y=2x+4y = -2x + 4 (correct answer)
  2. y=12x+1y = -\frac{1}{2}x + 1
  3. y=12x1y = \frac{1}{2}x - 1
  4. y=2x4y = 2x - 4
Explanation: First, find the point of interest by substituting t=0t=0: x(0)=2e0=2x(0) = 2e^0 = 2 y(0)=02+0=0y(0) = 0^2 + 0 = 0 The point is (2,0)(2, 0). Next, find the derivatives with respect to tt: dxdt=2et\frac{dx}{dt} = 2e^t dydt=2t+1\frac{dy}{dt} = 2t + 1 Evaluate the derivatives at t=0t=0: dxdtt=0=2e0=2\frac{dx}{dt}\bigg|_{t=0} = 2e^0 = 2 dydtt=0=2(0)+1=1\frac{dy}{dt}\bigg|_{t=0} = 2(0) + 1 = 1 Calculate the gradient of the tangent, mtan=dydxm_{\text{tan}} = \frac{dy}{dx}: mtan=dy/dtdx/dt=12m_{\text{tan}} = \frac{dy/dt}{dx/dt} = \frac{1}{2} The gradient of the normal is the negative reciprocal of the tangent's gradient: mnorm=1mtan=11/2=2m_{\text{norm}} = -\frac{1}{m_{\text{tan}}} = -\frac{1}{1/2} = -2 Use the point-slope form yy1=m(xx1)y - y_1 = m(x - x_1) with the point (2,0)(2,0) and mnorm=2m_{\text{norm}}=-2: y0=2(x2)y - 0 = -2(x - 2) y=2x+4y = -2x + 4
  • B) y=12x+1y = -\frac{1}{2}x + 1: This equation uses the negative of the tangent gradient, not the negative reciprocal.
  • C) y=12x1y = \frac{1}{2}x - 1: This is the equation of the tangent line, not the normal.
  • D) y=2x4y = 2x - 4: This equation uses the reciprocal of the tangent gradient, but not the negative reciprocal.

Question 17

Consider the curve given by x=sec(t)x = \sec(t) and y=tan(t)y = \tan(t). Find the gradient of the tangent at the point where t=π/4t = \pi/4.

  1. 12\frac{1}{\sqrt{2}}
  2. 1
  3. 2\sqrt{2} (correct answer)
  4. 2
Explanation: The gradient of the tangent is dydx=dy/dtdx/dt\frac{dy}{dx} = \frac{dy/dt}{dx/dt}. First, find the derivatives with respect to tt: dxdt=sec(t)tan(t)\frac{dx}{dt} = \sec(t)\tan(t) dydt=sec2(t)\frac{dy}{dt} = \sec^2(t) Now, form the expression for dydx\frac{dy}{dx}: dydx=sec2(t)sec(t)tan(t)=sec(t)tan(t)\frac{dy}{dx} = \frac{\sec^2(t)}{\sec(t)\tan(t)} = \frac{\sec(t)}{\tan(t)} This can be simplified: dydx=1/cos(t)sin(t)/cos(t)=1sin(t)=csc(t)\frac{dy}{dx} = \frac{1/\cos(t)}{\sin(t)/\cos(t)} = \frac{1}{\sin(t)} = \csc(t) Evaluate the gradient at t=π/4t = \pi/4: m=csc(π/4)=1sin(π/4)=11/2=2m = \csc(\pi/4) = \frac{1}{\sin(\pi/4)} = \frac{1}{1/\sqrt{2}} = \sqrt{2}
  • A) 12\frac{1}{\sqrt{2}}: This is the value of sin(π/4)\sin(\pi/4) or cos(π/4)\cos(\pi/4), not the final gradient.
  • B) 1: This is the value of tan(π/4)\tan(\pi/4).
  • D) 2: This is the value of sec2(π/4)\sec^2(\pi/4).

Question 18

The motion of a particle is described by x(t)=3t2x(t) = 3t^2 and y(t)=2t3y(t) = 2t^3. For what value of t>0t>0 is the tangent to the path parallel to the line y=2xy=2x?

  1. 1
  2. 2\sqrt{2}
  3. 2 (correct answer)
  4. 4
Explanation: The line y=2xy=2x has a gradient of 2. We need to find the value of tt for which the gradient of the tangent to the parametric curve, dydx\frac{dy}{dx}, is equal to 2. First, find the derivatives with respect to tt: dxdt=6t\frac{dx}{dt} = 6t dydt=6t2\frac{dy}{dt} = 6t^2 Next, find the gradient dydx\frac{dy}{dx}: dydx=dy/dtdx/dt=6t26t=t\frac{dy}{dx} = \frac{dy/dt}{dx/dt} = \frac{6t^2}{6t} = t We want the gradient to be 2, so we set dydx=2\frac{dy}{dx} = 2: t=2t = 2 Since the question specifies t>0t>0, this is the correct solution.
  • A) 1: This would mean the gradient is 1.
  • B) 2\sqrt{2}: This value might arise from a calculation error.
  • D) 4: This could arise if one equated y/x=2y/x = 2, i.e., 2t3/(3t2)=22t/3=2t=32t^3 / (3t^2) = 2 \Rightarrow 2t/3 = 2 \Rightarrow t=3. Or perhaps from another calculation error.

Question 19

Find the coordinates of the point(s) on the curve x=t21,y=t33tx = t^2 - 1, y = t^3 - 3t where the tangent is parallel to the x-axis.

  1. (0, -2) and (0, 2) (correct answer)
  2. (-1, 0)
  3. (2, 2) and (2, -2)
  4. (0, 2)
Explanation: A tangent parallel to the x-axis is a horizontal tangent. This occurs when dydt=0\frac{dy}{dt} = 0 and dxdt0\frac{dx}{dt} \neq 0. First, find the derivatives: dydt=3t23\frac{dy}{dt} = 3t^2 - 3 dxdt=2t\frac{dx}{dt} = 2t Set dydt=0\frac{dy}{dt} = 0: 3t23=0    3(t21)=0    t=±13t^2 - 3 = 0 \implies 3(t^2 - 1) = 0 \implies t = \pm 1 Now, check dxdt\frac{dx}{dt} at these values:
  • At t=1t=1: dxdt=2(1)=20\frac{dx}{dt} = 2(1) = 2 \neq 0. So there is a horizontal tangent.
  • At t=1t=-1: dxdt=2(1)=20\frac{dx}{dt} = 2(-1) = -2 \neq 0. So there is another horizontal tangent. Now find the coordinates for each value of tt:
  • For t=1t=1: x=121=0x = 1^2 - 1 = 0, y=133(1)=2y = 1^3 - 3(1) = -2. Point: (0,2)(0, -2).
  • For t=1t=-1: x=(1)21=0x = (-1)^2 - 1 = 0, y=(1)33(1)=1+3=2y = (-1)^3 - 3(-1) = -1 + 3 = 2. Point: (0,2)(0, 2). So the points are (0,2)(0, -2) and (0,2)(0, 2).
  • B) (-1, 0): This is the point where the tangent is vertical (dxdt=0\frac{dx}{dt}=0 at t=0t=0).
  • C) (2, 2) and (2, -2): These points correspond to t=±3t=\pm\sqrt{3}, which are the x-intercepts of the curve (y=t(t23)=0y=t(t^2-3)=0).
  • D) (0, 2): This is only one of the two points with a horizontal tangent.

Question 20

A curve is given by x=cos(2t)x = \cos(2t) and y=sin(t)y = \sin(t) for 0tπ0 \le t \le \pi. Find the coordinates of the point where the tangent to the curve is vertical.

  1. (-1, 1)
  2. (0, 1)
  3. (1, 0) and (-1, 1)
  4. (1, 0) (correct answer)
Explanation: When you encounter parametric curves and need to find where the tangent is vertical, you're looking for points where dxdt=0\frac{dx}{dt} = 0 while dydt0\frac{dy}{dt} \neq 0. This is because the slope of the tangent line is dy/dtdx/dt\frac{dy/dt}{dx/dt}, which becomes undefined (vertical) when the denominator is zero but the numerator isn't. Given x=cos(2t)x = \cos(2t) and y=sin(t)y = \sin(t), let's find the derivatives:
  • dxdt=2sin(2t)\frac{dx}{dt} = -2\sin(2t)
  • dydt=cos(t)\frac{dy}{dt} = \cos(t)
For a vertical tangent, set dxdt=0\frac{dx}{dt} = 0: 2sin(2t)=0-2\sin(2t) = 0 sin(2t)=0\sin(2t) = 0 On the interval [0,π][0, \pi], this occurs when 2t=0,π,2π2t = 0, \pi, 2\pi, so t=0,π2,πt = 0, \frac{\pi}{2}, \pi. Check that dydt0\frac{dy}{dt} \neq 0 at these points:
  • At t=0t = 0: cos(0)=10\cos(0) = 1 \neq 0
  • At t=π2t = \frac{\pi}{2}: cos(π2)=0\cos(\frac{\pi}{2}) = 0
  • At t=πt = \pi: cos(π)=10\cos(\pi) = -1 \neq 0
So vertical tangents occur at t=0t = 0 and t=πt = \pi. The corresponding coordinates are:
  • t=0t = 0: (1,0)(1, 0)
  • t=πt = \pi: (1,0)(-1, 0)
Answer D gives (1,0)(1, 0), which corresponds to t=0t = 0. Answer A gives (1,1)(-1, 1), but at t=πt = \pi we get (1,0)(-1, 0), not (1,1)(-1, 1). Answer B gives (0,1)(0, 1), which occurs at t=π2t = \frac{\pi}{2} where the tangent is horizontal, not vertical. Answer C incorrectly includes (1,1)(-1, 1). Remember: vertical tangents require dxdt=0\frac{dx}{dt} = 0 AND dydt0\frac{dy}{dt} \neq 0. Always verify both conditions and calculate the actual coordinates carefully.