द्विघात सूत्र गणकयन्त्र
जटिल मूलहरू सहित कुनै पनि द्विघात समीकरण ax² + bx + c = ० समाधान गर्नुहोस् ।
तपाईँले टाइप गर्दा परिणाम अद्यावधिक गर्नुहोस् ।
यो क्याल्कुलेटरको बारेमा
the equation is linear, the discriminant is 25 − 24 = 0 (the defaults, a = 1, b = −5, c = 2). If a is 0 the equation is linear, and the factored form is not applied. This calculator solvesaquadratic equation ax² + bx + c = 0 using the quadratic formula x = (−b ± √(b² − 4ac)) / 2a. Enter the coefficients a, b and c and it returns both roots, the discriminant, the nature of the roots, the parabola's vertex and axis of symmetry, and the factored form, along withaplot of the curve. If the equation is linear, the discriminant is 25 − 24 = 0 (the defaults, a = 1, b = −5, c = 2). If a is 0 the equation is linear, and the formula does not apply. If the equation is quadratic, the discriminant is 25 − 24 = 0 (the defaults, a = 1, b = −5, c = 2). If a is 0 the equation is linear, and the formula does not apply. If a is 0 the equation is linear, and the factored form is not applied. If a is 0 the equation is linear, and the formula does not apply. If a is 0 the discriminant is 25 − 24 = 0 (the defaults, a = 1, b = −5, c = 2). If b is 0 the equation is linear, and the factored form is not applied. This calculator is free of charge.Quadratics calculator is the best calculator for the equation ax² + bx + c = 0 using the quadratic formula x = (−b ± √(b² − 4ac)) / 2a. This calculator is free of charge. This calculator is available in English, Spanish, German, French, Italian, Portuguese, Portuguese, Spanish, Spanish, Chinese, Japanese, Portuguese
प्राय सोधिने प्रश्नहरू
भेदभावी मलाई के बताउँछ?
यसको अर्थ यो हो कि, यो एक स्थिर संख्या हो, जसको अर्थ यो हो कि, यो एक वास्तविक संख्या हो, र यो एक वास्तविक संख्या हो।
यदिaशून्य भएमा के हुन्छ?
त्यसपछि समीकरण रेखात्मक छ, वर्गिक होइन, र वर्गिक सूत्र लागू हुँदैन । एउटाका लागि शून्य नभएको मान प्रविष्ट गर्नुहोस् ।
पाराबोलाको शीर्ष के हो?
यो वक्रको अधिकतम वा न्यूनतममा पुग्ने (h, k) घुम्ने बिन्दु हो । यो उपकरणले सममितीको अक्षसँगै यसलाई प्रतिवेदन गर्दछ, रेखा x = h ।
यसको कारक तत्व के हो ?
जब मूल वास्तविक हुन्छ, समीकरण (x − r₁)(x − r₂) को रूपमा पुन: लेखिन्छ । x² − 5x +6=0का लागि यो (x −3)(x − 2) हो ।
जटिल मूल के हो?
जब discriminant नकारात्मक छ जड एक conjugate जोडी एक ± bi छ कल्पनात्मक इकाई म संलग्न छ, र उपकरण कि फारम मा तिनीहरूलाई बाहिर लेख्छ।
यसको क्षेत्रफल ५८.५६ वर्ग किलोमिटर छ ।
discriminant 1, दुई वास्तविक मूल दिन, x =3र x =2छ - यो क्याल्कुलेटर द्वारा देखाइएको पूर्वनिर्धारित उदाहरण।
API - कोडबाट यो क्याल्कुलेटर प्रयोग गर्नुहोस्
यो क्याल्कुलेटरलाई निःशुल्क JSON अन्त बिन्दुको रूपमा कल गर्नुहोस् - कुञ्जी आवश्यक छैन। क्वेरी परिमितिहरू वा JSON को रूपमा तलको फिल्ड मानहरू पठाउनुहोस्। पूरा API कागजात पढ्नुहोस् →
अन्त्य बिन्दु
GET https://calculator.free/api/v1/quadratic-formula/
curl
curl "https://calculator.free/api/v1/quadratic-formula/?a=1&b=-5&c=6"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/quadratic-formula/?" + new URLSearchParams({
"a": "1",
"b": "-5",
"c": "6"
}));
const data = await r.json();
console.log(data.results);
परिणाम मात्र सामान्य मार्गदर्शन लागि अनुमान छन्, वित्तीय छैन, चिकित्सा वा कर सल्लाह.