2 solved Identities previous year questions (PYQs) from IPMAT Indore past year papers — attempt each and check the answer.
Free SolutionsNo Login2 Questions
Q1:ipmat indore 2019QA › IdentitiesHardMCQ · MCQ
If a,b,c are real numbers and a2+b2+c2=1, then the set of values ab+bc+ca can take is:
A[-1,2]
B[-21, 2]
C[-1,1]
D[-21, 1]
Pick an option to attempt
The Setup: We need the exact range of ab+bc+ca on the unit sphere a2+b2+c2=1. Both bounds fall out of the fact that a real square is never negative - but a bound is only the answer if it is actually reached, so we must exhibit a witness for each.
Step 1: The lower bound. Expand a perfect square, which cannot be negative:
(a+b+c)2≥0⟹a2+b2+c2+2(ab+bc+ca)≥0
Substituting the constraint:
1+2(ab+bc+ca)≥0⟹ab+bc+ca≥−21Step 2: The upper bound. Use the sum of pairwise squared differences, also non-negative:
(a−b)2+(b−c)2+(c−a)2≥0⟹2(a2+b2+c2)−2(ab+bc+ca)≥02(1)−2(ab+bc+ca)≥0⟹ab+bc+ca≤1Step 3: Show both ends are attained. Inequalities alone would allow a smaller range, so produce explicit points on the sphere:
* Upper: take a=b=c=31. Then a2+b2+c2=3⋅31=1 ✓, and ab+bc+ca=3⋅31=1. Equality holds because (a−b)2+(b−c)2+(c−a)2=0 exactly when all three are equal.
* Lower: take a=21, b=−21, c=0. Then a2+b2+c2=21+21+0=1 ✓, and ab+bc+ca=−21+0+0=−21. Equality holds because a+b+c=0.
Step 4: Conclude. The expression is continuous on a connected sphere, so it sweeps every value between the two attained extremes - the set is the closed interval, endpoints included:
−21≤ab+bc+ca≤1Final Answer: [-21, 1]
Q2:ipmat indore 2026QA › IdentitiesHardMCQ · MCQ
Positive reals x,y satisfy x=y and xyx2+y2=k. If replacing x by x+y and y by ∣x−y∣ leaves the value of k unchanged, then k equals ___
A1
B22
C2
D2
Pick an option to attempt
The Setup: This is a heavy Algebra transformation puzzle. We need to construct the new expression for k after the substitution, simplify it using absolute value properties and binomial expansion, and then equate it to the original k. Finally, we bridge the gap using the legendary algebraic identity (A+B)2−(A−B)2=4AB to unlock the exact value of k. Math, logic, and syntax are locked in and double-verified.
**Step 1: Construct the new k timeline.**
The original baseline expression is:
k=xyx2+y2
We replace x with (x+y) and y with ∣x−y∣. The new expression becomes:
Newk=(x+y)∣x−y∣(x+y)2+(∣x−y∣)2Step 2: Simplify the numerator and denominator.
* Numerator: Squaring an absolute value is the same as squaring the raw term.
(x+y)2+(x−y)2=(x2+2xy+y2)+(x2−2xy+y2)=2(x2+y2)
* Denominator: Since x and y are positive real numbers, their sum (x+y) is strictly positive. We can bring it inside the absolute value bracket:
(x+y)∣x−y∣=∣(x+y)(x−y)∣=∣x2−y2∣
Substitute these back to get the fully simplified new k:
Newk=∣x2−y2∣2(x2+y2)Step 3: Equate and isolate the core ratio.
The problem states the value of k remains unchanged. Set the original k equal to the new k:
xyx2+y2=∣x2−y2∣2(x2+y2)
Since x and y are positive, (x2+y2) is strictly positive. We can safely cancel it from both sides:
xy1=∣x2−y2∣2
Cross-multiply and divide by xy to isolate the absolute value fraction:
∣x2−y2∣=2xy⟹xyx2−y2=2
Split the fraction to reveal our working variables:
yx−xy=2Step 4: Execute the Identity Bridge.
Notice that our original k can also be split into the same variable format:
k=xyx2+y2=yx+xy
We now have expressions for both the sum and difference of yx and xy. We link them using the standard identity (a+b)2−(a−b)2=4ab:
(yx+xy)2−(yx−xy)2=4(yx)(xy)
Substitute our known values into the identity (note that the product on the right side cancels out to 1):
k2−(2)2=4(1)k2−4=4⟹k2=8Step 5: Secure the final stat.
Since x and y are both positive real numbers, their sum fraction k=yx+xy must also be strictly positive.
k=8=22Final Answer:22