বৰ্গ সূত্ৰ গণক
জটিল মৌলিকসমূহ অন্তৰ্ভুক্ত কৰি যিকোনো বৰ্গ সমীকৰণ ax² + bx + c =0সমধান কৰক।
টাইপ কৰাৰ সময় ফলাফল আপডেইট কৰা হ'ব।
এই ক্যালকুলেটৰ সম্পৰ্কে
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, not quadratic, 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 a is 0 the equation is linear, not quadratic, and the formula does not apply. This calculator is free of charge. The discriminant b² − 4ac is the most important element of the equation, and it is the one that determines the maximum or minimum point of the parabola. The discriminant b² − 4ac is the most important element of the equation. The discriminant b² − 4ac is the most important element of the equation. The discriminant b² − 4ac is the most important element of the equation. The discriminant b² − 4ac is the most important element of the equation. The discriminant b² − 4ac is the most important element of the equation. The discriminant b² − 4ac is the most important element of the equation. The discriminant b² − 4ac is the most important element of the equation. The discriminant b² − 4ac is the most important element of the equation. The discriminant b² − 4ac is the most important element of the equation. The discriminant b² − 4ac is the most important element of the equation. The discriminant b² − 4ac is the most important element of the equation. The discriminant b² − 4ac is the most important element of the equation. The discriminant b² − 4ac is the most important element of the equation. The discriminant
প্ৰায়শঃ জিজ্ঞাসিত প্ৰশ্নসমূহ
দ্বিধাবিভক্ততা কি?
বিভাজনকাৰী b² − 4ac ৰ মূল নিৰ্ধাৰণ কৰে: ধনাত্মক মানে দুটা সত্য সমাধান, শূণ্য মানে এটা পুনৰাবৃত্তি সমাধান, আৰু ঋণাত্মক মানে দুটা জটিল সমাধান।
যদি a শূণ্য হয়?
তেতিয়া সমীকৰণ ৰেখাঙ্কিত, বৰ্গিক নহয়, আৰু বৰ্গিক সূত্ৰ প্ৰযোজ্য নহয়।a-ৰ বাবে এটা শূণ্য নহয় মান লিখক।
প্যাৰাবোলাৰ ভাৰ্টেক্স কি?
ই হ'ল বক্রৰেখাৰ সৰ্বাধিক বা সৰ্বনিম্ন স্থানত উপস্থিত হ'ব লগা বিন্দু (h, k)। এই সঁজুলিয়ে ইয়াৰ প্ৰতিবেদন সমতল অক্ষ, ৰেখা x = h ৰ সৈতে কৰে।
কাৰকযুক্ত বিন্যাস কি দেখুৱায়?
যেতিয়া মৌলসমূহ সত্য হয়, সমীকৰণটো পুনঃলিখিত হয়a(x − r₁)(x − r₂) ৰূপে। x² −5x +6=0ৰ বাবে ই (x −3)(x − 2)।
জটিল মৌল কি?
যেতিয়া discriminant ঋণাত্মক হয়, ৰূটসমূহ এক সংযোজিত জোৰাa± bi হয়, যিটোত কাল্পনিক একক i অন্তৰ্ভুক্ত হয়, আৰু টুলটোৱে তেওঁলোকক সেই বিন্যাসত লিখিব।
x² −5x +6=0সমধান কৰক।
বিভাজনকাৰী ১, যি দুটা প্ৰকৃত মৌল, x = ৩ আৰু x = ২ দিয়ে — এই ক্যালকুলেটৰে প্ৰদৰ্শিত অবিকল্পিত উদাহৰণ।
API — কোডৰ পৰা এই গণক ব্যৱহাৰ কৰক
এই ক্যালকুলেটৰক এটা মুক্ত JSON অন্তবিন্দু হিচাপে কল কৰক - কোনো চাবিৰ প্ৰয়োজন নাই। তলত ক্ষেত্ৰৰ মানসমূহক প্ৰশ্ন প্ৰাচল অথবা JSON হিচাপে প্ৰেৰণ কৰক। Anything you omit uses the same default this page is pre-filled with; an unknown parameter is a 400, never a silent zero. সম্পূৰ্ণ 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);
এই তথ্যসমূহ কেৱল সাধাৰণ দিশ নিৰ্দেশৰ বাবে, আৰ্থিক, চিকিৎসা বা কৰৰ পৰামৰ্শৰ বাবে নহয়।