Skip to content

ConAcademy/quadratic_explorer

Repository files navigation

Quadratic Formula Explorer

A visual, interactive tool to explore quadratic equations and the quadratic formula.

Quadratic Explorer Screenshot

🚀 Features

  • Interactive Visualization: Drag sliders to change coefficients a, b, and c and watch the parabola reshape in real-time.
  • Step-by-Step Math: See exactly how the simplified numbers flow into the Quadratic Formula.
  • Key Points: Automatically highlights the Vertex, Y-Intercept, and Roots (x-intercepts) on the graph.
  • ** discriminant Analysis**: Visually demonstrates when a quadratic has two real roots, one double root, or complex (no real) roots.
  • Responsive Design: Works well on different screen sizes.

🎮 How to Use

  1. Open the application in your browser.
  2. Use the sliders in the control panel to adjust the values:
    • a: Controls the direction and "width" of the parabola.
    • b: Shifts the curve horizontally.
    • c: Adjusts the vertical position (y-intercept).
  3. Observe the graph and the calculation panel below to understand the relationship between the graph and the formula.

🛠️ Installation & Running

You can run this project directly from your browser without any installation.

Local Development

  1. Clone the repository:
    git clone https://github.com/neomantra/quadratic_explorers.git
    cd quadratic_explorers
  2. Open index.html in your favorite web browser.

Hosting (GitHub Pages)

This project is designed to be easily hosted on GitHub Pages.

  1. Push the code to a GitHub repository.
  2. Go to Settings > Pages.
  3. Select the main branch as the source.
  4. Your site will be live at https://<your-username>.github.io/<repo-name>/.

📚 Educational Context

This tool is designed for Algebra students learning about:

  • Standard form of quadratic equations: $y = ax^2 + bx + c$
  • The effect of coefficients various coefficients.
  • The Quadratic Formula: $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$
  • The role of the Discriminant ($\Delta = b^2 - 4ac$).

A Teacher's Guide is included (teachers_guide.html) with suggested lesson plans and exploration questions.

📄 License

This project is open source and available for educational use.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors