Question
Question: The line L has intercepts ‘a’ and ‘b’ on the coordinate axes. The coordinate axes are rotated throug...
The line L has intercepts ‘a’ and ‘b’ on the coordinate axes. The coordinate axes are rotated through a fixed angle, keeping the origin fixed. If ‘p’ and ‘q’ are the intercepts of the line L on the new axes, then a21−p21+b21−q21 is equal to
(a) -1
(b) 0
(c) 1
(d) None of these
Solution
First take line as ax+by=1, then if it is rotated by α angle in anticlockwise direction, then replace x by (xcosα−ysinα) and y by (xsinα+ycosα) then put the points (p,0) and (0,q) as they are intercepts to find relation of p and q. Then eliminate α by using identity sin2α+cos2α=1 to get the desired result.
Complete step by step answer:
Let α be the angle by which the line is rotated in anticlockwise direction.
Let the original line be L having the equation,
ax+by=1
So, now rotating by angle α in anticlockwise direction, we will replace x by (xcosα−ysinα) and y by (xsinα+ycosα).
So, the new line L will be,
a(xcosα−ysinα)+b(xsinα+ycosα)=1
We are given that p, q are x intercept and y intercepts of new line so it should satisfy this equation, i.e., (p,0) and (0,q) respectively, we get
a(pcosα−0sinα)+b(psinα+0cosα)=1⇒p[a(cosα)+b(sinα)]=1⇒[a(cosα)+b(sinα)]=p1.......(i)
Similarly,
a(0cosα−qsinα)+b(0sinα+qcosα)=1⇒q[b(cosα)−a(sinα)]=1⇒[b(cosα)−a(sinα)]=q1.......(ii)
Now we have to eliminate the terms α . So, we will square the equation (i) and (ii) separately and add them together.
Squaring equation (i), we get
⇒[a(cosα)+b(sinα)]2=p21
Using the formula, (c+d)2=c2+2cd+d, we get
p21=a21cos2α+b21sin2α+ab2sinαcosα..........(iii)
Now squaring equation (ii), we get
⇒[b(cosα)−a(sinα)]2=q21
Using the formula, (c+d)2=c2+2cd+d, we get
q21=a21sin2α+b21cos2α−ab2sinαcosα.........(iv)
Now adding equation (iii) and (iv), we get
p21+q21=a21cos2α+b21sin2α+ab2sinαcosα+a21sin2α+b21cos2α−ab2sinαcosα
Cancelling the like terms, we get
p21+q21=a21cos2α+b21sin2α+a21sin2α+b21cos2α
Now grouping and converting we get,
p21+q21=a21(sin2α+cos2α)+b21(cos2αsin2α)
Now using identify sin2α+cos2α=1 we get,
p21+q21=a21+b21
Bringing all the terms on the right hand side, we get
a21−p21+b21−q21=0
So, the value of the given expression a21−p21+b21−q21 is 0.
Hence the correct answer is option (b).
Note:
Students must be careful while dealing and forming an equation of lines when rotated by any fixed angle. While eliminating also they should be careful about calculation to avoid mistakes.
General mistake that student makes is, after rotating the line they forget to substitute then replace x by (xcosα−ysinα) and y by (xsinα+ycosα)
So they won’t obtain the correct answer.