Categories

Quadratic & Linear Equation Solver

Solve quadratic equations ax² + bx + c = 0 and linear equations bx + c = 0 with detailed steps, discriminant analysis, vertex calculation, and axis of symmetry.

API Documentation

Request Endpoint

POST /en/api/tools/quadratic-equation-solver

Request Parameters

Parameter Name Type Required Description
inputFormat select Yes -
a text Yes -
b number Yes -
c number Yes -
precision number No -
showSteps checkbox No -
showVertex checkbox No -
showAxis checkbox No -
showFormula checkbox No -

Response Format

{
  "key": {...},
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
JSON Data: JSON Data

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-quadratic-equation-solver": {
      "name": "quadratic-equation-solver",
      "description": "Solve quadratic equations ax² + bx + c = 0 and linear equations bx + c = 0 with detailed steps, discriminant analysis, vertex calculation, and axis of symmetry.",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=quadratic-equation-solver",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]