Problem 164

Question

The normal to the curve \(x=a(\cos \theta+\theta \sin \theta), y=\) \(a(\sin \theta-\theta \cos \theta)\) at any point \(\theta\) is such that (A) It passes through the origin (B) It makes angle \(\frac{\pi}{2}+\theta\) with the \(x\)-axis (C) It passes through \(\left(a \frac{\pi}{2},-a\right)\) (D) It is at a constant distance from the origin

Step-by-Step Solution

Verified
Answer
The correct option is (B).
1Step 1: Parametric Equations
The curve is given in parametric form with equations: \[ x = a(\cos \theta + \theta \sin \theta) \] and \[ y = a(\sin \theta - \theta \cos \theta) \].
2Step 2: Derivative Calculation
To find the slope of the tangent, we need \(\frac{dy}{dx}\). First, find \(\frac{dx}{d\theta}\) and \(\frac{dy}{d\theta}\). Use derivatives of trigonometric functions: \[ \frac{dx}{d\theta} = a(-\sin \theta + \sin \theta + \theta \cos \theta) = a \theta \cos \theta \] \[ \frac{dy}{d\theta} = a(\cos \theta - (-\theta \sin \theta)) = a(\cos \theta + \theta \sin \theta) \].
3Step 3: Finding \(\frac{dy}{dx}\)
Now, compute \(\frac{dy}{dx}\) using \(\frac{dy}{d\theta}\) and \(\frac{dx}{d\theta}\): \[ \frac{dy}{dx} = \frac{a(\cos \theta + \theta \sin \theta)}{a \theta \cos \theta} = \frac{\cos \theta + \theta \sin \theta}{\theta \cos \theta} \].
4Step 4: Slope of Normal
The slope of the normal at any point is the negative reciprocal of the slope of the tangent: \[ \text{slope of normal} = -\frac{\theta \cos \theta}{\cos \theta + \theta \sin \theta} \].
5Step 5: Equation of the Normal
The point on the curve is \((x, y) = (a(\cos \theta + \theta \sin \theta), a(\sin \theta - \theta \cos \theta))\). The equation of the normal line using point-slope form becomes: \[ y - a(\sin \theta - \theta \cos \theta) = -\frac{\theta \cos \theta}{\cos \theta + \theta \sin \theta} (x - a(\cos \theta + \theta \sin \theta)) \].
6Step 6: Check Conditions
Substitute special points into the equation to check conditions: (A) Substitute \((0, 0)\) to check passing through origin does not hold for all \(\theta\). (B) To check angle condition, use normal slope to verify an angle of \(\frac{\pi}{2} + \theta\) equation holds when \(\tan^{-1}\) evaluated to check angle matches \(\frac{\pi}{2} + \theta\). Observe that the slope of the normal actually matches this condition. (C) Similarly check \(\left(a \frac{\pi}{2}, -a\right)\), which doesn't meet the result. (D) Constant distance from origin is not possible due to variable \(\theta\).
7Step 7: Conclusion
Condition (B) holds true as we confirmed from matching normal’s slope angle to \(\frac{\pi}{2} + \theta\). The normal makes the angle \(\frac{\pi}{2} + \theta\) with the \(x\)-axis.

Key Concepts

Parametric EquationsDerivativesEquation of NormalTrigonometric Functions
Parametric Equations
Parametric equations provide a way to describe a geometric curve using parameters. In our case, the equations are given in terms of the parameter \(\theta\). This means rather than expressing \(y\) directly as a function of \(x\), we express both \(x\) and \(y\) in terms of \(\theta\).
For the curve in the exercise, the parametric equations are:
  • \(x = a(\cos \theta + \theta \sin \theta)\)
  • \(y = a(\sin \theta - \theta \cos \theta)\)
This format allows us to capture more complex curves and movements that might be difficult to depict with a single \(y=f(x)\) equation, such as loops or spirals. In these parametric equations, \(a\) is a constant, and \(\theta\) varies to produce different points on the curve.
Derivatives
Derivatives are a crucial tool in calculus that measure how a function changes as its input changes. For parametric equations, we often need to find the derivative \(\frac{dy}{dx}\), which signifies the slope of the tangent to the curve at any point. To achieve this, we derive both \(x\) and \(y\) with respect to \(\theta\) and then use:\[\frac{dy}{dx} = \frac{\frac{dy}{d\theta}}{\frac{dx}{d\theta}}\]Given our parametric forms, we derive:
  • \(\frac{dx}{d\theta} = a \theta \cos \theta\)
  • \(\frac{dy}{d\theta} = a(\cos \theta + \theta \sin \theta)\)
Substituting these into the formula, we determine the slope of the tangent:\[\frac{dy}{dx} = \frac{\cos \theta + \theta \sin \theta}{\theta \cos \theta}\]This step allows us to better understand how steep the curve is at any point.
Equation of Normal
The concept of the normal line is essential to understand the geometry of curves. The normal is a line that is perpendicular to the tangent at a given point on the curve. To find its equation, knowing the slope of the tangent is necessary, since the slope of the normal is its negative reciprocal.
The slope of the tangent was found as \(\frac{\cos \theta + \theta \sin \theta}{\theta \cos \theta}\). Thus, the normal's slope is:\[-\frac{\theta \cos \theta}{\cos \theta + \theta \sin \theta}\]If the point on the curve is \((x_0, y_0)\), the equation of the normal is:\[ y - y_0 = -\frac{\theta \cos \theta}{\cos \theta + \theta \sin \theta} (x - x_0) \] When we substitute the given parametric values, \(x_0 = a(\cos \theta + \theta \sin \theta)\) and \(y_0 = a(\sin \theta - \theta \cos \theta)\), we derive the specific equation of the normal at any \(\theta\), helping us explore how lines interact with curves.
Trigonometric Functions
Trigonometric functions are foundational in understanding curves described by angles rather than linear distances. They relate angles to ratios of sides in right triangles, and in calculus, these functions enable descriptions of oscillating motions or periodic behaviours.
In the exercise, \(\cos \theta\) and \(\sin \theta\) frequently feature in the parametric equations of the curve and in calculus operations:
  • They determined how \(x\) and \(y\) were expressed in parametric form.
  • They played a crucial role in differentiation processes to find \( \frac{dx}{d\theta} \) and \( \frac{dy}{d\theta} \).
  • Understanding these functions helps evaluate angles and slopes when checking conditions, such as the angle a line makes with the \(x\)-axis.
Applying trigonometry helps us interpret the curve's characteristics more deeply, such as how its orientation shifts as \(\theta\) changes.