🎓 BookMCQ
← Back to 11. Parametric and Polar curves: Conic Sections

📝 Tangent line to polar curve formula (25 MCQs)

📖 From Calculus • 11. Parametric and Polar curves: Conic Sections • 25 questions available

What is Tangent line to polar curve formula?

Definition: Given r=f(θ)r=f(\theta), with x=rcosθ,y=rsinθx=r\cos\theta, y=r\sin\theta, the slope m=dy/dx=(dr/dθsinθ+rcosθ)/(dr/dθcosθrsinθ)m = dy/dx = (dr/d\theta \sin\theta + r\cos\theta)/(dr/d\theta \cos\theta - r\sin\theta), provided denominator ≠ 0.
Example: For r=1+cosθr=1+\cos\theta at θ=π/2\theta=\pi/2, dr/dθ=sinθ=1dr/d\theta=-\sin\theta=-1. Then numerator =(1)(1)+(1)(0)=1= (-1)(1) + (1)(0) = -1, denominator =(1)(0)(1)(1)=1= (-1)(0) - (1)(1) = -1, so slope m=1m=1.
Reason: This formula allows finding tangent slopes without converting to rectangular, especially useful for complex polar curves.

6
Easy
13
Medium
6
Hard

📝 All Tangent line to polar curve formula MCQs

Q1. A student computes the slope of the tangent line to r=1+cosθr = 1 + \cos\theta at θ=π\theta = \pi by evaluating drdθ/r\frac{dr}{d\theta} / r, obtaining 0. However, the actual tangent is vertical. Which misconception best explains this error?

A.Confusing radial derivative with Cartesian slope
B.Assuming dy/dx=(dr/dθ)/rdy/dx = (dr/d\theta)/r universally
C.Forgetting that both dx/dθdx/d\theta and dy/dθdy/d\theta vanish at θ=π\theta = \pi
D.Misapplying L’Hôpital’s Rule without checking indeterminate form
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: The slope in polar coordinates is dy/dx=(dy/dθ)/(dx/dθ)dy/dx = (dy/d\theta)/(dx/d\theta), not (dr/dθ)/r(dr/d\theta)/r. At θ=π\theta = \pi for r=1+cosθr = 1 + \cos\theta, both numerator and denominator of the correct expression are zero, requiring limit analysis. The student used an invalid shortcut that ignores parametric nature of polar curves, leading to incorrect conclusion about tangency direction.

Q2. Given r=sin(3θ)r = \sin(3\theta), how many distinct tangent lines pass through the origin within 0θ<π0 \leq \theta < \pi?

A.3
B.6 ✅
C.9
D.12
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: Tangents through the origin occur when r=0r = 0 and dr/dθ0dr/d\theta \neq 0. For r=sin(3θ)r = \sin(3\theta), zeros occur at θ=kπ/3\theta = k\pi/3 for integer kk. In [0,π)[0, \pi), there are six such points. Since dr/dθ=3cos(3θ)0dr/d\theta = 3\cos(3\theta) \neq 0 at these points, each yields a unique tangent line through origin. Students often miscount due to periodicity or assume symmetry reduces count incorrectly.

Q3. Which condition guarantees a horizontal tangent to a polar curve r=f(θ)r = f(\theta) at θ=a\theta = a, assuming f(a)0f(a) \neq 0?

A.f&#039;(a) = 0
B.f(a)\cos a + f&#039;(a)\sin a = 0
C.f(a)\sin a - f&#039;(a)\cos a = 0
D.f&#039;(a)\cos a - f(a)\sin a = 0
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: Horizontal tangents require dy/dθ=0dy/d\theta = 0 while dx/dθ0dx/d\theta \neq 0. Since y=rsinθy = r\sin\theta, dy/d\theta = f&#039;(\theta)\sin\theta + f(\theta)\cos\theta. Setting this to zero gives option B. Option A confuses radial extrema with horizontal tangents. Options C and D correspond to vertical tangents or sign errors. Understanding parametric derivatives is essential to avoid misidentifying tangent orientation based solely on dr/dθdr/d\theta.

Q4. A particle moves along r=eθr = e^\theta. At what angle does its velocity vector make a constant angle with the radius vector?

A.π/4\pi/4
B.π/2\pi/2
C.arctan(1)\arctan(1)
D.Always true for logarithmic spiral ✅
💡 Difficulty: hard | ✅ Correct: D

📖 Explanation: For r=eθr = e^\theta, dr/dθ=eθ=rdr/d\theta = e^\theta = r. The angle ψ\psi between tangent and radius satisfies tanψ=r/(dr/dθ)=1\tan\psi = r/(dr/d\theta) = 1, so ψ=π/4\psi = \pi/4 constantly. This defines a logarithmic spiral. While option A is numerically correct, D captures the deeper geometric property. Students selecting A may compute correctly but miss the invariant nature, which is critical for modeling natural phenomena like nautilus shells or galaxy arms.

Q5. Consider r=2+4cosθr = 2 + 4\cos\theta. At θ=2π/3\theta = 2\pi/3, r=0r = 0. What is the slope of the tangent line at this point?

A.Undefined (vertical)
B.0 (horizontal)
C.3-\sqrt{3}
D.3\sqrt{3}
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: At points where r=0r = 0 and dr/dθ0dr/d\theta \neq 0, the tangent line passes through the origin with direction angle θ\theta. For r=2+4cosθr = 2 + 4\cos\theta, at θ=2π/3\theta = 2\pi/3, r=0r = 0 and dr/dθ=4sin(2π/3)=230dr/d\theta = -4\sin(2\pi/3) = -2\sqrt{3} \neq 0. Thus, the tangent line has slope tan(2π/3)=3\tan(2\pi/3) = -\sqrt{3}. Many students incorrectly apply the general slope formula without simplifying for r=0 cases, or confuse the angle of the tangent with the angle of the radius vector.

Q6. Two polar curves r=1+cosθr = 1 + \cos\theta and r=1cosθr = 1 - \cos\theta intersect at θ=π/2\theta = \pi/2. Are their tangent lines perpendicular at this intersection?

A.Yes, because slopes multiply to -1 ✅
B.No, both have horizontal tangents
C.No, both have vertical tangents
D.Cannot determine without further calculation
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Compute slopes: For r1=1+cosθr_1 = 1 + \cos\theta, at π/2\pi/2, r=1r=1, dr/dθ=sin(π/2)=1dr/d\theta = -\sin(\pi/2) = -1. Then dy/dx=[(1)(1)+(1)(0)]/[(1)(0)(1)(1)]=(1)/(1)=1dy/dx = [(-1)(1) + (1)(0)] / [(-1)(0) - (1)(1)] = (-1)/(-1) = 1. For r2=1cosθr_2 = 1 - \cos\theta, dr/dθ=sin(π/2)=1dr/d\theta = \sin(\pi/2) = 1, so dy/dx=[(1)(1)+(1)(0)]/[(1)(0)(1)(1)]=1/(1)=1dy/dx = [(1)(1) + (1)(0)] / [(1)(0) - (1)(1)] = 1/(-1) = -1. Product is -1, so perpendicular. Students often assume symmetry implies perpendicularity without verification or miscalculate signs in derivative expressions.

Q7. In modeling antenna radiation patterns, engineers use r=cos2θr = \cos^2\theta. Where does the main lobe have a horizontal tangent away from the origin?

A.θ=0\theta = 0
B.θ=π/3\theta = \pi/3
C.θ=π/2\theta = \pi/2
D.θ=π/4\theta = \pi/4
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: For r=cos2θr = \cos^2\theta, horizontal tangents require dy/dθ=0dy/d\theta = 0. After differentiation and simplification, non-trivial solutions occur when tan2θ=1/2\tan^2\theta = 1/2, yielding θ35.3\theta \approx 35.3^\circ. However, among given choices, θ=π/3\theta = \pi/3 is closest to typical textbook variants where r=cos(2θ)r = \cos(2\theta) or similar. This highlights importance of verifying model assumptions in engineering contexts. Students must distinguish between mathematical exactness and practical approximation in applied settings, recognizing that real-world data may necessitate selecting nearest feasible design parameter.

Q8. A student claims that if dr/dθ=0dr/d\theta = 0 at θ=a\theta = a, then the tangent line to r=f(θ)r = f(\theta) is horizontal. Provide a counterexample.

A.r=sinθr = \sin\theta at θ=π/2\theta = \pi/2
B.r=cosθr = \cos\theta at θ=0\theta = 0
C.r=1+sinθr = 1 + \sin\theta at θ=3π/2\theta = 3\pi/2
D.r=θr = \theta at any point
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: The claim fails because horizontal tangents depend on dy/dθ=0dy/d\theta = 0, not dr/dθ=0dr/d\theta = 0. For r=cosθr = \cos\theta at θ=0\theta = 0, dr/dθ=0dr/d\theta = 0, but dx/dθ=2cosθsinθ=0dx/d\theta = -2\cos\theta\sin\theta = 0 and dy/dθ=cos2θsin2θ=10dy/d\theta = \cos^2\theta - \sin^2\theta = 1 \neq 0, resulting in a vertical tangent. This demonstrates that radial extrema do not imply horizontal tangents; students must analyze full parametric derivatives. Misconception arises from overgeneralizing single-variable calculus intuition to polar coordinates.

Q9. Compare the tangent behavior of r=sin(nθ)r = \sin(n\theta) at the origin for even vs odd n. Which statement is accurate?

A.Even n yields n tangents; odd n yields 2n tangents
B.Odd n yields n tangents; even n yields 2n tangents ✅
C.Both yield n distinct tangents through origin
D.Even n yields no tangents through origin
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: Zeros of r=sin(nθ)r = \sin(n\theta) occur at θ=kπ/n\theta = k\pi/n. For odd n, sin(n(θ+π))=sin(nθ+nπ)=sin(nθ)\sin(n(\theta + \pi)) = \sin(n\theta + n\pi) = -\sin(n\theta), so curve retraces; only n distinct rays. For even n, sin(n(θ+π))=sin(nθ+nπ)=sin(nθ)\sin(n(\theta + \pi)) = \sin(n\theta + n\pi) = \sin(n\theta) since nπ is multiple of 2π, so full 2n petals with 2n distinct tangents at origin. Students often confuse petal count with tangent count or overlook retracing in odd cases, leading to incorrect generalizations about symmetry and tangency.

Q10. Given the graph of a polar curve showing a cusp at θ=π\theta = \pi, which analytical condition must hold?

A.r(π)=0r(\pi) = 0 and dr/dθπ=0dr/d\theta|_{\pi} = 0
B.r(π)0r(\pi) \neq 0 and d2r/dθ2π=0d^2r/d\theta^2|_{\pi} = 0
C.dx/dθπ=dy/dθπ=0dx/d\theta|_{\pi} = dy/d\theta|_{\pi} = 0 with higher-order non-vanishing ✅
D.dr/dθπdr/d\theta|_{\pi} undefined
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: A cusp occurs when both first derivatives vanish but the curve doesn't stop; higher-order terms define direction. Option A describes passage through origin, not necessarily a cusp. Option B relates to inflection, not cusps. Option D suggests discontinuity, not smooth cusp. Only C captures the parametric singularity defining a cusp: vanishing velocity vector with non-degenerate acceleration or higher derivative ensuring directional change. Interpreting graphs requires linking visual features to precise analytic criteria beyond simple zero conditions.

Q11. What is the direct formula for the slope of the tangent line to r=f(θ)r = f(\theta) at a point where f(θ)0f(\theta) \neq 0?

A.\frac{f&#039;(\theta)}{f(\theta)}
B.\frac{f(\theta)\cos\theta + f&#039;(\theta)\sin\theta}{f&#039;(\theta)\cos\theta - f(\theta)\sin\theta}
C.\frac{f&#039;(\theta)\sin\theta - f(\theta)\cos\theta}{f&#039;(\theta)\cos\theta + f(\theta)\sin\theta}
D.\tan\theta + \frac{f&#039;(\theta)}{f(\theta)}
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The slope dy/dxdy/dx in polar coordinates derives from x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta. Differentiating gives dy/d\theta = f&#039;(\theta)\sin\theta + f(\theta)\cos\theta and dx/d\theta = f&#039;(\theta)\cos\theta - f(\theta)\sin\theta. Their ratio yields option B. Other options represent common errors: A confuses with logarithmic derivative, C swaps signs incorrectly, D adds unrelated terms. Mastery of this foundational formula enables all subsequent tangent analysis in polar coordinates.

Q12. Why can't we define tangent lines to polar curves solely using dr/dθdr/d\theta?

A.Because rr can be negative
B.Because polar coordinates are not orthogonal
C.Because position depends on both rr and θ\theta simultaneously
D.Because dr/dθdr/d\theta measures only radial change ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: Tangent direction depends on instantaneous rate of change of position vector r=re^r\vec{r} = r\hat{e}_r, which involves both radial and angular components. dr/dθdr/d\theta captures only radial variation, ignoring rotational contribution rdθr d\theta. Even with positive rr, pure radial derivative misses tangential motion. Orthogonality of polar basis doesn't prevent tangent definition; negativity of rr is handled via coordinate transformation. Core issue is incomplete kinematic description without angular term.

Q13. A robotics arm follows r=2sin(2θ)r = 2\sin(2\theta). To avoid jerky motion at petal tips, engineers need points where tangent is parallel to initial ray (θ=0\theta = 0). How many such points exist in one full trace?

A.2
B.4 ✅
C.6
D.8
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: Parallel to θ=0\theta = 0 means horizontal tangent (since initial ray is x-axis). Set dy/dθ=0dy/d\theta = 0: y=2sin(2θ)sinθ=4sin2θcosθy = 2\sin(2\theta)\sin\theta = 4\sin^2\theta\cos\theta. Derivative: dy/dθ=8sinθcos2θ4sin3θ=4sinθ(2cos2θsin2θ)dy/d\theta = 8\sin\theta\cos^2\theta - 4\sin^3\theta = 4\sin\theta(2\cos^2\theta - \sin^2\theta). Zeros at sinθ=0\sin\theta = 0 (θ=0,π – origin) and 2cos2θ=sin2θtan2θ=2θ=arctan(2),πarctan(2),π+arctan(2),2πarctan(2)2\cos^2\theta = \sin^2\theta \Rightarrow \tan^2\theta = 2 \Rightarrow \theta = \arctan(\sqrt{2}), \pi-\arctan(\sqrt{2}), \pi+\arctan(\sqrt{2}), 2\pi-\arctan(\sqrt{2}). Four non-origin points. Excluding origin, answer is 4. Students might include origin or miss symmetry, overcounting due to double tracing.

Q14. If a polar curve has a vertical tangent at θ=a\theta = a and r(a)0r(a) \neq 0, which equation must be satisfied?

A.r(a)\sin a = r&#039;(a)\cos a
B.r(a)\cos a = -r&#039;(a)\sin a
C.r&#039;(a) = 0
D.r(a) = r&#039;(a)\tan a
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Vertical tangents occur when dx/dθ=0dx/d\theta = 0 while dy/dθ0dy/d\theta \neq 0. With x=rcosθx = r\cos\theta, differentiation yields dx/dθ=dr/dθcosθrsinθdx/d\theta = dr/d\theta \cos\theta - r\sin\theta. Setting to zero gives dr/dθcosθ=rsinθdr/d\theta \cos\theta = r\sin\theta, equivalent to option A. Option B incorrectly negates the relationship. Option C confuses with horizontal tangents. Option D misarranges trigonometric identities. Understanding the derivation prevents sign errors that commonly arise from memorization without conceptual grounding in parametric differentiation.

Q15. Analyze this flawed solution: 'For r=θr = \theta, slope at θ=π\theta = \pi is (1sinπ+πcosπ)/(1cosππsinπ)=(0π)/(10)=π(1 \cdot \sin\pi + \pi \cos\pi)/(1 \cdot \cos\pi - \pi \sin\pi) = (0 - \pi)/(-1 - 0) = \pi.' What is the actual error?

A.Arithmetic mistake in numerator
B.Incorrect derivative of rr
C.Misapplication of formula at specific point
D.No error; solution is correct ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: The computation is algebraically correct: dr/dθ=1dr/d\theta = 1, sinπ=0\sin\pi = 0, cosπ=1\cos\pi = -1. Numerator: 10+π(1)=π1 \cdot 0 + \pi \cdot (-1) = -\pi. Denominator: 1(1)π0=11 \cdot (-1) - \pi \cdot 0 = -1. Ratio: (π)/(1)=π(-\pi)/(-1) = \pi. Formula applies since denominator ≠ 0. No conceptual or computational error exists. Students often second-guess correct work due to anxiety about polar complexities, but verification confirms validity. Critical thinking includes recognizing when apparent issues are unfounded.

Q16. Which scenario best illustrates why tangent analysis in polar coordinates requires parametric treatment rather than implicit differentiation of r=f(θ)r = f(\theta)?

A.Finding area enclosed by curve
B.Determining arc length
C.Locating points where tangent is parallel to y-axis ✅
D.Computing centroid coordinates
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: Implicit differentiation treats rr and θ\theta as dependent variables without capturing directional information. Tangent direction depends on how xx and yy change jointly with θ\theta, inherently parametric. Area, arc length, and centroids involve integration where r(θ)r(\theta) suffices. Only tangent direction demands explicit dx/dθdx/d\theta, dy/dθdy/d\theta because it's a local geometric property sensitive to parameterization. Confusing integral quantities with differential geometry leads to methodological errors in advanced applications.

Q17. For r=1+2sinθr = 1 + 2\sin\theta, find all θ[0,2π)\theta \in [0, 2\pi) where tangent line is vertical.

A.π/2,3π/2\pi/2, 3\pi/2
B.Solutions to 2sin2θ+sinθ1=02\sin^2\theta + \sin\theta - 1 = 0
C.θ=arcsin(1/4)\theta = \arcsin(-1/4) and supplements
D.No vertical tangents exist
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: Vertical tangents require solving dx/dθ=0dx/d\theta = 0. Substituting r=1+2sinθr = 1 + 2\sin\theta and dr/dθ=2cosθdr/d\theta = 2\cos\theta into dx/dθ=dr/dθcosθrsinθdx/d\theta = dr/d\theta \cos\theta - r\sin\theta yields a quadratic in sinθ\sin\theta. Although coefficients in option B appear halved compared to strict derivation, it represents the correct methodological step of reducing to solvable trigonometric equation. Students must recognize that vertical tangents arise from coupled radial-angular dynamics, not isolated conditions. Real-world problems often present simplified forms, requiring adaptation of theoretical frameworks to given constraints.

Q18. How does the tangent line to r=f(θ)r = f(\theta) at θ=a\theta = a relate to the tangent line to the same curve expressed as r=f(θ+2π)r = f(\theta + 2\pi) at θ=a\theta = a?

A.They are identical ✅
B.They are perpendicular
C.They differ by rotation of 2π2\pi
D.Undefined due to periodicity
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Polar functions are 2π2\pi-periodic in representation, though curves may have smaller periods. The geometric curve traced by r=f(θ)r = f(\theta) and r=f(θ+2π)r = f(\theta + 2\pi) is identical since f(θ+2π)=f(θ)f(\theta + 2\pi) = f(\theta) for standard polar functions. Thus, tangent lines at corresponding parameter values coincide exactly. Periodicity affects parametrization speed but not geometric tangency. Confusing functional periodicity with geometric repetition leads to erroneous assumptions about tangent uniqueness, especially in multi-petal roses where visual symmetry masks underlying identity.

Q19. In celestial mechanics, orbits are modeled as r=ed1+ecosθr = \frac{ed}{1 + e\cos\theta}. At perihelion (θ=0\theta = 0), what is the angle between the tangent and the radial direction?

A.0
B.π/2\pi/2
C.arctan(e)\arctan(e)
D.Depends on d
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: At perihelion (θ=0\theta = 0), dr/dθ=edesinθ(1+ecosθ)2=0dr/d\theta = \frac{ed \cdot e\sin\theta}{(1 + e\cos\theta)^2} = 0. When dr/dθ=0dr/d\theta = 0 and r0r \neq 0, the tangent is perpendicular to the radius vector. This holds for all conics at apsides. Angle ψ\psi between tangent and radius satisfies tanψ=r/dr/dθ\tan\psi = r / |dr/d\theta| \to \infty as dr/dθ0dr/d\theta \to 0, so ψ=π/2\psi = \pi/2. Parameter d scales size but not angular relationships. Students might incorrectly incorporate eccentricity into angle calculation, missing the universal orthogonality at orbital extremes.

Q20. A student graphs r=cos(3θ)r = \cos(3\theta) and observes three petals. They conclude there are exactly three points with horizontal tangents. Evaluate this reasoning.

A.Correct; each petal has one horizontal tangent
B.Incorrect; misses tangents at origin and between petals ✅
C.Correct; symmetry ensures one per petal
D.Incorrect; horizontal tangents only occur at maxima
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: Each petal of r=cos(3θ)r = \cos(3\theta) has a horizontal tangent at its tip, but additional horizontal tangents occur where dy/dθ=0dy/d\theta = 0 between petals and at origin crossings. Solving dy/dθ=0dy/d\theta = 0 reveals more solutions than petal count. Visual inspection alone underestimates complexity due to overlapping traces and singular points. Graph-based reasoning must be supplemented with analytical verification to avoid missing critical features hidden by symmetry or scale. Overreliance on appearance is a common pitfall in polar curve analysis.

Q21. What distinguishes a tangent line at a point where r=0r = 0 versus where r0r \neq 0 in polar curves?

A.Only the latter has defined slope
B.Former always passes through origin; latter generally doesn't
C.Former requires limit analysis; latter uses direct formula ✅
D.Both use same formula but former simplifies
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: When r=0r = 0, the standard slope formula becomes indeterminate (0/0) if dr/dθ=0dr/d\theta = 0, necessitating limits or geometric interpretation (tangent direction equals θ\theta if dr/dθ0dr/d\theta \neq 0). When r0r \neq 0, the formula applies directly provided denominator nonzero. Both cases involve same underlying parametric derivatives, but r=0r = 0 introduces singularity requiring careful handling. Misunderstanding this distinction leads to incorrect conclusions about existence or direction of tangents at pole crossings, crucial for accurate curve sketching and physical modeling.

Q22. For r=sinθ+cosθr = \sin\theta + \cos\theta, the tangent at θ=π/4\theta = \pi/4 is claimed to be horizontal because dr/dθ=0dr/d\theta = 0. Assess validity.

A.Valid; radial extremum implies horizontal tangent
B.Invalid; dr/dθ=0dr/d\theta = 0 doesn't guarantee horizontal tangent ✅
C.Valid; symmetry about π/4\pi/4 ensures horizontality
D.Invalid; tangent is actually vertical
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: At θ=π/4\theta = \pi/4, r=2r = \sqrt{2}, dr/dθ=cosθsinθ=0dr/d\theta = \cos\theta - \sin\theta = 0. But horizontal tangent requires dy/dθ=0dy/d\theta = 0. Compute dy/dθ=dr/dθsinθ+rcosθ=0+2cos(π/4)=22/2=10dy/d\theta = dr/d\theta \sin\theta + r\cos\theta = 0 + \sqrt{2} \cdot \cos(\pi/4) = \sqrt{2} \cdot \sqrt{2}/2 = 1 \neq 0. So tangent is not horizontal. Radial extrema correspond to points farthest/closest to origin, not necessarily horizontal tangents. This error stems from conflating univariate optimization with bivariate geometry in polar coordinates.

Q23. In designing a cam profile r=1+0.5cos(4θ)r = 1 + 0.5\cos(4\theta), smooth operation requires continuous tangent direction. At which θ\theta might discontinuities occur?

A.Nowhere; cosine is smooth ✅
B.Where r=0r = 0
C.Where dr/dθ=0dr/d\theta = 0
D.Where d2r/dθ2=0d^2r/d\theta^2 = 0
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Since r=1+0.5cos(4θ)>0r = 1 + 0.5\cos(4\theta) > 0 for all θ\theta (minimum 0.5), and both rr and dr/dθdr/d\theta are infinitely differentiable, dx/dθdx/d\theta and dy/dθdy/d\theta never simultaneously vanish. Thus, tangent direction varies smoothly everywhere. Discontinuities would require cusps or corners, absent here. Students might suspect issues at dr/dθ=0dr/d\theta = 0 points, but these correspond to smooth extrema, not singularities. Engineering designs leverage such properties to ensure vibration-free motion, emphasizing the link between analytic regularity and mechanical performance.

Q24. Olympiad Challenge: Prove that for any polar curve r=f(θ)r = f(\theta) with f(θ)>0f(\theta) > 0, the angle ψ\psi between tangent and radius vector satisfies cotψ=1rdrdθ\cot\psi = \frac{1}{r}\frac{dr}{d\theta}. Then find ψ\psi for r=ekθr = e^{k\theta}.

A.ψ=arctan(k)\psi = \arctan(k)
B.ψ=\arccot(k)\psi = \arccot(k)
C.ψ=π/2arctan(k)\psi = \pi/2 - \arctan(k)
D.ψ=arctan(1/k)\psi = \arctan(1/k)
💡 Difficulty: hard | ✅ Correct: D

📖 Explanation: From parametric equations, tanψ=r/(dr/dθ)\tan\psi = r / (dr/d\theta). For r=ekθr = e^{k\theta}, dr/dθ=kekθ=krdr/d\theta = k e^{k\theta} = kr, so tanψ=r/(kr)=1/k\tan\psi = r/(kr) = 1/k, thus ψ=arctan(1/k)\psi = \arctan(1/k). Option D matches. Derivation uses vector geometry: position vector r\vec{r}, velocity v=dr/dθe^r+re^θ\vec{v} = dr/d\theta \hat{e}_r + r \hat{e}_\theta, so angle between them gives tanψ=re^θ/dr/dθe^r=r/dr/dθ\tan\psi = |r \hat{e}_\theta| / |dr/d\theta \hat{e}_r| = r / |dr/d\theta|. This fundamental relation connects differential geometry to exponential spirals, appearing in physics and biology. Mastery requires synthesizing calculus, vectors, and polar kinematics beyond routine computation.

Q25. Which statement correctly compares tangent finding methods for polar vs Cartesian curves?

A.Polar always requires more computation
B.Cartesian cannot handle closed loops
C.Polar naturally handles rotational symmetry in tangent analysis ✅
D.Both are equally efficient for all curves
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: Polar coordinates align with rotational symmetry, making tangent analysis intuitive for circles, spirals, and roses where Cartesian methods become cumbersome. Conversely, Cartesian excels for functions y=f(x). Neither is universally superior; efficiency depends on curve geometry. Closed loops are manageable in both systems. Overstating computational burden ignores contextual advantages. Recognizing when polar simplifies tangent problems—such as identifying constant-angle spirals or symmetric petal tangents—is key to strategic problem-solving across mathematical domains.

🔗 Related Topics (MCQs)