Domain & Range of Functions – Complete JEE Main Guide
Domain and Range Functions chapter ke sabse important basic concepts mein se hain. JEE Main mein direct questions ke saath-saath domain aur range ka use composite functions, inverse functions, graphs aur different types of functions ke questions mein bhi hota hai.
Is topic ko samajhne ka sabse easy way hai function ko ek machine ki tarah imagine karna:
x = Input → Function → y = Output
Yahan Domain batata hai ki kaunse inputs allowed hain, jabki Range batata hai ki actual mein kaunse outputs obtain ho sakte hain.
Is article mein hum Domain & Range ko step-by-step Hinglish mein samjhenge, including:
- Domain, Codomain aur Range
- Domain ki important restrictions
- Polynomial, Rational, Root aur Logarithmic functions
- Range find karne ke algebraic methods
- Completing Square method
- Rational function range trick
- Root function ka domain and range
- JEE Main solved questions
- Common traps
- Quick revision formulas
1. Domain, Codomain and Range – Basic Idea
Suppose function diya hai:
f : A → B
Yahan:
A → Domain
B → Codomain
f(A) → Range
Domain mein woh saare input values hote hain jo function ke liye allowed hain.
Codomain woh set hai jisme function ke outputs belong karne ke liye defined hain.
Range sirf woh actual output values hain jo function produce karta hai.
Easy Way to Remember
Domain → Input
Range → Actual Output
Important relationship:
Range ⊆ Codomain
Yaani range codomain ke equal ho sakti hai, lekin zaroori nahi ki hamesha equal ho.
2. Domain of a Function
Mathematical language mein domain ko likh sakte hain:
D = {x ∈ R : f(x) is defined}
Simple language mein:
Domain = All allowed values of x
Jab bhi domain find karna ho, sabse pehle check karo ki function mein koi mathematical restriction to nahi hai.
JEE Main ke basic domain questions mein three restrictions sabse important hain:
- Denominator ≠ 0
- Square Root ke andar expression ≥ 0
- Logarithm ka argument > 0
In teen rules ko strong kar lena domain ke majority basic questions ko easy bana deta hai.
3. Restriction 1 – Denominator Cannot Be Zero
Agar function mein denominator hai, to denominator kabhi zero nahi ho sakta.
Denominator ≠ 0
Example
Consider:
f(x) = 1/(x − 2)
Denominator:
x − 2
Condition:
x − 2 ≠ 0
Therefore:
x ≠ 2
Hence:
Domain = R − {2}
Interval notation mein:
(−∞,2) ∪ (2,∞)
Yahan sirf x = 2 excluded hai.
4. Restriction 2 – Square Root Condition
Real-valued function ke case mein square root ke andar expression negative nahi ho sakta.
Therefore:
√(Expression) → Expression ≥ 0
Dhyan rakho: condition greater than or equal to zero hoti hai, sirf greater than zero nahi.
Example
Consider:
f(x) = √(x − 3)
Root ke andar:
x − 3
Condition:
x − 3 ≥ 0
Therefore:
x ≥ 3
Hence:
Domain = [3,∞)
Notice that x = 3 allowed hai because:
√0 = 0
5. Restriction 3 – Logarithmic Function
Logarithm ke argument ko real numbers mein positive hona chahiye.
log(Expression) → Expression > 0
Yahan ≥ 0 nahi chalega.
Example
Consider:
f(x) = log(x − 2)
Log argument:
x − 2
Condition:
x − 2 > 0
Therefore:
x > 2
Hence:
Domain = (2,∞)
Important difference:
Root ke liye ≥ 0
Log ke liye > 0
6. Polynomial Function – Domain
Polynomial functions mein generally denominator, square root ya logarithm jaise restrictions nahi hote.
Example
f(x) = x² + 3x + 2
Ye ek polynomial hai.
Polynomial har real x ke liye defined hai.
Therefore:
Domain = R
Yaani:
(−∞,∞)
Polynomial ka domain identify karna usually straightforward hota hai.
7. Rational Function – Domain
Rational function mein denominator ko zero hone se exclude karna hota hai.
Example
f(x) = 1/(x − 2)
Condition:
x − 2 ≠ 0
Therefore:
x ≠ 2
Domain:
R − {2}
Rational functions ke domain questions mein denominator ko zero karne wale values identify karna sabse important step hai.
8. Range of a Function
Domain input values batata hai, while range output values batata hai.
Mathematically:
R = {y : y = f(x), x ∈ Domain}
Simple flow:
x = Input → Function → y = Output
Domain tells:
“Kaunsa x allowed hai?”
Range tells:
“Kaunsa y actually possible hai?”
Is difference ko clearly samajhna bahut important hai because JEE Main mein domain aur range ko confuse karna common mistake hai.
9. Range Example – f(x) = x²
Consider:
f(x) = x²
Domain:
R
Ab range find karte hain.
For every real x:
x² ≥ 0
Therefore:
y ≥ 0
Hence:
Range = [0,∞)
Yahan negative values output nahi ban sakti.
For example:
- x = 1 → y = 1
- x = 2 → y = 4
- x = −2 → y = 4
- x = 0 → y = 0
Isliye minimum output 0 hai aur uske baad all positive values possible hain.
10. Range by Completing Square
Quadratic functions ki range find karne ke liye completing square ek powerful method hai.
Example
Consider:
f(x) = x² − 4x + 5
Completing square:
x² − 4x + 5 = (x − 2)² + 1
Ab:
(x − 2)² ≥ 0
Therefore:
(x − 2)² + 1 ≥ 1
Hence:
f(x) ≥ 1
Therefore:
Range = [1,∞)
Important Shortcut
Agar:
y = (x − a)² + k
to minimum value:
k
Therefore:
Range = [k,∞)
Similarly, agar quadratic form negative square ke saath ho:
y = −(x − a)² + k
to maximum value k hogi aur range:
(−∞,k]
11. Rational Function Range Trick
Consider:
f(x) = 1/(x − 2)
Humne domain already find kiya:
Domain = R − {2}
Ab range find karte hain.
Let:
y = 1/(x − 2)
Numerator always 1 hai, therefore function ka output kabhi zero nahi ho sakta.
So:
y ≠ 0
Hence:
Range = R − {0}
Important shortcut:
For a function of the form:
1/(linear expression)
generally:
Domain → Denominator ≠ 0
Range → y ≠ 0
12. Root Function – Domain and Range
Consider:
f(x) = √(1 − x²)
Step 1 – Domain
Root ke andar expression non-negative hona chahiye:
1 − x² ≥ 0
Therefore:
x² ≤ 1
So:
−1 ≤ x ≤ 1
Hence:
Domain = [−1,1]
Step 2 – Range
Since square root hai:
y ≥ 0
Maximum value tab milegi jab:
1 − x²
maximum ho.
x = 0 par:
y = √1 = 1
Therefore:
0 ≤ y ≤ 1
Hence:
Range = [0,1]
13. Quick Domain Method 🔥
JEE Main mein domain find karte waqt ek fixed procedure follow karo.
Step 1 – Denominator Check
Agar denominator hai:
Denominator ≠ 0
Step 2 – Square Root Check
Agar square root hai:
Inside ≥ 0
Step 3 – Log Check
Agar logarithm hai:
Argument > 0
Step 4 – Combine Restrictions
Agar ek function mein multiple restrictions hain, to sabhi conditions simultaneously satisfy honi chahiye.
Matlab conditions ka intersection lena hai.
14. JEE Main Solved Question – Domain
Question
Find the domain of:
f(x) = √(x − 1)/(x − 3)
Solution
Function mein two restrictions hain.
Restriction 1 – Square Root
Root ke andar:
x − 1 ≥ 0
Therefore:
x ≥ 1
Restriction 2 – Denominator
Denominator:
x − 3 ≠ 0
Therefore:
x ≠ 3
Now combine:
x ≥ 1 and x ≠ 3
Hence:
Domain = [1,3) ∪ (3,∞)
Answer: [1,3) ∪ (3,∞) ✅
15. Range Find Karne ke Important Methods
Range find karne ke liye ek hi method har question mein use nahi hota. Function ki nature ke according appropriate method select karo.
| Method | Useful For |
|---|---|
| Graph | Visual range identification |
| Completing Square | Quadratic functions |
| Put y = f(x) | Algebraic equations |
| Minimum / Maximum | Functions with extrema |
| Known Standard Range | Standard functions |
JEE Main mein fastest method question ke structure par depend karta hai.
16. Domain vs Range vs Codomain
| Term | Meaning | Easy Memory |
|---|---|---|
| Domain | Allowed input values | x values |
| Codomain | Specified target set | Possible target outputs |
| Range | Actual output values | Actually obtained y values |
Most important relationship:
Range ⊆ Codomain
Range aur codomain ko always same assume karna incorrect hai.
17. Common Traps in Domain & Range
Trap 1 – Root Condition
Wrong:
Inside > 0
Correct:
Inside ≥ 0
Because square root of zero is defined.
Trap 2 – Log Condition
Wrong:
Argument ≥ 0
Correct:
Argument > 0
Trap 3 – Denominator
Denominator zero nahi ho sakta.
Denominator ≠ 0
Trap 4 – Range and Codomain
Range always codomain ke equal nahi hoti.
Correct relationship:
Range ⊆ Codomain
Trap 5 – Multiple Restrictions
Agar function mein root aur denominator dono hain, to sirf root condition check karna enough nahi hai.
All restrictions combine karni hongi.
18. JEE Main Practice Questions
Question 1
Find the domain of:
f(x) = 1/(x + 5)
Answer: R − {−5}
Question 2
Find the domain of:
f(x) = √(x + 4)
Answer: [−4,∞)
Question 3
Find the domain of:
f(x) = log(x − 7)
Answer: (7,∞)
Question 4
Find the range of:
f(x) = x² + 4
Since:
x² ≥ 0
Therefore:
f(x) ≥ 4
Answer: [4,∞)
Question 5
Find the range of:
f(x) = 1/(x + 3)
Answer: R − {0}
Question 6
Find the domain of:
f(x) = √(x + 1)/(x − 2)
Answer: [−1,2) ∪ (2,∞)
19. How to Solve Domain Questions in JEE Main
Domain questions mein unnecessary calculations avoid karo. Function ko visually scan karo aur restrictions immediately identify karo.
- Denominator dekho: Usko zero ke equal mat hone do.
- Root dekho: Root ke andar ≥ 0 condition lagao.
- Log dekho: Argument > 0 condition lagao.
- Multiple restrictions: Sab conditions combine karo.
- Final answer: Interval notation ya set notation mein clearly write karo.
Ye process practice ke baad kuch seconds mein kiya ja sakta hai.
20. How to Solve Range Questions in JEE Main
Range questions mein pehle function ki nature identify karo.
- Quadratic hai → Completing Square / Minimum-Maximum
- Simple square hai → Non-negative property
- Root function hai → Root condition + extrema
- Rational function hai → y = f(x) put karke restrictions identify karo
- Standard function hai → Known range use karo
- Graph available hai → Graph se directly output values identify karo
Range find karte waqt question hamesha ye hai:
“Function se kaunse y-values actually generate ho sakti hain?”
21. One-Minute Revision
Exam se pehle Domain & Range revise karni ho to ye rules yaad rakho:
Domain → Allowed x
Range → Possible y
Range ⊆ Codomain
Domain restrictions:
Denominator → ≠ 0
√ → Inside ≥ 0
log → Argument > 0
Range methods:
Graph / Algebra / Completing Square / Minimum-Maximum / Standard Range
Important examples:
x² → Range [0,∞)
(x−a)²+k → Range [k,∞)
1/(linear expression) → Range excludes 0
22. Final Revision Box 🔥
DOMAIN
Input → Allowed x
Denominator → ≠ 0
√ → Inside ≥ 0
log → Argument > 0
RANGE
Output → Possible y
Range ⊆ Codomain
Graph / Algebra → Find Range
Super Memory Trick
“Domain asks: X allowed hai?”
“Range asks: Y possible hai?”
Bas ye difference clear rakhna hi Domain & Range ka foundation strong kar deta hai.
23. Download / View Domain & Range PDF
Detailed Domain & Range notes aur revision material ke liye PDF yahan embed kiya ja sakta hai:
24. Frequently Asked Questions (FAQs)
Q1. Domain kya hota hai?
Domain function ke saare allowed input values, yani allowed x-values ka set hota hai.
Q2. Range kya hoti hai?
Range function se actually obtain hone wale output, yani y-values ka set hota hai.
Q3. Domain aur codomain same hote hain?
Nahi. Domain inputs ka set hai, jabki codomain target output set hota hai. Range actual outputs ka set hai.
Q4. Range aur codomain ka relation kya hai?
Range ⊆ Codomain
Q5. Square root ke andar kya condition hoti hai?
Real-valued functions ke liye:
Inside expression ≥ 0
Q6. Logarithm ke argument ki condition kya hai?
Log argument > 0
Q7. Denominator zero ho sakta hai?
Nahi. Denominator ki value zero nahi honi chahiye.
Final Thoughts
Domain & Range Functions chapter ka foundation hai. Is topic ko strong karne ke liye sabse pehle Domain aur Range ka basic difference crystal clear karo.
Domain = Allowed Input
Range = Actual Output
Domain ke liye teen golden restrictions yaad rakho:
Denominator ≠ 0
√ → Inside ≥ 0
log → Argument > 0
Range ke liye function ki nature identify karo aur appropriate method use karo—graph, completing square, algebraic transformation, minimum/maximum ya standard range.
JEE Main mein Domain & Range ke questions often easy marks provide kar sakte hain, provided aap restrictions ko carefully apply karein aur common traps se bachein.
Concept clear rakho, restrictions yaad rakho, aur har function ko Input → Function → Output ke perspective se dekho.