Straight Lines

Two-Dimensional Analytical Geometry का यह सबसे basic और सबसे important topic है। इस भाग में हम यह समझते हैं कि coordinate plane में किसी straight line को algebraic equation की सहायता से कैसे represent किया जाता है।
सीधी रेखा geometry का एक सरल रूप लगती है, लेकिन analytical geometry में इसी topic से slope, inclination, intercept, angle between lines, parallel lines, perpendicular lines, distance और intersection जैसे अनेक important concepts विकसित होते हैं।

यह chapter आगे आने वाले topics जैसे Pair of Straight Lines और Circles की भी foundation तैयार करता है। इसलिए straight line को केवल equation तक सीमित समझना सही नहीं है। यह coordinate geometry का मूल आधार है।

Straight Line का अर्थ

Coordinate plane में जो रेखा हर point पर समान direction रखती है, उसे straight line कहते हैं।
यदि किसी line पर चलते समय direction बदलती नहीं है, तो वह straight line होती है।

Analytical geometry में straight line को एक equation के रूप में लिखा जाता है।
इस equation का उद्देश्य यह बताना होता है कि कौन-कौन से points उस line पर स्थित हैं।

सामान्य रूप में straight line की equation इस प्रकार लिखी जाती है:

ax+by+c=0ax+by+c=0

जहाँ aa, bb, और cc constants हैं, और aa तथा bb दोनों एक साथ zero नहीं हो सकते।

इसी को straight line का general equation कहा जाता है।

Coordinate plane में line को समझना

Coordinate plane में किसी straight line को समझने के लिए दो बातें सबसे महत्वपूर्ण हैं:

  • line किस direction में जा रही है
  • line axis को कहाँ cut कर रही है

इन्हीं दो बातों से slope और intercept का concept आता है।

यदि किसी line की equation दी हुई हो, तो उससे line का graph बनाया जा सकता है।
और यदि graph दिया हो, तो उससे line की equation निकाली जा सकती है।

यही analytical geometry की सबसे बड़ी विशेषता है कि algebra और geometry एक-दूसरे से सीधे जुड़ जाते हैं।

Slope का concept

Straight line का सबसे important concept slope है।
Slope यह बताता है कि line कितनी steep है, यानी xx में change होने पर yy कितनी तेजी से बदलता है।

यदि किसी line पर दो points (x1,y1)(x_1,y_1) और (x2,y2)(x_2,y_2) हों, तो slope होगा:

m=y2y1x2x1m=\frac{y_2-y_1}{x_2-x_1}

यह formula तभी valid है जब x2x10x_2-x_1 \neq 0 हो।

Slope positive, negative, zero या undefined हो सकता है।

  • यदि line ऊपर की ओर बढ़ रही हो, तो slope positive होगा
  • यदि line नीचे की ओर जा रही हो, तो slope negative होगा
  • यदि line horizontal हो, तो slope zero होगा
  • यदि line vertical हो, तो slope undefined होगा

Inclination of a line

किसी straight line का x-axis के positive direction के साथ जो angle बनता है, उसे उसका inclination कहते हैं।
यदि inclination θ\theta हो, तो slope और inclination के बीच relation होता है:

m=tanθm=\tan\theta

यह relation बहुत important है, क्योंकि इससे angle और slope का सीधा संबंध स्थापित होता है।

यदि angle ज्ञात हो, तो slope निकाला जा सकता है।
और यदि slope ज्ञात हो, तो angle निकाला जा सकता है।

Slope-Intercept Form

यदि किसी line का slope mmm हो और वह y-axis को ccc पर cut करती हो, तो उसकी equation होगी:

y=mx+cy=mx+c

इसे slope-intercept form कहा जाता है।

यह form बहुत useful है, क्योंकि इसमें line का slope और y-intercept दोनों सीधे दिखाई देते हैं।

Example

यदि किसी line की equation हो:y=2x+3y=2x+3

तो इसका slope है:m=2m=2

और y-axis intercept है:33

इसका मतलब line y-axis को (0,3)(0,3) पर cut करती है।

Point-Slope Form

यदि किसी line का slope mmm ज्ञात हो और वह point (x1,y1)(x_1,y_1) से गुजरती हो, तो उसकी equation होती है:

yy1=m(xx1)y-y_1=m(x-x_1)

इसे point-slope form कहते हैं।

यह form तब बहुत useful होती है जब किसी line का slope और उस पर स्थित एक point दिया गया हो।

Example

Find the equation of the line passing through (2,3)(2,3) and having slope 44.

Formula लगाएँ:y3=4(x2)y-3=4(x-2)

अब simplify करें:y3=4x8y-3=4x-8

y=4x5y=4x-5

अतः required equation है:y=4x5\boxed{y=4x-5}

Two-Point Form

यदि line दो points (x1,y1)(x_1,y_1) और (x2,y2)(x_2,y_2) से गुजरती हो, तो उसकी equation होती है:

yy1=y2y1x2x1(xx1)y-y_1=\frac{y_2-y_1}{x_2-x_1}(x-x_1)

इसी को two-point form कहा जाता है।

Example

Find the equation of the line passing through (1,2)(1,2) and (3,6)(3,6).

सबसे पहले slope निकालें:

m=6231=42=2m=\frac{6-2}{3-1}=\frac{4}{2}=2

अब point-slope form use करें:y2=2(x1)y-2=2(x-1)

y2=2x2y-2=2x-2

y=2xy=2x

अतः required equation है:y=2x\boxed{y=2x}

Intercept Form

यदि कोई line x-axis को aa पर और y-axis को bb पर cut करती हो, तो उसकी equation होती है:

xa+yb=1\frac{x}{a}+\frac{y}{b}=1

इसे intercept form कहते हैं।

यह form तब उपयोगी होती है जब line के दोनों intercepts दिए हों।

Example

यदि line x-axis को 44 पर और y-axis को 22 पर cut करती है, तो equation होगी:

x4+y2=1\frac{x}{4}+\frac{y}{2}=1

अब 4 से multiply करें:x+2y=4x+2y=4

अतः required equation है:x+2y=4\boxed{x+2y=4}

General Form of a Straight Line

Straight line की सबसे general equation होती है:

ax+by+c=0ax+by+c=0

यह form सबसे common है और कई बार questions में line इसी रूप में दी जाती है।

इस form से slope निकालने के लिए equation को slope-intercept form में बदला जाता है।

यदिax+by+c=0ax+by+c=0

तोby=axcby=-ax-c

y=abxcby=-\frac{a}{b}x-\frac{c}{b}

अतः slope है:m=abm=-\frac{a}{b}

Parallel Lines

दो lines parallel होती हैं यदि उनका slope same हो।

अर्थात यदि two lines के slopes m1m_1 और m2m_2 हों, तो parallel होने की condition है:

m1=m2m_1=m_2

General form a1x+b1y+c1=0a_1x+b_1y+c_1=0 और a2x+b2y+c2=0a_2x+b_2y+c_2=0 में parallel होने की condition है:

a1a2=b1b2c1c2\frac{a_1}{a_2}=\frac{b_1}{b_2}\neq \frac{c_1}{c_2}

Example

Check whether lines2x+3y4=02x+3y-4=0

and4x+6y+5=04x+6y+5=0

are parallel or not.

यहाँa1a2=24=12\frac{a_1}{a_2}=\frac{2}{4}=\frac{1}{2}

b1b2=36=12\frac{b_1}{b_2}=\frac{3}{6}=\frac{1}{2}

लेकिनc1c2=4512\frac{c_1}{c_2}=\frac{-4}{5}\neq \frac{1}{2}

अतः lines parallel हैं।

Perpendicular Lines

दो lines perpendicular होती हैं यदि उनके slopes का product 1-1 हो।

अर्थात condition है:m1m2=1m_1m_2=-1

Example

यदि एक line का slope 22 है, तो उसके perpendicular line का slope होगा:

m2=12m_2=-\frac{1}{2}

क्योंकि2(12)=12\cdot \left(-\frac{1}{2}\right)=-1

यह relation बहुत important है, विशेष रूप से equation finding questions में।

Angle Between Two Lines

यदि दो lines के slopes m1m_1​ और m2m_2 हों, तो उनके बीच angle θ\theta होगा:

tanθ=m2m11+m1m2\tan\theta=\left|\frac{m_2-m_1}{1+m_1m_2}\right|

यह formula तब use होता है जब दो lines के बीच acute angle निकालना हो।

Example

यदि m1=1m_1=1 और m2=3m_2=\sqrt{3}, तोtanθ=311+3\tan\theta=\left|\frac{\sqrt{3}-1}{1+\sqrt{3}}\right|

इसी से angle निकाला जा सकता है।

यह concept exam में short और long numerical दोनों में पूछा जा सकता है।

Equation of Line Parallel to a Given Line

यदि किसी line का slope mmm हो और हमें उसके parallel किसी दूसरी line की equation निकालनी हो, तो नई line का slope भी वही होगा।

Example

Find the equation of the line passing through (1,2)(1,2)(1,2) and parallel to

y=3x+5y=3x+5

दी गई line का slope 33 है।
अतः required line का slope भी 33 होगा।

अब point-slope form लगाएँ:y2=3(x1)y-2=3(x-1)

y2=3x3y-2=3x-3

y=3x1y=3x-1

अतः required equation है:y=3x1\boxed{y=3x-1}

Equation of Line Perpendicular to a Given Line

यदि किसी line का slope mmm हो, तो उसके perpendicular line का slope होगा:

1m-\frac{1}{m}

Example

Find the equation of the line passing through (2,1)(2,1)(2,1) and perpendicular to

y=2x+3y=2x+3

दी गई line का slope 222 है।
अतः perpendicular line का slope होगा:12-\frac{1}{2}

अब point-slope form लगाएँ:y1=12(x2)y-1=-\frac{1}{2}(x-2)

2y2=x+22y-2=-x+2

x+2y4=0x+2y-4=0

अतः required equation है:x+2y4=0\boxed{x+2y-4=0}

Distance of a Point from a Line

यदि point (x1,y1)(x_1,y_1) हो और line की equation

ax+by+c=0ax+by+c=0

हो, तो point से line की perpendicular distance होती है:

d=ax1+by1+ca2+b2d=\frac{|ax_1+by_1+c|}{\sqrt{a^2+b^2}}

Example

Find the distance of point (1,2)(1,2)(1,2) from line

3x+4y5=03x+4y-5=0

Formula लगाएँ:d=3(1)+4(2)532+42d=\frac{|3(1)+4(2)-5|}{\sqrt{3^2+4^2}}

=3+8525=\frac{|3+8-5|}{\sqrt{25}}

=65=\frac{6}{5}

अतः required distance है:65\boxed{\frac{6}{5}}

Condition of Collinearity

यदि तीन points एक ही straight line पर स्थित हों, तो उन्हें collinear कहा जाता है।

तीन points के collinear होने की condition यह है कि उनके द्वारा बना triangle का area zero हो।

या slope method से भी check किया जा सकता है:

यदिmAB=mBCm_{AB}=m_{BC}

तो points collinear होंगे।

Section Formula का संबंध

Straight line chapter में section formula भी indirectly बहुत important होता है, क्योंकि इसी की सहायता से line segment को किसी given ratio में divide करने वाला point निकाला जाता है।

यदि point (x1,y1)(x_1,y_1) और (x2,y2)(x_2,y_2) को m:nm:n ratio में internally divide करे, तो point होगा:

(mx2+nx1m+n,my2+ny1m+n)\left(\frac{mx_2+nx_1}{m+n},\frac{my_2+ny_1}{m+n}\right)

यह concept coordinate geometry के कई numerical questions में useful होता है।

Questions solve करने की सामान्य विधि

Straight line वाले questions में सबसे पहले यह देखना चाहिए कि question में क्या given है:

  • slope दिया है
  • point दिया है
  • दो points दिए हैं
  • intercepts दिए हैं
  • parallel या perpendicular condition दी गई है
  • distance निकालनी है
  • angle निकालना है

इसके बाद उसी के अनुसार सही formula choose करना चाहिए।
इस chapter में difficulty अक्सर formula में नहीं, बल्कि सही form identify करने में होती है।

इस topic की मुख्य बात

Straight Lines coordinate geometry का आधार है।
इस chapter में line की equation, slope, inclination, angle, intercept, parallelism, perpendicularity और distance जैसे concepts पढ़ाए जाते हैं।
यदि यह chapter अच्छे से समझ लिया जाए, तो आगे Pair of Straight Lines और Circles को समझना काफी आसान हो जाता है।

इसी कारण यह topic short और long numerical questions दोनों के लिए अत्यंत महत्वपूर्ण माना जाता है।

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top