A basic doubt while taking square roots of variables which have ± sign before the square root sign.

55 Views Asked by At

Normally, we know that √x2 = |x| as x is a variable here.

But if it is ± √x2 , then we simply write it as ±x , because ± has specifically asked for 2 values. So on a higher level - it doesn't matter if mod is skipped. ( Correct me if I am going wrong )

Ok so the original question was .....


Let −π/6 < θ < −π/12

Suppose α1 & β1 are the roots equation x2 − 2x sec(θ) + 1 = 0

and α2 & β2 are roots of the equation x2 + 2x tan(θ) − 1 = 0.

If α1 > β1 & α2 > β2, then find the value of α12


On Calculating the Roots of first equation we get them as

sec(θ) ± | tan(θ) |

and on Calculating the Roots of second equation we get them as

-tan(θ) ± | sec(θ) |

The given answer to this question is -2 tan(θ)


Now I don't have any problem with α2 & β2, as one can clearly make out that α2 is larger than β2 as sec(θ) is anyhow positive in the 4th quadrant


But I have problem with assigning α1 & β1 because √tan2(θ) is |tan θ| and I guess, in this specific case we can't ignore the mod "| |" sign, else α1 & β1 will interchange

If mod sign isn't ignored, then the answer of α12 will be 0, as

sec(θ) + | tan(θ) | = α1 - larger root

sec(θ) - | tan(θ) | = β1 - smaller root

as it is given α1 > β1


and if mod sign is ignored- which is what is done ( possibly due to ± sign in formula) then

sec(θ) + tan(θ) = β1 - smaller root

sec(θ) - tan(θ) = α1 - bigger root

as tan(θ) is negative in 4th quadrant the answer of α12 comes to -2tan(θ) - which is given as the solution.


So what do you think is the correct solution for the question ? Or is there anything I am specifically missing here, and so the mod was discarded ?


This question was also asked in JEE Advanced ( India ) in 2016.


1

There are 1 best solutions below

1
On BEST ANSWER

In your section where you come up with $\alpha_1+\beta_2=0$, you have:

$\alpha_1 = \sec(\theta)+\mid\tan(\theta)\mid$ and

$\beta_1 = \sec(\theta)-\mid\tan(\theta)\mid$.

Also we then have $\alpha_2=\sec(\theta)+\mid \tan(\theta)\mid$

and $\beta_2 =-\sec(\theta)+\mid \tan(\theta)\mid$.

So $\alpha_1+\beta_2=2\mid \tan(\theta)\mid = -2\tan(\theta)$

(last equality because, as you noted, in the fourth quadrant, tangent takes on negative values).