From Quadratic Roots to Garden Fences - Math That Actually Matters

Solve 2x² - 7x + 3 = 0 in one click. Find how much water fits in a cylinder. Calculate fencing for your garden. Three math tools, three real problems.

Patryk Matyjasik · 10 June 2026 · 9 min read

Math class gives you formulas. Real life gives you problems. A physics student needs to find where a projectile lands. A homeowner needs to know how much fencing to buy. An engineer needs the capacity of a cylindrical tank.

Three different people, three different problems, one shared need: a tool that takes messy inputs and returns clean answers. That is what these three calculators do.


The equation nobody solves by hand anymore

The equation 2x² - 7x + 3 = 0 shows up in a dozen contexts - projectile motion, profit optimization, signal processing. The quadratic formula x = (-b ± √Δ) / 2a gives you the answer, but computing it by hand means squaring, multiplying, taking square roots, and keeping track of signs. One slip and the entire result is wrong.

The Quadratic Equation Calculator does it in one step. Enter a = 2, b = -7, c = 3.

Quadratic Equation Calculator - solving 2x² - 7x + 3 = 0, discriminant 25, roots 0.5 and 3

Discriminant: 25 (positive - two real roots). Roots: x₁ = 0.5, x₂ = 3. Vertex: V = (1.75, -3.13).

What does the discriminant tell you? Everything you need to know before solving:

DiscriminantMeaningWhat happens on the graph
Positive (Δ > 0)Two distinct real rootsParabola crosses x-axis twice
Zero (Δ = 0)One repeated rootParabola touches x-axis once
Negative (Δ < 0)No real rootsParabola floats above or below the axis

The vertex is useful too. In optimization problems - maximum profit, minimum cost, peak height of a ball - the vertex gives the extreme value directly. For 2x² - 7x + 3, the minimum is at x = 1.75 with a value of -3.13.

A quick comparison of typical equations:

EquationΔRootsVertex
x² - 5x + 6 = 012 and 3(2.50, -0.25)
x² - 4x + 4 = 002 (repeated)(2, 0)
x² + 1 = 0-4None (complex)(0, 1)
2x² - 7x + 3 = 0250.5 and 3(1.75, -3.13)
-x² + 6x - 5 = 0161 and 5(3, 4) - maximum

How much fits inside? The volume question

A cylindrical water storage tank. Radius 3 meters, height 10 meters. The question is simple: how many liters does it hold?

The Volume Calculator answers in one step. Select "Cylinder", enter radius = 3 and height = 10.

Volume Calculator - cylinder with radius 3 and height 10, result 282.74 cubic units

V = π × 3² × 10 = 282.74 m³. In liters: 282 740 liters. That is enough water for roughly 1 400 bathtubs.

Six shapes, six formulas:

SolidFormulaReal-world example
CubeV = a³Storage container
CuboidV = a × b × cShipping box, room
SphereV = (4/3)πr³Ball, tank dome
CylinderV = πr²hWater tank, pipe, can
ConeV = (1/3)πr²hIce cream cone, funnel
PyramidV = (1/3)BhRoof section, monument

One relationship worth remembering: a cone holds exactly one third of a cylinder with the same base and height. Fill a cone-shaped cup three times and pour it into a matching cylinder - it fills perfectly. Same goes for pyramids and prisms.

Practical conversions that come up constantly:

  • 1 liter = 1 000 cm³
  • 1 m³ = 1 000 liters
  • 1 ft³ = 28.317 liters

So a cuboid fish tank measuring 60 × 30 × 35 cm holds 60 × 30 × 35 = 63 000 cm³ = 63 liters. Enough for a small aquarium but not a large one.


Fencing, framing, running - the perimeter problem

A rectangular garden: 15 meters by 8 meters. How much fencing do you need?

Perimeter Calculator - rectangle 15 × 8, result 46 units

P = 2 × (15 + 8) = 46 meters. Add 5-10% for gates, posts, and cutting waste - budget for about 50 meters of fence.

The Perimeter Calculator handles five common shapes:

ShapeFormulaWhen you use it
SquareP = 4aTiles, picture frames
RectangleP = 2(a + b)Fences, rooms, screens
TriangleP = a + b + cPlots, structural elements
CircleC = 2πrRunning tracks, wheels, pipes
ParallelogramP = 2(a + b)Decorative borders, tiles

A common confusion: perimeter vs area. Perimeter is the distance around (measured in meters, feet). Area is the space inside (measured in square meters, square feet). You need perimeter for fencing and framing. You need area for painting and flooring. Different problems, different formulas, different units.

One more practical example: a circular running track with radius 50 meters. One lap = C = 2π × 50 = 314.16 meters. Four laps is about 1 256 meters - close to a mile (1 609 m) but not quite.


Three tools, three dimensions

Problem typeCalculatorDimensionUnits
"Find x in an equation"Quadratic Equation0D (numbers)unitless
"How far around this shape?"Perimeter1D (length)m, cm, ft
"How much fits inside?"Volume3D (space)m³, liters

The missing piece is area (2D), which is already available as a separate tool. Together, these four calculators cover every geometric dimension you encounter in daily math.


Tools discussed in this article

Quadratic Equation Calculator - enter coefficients a, b, c of ax² + bx + c = 0. Get the discriminant, real roots, and vertex coordinates with formula breakdown.

Volume Calculator - volume of cube, cuboid, sphere, cylinder, cone, or pyramid. Enter dimensions, see the formula and result in cubic units.

Perimeter Calculator - total boundary length for squares, rectangles, triangles, circles, and parallelograms. Enter side lengths or radius, get the perimeter with the formula.

More math tools on LiczGrupa.pl


Check for a specific side length