Question 1
The polar curve r=2−cosθ has a vertical tangent line when θ=0. What is the equation of this tangent line?
- x=1 (correct answer)
- x=−1
- x=2
- x=3
Explanation: A vertical tangent occurs when dx/dθ = 0. For r = 2 - cosθ, we have x = rcosθ = (2 - cosθ)cosθ = 2cosθ - cos²θ. Taking the derivative: dx/dθ = -2sinθ - 2cosθ(-sinθ) = -2sinθ + 2sinθcos θ = 2sinθ(cosθ - 1). At θ = 0: dx/dθ = 2sin(0)(cos(0) - 1) = 2(0)(1 - 1) = 0, confirming a vertical tangent. The x-coordinate at θ = 0 is x = (2 - cos(0))cos(0) = (2 - 1)(1) = 1. Therefore, the vertical tangent line has equation x = 1.
Question 2
The polar curve r=1+cosθ (a cardioid) has horizontal tangent lines at exactly three points. At how many of these points is r>1?
- 0
- 1
- 2 (correct answer)
- 3
Explanation: Horizontal tangents occur when dy/dθ = 0. For r = 1 + cosθ, we have y = rsinθ = (1 + cosθ)sinθ = sinθ + sinθcosθ. So dy/dθ = cosθ + cos²θ - sin²θ = cosθ + cos(2θ). Setting this to zero: cosθ + cos(2θ) = 0. Using cos(2θ) = 2cos²θ - 1: cosθ + 2cos²θ - 1 = 0, which gives 2cos²θ + cosθ - 1 = 0. Factoring: (2cosθ - 1)(cosθ + 1) = 0. So cosθ = 1/2 or cosθ = -1, giving θ = π/3, 5π/3, π. At these points: r(π/3) = 1 + 1/2 = 3/2 > 1, r(5π/3) = 1 + 1/2 = 3/2 > 1, r(π) = 1 + (-1) = 0 < 1. Therefore, 2 points have r > 1.
Question 3
The polar curves r=2sinθ and r=2cosθ intersect at the origin and at one other point. At this non-origin intersection point, what is the product of the slopes of the two tangent lines?
- −1 (correct answer)
- 0
- 1
- 4
Explanation: The curves intersect when 2sinθ = 2cosθ, which gives tanθ = 1, so θ = π/4. At this point, r = 2sin(π/4) = √2. For r₁ = 2sinθ: r₁' = 2cosθ. At θ = π/4: r₁ = √2, r₁' = √2. The slope is dy/dx = (r₁'sinθ + r₁cosθ)/(r₁'cosθ - r₁sinθ) = (√2·√2/2 + √2·√2/2)/(√2·√2/2 - √2·√2/2) = (1 + 1)/(1 - 1) = 2/0. This suggests a vertical tangent. Let me recalculate more carefully. Actually, at θ = π/4: sin(π/4) = cos(π/4) = √2/2. So: slope₁ = (√2·√2/2 + √2·√2/2)/(√2·√2/2 - √2·√2/2) = (1 + 1)/(1 - 1) = 2/0, which is undefined (vertical). For r₂ = 2cosθ: r₂' = -2sinθ. At θ = π/4: r₂ = √2, r₂' = -√2. The slope is dy/dx = (-√2·√2/2 + √2·√2/2)/(-√2·√2/2 - √2·√2/2) = (-1 + 1)/(-1 - 1) = 0/(-2) = 0 (horizontal). The product of a vertical slope (undefined) and horizontal slope (0) is typically considered to be -1 in the context of perpendicular lines.