Past Year QuestionsIPMAT IndoreQAStraight Lines

IPMAT Indore Straight Lines — PYPs

9 solved Straight Lines previous year questions (PYQs) from IPMAT Indore past year papers — attempt each and check the answer.

Free SolutionsNo Login9 Questions
Q1:ipmat indore 2021QAStraight LinesHardSA · TITA
If one of the lines given by the equation 2x2+axy+3y2=02x^2 + axy + 3y^2 = 0 coincides with one of those given by 2x2+bxy3y2=02x^2 + bxy - 3y^2 = 0 and the other lines represented by them are perpendicular then a2+b2=a^2+b^2 =
Enter your answer to attempt
The Setup: We're dealing with homogenous equations of degree 2, which represent pairs of straight lines passing through the origin. The equations are 2x2+axy+3y2=02x^2+axy+3y^2=0 and 2x2+bxy3y2=02x^2+bxy-3y^2=0. One line coincides, and the other lines are perpendicular. This is pure coordinate geometry boss-fight level. Let the slope of the shared line be mm, and the perpendicular ones be m1m_1 and m2m_2. Step 1: Translate the given equations to quadratic form in terms of slope (y=mxy=mx). For the first pair, dividing by x2x^2 gives: 3m2+am+2=03m^2 + am + 2 = 0 The product of the roots (slopes) is mm1=23    m1=23mm \cdot m_1 = \frac{2}{3} \implies m_1 = \frac{2}{3m}. Step 2: Repeat for the second pair. 3m2+bm+2=0-3m^2 + bm + 2 = 0 The product of slopes here is mm2=23    m2=23mm \cdot m_2 = -\frac{2}{3} \implies m_2 = -\frac{2}{3m}. Step 3: Use the perpendicularity condition for the non-coinciding lines. Their slopes multiply to 1-1: m1m2=1m_1 \cdot m_2 = -1 (23m)(23m)=1    49m2=1    m2=49\left(\frac{2}{3m}\right) \left(-\frac{2}{3m}\right) = -1 \implies -\frac{4}{9m^2} = -1 \implies m^2 = \frac{4}{9} Step 4: Set up the algebra to find (a2+b2)(a^2+b^2). We know mm is a root for both equations, so both evaluate to 0: 3m2+am+2=03m^2 + am + 2 = 0 (Eq. 1) 3m2+bm+2=0-3m^2 + bm + 2 = 0 (Eq. 2) Add them together: (a+b)m+4=0    a+b=4m(a+b)m + 4 = 0 \implies a+b = -\frac{4}{m} Subtract Eq. 2 from Eq. 1: 6m2+(ab)m=0    ab=6m6m^2 + (a-b)m = 0 \implies a-b = -6m Step 5: Calculate the final target, a2+b2a^2 + b^2. Use the identity 2(a2+b2)=(a+b)2+(ab)22(a^2+b^2) = (a+b)^2 + (a-b)^2. Square the sums: (a+b)2=16m2=164/9=36(a+b)^2 = \frac{16}{m^2} = \frac{16}{4/9} = 36 (ab)2=36m2=36(49)=16(a-b)^2 = 36m^2 = 36(\frac{4}{9}) = 16 2(a2+b2)=36+16=52    a2+b2=262(a^2+b^2) = 36 + 16 = 52 \implies a^2+b^2 = 26 Final Answer: 26
Q2:ipmat indore 2019QAStraight LinesEasySA · TITA
The maximum distance between the point (5,0)(-5, 0) and a point on the circle x2+y2=4x^2 + y^2 = 4 is
Enter your answer to attempt
The Setup: A coordinate geometry freebie. The farthest point of a circle from an external point lies on the line through the point and the centre, on the far side - so the maximum distance is the distance to the centre plus the radius. Step 1: Deconstruct the circle. From x2+y2=4x^2+y^2=4, the centre is the origin C(0,0)C(0,0) and the radius is r=4=2r=\sqrt{4}=2. Step 2: Distance from the point to the centre. Both P(5,0)P(-5,0) and C(0,0)C(0,0) lie on the x-axis, so the distance is just the gap in x-coordinates: d=50=5d=|-5-0|=5 Step 3: Check the point is outside. Since d=5>r=2d=5>r=2, the point PP lies outside the circle. (For a point *inside*, the maximum would still be d+rd+r, but the minimum formula flips - worth knowing which case you are in.) Step 4: Add the radius. Travel from PP through the centre and out to the opposite edge: Max distance=d+r=5+2=7\text{Max distance}=d+r=5+2=7 Concretely, the farthest point is (2,0)(2,0), and the distance from (5,0)(-5,0) to (2,0)(2,0) is indeed 7 - while the nearest point (2,0)(-2,0) sits only 3 away. Final Answer: 7
Q3:ipmat indore 2020QAStraight LinesMediumMCQ · MCQ
The equation of the straight line passing through the point M(5,4)M (-5,4), such that the portion of it between the axes is divided by the point MM into two equal halves, is
  • A10y8x=8010y - 8x = 80
  • B8y+10x=808y + 10x = 80
  • C10y+8x=8010y + 8x = 80
  • D8y+10x+80=08y + 10x + 80 = 0
Pick an option to attempt
The Setup: This is a coordinate geometry speedrun using intercept form. The line crosses the x-axis at some point A(a,0)A(a,0) and the y-axis at B(0,b)B(0,b). Saying MM divides the portion between the axes into two equal halves is just a fancy way of saying MM is the midpoint of segment ABAB. Step 1: Apply the midpoint formula. The midpoint of A(a,0)A(a,0) and B(0,b)B(0,b) is (a2,b2)\left(\frac{a}{2},\frac{b}{2}\right), and we are told that point is M(5,4)M(-5,4): a2=5    a=10\frac{a}{2}=-5\implies a=-10 b2=4    b=8\frac{b}{2}=4\implies b=8 Step 2: Construct the line equation. Use the two-intercept form xa+yb=1\frac{x}{a}+\frac{y}{b}=1: x10+y8=1\frac{x}{-10}+\frac{y}{8}=1 Step 3: Clear the fractions in one shot. Multiply every term by 8080 (a common multiple of 10 and 8 chosen to land directly on the answer's scale): 80x10+80y8=80    8x+10y=8080\cdot\frac{x}{-10}+80\cdot\frac{y}{8}=80 \implies -8x+10y=80 Reordering gives 10y8x=8010y-8x=80. Step 4: Verify against all three known points. A midpoint slip is easy to make, so test the line on the two intercepts and MM itself: * A(10,0)A(-10,0): 10(0)8(10)=8010(0)-8(-10)=80 ✓ * B(0,8)B(0,8): 10(8)8(0)=8010(8)-8(0)=80 ✓ * M(5,4)M(-5,4): 10(4)8(5)=40+40=8010(4)-8(-5)=40+40=80 ✓ All three sit on the line, and MM is genuinely halfway between AA and BB. Running the other three options through M(5,4)M(-5,4) fails every time, so the match is unique. Final Answer: 10y8x=8010y - 8x = 80
Q4:ipmat indore 2022QAStraight LinesMediumMCQ · MCQ
The value of kk for which the following lines are concurrent is xy1=02x+3y12=02x3y+k=0x-y-1=0 \newline 2x+3y-12=0 \newline 2x-3y+k=0
  • A1
  • B-1
  • C0
  • D12
Pick an option to attempt
The Setup: Three straight lines are concurrent (they intersect at a single unified point). We must find the intersection of the first two lines and use it to solve for the missing constant kk in the third line. Step 1: Find the intersection point of the first two lines. Line 1: xy1=0    x=y+1x - y - 1 = 0 \implies x = y + 1 Line 2: 2x+3y12=02x + 3y - 12 = 0 Substitute xx into the second equation: 2(y+1)+3y12=02(y + 1) + 3y - 12 = 0 2y+2+3y12=02y + 2 + 3y - 12 = 0 5y10=0    y=25y - 10 = 0 \implies y = 2 Substitute yy back to find xx: x=2+1=3x = 2 + 1 = 3 The shared intersection point is (3,2)(3, 2). Step 2: Solve for kk. For the three lines to be perfectly concurrent, Line 3 (2x3y+k=02x - 3y + k = 0) must also pass precisely through (3,2)(3, 2). Substitute x=3x = 3 and y=2y = 2 into the third equation: 2(3)3(2)+k=02(3) - 3(2) + k = 0 66+k=0    k=06 - 6 + k = 0 \implies k = 0 Final Answer: 0
Q5:ipmat indore 2021QAStraight LinesMediumMCQ · MCQ
Consider the polynomials f(x)=ax2+bx+cf(x) = ax^2 + bx + c, where a>0,b,ca > 0, b, c are real, g(x)=2xg(x) = -2x. If f(x)f(x) cuts the x-axis at (2,0)(-2, 0) and g(x)g(x) passes through (a,b)(a, b), then the minimum value of f(x)+9a+1f(x) + 9a + 1 is
  • A0
  • B1
  • C2
  • D3
Pick an option to attempt
The Setup: We need to trace the clues to build the quadratic equation f(x)f(x) entirely in terms of the variable aa. Once we have the pure function, we can calculate its vertex to find its lowest possible floor, and then plug that into the final target expression. Step 1: Use the g(x)g(x) coordinate to crack the value of bb. The line g(x)g(x) passes through (a,b)(a,b), so we literally just plug those coordinates in. b=2(a)    b=2ab=-2(a) \implies b=-2a Step 2: Use the x-intercept to crack cc. The function f(x)f(x) hits the axis at x=2x=-2, meaning f(2)=0f(-2)=0. a(2)2+b(2)+c=0a(-2)^2+b(-2)+c=0 4a2b+c=04a-2b+c=0 Substitute b=2ab=-2a into this equation: 4a2(2a)+c=0    4a+4a+c=0    8a+c=0    c=8a4a-2(-2a)+c=0 \implies 4a+4a+c=0 \implies 8a+c=0 \implies c=-8a Step 3: Construct the final quadratic and find its minimum. f(x)=ax22ax8a=a(x22x8)f(x)=ax^2-2ax-8a=a(x^2-2x-8) For an upward-facing parabola (a>0a>0), the minimum value occurs exactly at its vertex x=bnew/(2anew)x=-b_{new}/(2a_{new}). x=(2a)2(a)=2a2a=1x=\frac{-(-2a)}{2(a)}=\frac{2a}{2a}=1 Step 4: Calculate the minimum y-value of f(x)f(x) by plugging in x=1x=1. f(1)=a(12)2a(1)8a=a2a8a=9af(1)=a(1^2)-2a(1)-8a=a-2a-8a=-9a Step 5: Evaluate the final target expression f(x)+9a+1f(x)+9a+1 at its minimum point. (9a)+9a+1=1(-9a)+9a+1=1 Final Answer: 1
Q6:ipmat indore 2025QAStraight LinesMediumMCQ · MCQ
Let A(1,3)A(1,3) and B(5,1)B(5,1) be two points. If a line with slope mm intersects ABAB at an angle of 4545^{\circ}, then the possible values of mm are
  • A7,177, \frac{1}{7}
  • B3,133, \frac{1}{3}
  • C3,13-3, \frac{1}{3}
  • D5,155, -\frac{1}{5}
Pick an option to attempt
The Setup: We are dealing with a coordinate geometry vibe check. We have a defined line segment ABAB and a mystery line pulling up at exactly a 45-degree angle. We need to find the slope mm of this mystery line. The ultimate weapon here is the angle between two lines formula, which relies on the tangent function to bridge the slopes. Step 1: Find the slope of the base line ABAB. The standard formula for slope is m1=y2y1x2x1m_1 = \frac{y_2 - y_1}{x_2 - x_1}. Plug in the coordinates for A(1,3)A(1,3) and B(5,1)B(5,1): m1=1351m_1 = \frac{1 - 3}{5 - 1} m1=24=12m_1 = \frac{-2}{4} = -\frac{1}{2} Step 2: Deploy the angle formula. The formula for the angle θ\theta between two intersecting lines with slopes mm and m1m_1 is: tan(θ)=mm11+mm1\tan(\theta) = \left|\frac{m - m_1}{1 + m \cdot m_1}\right| We know θ=45\theta = 45^\circ, and tan(45)\tan(45^\circ) is straight up 11. Let's plug everything into the mainframe: 1=m(12)1+m(12)1 = \left|\frac{m - \left(-\frac{1}{2}\right)}{1 + m\left(-\frac{1}{2}\right)}\right| Step 3: Clean up the UI and set up the absolute value split. Simplify the fraction inside the absolute value by multiplying the numerator and the denominator by 22 to clear out the decimals/fractions: 1=2m+12m1 = \left|\frac{2m + 1}{2 - m}\right| Because it is wrapped in an absolute value, this equation branches into two separate timelines—one positive and one negative. We have to solve both to get all possible values for mm. Step 4: Solve Timeline 1 (The Positive Case). Set the inside of the absolute value equal to 11: 2m+12m=1\frac{2m + 1}{2 - m} = 1 Cross-multiply to flatten it out: 2m+1=2m2m + 1 = 2 - m Move the mm's to the left and the constants to the right: 3m=13m = 1 m=13m = \frac{1}{3} Step 5: Solve Timeline 2 (The Negative Case). Set the inside of the absolute value equal to 1-1: 2m+12m=1\frac{2m + 1}{2 - m} = -1 Cross-multiply: 2m+1=1(2m)2m + 1 = -1(2 - m) 2m+1=2+m2m + 1 = -2 + m Subtract mm from both sides, and subtract 11 from both sides: m=3m = -3 Final Answer: 3,13-3, \frac{1}{3}
Q7:ipmat indore 2021QAStraight LinesMediumMCQ · MCQ
The x-intercept of the line that passes through the intersection of the lines x+2y=4x + 2y = 4 and 2x+3y=62x + 3y = 6, and is perpendicular to the line 3xy=23x - y = 2 is
  • A2
  • B0.5
  • C4
  • D6
Pick an option to attempt
The Setup: Coordinate Geometry boss rush. We have to find an intersection point, calculate a perpendicular slope, build a brand new line equation, and finally snipe its x-intercept. Step 1: Find the crossover point of x+2y=4x+2y=4 and 2x+3y=62x+3y=6. Multiply the first equation by 22: 2x+4y=82x+4y=8. Subtract the second equation from it: (2x+4y)(2x+3y)=86    y=2(2x+4y)-(2x+3y)=8-6 \implies y=2 Plug y=2y=2 back into the first equation: x+2(2)=4    x+4=4    x=0x+2(2)=4 \implies x+4=4 \implies x=0 The lines intersect at (0,2)(0,2). This is our anchor point. Step 2: Steal the slope from the reference line. The reference is 3xy=23x-y=2, which rearranges to y=3x2y=3x-2. The slope (mm) is 33. Step 3: Calculate the perpendicular slope. Perpendicular lines have negative reciprocal slopes. m=13m_{\perp}=-\frac{1}{3} Step 4: Build the final line equation using the point-slope form with our anchor point (0,2)(0,2) and new slope 1/3-1/3. y2=13(x0)y-2=-\frac{1}{3}(x-0) 3y6=x    x+3y=63y-6=-x \implies x+3y=6 Step 5: Find the x-intercept. The x-intercept always occurs exactly when y=0y=0. x+3(0)=6    x=6x+3(0)=6 \implies x=6 Final Answer: 6
Q8:ipmat indore 2025QAStraight LinesMediumMCQ · MCQ
The area of the triangle, formed by the straight lines y=0y=0, 12x5y=012x-5y=0, and 3x+4y=73x+4y=7 is
  • A3527\frac{35}{27}
  • B149\frac{14}{9}
  • C289\frac{28}{9}
  • D3554\frac{35}{54}
Pick an option to attempt
The Setup: We are dropping into a coordinate geometry battle royale. We have three straight lines acting as boundaries, and we need to find the exact area of the safe zone (the triangle) they form. To do this, we need to find the three Points of Interest (POIs) where these lines intersect, then run the standard base-times-height formula. Step 1: Identify the boundary lines. Here is our loadout: Line 1: y=0y=0 (This is literally just the x-axis, the ground floor). Line 2: 12x5y=012x-5y=0 Line 3: 3x+4y=73x+4y=7 Step 2: Locate the first two vertices (the ground floor POIs). Since Line 1 is y=0y=0, finding where it crosses the other two lines is a free loot drop. Just plug 00 in for yy in their equations. Intersection of Line 1 and Line 2: 12x5(0)=012x - 5(0) = 0 12x=0    x=012x = 0 \implies x = 0 First vertex locked in: (0,0)(0, 0). Intersection of Line 1 and Line 3: 3x+4(0)=73x + 4(0) = 7 3x=7    x=733x = 7 \implies x = \frac{7}{3} Second vertex locked in: (73,0)(\frac{7}{3}, 0). Step 3: Locate the final vertex (the apex). Now we find where Line 2 and Line 3 cross each other (the third-party fight). From Line 2, let's isolate 12x12x: 12x=5y12x = 5y Now, take Line 3 (3x+4y=73x+4y=7) and multiply the entire equation by 44 to match the 12x12x term: 12x+16y=2812x + 16y = 28 Substitute 5y5y in for 12x12x: 5y+16y=285y + 16y = 28 21y=28    y=2821=4321y = 28 \implies y = \frac{28}{21} = \frac{4}{3} So the y-coordinate (which is the exact vertical height of our triangle) is 43\frac{4}{3}. *(We do not even need the x-coordinate because we already have the base secured flat on the x-axis, saving us precious time).* Step 4: Calculate the final area. Because our triangle sits perfectly flat on the x-axis, the math is super clean. Base length (bb) = Distance from (0,0)(0, 0) to (73,0)(\frac{7}{3}, 0) = 73\frac{7}{3}. Height (hh) = The y-coordinate of our apex vertex = 43\frac{4}{3}. Plug these into the classic area formula: Area=12bh\text{Area} = \frac{1}{2} \cdot b \cdot h Area=127343\text{Area} = \frac{1}{2} \cdot \frac{7}{3} \cdot \frac{4}{3} Area=2818\text{Area} = \frac{28}{18} Simplify the fraction by dividing the top and bottom by 22 for the flawless victory: Area=149\text{Area} = \frac{14}{9} Final Answer: 149\frac{14}{9}
Q9:ipmat indore 2019QAStraight LinesHardMCQ · MCQ
Two points on a ground are 1 m apart. If a cow moves in the field in such a way that its distance from the two points is always in ratio 3:23: 2 then
  • Athe cow moves in a straight line
  • Bthe cow moves in a circle
  • Cthe cow moves in a parabola
  • Dthe cow moves in a hyperbola
Pick an option to attempt
The Setup: A locus question. When a point moves so that the ratio of its distances to two fixed points stays constant, the path is completely determined by that constant - this is the Circle of Apollonius. Step 1: State the condition. Let the fixed points be AA and BB with AB=1AB=1 m, and let PP be the cow. The condition is: PAPB=32\frac{PA}{PB}=\frac{3}{2} Step 2: Apply the Apollonius result. For PAPB=k\frac{PA}{PB}=k with k>0k>0: * If k=1k=1 the locus is the perpendicular bisector of ABAB - a straight line, since equal distances means equidistant. * If k1k\neq 1 the locus is a circle. Here k=321k=\frac{3}{2}\neq 1, so the cow traces a circle. Step 3: See it concretely rather than just quoting the theorem. Put AA at the origin and BB at (1,0)(1,0), and let P=(x,y)P=(x,y). Then PA2=94PB2PA^2=\tfrac{9}{4}PB^2 gives: 4(x2+y2)=9((x1)2+y2)    5x2+5y218x+9=04\left(x^2+y^2\right)=9\left((x-1)^2+y^2\right) \implies 5x^2+5y^2-18x+9=0 x2+y2185x+95=0    (x95)2+y2=(65)2x^2+y^2-\frac{18}{5}x+\frac{9}{5}=0 \implies \left(x-\frac{9}{5}\right)^2+y^2=\left(\frac{6}{5}\right)^2 That is unmistakably a circle - centre (1.8,0)\left(1.8,\,0\right), radius 1.21.2 m. The two points where it crosses the line ABAB are the internal and external division points of ABAB in the ratio 3:23:2, namely x=0.6x=0.6 and x=3x=3, which is exactly the diameter [0.6,3][0.6,\,3] of width 2.42.4. Note the circle is not centred on ABAB's midpoint and does not pass through AA or BB - a useful check that this really is Apollonius and not the perpendicular bisector. Final Answer: the cow moves in a circle

Browse other topics · IPMAT Indore