Kalkulator
Temokeun jangkungna, y-intersect, jeung persamaan garis nu ngaliwatan dua titik.
Hasilne bakal dioptimalake nalika sampeyan ngetik.
Ngenai kalkulator iki
the slope of a line is 100% and the angle of incline is 100°, then the slope of the line is 100% and the angle of incline is 100°. The slope of a line is 100% and the angle of incline is 100°. The slope of a line is 100% and the angle of incline is 100°. The slope of a line is 100% and the angle of incline is 100°. The slopeSlopeSlope is a number that tells you how fast one quantity changes with another. The slope is m = (y₂ − y₁) / (x₂ − x₁), the change in y divided by the change in x. From (0, 0) to (3, 6) that is 6 ÷ 3 = 2, so the line rises two units for every one across. The y-intercept b comes from b = y₁ − m·x₁ (here 0) that is 6 ÷ 3 = 2.
Takon-takon kang kerep diajukake
Kepiye sampeyan ngitung kemiringan saka loro titik?
Slope = (y2 − y₁) / (x2 − x₁), parobahan y dibagi ku parobahan x. Ti (0,0) ka (3,6) slémpangna 6/3 = 2.
Mengapa adalah gradien garis vertikal undefined?
Garis tegak teu aya pagantian dina x, jadi formulana dibagi ku nol. Persamaanna x = konstan, lain y = mx + b.
Apa tegese Y-interseksi?
Di dieu garis ngaliwatan sumbu y, b dina y = mx + b, ditémukeun tina b = y₁ − m·x₁. Pikeun garis ngaliwatan (0, 0) jeung (3, 6) éta 0.
Apa sudut sing diubengi?
Éta sudut anu dijieun ku garis sareng horisontal, sami sareng arctangent tina lengkungan. Lengkungan 2 masihan sakitar 63.4°.
Apa tegese mundhak positif utawa negatif?
Saperti anu dipikawanoh, garis horisontal nyaéta garis anu ngaliwatan titik-titik anu dipikawanoh, garis vertikal nyaéta garis anu ngaliwatan titik-titik anu henteu dipikawanoh.
Apa kalkulator iki uga nuduhaké jarak?
Ya. Sakumaha ogé kacenderungan, éta masihan jarak garis lurus antara dua titik anu anjeun ketok.
API — gunakake kalkulator iki saka kode
Ngadongékeun kalkulator ieu minangka titik akhir JSON bébas — teu peryogi kunci. Kirim nilai medan di handapeun minangka parameter pitakonan atawa JSON. Waca dokumen lengkap API →
Tampilan
GET https://calculator.free/api/v1/slope/
curl
curl "https://calculator.free/api/v1/slope/?x1=0&y1=0&x2=3&y2=6"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/slope/?" + new URLSearchParams({
"x1": "0",
"y1": "0",
"x2": "3",
"y2": "6"
}));
const data = await r.json();
console.log(data.results);
Hasilna nyaéta perkiraan pikeun pituduh umum, henteu saran finansial, médis atanapi pajak.