Past Year QuestionsIPMAT IndoreQAIdentities

IPMAT Indore Identities — PYPs

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 2019QAIdentitiesHardMCQ · MCQ
If a,b,ca, b, c are real numbers and a2+b2+c2=1a^2 + b^2 + c^2 = 1, then the set of values ab+bc+caab + bc + ca can take is:
  • A[-1,2]
  • B[-12\frac{1}{2}, 2]
  • C[-1,1]
  • D[-12\frac{1}{2}, 1]
Pick an option to attempt
The Setup: We need the exact range of ab+bc+caab+bc+ca on the unit sphere a2+b2+c2=1a^2+b^2+c^2=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)20    a2+b2+c2+2(ab+bc+ca)0(a+b+c)^2\geq 0 \implies a^2+b^2+c^2+2(ab+bc+ca)\geq 0 Substituting the constraint: 1+2(ab+bc+ca)0    ab+bc+ca121+2(ab+bc+ca)\geq 0 \implies ab+bc+ca\geq -\frac{1}{2} Step 2: The upper bound. Use the sum of pairwise squared differences, also non-negative: (ab)2+(bc)2+(ca)20    2(a2+b2+c2)2(ab+bc+ca)0(a-b)^2+(b-c)^2+(c-a)^2\geq 0 \implies 2\left(a^2+b^2+c^2\right)-2(ab+bc+ca)\geq 0 2(1)2(ab+bc+ca)0    ab+bc+ca12(1)-2(ab+bc+ca)\geq 0 \implies ab+bc+ca\leq 1 Step 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=13a=b=c=\frac{1}{\sqrt{3}}. Then a2+b2+c2=313=1a^2+b^2+c^2=3\cdot\frac{1}{3}=1 ✓, and ab+bc+ca=313=1ab+bc+ca=3\cdot\frac{1}{3}=1. Equality holds because (ab)2+(bc)2+(ca)2=0(a-b)^2+(b-c)^2+(c-a)^2=0 exactly when all three are equal. * Lower: take a=12a=\frac{1}{\sqrt{2}}, b=12b=-\frac{1}{\sqrt{2}}, c=0c=0. Then a2+b2+c2=12+12+0=1a^2+b^2+c^2=\frac{1}{2}+\frac{1}{2}+0=1 ✓, and ab+bc+ca=12+0+0=12ab+bc+ca=-\frac{1}{2}+0+0=-\frac{1}{2}. Equality holds because a+b+c=0a+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: 12ab+bc+ca1-\frac{1}{2}\leq ab+bc+ca\leq 1 Final Answer: [-12\frac{1}{2}, 1]
Q2:ipmat indore 2026QAIdentitiesHardMCQ · MCQ
Positive reals x,yx, y satisfy xyx \neq y and x2+y2xy=k\frac{x^2+y^2}{xy} = k. If replacing xx by x+yx + y and yy by xy|x - y| leaves the value of kk unchanged, then kk equals ___
  • A1
  • B222\sqrt{2}
  • C2
  • D2\sqrt{2}
Pick an option to attempt
The Setup: This is a heavy Algebra transformation puzzle. We need to construct the new expression for kk after the substitution, simplify it using absolute value properties and binomial expansion, and then equate it to the original kk. Finally, we bridge the gap using the legendary algebraic identity (A+B)2(AB)2=4AB(A+B)^2 - (A-B)^2 = 4AB to unlock the exact value of kk. Math, logic, and syntax are locked in and double-verified. **Step 1: Construct the new kk timeline.** The original baseline expression is: k=x2+y2xyk = \frac{x^2 + y^2}{xy} We replace xx with (x+y)(x + y) and yy with xy|x - y|. The new expression becomes: New k=(x+y)2+(xy)2(x+y)xyNew\ k = \frac{(x + y)^2 + (|x - y|)^2}{(x + y)|x - y|} Step 2: Simplify the numerator and denominator. * Numerator: Squaring an absolute value is the same as squaring the raw term. (x+y)2+(xy)2=(x2+2xy+y2)+(x22xy+y2)=2(x2+y2)(x + y)^2 + (x - y)^2 = (x^2 + 2xy + y^2) + (x^2 - 2xy + y^2) = 2(x^2 + y^2) * Denominator: Since xx and yy are positive real numbers, their sum (x+y)(x + y) is strictly positive. We can bring it inside the absolute value bracket: (x+y)xy=(x+y)(xy)=x2y2(x + y)|x - y| = |(x + y)(x - y)| = |x^2 - y^2| Substitute these back to get the fully simplified new kk: New k=2(x2+y2)x2y2New\ k = \frac{2(x^2 + y^2)}{|x^2 - y^2|} Step 3: Equate and isolate the core ratio. The problem states the value of kk remains unchanged. Set the original kk equal to the new kk: x2+y2xy=2(x2+y2)x2y2\frac{x^2 + y^2}{xy} = \frac{2(x^2 + y^2)}{|x^2 - y^2|} Since xx and yy are positive, (x2+y2)(x^2 + y^2) is strictly positive. We can safely cancel it from both sides: 1xy=2x2y2\frac{1}{xy} = \frac{2}{|x^2 - y^2|} Cross-multiply and divide by xyxy to isolate the absolute value fraction: x2y2=2xy    x2y2xy=2|x^2 - y^2| = 2xy \implies \left|\frac{x^2 - y^2}{xy}\right| = 2 Split the fraction to reveal our working variables: xyyx=2\left|\frac{x}{y} - \frac{y}{x}\right| = 2 Step 4: Execute the Identity Bridge. Notice that our original kk can also be split into the same variable format: k=x2+y2xy=xy+yxk = \frac{x^2 + y^2}{xy} = \frac{x}{y} + \frac{y}{x} We now have expressions for both the sum and difference of xy\frac{x}{y} and yx\frac{y}{x}. We link them using the standard identity (a+b)2(ab)2=4ab(a + b)^2 - (a - b)^2 = 4ab: (xy+yx)2(xyyx)2=4(xy)(yx)\left(\frac{x}{y} + \frac{y}{x}\right)^2 - \left(\frac{x}{y} - \frac{y}{x}\right)^2 = 4\left(\frac{x}{y}\right)\left(\frac{y}{x}\right) Substitute our known values into the identity (note that the product on the right side cancels out to 1): k2(2)2=4(1)k^2 - (2)^2 = 4(1) k24=4    k2=8k^2 - 4 = 4 \implies k^2 = 8 Step 5: Secure the final stat. Since xx and yy are both positive real numbers, their sum fraction k=xy+yxk = \frac{x}{y} + \frac{y}{x} must also be strictly positive. k=8=22k = \sqrt{8} = 2\sqrt{2} Final Answer: 222\sqrt{2}

Browse other topics · IPMAT Indore