Question
Question: Four points A(6, 3), B(-3, 5), C(4, -2) and D(x, 3x) are given in such a way that \(\dfrac{Area\left...
Four points A(6, 3), B(-3, 5), C(4, -2) and D(x, 3x) are given in such a way that Area(ΔABC)Area(ΔDBC)=21 find x
(The question has multiple correct options)
(a) 811
(b) 8−3
(c) 89
(d) None of these
Solution
Hint:Calculate area of both the triangles involved in the problem. Area of a triangle with the coordinates (x1,y1),(x2,y2) and (x3,y3) is given by the relation
area=21x1 x2 x3 y1y2y3111
Don’t ignore the modulus sign given with the formula of area to get multiple values of x . Any function f(x) with mod sign i.e. ∣f(x)∣ will open as f(x) and -f(x) both. Use this property to get the answer.
Complete step-by-step answer:
We know area of a triangle with vertices (x1,y1),(x2,y2) and (x3,y3) can be given as
Area of triangle = =21x1 x2 x3 y1y2y3111.......(i)
Now, coming to the question, we are given four points on the coordinate plane, that are A(6,3), B(−3,5), C(4,−2) and D(x,3x) .And hence, we need to find value of x if it is given that
Area(ΔABC)Area(ΔDBC)=21........(ii)
So, let us calculate area of triangle ABC with the help of coordinates A, B, C given in the problem and using equation (i) we get
area of ΔABC=216 −3 4 35−2111
Now on expanding the determinant along row 1, we get
area(ΔABC)=21∣(6(5×1−(−2×1))−3((−3×1)−4×1)+1((−3)×(−2)−4×5))∣=21∣(6(5+2)−3(−3−4)+1(6−20))∣=21∣42+21−14∣=21∣(63−14)∣=249
area(ΔABC)=249........(iii)
Now similarly we can calculate the area of ΔDBC with the help of given coordinates of D, B and C and applying the formula given in equation (i). So, we get
area(ΔDBC)=21x −3 4 3x5−2111=21∣(x(5×1−(−2×1))−3x((−3×1)−4×1)+1((−3×−2)−4×5))∣=21∣(x(5+2)−3x(−3−4)+1(6−20))∣=21∣7x+21x−14∣=21∣28x−14∣
area(ΔDBC)=∣14x−7∣.......(iv)
Now, we know the ratio of area of ΔDBC and area of ΔABC is given as 21 from the equation (ii). So, we get
(249)∣14x−7∣=21
On cross-multiplying the above equation, we get
2∣14x−7∣=249.........(v)
We know the modulus function can be opened both ways, if any negative term is lying in the modulus function, it will become positive by putting one more negative sign in front of it and positive number will open as positive number. Hence, mod of 14x−7 can be opened by both ways, depending on the sign of 14x−7 .If it is positive, then no effect at 14x−7, but if it will be negative, then we need to put a negative sign in order to make it positive. So, there will be two cases for solving equation (v).
Case 1: If 14x−7≥0 i.e. modulus value is positive, we get
2(14x−7)=24928x−14=24928x=14+249=228+49=277x=2×2877=2811
So, we get x=2811
Case 2: If 14x−7<0 , then i.e. modulus value is negative. So, we get
−2(14x−7)=249−28x+14=249−28x=249−14=249−28−28x=221x=2×28−21x=8−3
So, values of x are 811 and 8−3 .
So option (a) and option (b) is correct answer
Note: Another formula to get area of triangle would be given as
21x1 x2 y1y2+x2 x3 y2y3+x3 x1 y3y1
Where (x1,y1),(x2,y2),(x3,y3) are the coordinates of the triangle.
One may try to use heron’s formula i.e. Δ=s(s−a)(s−b)(s−c) , where (a,b,c) are sides and s is 2a+b+c and Δ is representing the area of triangle. But it will be a longer approach and might be complex for one, so always use the identity as per the requirement and given conditions.
Take care of mod sign with the term ∣14x−7∣ , one may miss the modulus sign and hence will get only a single value of ‘x’. So take care and solve it.