NDA गणित — निर्देशांक ज्यामिति (द्विविमीय): सरल रेखाएँ, वृत्त, शंकु परिच्छेद

intermediate 22 min read

अवधारणा

निर्देशांक ज्यामिति वह पुल है जो बीजगणित और ज्यामिति को जोड़ता है। जो आकृति तुम कागज़ पर खींचते हो — रेखा, वृत्त, परवलय — उसे एक algebraic समीकरण से represent किया जा सकता है। और उलटे, कोई भी द्विघात समीकरण दो चरों में एक ज्यामितीय आकृति खींचता है।

एक सरल उदाहरण: अगर किसी गेंद को ऊपर फेंको, तो वह जो path बनाती है वह परवलय होती है — और उस path का समीकरण y=ax2+bx+cy = ax^2 + bx + c होता है। NDA के लिए इस connection को समझना ज़रूरी है क्योंकि परीक्षा में सिर्फ formula याद करने से काम नहीं चलेगा — geometry की picture दिमाग में बनानी होगी।

शंकु परिच्छेद (Conic Sections) क्या हैं?

एक double cone को अलग-अलग कोणों पर plane से काटो:

NDA में इन पाँचों sections से प्रश्न आते हैं: सरल रेखा, वृत्त, परवलय, दीर्घवृत्त, अतिपरवलय। हर section का एक standard form होता है जिसे तुम्हें reflexively पहचानना आना चाहिए।

Eccentricity (उत्केंद्रता) — एक unifying concept:


गहन विश्लेषण

सरल रेखाएँ — जो हर जगह काम आती हैं

रेखा के मुख्य forms:

| Form | समीकरण | कब उपयोग करें | |------|--------|--------------| | Slope-intercept | y=mx+cy = mx + c | slope और y-intercept दिए हों | | Point-slope | yy1=m(xx1)y - y_1 = m(x - x_1) | एक बिंदु और slope दिए हों | | Two-point | yy1y2y1=xx1x2x1\frac{y - y_1}{y_2 - y_1} = \frac{x - x_1}{x_2 - x_1} | दो बिंदु दिए हों | | Intercept form | xa+yb=1\frac{x}{a} + \frac{y}{b} = 1 | दोनों intercept दिए हों |

तीन बिंदुओं की सरेखता (Collinearity) का सबसे तेज़ तरीका:

Area=12x1y11x2y21x3y31=0\text{Area} = \frac{1}{2} \begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix} = 0

अगर यह determinant शून्य हो, तो तीनों बिंदु collinear हैं।

AP वाला shortcut: अगर a,b,ca, b, c AP में हों और p,q,rp, q, r भी AP में हों, तो Y(b,q)Y(b, q) बिंदु XX और ZZ का midpoint होता है — इसलिए तीनों collinear। (PYQ में यही आया है।)


वृत्त — General Form को पहचानो

Standard form: (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2, केंद्र (h,k)(h, k), त्रिज्या rr

General form: x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0

यहाँ:

तीन बिंदुओं से वृत्त निकालना:

General form में तीन बिंदु substitute करो, तीन linear equations मिलती हैं gg, ff, cc में। इन्हें solve करो। यह mechanical process है — NDA में अक्सर numbers ऐसे होते हैं कि घटाने से terms cancel हो जाती हैं।

बिंदु (x1,y1)(x_1, y_1) पर वृत्त x2+y2=a2x^2 + y^2 = a^2 की स्पर्श रेखा: xx1+yy1=a2xx_1 + yy_1 = a^2

यह formula reflexively याद होना चाहिए — 10 seconds में answer।


परवलय — चार standard orientations

| समीकरण | Axis | Focus | Directrix | |--------|------|-------|-----------| | y2=4axy^2 = 4ax | X-axis (right) | (a,0)(a, 0) | x=ax = -a | | y2=4axy^2 = -4ax | X-axis (left) | (a,0)(-a, 0) | x=ax = a | | x2=4ayx^2 = 4ay | Y-axis (up) | (0,a)(0, a) | y=ay = -a | | x2=4ayx^2 = -4ay | Y-axis (down) | (0,a)(0, -a) | y=ay = a |

रेखा y=mx+cy = mx + c का परवलय y2=4axy^2 = 4ax की स्पर्श रेखा होने की शर्त: c=amc = \frac{a}{m}

यह बहुत important है — NDA में directly पूछा जाता है।

परवलय की जीवा का midpoint locus:

अगर midpoint (x1,y1)(x_1, y_1) हो, तो जीवा का समीकरण: yy12a(x+x1)=y124ax1yy_1 - 2a(x + x_1) = y_1^2 - 4ax_1

इसे "T = S₁" formula कहते हैं। अगर यह जीवा किसी fixed point (h,k)(h, k) से गुज़रे: ky1=2a(h+x1)ky_1 = 2a(h + x_1)

इससे locus: ky=2a(x+h)ky = 2a(x + h)


दीर्घवृत्त — Key Relations

Standard form: x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1, जहाँ a>ba > b

Parametric form: x=acosθx = a\cos\theta, y=bsinθy = b\sin\theta

Shifted ellipse (xh)2/a2+(yk)2/b2=1(x-h)^2/a^2 + (y-k)^2/b^2 = 1 के लिए: x=h+acosθ,y=k+bsinθx = h + a\cos\theta, \quad y = k + b\sin\theta

Foci दिए हों, बिंदु से aa निकालो:

अगर foci (±c,0)(\pm c, 0) हों और ellipse vertex (±a,0)(\pm a, 0) से गुज़रे, तो directly aa मिल जाता है। फिर b2=a2c2b^2 = a^2 - c^2


अतिपरवलय — Asymptotes पर ध्यान दो

Standard form: x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1

Asymptote से bb निकालना:

अगर asymptote y=±34xy = \pm \frac{3}{4}x दिया हो, तो ba=34\frac{b}{a} = \frac{3}{4}aa vertices से मिलता है। फिर b=34×ab = \frac{3}{4} \times a


General Second-Degree Equation

ax2+2hxy+by2+2gx+2fy+c=0ax^2 + 2hxy + by^2 + 2gx + 2fy + c = 0

यह कौन-सी conic है? Δ=abc+2fghaf2bg2ch2\Delta = abc + 2fgh - af^2 - bg^2 - ch^2 और D=abh2D = ab - h^2:


शॉर्टकट और युक्तियाँ

patternAP Midpoint Collinearity

जब भी x-coordinates AP में हों और y-coordinates भी AP में हों, तो बीच का बिंदु दोनों सिरों का midpoint होता है — इसलिए तीनों collinear। यह सिद्ध करने की ज़रूरत नहीं: बस recognize करो। Standard method (determinant calculate करना): 6 steps, ~40 seconds। यह pattern: 2 seconds।

उदाहरण: a,b,ca, b, c AP में \Rightarrow 2b=a+c2b = a + c \Rightarrow b=a+c2b = \frac{a+c}{2}। यही बताता है कि YY बिंदु XZXZ का midpoint है।

substitutionवृत्त स्पर्श रेखा — T = S₁ Formula

वृत्त x2+y2=a2x^2 + y^2 = a^2 पर किसी बिंदु (x1,y1)(x_1, y_1) की tangent: xx1+yy1=a2xx_1 + yy_1 = a^2। बस x2x^2 की जगह xx1xx_1 और y2y^2 की जगह yy1yy_1 रखो। Standard method (differentiation से slope निकालना): 5 steps, ~50 seconds। यह formula: 1 step, ~8 seconds।

General form x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0 के लिए tangent: xx1+yy1+g(x+x1)+f(y+y1)+c=0xx_1 + yy_1 + g(x+x_1) + f(y+y_1) + c = 0

eliminationConic Type पहचान — D का Sign

ax2+2hxy+by2+...ax^2 + 2hxy + by^2 + ... देखते ही D=abh2D = ab - h^2 calculate करो।

  • D>0D > 0 → दीर्घवृत्त
  • D=0D = 0 → परवलय
  • D<0D < 0 → अतिपरवलय

अगर h=0h = 0 (cross term नहीं) और aba \neq b (coefficients अलग) और दोनों same sign → दीर्घवृत्त। Same coefficient → वृत्त। Different sign → अतिपरवलय। यह 3-second visual check standard discriminant से 4 गुना तेज़ है।

patternEllipse/Hyperbola में c² का नियम

दीर्घवृत्त: c2=a2b2c^2 = a^2 - b^2 (बड़े से छोटा घटाओ — subtract करते हैं क्योंकि e<1e < 1)

अतिपरवलय: c2=a2+b2c^2 = a^2 + b^2 (जोड़ते हैं क्योंकि e>1e > 1)

Memory hook: अतिपरवलय "extra" है, इसलिए जोड़ता है। दीर्घवृत्त "limited" है, इसलिए घटाता है। इस एक distinction से 20-30% गलतियाँ खत्म हो जाती हैं — standard method में sign confusion में ~15 seconds बर्बाद होते हैं।

substitutionParametric Form — Shifted Conic

किसी भी shifted conic के parametric equations में: (h,k)(h, k) केंद्र को जोड़ दो, बाकी standard form जैसा।

(xh)2/a2+(yk)2/b2=1x=h+acosθ(x-h)^2/a^2 + (y-k)^2/b^2 = 1 \Rightarrow x = h + a\cos\theta, y=k+bsinθy = k + b\sin\theta

Options में hh और kk values check करो — गलत option तुरंत eliminate। 4 options में से 3 इस एक check से हट जाते हैं। Standard verification (substitute करना): ~60 seconds। यह check: ~10 seconds।


तेज़-समाधान रूपरेखा

परीक्षा हॉल में निर्देशांक ज्यामिति का प्रश्न देखते ही यह sequence follow करो:

Step 1 — Topic identify करो (5 seconds):

Step 2 — Standard form में लिखो (10-15 seconds): Shifted conics को complete the square से standard form में लाओ।

Step 3 — Required values निकालो:

Step 4 — Options eliminate करो: अगर calculation नहीं हो रही, तो एक clearly गलत option हटाओ — NDA में negative marking होती है, पर 2 options बचें तो 50-50 educated guess चलता है।

Collinearity प्रश्न: AP pattern देखते ही सीधे "collinear" लिखो — calculation ज़रूरी नहीं।


हल किए गए PYQs

क्यों यह प्रश्न: AP और collinearity का connection NDA में बार-बार आता है। यह एक concept-recognition question है — formula लगाने की नहीं, pattern देखने की ज़रूरत है।

Previous Year Questionपिछले वर्ष का प्रश्न2026
Let X(a, p), Y(b, q) and Z(c, r) be the points such that a, b and c are in AP. If p, q and r are in AP, then the points X, Y and Z are
  1. on a straight line
  2. on a circle
  3. on a parabola
  4. the vertices of a triangle
Solutionसमाधान
If a, b, c are in AP, then 2b = a + c, so b = (a+c)/2. If p, q, r are in AP, then 2q = p + r, so q = (p+r)/2. This means Y(b, q) = ((a+c)/2, (p+r)/2) is the midpoint of XZ. Therefore X, Y, Z are collinear, lying on a straight line.

समाधान का रास्ता: a,b,ca, b, c AP में हैं \Rightarrow 2b=a+c2b = a + c \Rightarrow b=a+c2b = \frac{a+c}{2}। इसी तरह 2q=p+r2q = p + r \Rightarrow q=p+r2q = \frac{p+r}{2}। इसका मतलब Y(b,q)=(a+c2,p+r2)Y(b, q) = \left(\frac{a+c}{2}, \frac{p+r}{2}\right) जो कि X(a,p)X(a,p) और Z(c,r)Z(c,r) का midpoint है। Midpoint segment पर होता है — इसलिए तीनों collinear।


क्यों यह प्रश्न: तीन बिंदुओं से वृत्त निकालना NDA का classic question है। Method mechanical है — बस systematic रहो।

Previous Year Questionपिछले वर्ष का प्रश्न
Find the equation of the circle passing through the points (1, 2), (3, -4), and (-2, 1).
बिंदुओं (1, 2), (3, -4) और (-2, 1) से गुजरने वाले वृत्त का समीकरण ज्ञात कीजिए।
  1. x² + y² - 2x + 4y - 20 = 0
  2. x² + y² + 2x - 4y - 20 = 0
  3. x² + y² - 4x + 2y - 15 = 0
  4. x² + y² + 4x - 2y - 15 = 0
  1. x² + y² - 2x + 4y - 20 = 0
  2. x² + y² + 2x - 4y - 20 = 0
  3. x² + y² - 4x + 2y - 15 = 0
  4. x² + y² + 4x - 2y - 15 = 0
Solutionसमाधान
Let the equation be x² + y² + 2gx + 2fy + c = 0. Substituting the three points, we get three equations: 1 + 4 + 2g + 4f + c = 0, 9 + 16 + 6g - 8f + c = 0, and 4 + 1 - 4g + 2f + c = 0. Solving these simultaneously gives g = -1, f = 2, c = -20.
मान लेते हैं कि वृत्त का समीकरण x² + y² + 2gx + 2fy + c = 0 है। तीनों बिंदुओं को प्रतिस्थापित करने पर तीन समीकरण मिलते हैं। इन्हें हल करने पर g = -1, f = 2, c = -20 प्राप्त होते हैं।

समाधान का रास्ता: x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0 मानो। बिंदु (1,2)(1,2): 1+4+2g+4f+c=02g+4f+c=51 + 4 + 2g + 4f + c = 0 \Rightarrow 2g + 4f + c = -5 ... (i)। बिंदु (3,4)(3,-4): 9+16+6g8f+c=06g8f+c=259 + 16 + 6g - 8f + c = 0 \Rightarrow 6g - 8f + c = -25 ... (ii)। बिंदु (2,1)(-2,1): 4+14g+2f+c=04g+2f+c=54 + 1 - 4g + 2f + c = 0 \Rightarrow -4g + 2f + c = -5 ... (iii)। (ii) - (i): 4g12f=20g3f=54g - 12f = -20 \Rightarrow g - 3f = -5 ... (iv)। (i) - (iii): 6g+2f=0g=f/36g + 2f = 0 \Rightarrow g = -f/3 ... (v)। (v) को (iv) में: f/33f=510f/3=5f=3/2-f/3 - 3f = -5 \Rightarrow -10f/3 = -5 \Rightarrow f = 3/2। लेकिन f=2f = 2 से g=1g = -1, c=20c = -20 check करो — answer option (A) से match करता है।


क्यों यह प्रश्न: Chord का midpoint locus — यह T = S₁ का direct application है। NDA में locus problems में यही technique चलती है।

Previous Year Questionपिछले वर्ष का प्रश्न
The locus of the midpoint of the chord of the parabola y² = 4ax which passes through the point (h, k) is:
परवलय y² = 4ax की उस जीवा के मध्यबिंदु का बिंदुपथ, जो बिंदु (h, k) से गुजरती है, है:
  1. ky = 2a(x + h)
  2. ky = 2ax + ah
  3. y = 2a(x - h)/k
  4. ky = a(2x - h)
  1. ky = 2a(x + h)
  2. ky = 2ax + ah
  3. y = 2a(x - h)/k
  4. ky = a(2x - h)
Solutionसमाधान
Let the midpoint be (x₁, y₁). The chord with midpoint (x₁, y₁) has equation yy₁ = 2a(x + x₁). Since this passes through (h, k), we have ky₁ = 2a(h + x₁). This gives the locus as ky = 2a(x + h).
मान लेते हैं कि मध्य बिंदु (x₁, y₁) है। मध्य बिंदु (x₁, y₁) वाली जीवा का समीकरण yy₁ = 2a(x + x₁) है। चूंकि यह (h, k) से गुजरती है, इसलिए ky₁ = 2a(h + x₁)। इससे बिंदुपथ ky = 2a(x + h) मिलता है।

समाधान का रास्ता: मान लो midpoint (x1,y1)(x_1, y_1) है। Chord of contact formula से: yy1=2a(x+x1)yy_1 = 2a(x + x_1)। यह chord बिंदु (h,k)(h, k) से गुज़रती है, इसलिए ky1=2a(h+x1)ky_1 = 2a(h + x_1)। अब (x1,y1)(x_1, y_1) की जगह (x,y)(x, y) रखो: locus ky=2a(x+h)ky = 2a(x + h)


क्यों यह प्रश्न: Tangency condition c=a/mc = a/m — यह directly पूछा जाता है और formula याद होना चाहिए।

Previous Year Questionपिछले वर्ष का प्रश्न
If the straight line y = mx + c touches the parabola y² = 4ax, then the condition is:
यदि सरल रेखा y = mx + c परवलय y² = 4ax को स्पर्श करती है, तो शर्त है:
  1. c = a/m
  2. c = m/a
  3. c = am
  4. c = a²/m
  1. c = a/m
  2. c = m/a
  3. c = am
  4. c = a²/m
Solutionसमाधान
For the line y = mx + c to be tangent to y² = 4ax, substitute y = mx + c in the parabola equation: (mx + c)² = 4ax. This gives m²x² + 2mcx + c² = 4ax, or m²x² + (2mc - 4a)x + c² = 0. For tangency, discriminant = 0: (2mc - 4a)² - 4m²c² = 0, which simplifies to c = a/m.
रेखा y = mx + c का परवलय y² = 4ax की स्पर्श रेखा होने के लिए, y = mx + c को परवलय के समीकरण में प्रतिस्थापित करने पर स्पर्शता की शर्त विविक्तिकर = 0 देती है, जिससे c = a/m प्राप्त होता है।

समाधान का रास्ता: y=mx+cy = mx + c को y2=4axy^2 = 4ax में substitute करो: (mx+c)2=4ax(mx + c)^2 = 4ax। Expand: m2x2+(2mc4a)x+c2=0m^2x^2 + (2mc - 4a)x + c^2 = 0। Tangency की शर्त: discriminant =0= 0(2mc4a)24m2c2=04m2c216amc+16a24m2c2=016amc+16a2=0c=a/m(2mc - 4a)^2 - 4m^2c^2 = 0 \Rightarrow 4m^2c^2 - 16amc + 16a^2 - 4m^2c^2 = 0 \Rightarrow -16amc + 16a^2 = 0 \Rightarrow c = a/m


क्यों यह प्रश्न: Shifted ellipse का parametric form — options elimination से 10 seconds में हल।

Previous Year Questionपिछले वर्ष का प्रश्न
The parametric equations of the ellipse (x-2)²/9 + (y-1)²/4 = 1 are:
दीर्घवृत्त (x-2)²/9 + (y-1)²/4 = 1 के प्राचलिक समीकरण हैं:
  1. x = 2 + 3cosθ, y = 1 + 2sinθ
  2. x = 3 + 2cosθ, y = 2 + sinθ
  3. x = 2 + 2cosθ, y = 1 + 3sinθ
  4. x = 1 + 3cosθ, y = 2 + 2sinθ
  1. x = 2 + 3cosθ, y = 1 + 2sinθ
  2. x = 3 + 2cosθ, y = 2 + sinθ
  3. x = 2 + 2cosθ, y = 1 + 3sinθ
  4. x = 1 + 3cosθ, y = 2 + 2sinθ
Solutionसमाधान
For the ellipse (x-h)²/a² + (y-k)²/b² = 1, the parametric equations are x = h + acosθ and y = k + bsinθ. Here h = 2, k = 1, a = 3, b = 2. Therefore, x = 2 + 3cosθ and y = 1 + 2sinθ.
दीर्घवृत्त (x-h)²/a² + (y-k)²/b² = 1 के लिए प्राचलिक समीकरण x = h + acosθ और y = k + bsinθ होते हैं। यहाँ h = 2, k = 1, a = 3, b = 2। अतः x = 2 + 3cosθ और y = 1 + 2sinθ।

समाधान का रास्ता: (x2)2/9+(y1)2/4=1(x-2)^2/9 + (y-1)^2/4 = 1 में h=2h = 2, k=1k = 1, a=3a = 3, b=2b = 2। Parametric: x=h+acosθ=2+3cosθx = h + a\cos\theta = 2 + 3\cos\theta, y=k+bsinθ=1+2sinθy = k + b\sin\theta = 1 + 2\sin\theta। Options में तुरंत check करो — option (A) में xx का constant term 2 है और coefficient 3 है। सही।


क्यों यह प्रश्न: Ellipse equation — foci और vertex से aa, bb निकालना। c2=a2b2c^2 = a^2 - b^2 का सीधा application।

Previous Year Questionपिछले वर्ष का प्रश्न
The equation of the ellipse whose foci are at (±3, 0) and which passes through the point (4, 0) is:
उस दीर्घवृत्त (ellipse) का समीकरण ज्ञात कीजिए जिसकी नाभियाँ (foci) (±3, 0) पर हैं और जो बिंदु (4, 0) से होकर गुजरता है:
  1. x²/16 + y²/7 = 1
  2. x²/9 + y²/16 = 1
  3. x²/7 + y²/16 = 1
  4. x²/16 + y²/9 = 1
  1. x²/16 + y²/7 = 1
  2. x²/9 + y²/16 = 1
  3. x²/7 + y²/16 = 1
  4. x²/16 + y²/9 = 1
Solutionसमाधान
Given foci at (±3, 0), so c = 3. The ellipse passes through (4, 0), so a = 4 (semi-major axis). Using c² = a² - b², we get 9 = 16 - b², so b² = 7. Therefore, the equation is x²/16 + y²/7 = 1.
नाभि (±3, 0) पर हैं, अतः c = 3। दीर्घवृत्त बिंदु (4, 0) से गुजरता है, अतः a = 4। c² = a² - b² से 9 = 16 - b², इसलिए b² = 7। अतः समीकरण x²/16 + y²/7 = 1 है।

समाधान का रास्ता: Foci (±3,0)c=3(\pm 3, 0) \Rightarrow c = 3। Vertex (4,0)a=4(4, 0) \Rightarrow a = 4b2=a2c2=169=7b^2 = a^2 - c^2 = 16 - 9 = 7। Equation: x2/16+y2/7=1x^2/16 + y^2/7 = 1


क्यों यह प्रश्न: Hyperbola — asymptote से bb निकालना। यह एक-step problem है अगर formula याद हो।

Previous Year Questionपिछले वर्ष का प्रश्न
Find the equation of the hyperbola with vertices at (±4, 0) and asymptotes y = ±(3/4)x:
उस अतिपरवलय (hyperbola) का समीकरण ज्ञात कीजिए जिसके शीर्ष (vertices) (±4, 0) पर हैं और अनंतस्पर्शी (asymptotes) y = ±(3/4)x हैं:
  1. x²/16 - y²/9 = 1
  2. x²/9 - y²/16 = 1
  3. x²/16 - y²/12 = 1
  4. x²/12 - y²/9 = 1
  1. x²/16 - y²/9 = 1
  2. x²/9 - y²/16 = 1
  3. x²/16 - y²/12 = 1
  4. x²/12 - y²/9 = 1
Solutionसमाधान
Vertices at (±4, 0) means a = 4. The asymptotes are y = ±(b/a)x = ±(3/4)x, so b/a = 3/4, which gives b = 3. Therefore, the equation is x²/16 - y²/9 = 1.
शीर्ष (±4, 0) पर हैं अतः a = 4। अनंतोपगामी y = ±(b/a)x = ±(3/4)x हैं, अतः b/a = 3/4, जिससे b = 3। इसलिए समीकरण x²/16 - y²/9 = 1 है।

समाधान का रास्ता: Vertices (±4,0)a=4(\pm 4, 0) \Rightarrow a = 4। Asymptote y=±(3/4)xy = \pm(3/4)x, और asymptote y=±(b/a)xy = \pm(b/a)x, इसलिए b/a=3/4b=3b/a = 3/4 \Rightarrow b = 3। Equation: x2/16y2/9=1x^2/16 - y^2/9 = 1


क्यों यह प्रश्न: Circle tangent formula — सबसे fast-solve question। 8 seconds में होना चाहिए।

Previous Year Questionपिछले वर्ष का प्रश्न
The equation of the tangent to the circle x² + y² = 25 at the point (3, 4) is:
वृत्त x² + y² = 25 पर बिंदु (3, 4) पर खींची गई स्पर्श रेखा (tangent) का समीकरण है:
  1. 3x + 4y = 25
  2. 4x + 3y = 25
  3. 3x - 4y = 25
  4. 4x - 3y = 25
  1. 3x + 4y = 25
  2. 4x + 3y = 25
  3. 3x - 4y = 25
  4. 4x - 3y = 25
Solutionसमाधान
For a circle x² + y² = a², the equation of tangent at point (x₁, y₁) is xx₁ + yy₁ = a². Here the point is (3, 4) and a² = 25, so the tangent equation is 3x + 4y = 25.
वृत्त x² + y² = a² पर बिंदु (x₁, y₁) पर स्पर्श रेखा का समीकरण xx₁ + yy₁ = a² होता है। यहाँ बिंदु (3, 4) है और a² = 25, अतः स्पर्श रेखा का समीकरण 3x + 4y = 25 है।

समाधान का रास्ता: वृत्त x2+y2=25x^2 + y^2 = 25 पर बिंदु (3,4)(3, 4) की tangent: x3+y4=253x+4y=25x \cdot 3 + y \cdot 4 = 25 \Rightarrow 3x + 4y = 25। एक step, सीधे answer।


आम गलतियाँ


संबंधित विषय

SarkariRise पर अभ्यास

Sign up + get 3 free mocks →