क्या हैतर्कसंगत जड़ प्रमेय कैलकुलेटर?
- रैशनल रूट थ्योरम बताती है कि यदि किसी पॉलीनोमियल समीकरण में तर्कसंगत जड़ें हैं, तो वे स्थिर पद के कारकों और प्रमुख गुणांक के कारकों का अनुपात होना चाहिए।
वास्तविक और जटिल जड़ों के साथ समर्पित क्यूबिक समीकरण सॉल्वर, कार्डानो विधि चरण, क्यूबिक रेखांकन और काम किए गए उदाहरण।
तर्कसंगत जड़ प्रमेय कैलकुलेटर
परिणाम देखने के लिए ऊपर अपने बहुपद गुणांक दर्ज करें और "तर्कसंगत जड़ उम्मीदवार खोजें" पर क्लिक करें।The Rational Root Theorem provides a systematic way to find all possible rational roots of a polynomial with integer coefficients. For a cubic ax³ + bx² + cx + d = 0, any rational root p/q must satisfy: p divides d (the constant term) and q divides a (the leading coefficient). This generates a finite list of candidates to test.
The theorem does NOT guarantee that rational roots exist — it only narrows the search space. You must test each candidate by substituting it into the polynomial (or using synthetic division). If f(p/q) = 0, you have found a root. Once one root is confirmed, synthetic division reduces the cubic to a quadratic, which the quadratic formula solves completely.
The power of this theorem lies in its efficiency: instead of guessing randomly, you have a guaranteed finite list. For example, if a = 2 and d = 12, the candidates are ±1, ±2, ±3, ±4, ±6, ±12, ±1/2, ±3/2 — at most 16 values to check. This structured approach is the standard first step in polynomial solving before resorting to Cardano's method.
The theorem is always the first tool applied when solving cubics with integer coefficients — before Cardano or numerical methods.
Most algebra and precalculus exams feature problems solvable by the Rational Root Theorem, making it essential test knowledge.
Computer algebra systems use the Rational Root Theorem as the initial step in their polynomial factorization algorithms.
Every candidate ±p/q has both positive and negative versions. Testing only positives misses negative roots.
Candidates like 2/4 and 1/2 are the same root. Reduce fractions to avoid redundant testing.
p divides the CONSTANT term d, and q divides the LEADING coefficient a. Swapping them generates wrong candidates.
| Rule | p divides d, q divides a |
| Candidate Form | ±p/q (all combinations) |
| Testing Method | Substitute or synthetic division |
| Limitation | Only finds rational roots, not irrational |
| After Finding Root | Use synthetic division to reduce degree |
नहीं, यह आपको केवल *उम्मीदवारों* की एक "शॉर्टलिस्ट" देता है। आपको यह देखने के लिए उनका परीक्षण करना चाहिए कि कौन सा शून्य के बराबर है।
इसका मतलब है कि समीकरण में अपरिमेय जड़ें (अव्यवस्थित दशमलव या वर्गमूल) हैं और इसे कार्डानो जैसे उन्नत सूत्रों का उपयोग करके हल किया जाना चाहिए।
नहीं, प्रमेय आश्चर्यजनक रूप से केवल अग्रणी और स्थिर पदों पर निर्भर करता है।
उम्मीदवारों की संख्या इस बात पर निर्भर करती है कि अग्रणी गुणांक और स्थिर पद में कितने कारक हैं। कई कारकों के साथ बड़ी संख्याएँ उम्मीदवारों की लंबी सूची तैयार करती हैं।
नहीं, परिमेय मूल प्रमेय केवल संभावित परिमेय (पूर्णांक या भिन्न) मूलों की पहचान करता है। √2 जैसे अपरिमेय मूलों के लिए अन्य तरीकों की आवश्यकता होती है।