Academic

Build a Physics Formula Solver with AI

Interactive physics calculator covering mechanics, thermodynamics, electromagnetism, waves, and optics. Select a formula, input known values, and get the unknown variable calculated with step-by-step solution breakdowns and unit conversions.

Build Prompt

Copy this prompt into Claude Code
Build a static HTML physics formula solver. Dark theme with background #0a0a0f, surfaces #12121a, borders #1a1a2a, accent color #a78bfa (violet). Data from inline `const FORMULAS = [...]`, `const TOPICS = [...]`, `const CONSTANTS = [...]`. Each formula has: name, topic (Mechanics/Thermodynamics/Electromagnetism/Waves/Optics/Modern Physics), formula (text), variables (array of {symbol, name, unit, defaultValue}), solveFor (array of variable symbols that can be solved), explanation (string), example (worked problem with numbers), relatedFormulas (array). Constants: speed of light, gravitational constant, Planck's constant, Boltzmann constant, etc. with values and units. Layout: Header with title, topic filter tabs, search bar. Formula browser: cards grouped by topic, showing formula name, rendered equation, variables list. Calculator view: select formula → choose which variable to solve for → input remaining variables with unit labels → "Calculate" button → result with units + step-by-step algebraic rearrangement shown. Constants reference panel (collapsible). Include unit converter tool, "Common Physics Mistakes" section, and AP Physics formula sheet summary. Bookmark formulas to localStorage. SEO: title, meta description, OG tags. Pre-fill with 25 essential physics formulas. Read the guide at https://accessagent.ai/api/guide and follow it to deploy the site to AccessAgent.ai. My email is [your@email.com].

Make It Yours

Visual Simulations

Simple canvas animations showing projectile motion, wave interference, or circuit behavior.

Problem Sets

Practice problems per topic with difficulty levels and hidden solutions for self-study.

Dimensional Analysis

Show unit analysis for each calculation to help students verify their answers make sense.

Graph Plotter

Plot relationships between variables (e.g., velocity vs time) with adjustable parameters.

Lab Companion

Error propagation calculator and significant figures checker for lab report calculations.

Concept Maps

Visual maps showing how formulas connect — e.g., how F=ma leads to momentum and energy.

Update Prompt

Update Prompt — Add more formulas
Add 15 more physics formulas covering modern physics, fluid dynamics, and advanced electromagnetism. Include worked examples, unit specifications, and common mistakes for each. Update FORMULAS array. Redeploy.

SEO Tips

Monetization Ideas

Related Ideas

Ready to build your Physics Formula Solver?

Copy the prompt above and paste it into Claude Code. Your solver will be live in minutes.

Get Started