Question
Question: Eliminate ‘ \( \theta \) ’ from the equation and find the eliminant: \( x\cos \theta + y\sin \the...
Eliminate ‘ θ ’ from the equation and find the eliminant:
xcosθ+ysinθ=c and xcosθ−ysinθ=d
Solution
Hint : The two equations can be added up and one term will get cancelled this will eliminate the sine term in the equation. Now we will use the value of the cosine term and proceed further to solve the system of equations. The simple technique is to square the equations and add them. Then we will use the formulas written here and reduce the equation to a simpler form.
Formula used:
A general trigonometric identity is sin2θ+cos2θ=1⇒sin2θ=1−cos2θ
And 2sinθcosθ=sin2θ
Complete step-by-step answer :
The given equations are xcosθ+ysinθ=c and xcosθ−ysinθ=d
Adding the two equations we get,
xcosθ+ysinθ+xcosθ−ysinθ=c+d⇒2xcosθ=c+d⇒cosθ=2xc+d --(1)
On squaring them both we get,
(xcosθ+ysinθ)2=c2 and (xcosθ−ysinθ)2=d2
Now on simplifying we have,
x2cos2θ+y2sin2θ+2xycosθsinθ=c2 and x2cos2θ+y2sin2θ−2xycosθsinθ=d2
⇒x2cos2θ+y2sin2θ+xysin2θ=c2 and x2cos2θ+y2sin2θ−xysin2θ=d2
Adding both the equations we get,
x2cos2θ+y2sin2θ+xysin2θ+x2cos2θ+y2sin2θ−xysin2θ=c2+d2
By using the identity written on the formula we get,
x2cos2θ+y2(1−cos2θ)+xysin2θ+x2cos2θ+y2(1−cos2θ)−xysin2θ=c2+d2
The coefficients of “ sin2θ “ terms occurs twice and their sum is zero. So it can be removed.
⇒2x2cos2θ+2y2(1−cos2θ)=c2+d2
⇒2x2(2xc+d)2+2y2[1−(2xc+d)2]=c2+d2
⇒2x2×4x2(c+d)2+2y2[1−4x2(c+d)2]=c2+d2
⇒2(c+d)2+y2[2x24x2−(c+d)2]=c2+d2
The above is the desired equation after eliminating θ .
From (1) we have,
cosθ=2xc+d⇒θ=cos−1(2xc+d)
And this is the eliminant of the given equation.
So, the correct answer is “θ=cos−1(2xc+d) ”.
Note : While dealing with two equations and eliminating some variables always look into the functions present there. Like in our case it involved trigonometric functions sine and cosine and we used the identity that the sum of squares of sine and cosine is unity. So we squared the equations to use this thing. You may need to use the logarithmic or exponential function in some other cases.