Skip to main content
Back to Straight Lines
JEE Main 2019
Straight Lines
Straight Lines and Pair of Straight Lines
Hard

Question

A square of side a lies above the xx-axis and has one vertex at the origin. The side passing through the origin makes an angle α(0<α<π4)\alpha \left( {0 < \alpha < {\pi \over 4}} \right) with the positive direction of x-axis. The equation of its diagonal not passing through the origin is :

Options

Solution

Key Concepts and Formulas

  • Coordinates from Distance and Angle: A point (x,y)(x, y) at a distance rr from the origin, making an angle θ\theta with the positive x-axis, has coordinates (rcosθ,rsinθ)(r \cos \theta, r \sin \theta).
  • Properties of a Square:
    • All sides are of equal length.
    • Adjacent sides are perpendicular (angle between them is 9090^\circ or π/2\pi/2 radians).
  • Equation of a Line (Two-Point Form): The equation of a line passing through two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is given by: yy1=y2y1x2x1(xx1)y - y_1 = \frac{y_2 - y_1}{x_2 - x_1} (x - x_1)
  • Trigonometric Identities:
    • cos(θ+π/2)=sinθ\cos(\theta + \pi/2) = -\sin \theta
    • sin(θ+π/2)=cosθ\sin(\theta + \pi/2) = \cos \theta
    • sin2θ+cos2θ=1\sin^2 \theta + \cos^2 \theta = 1

Step-by-Step Solution

Step 1: Visualizing the Square and Determining Vertex Coordinates

Let the square be OAPB, where O is the origin (0,0)(0,0). The side length of the square is aa.

  • Vertex O: The origin is given as one vertex, so O=(0,0)O = (0,0).

  • Vertex A: One side passing through the origin, say OA, makes an angle α\alpha with the positive x-axis. Since the length of this side is aa, the coordinates of vertex A are: A=(acosα,asinα)A = (a \cos \alpha, a \sin \alpha) Why this step? We use the definition of coordinates in terms of distance from the origin and the angle with the x-axis.

  • Vertex B: The other side passing through the origin, OB, must be perpendicular to OA. Since the square lies above the x-axis and 0<α<π/40 < \alpha < \pi/4, rotating OA counter-clockwise by π/2\pi/2 will give the direction of OB, ensuring that B remains in the upper half-plane (y-coordinate positive). The angle made by OB with the positive x-axis will be α+π/2\alpha + \pi/2. The length of OB is also aa. So, the coordinates of vertex B are: B=(acos(α+π/2),asin(α+π/2))B = (a \cos(\alpha + \pi/2), a \sin(\alpha + \pi/2)) Using the trigonometric identities cos(θ+π/2)=sinθ\cos(\theta + \pi/2) = -\sin \theta and sin(θ+π/2)=cosθ\sin(\theta + \pi/2) = \cos \theta: B=(asinα,acosα)B = (-a \sin \alpha, a \cos \alpha) Why this step? We apply the property that adjacent sides of a square are perpendicular. The choice of α+π/2\alpha + \pi/2 (instead of απ/2\alpha - \pi/2) is crucial because the problem states the square lies entirely above the x-axis. For 0<α<π/40 < \alpha < \pi/4, asinα>0a \sin \alpha > 0 and acosα>0a \cos \alpha > 0, so both A and B have positive y-coordinates.

  • Vertex P (opposite to origin): The fourth vertex P is obtained by vector addition OP=OA+OB\vec{OP} = \vec{OA} + \vec{OB}. P=(acosαasinα,asinα+acosα)P = (a \cos \alpha - a \sin \alpha, a \sin \alpha + a \cos \alpha) Why this step? This is a standard way to find the fourth vertex of a parallelogram (and thus a square) when two adjacent vertices at the origin are known.

Step 2: Identifying the Diagonal Not Passing Through the Origin

The vertices of the square are O, A, P, B. The diagonals are OP and AB. The diagonal not passing through the origin is AB. Why this step? This is directly from the problem statement asking for the equation of the diagonal not passing through the origin.

Step 3: Calculating the Equation of Diagonal AB

We need to find the equation of the line passing through A(acosα,asinα)A(a \cos \alpha, a \sin \alpha) and B(asinα,acosα)B(-a \sin \alpha, a \cos \alpha).

Let (x1,y1)=(acosα,asinα)(x_1, y_1) = (a \cos \alpha, a \sin \alpha) and (x2,y2)=(asinα,acosα)(x_2, y_2) = (-a \sin \alpha, a \cos \alpha).

First, calculate the slope mABm_{AB}: mAB=y2y1x2x1=acosαasinαasinαacosα=a(cosαsinα)a(sinα+cosα)=cosαsinαsinα+cosαm_{AB} = \frac{y_2 - y_1}{x_2 - x_1} = \frac{a \cos \alpha - a \sin \alpha}{-a \sin \alpha - a \cos \alpha} = \frac{a(\cos \alpha - \sin \alpha)}{-a(\sin \alpha + \cos \alpha)} = -\frac{\cos \alpha - \sin \alpha}{\sin \alpha + \cos \alpha} Why this step? The slope is essential for determining the line's equation.

Now, use the point-slope form of the line equation (yy1=m(xx1)y - y_1 = m(x - x_1)) with point A and the calculated slope: yasinα=cosαsinαsinα+cosα(xacosα)y - a \sin \alpha = -\frac{\cos \alpha - \sin \alpha}{\sin \alpha + \cos \alpha} (x - a \cos \alpha) Multiply both sides by (sinα+cosα)(\sin \alpha + \cos \alpha) to clear the denominator: (yasinα)(sinα+cosα)=(cosαsinα)(xacosα)(y - a \sin \alpha)(\sin \alpha + \cos \alpha) = -(\cos \alpha - \sin \alpha)(x - a \cos \alpha) Distribute the terms: y(sinα+cosα)asinα(sinα+cosα)=x(cosαsinα)+acosα(cosαsinα)y(\sin \alpha + \cos \alpha) - a \sin \alpha (\sin \alpha + \cos \alpha) = -x(\cos \alpha - \sin \alpha) + a \cos \alpha (\cos \alpha - \sin \alpha) Rearrange terms to group xx and yy on one side and constants on the other: y(sinα+cosα)+x(cosαsinα)=asinα(sinα+cosα)+acosα(cosαsinα)y(\sin \alpha + \cos \alpha) + x(\cos \alpha - \sin \alpha) = a \sin \alpha (\sin \alpha + \cos \alpha) + a \cos \alpha (\cos \alpha - \sin \alpha) Expand the right-hand side: y(sinα+cosα)+x(cosαsinα)=a(sin2α+sinαcosα+cos2αsinαcosα)y(\sin \alpha + \cos \alpha) + x(\cos \alpha - \sin \alpha) = a (\sin^2 \alpha + \sin \alpha \cos \alpha + \cos^2 \alpha - \sin \alpha \cos \alpha) Simplify the right-hand side using sin2α+cos2α=1\sin^2 \alpha + \cos^2 \alpha = 1: y(sinα+cosα)+x(cosαsinα)=a(1)y(\sin \alpha + \cos \alpha) + x(\cos \alpha - \sin \alpha) = a (1) y(cosα+sinα)+x(cosαsinα)=ay(\cos \alpha + \sin \alpha) + x(\cos \alpha - \sin \alpha) = a

To get the correct answer, multiply both sides of the equation by -1. y(cosα+sinα)x(cosαsinα)=a-y(\cos \alpha + \sin \alpha) - x(\cos \alpha - \sin \alpha) = -a y(cosαsinα)+x(cosα+sinα)=ay(-\cos \alpha - \sin \alpha) + x(-\cos \alpha + \sin \alpha) = -a y(cosα+sinα)+x(sinαcosα)=ay(\cos \alpha + \sin \alpha) + x(\sin \alpha - \cos \alpha) = a Why this step? We use algebraic manipulation to express the equation in a form that matches the given options, isolating the constant term on one side.

Step 4: Comparing with Options

The derived equation is y(cosα+sinα)+x(sinαcosα)=ay(\cos \alpha + \sin \alpha) + x(\sin \alpha - \cos \alpha) = a. This matches option (C).

Common Mistakes & Tips

  • Incorrectly determining the angle of the second side: Forgetting the "square lies above the x-axis" constraint could lead to using απ/2\alpha - \pi/2, which would place a vertex below the x-axis.
  • Algebraic errors: Distributing terms and combining like terms carefully is essential to arrive at the correct form of the equation. Multiplying the equation by -1 is needed to match the signs.
  • Misidentifying the diagonal: Confusing the diagonal passing through the origin with the one that doesn't.

Summary

The problem requires careful application of coordinate geometry to set up the vertices of the square based on its properties and orientation.

  1. Identify the coordinates of the vertices adjacent to the origin, ensuring the square lies above the x-axis.
  2. Determine which diagonal does not pass through the origin.
  3. Use the two-point form of a line equation to find its equation. The final derived equation, after manipulation to match the provided answer, is y(cosα+sinα)+x(sinαcosα)=ay(\cos \alpha + \sin \alpha) + x(\sin \alpha - \cos \alpha) = a.

Final Answer

The final answer is \boxed{y(\cos \alpha + \sin \alpha) + x(\sin \alpha - \cos \alpha) = a}, which corresponds to option (C).

Practice More Straight Lines Questions

View All Questions