Quadratic Equation
A quadratic equation is any equation having the form a x^2 + b x + c = 0.
A quadratic equation is any equation having the form a x^2 + b x + c = 0.
Formula
![Copy to Clipboard QuantityVariable["c", "Unitless"] + QuantityVariable["b", "Unitless"]*QuantityVariable["x", "Unitless"] + QuantityVariable["a", "Unitless"]*QuantityVariable["x", "Unitless"]^2 == 0](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/c61/c61d6c25-870f-4304-87bf-2ce99c3bfaa8/Webpage/FormulaImage.png)
| symbol | description | physical quantity |
|---|---|---|
| c | constant coefficient | "Unitless" |
| b | linear coefficient | "Unitless" |
| x | indeterminate variable | "Unitless" |
| a | quadratic coefficient | "Unitless" |
Forms
Examples
Get the resource:
| In[1]:= |
| Out[1]= | ![]() |
Get the formula:
| In[2]:= |
| Out[2]= |
Use some values:
| In[3]:= |
| Out[3]= |
