Maximum Power Transfer (DC/AC) (أقصى قدرة منقولة)
For a voltage source Vs with internal resistance Rs, maximum power occurs when RL = Rs. (لمنبع جهد بمقاومة داخلية، تتحقق أقصى قدرة عندما RL = Rs)
Equations: I = Vs / (Rs + RL), PL = I² RL = Vs² RL / (Rs + RL)². (المعادلات). Maximum at RL = Rs. (القيمة العظمى تحدث عند RL = Rs)
⚙️ Selected type: — | Approximation: —
Quick Explanation (شرح سريع)
This is a classic optimization problem: we want to maximize load power by choosing RL under circuit constraints. (هذه مسألة تحسين كلاسيكية: نريد تعظيم قدرة الحمل باختيار RL تحت قيود الدائرة)
- Notice the concave-down curve with maximum at RL=Rs. (انظر شكل المنحنى وقيمته العظمى)
- You can change Vs and Rs to see effects. (يمكنك تغيير القيم لرؤية التأثير)
Optimized Voltage Divider (مقسم الجهد المُحسّن)
Choose R1 and R2 to achieve Vout close to target with current constraint (Idiv ≤ Imax) or total resistance. (اختر R1 و R2 للحصول على Vout قريب من الهدف مع قيد التيار)
Vout = Vin · R2 / (R1 + R2). Constraint: Idiv = Vin / (R1 + R2) ≤ Imax. (المعادلة والقيد)
⚙️ Selected type: — | Approximation: —
How does it work? (كيف يعمل الاختيار؟)
We search resistor networks (E12/E24) and measure voltage error ΔV = |Vout − target| while respecting current constraint. (نبحث في شبكات المقاومات ونقيس خطأ الجهد مع احترام قيد التيار)
Note: external load not considered. To include it, replace R2 with (R2 ∥ Rload). (ملاحظة: الحمل الخارجي غير محسوب)
RC Filter (Low-Pass) — Adjust fc (مرشح RC — ضبط fc)
Target cutoff frequency fc ≈ 1/(2πRC). Choose R and C from practical lists to minimize error. (تردد القطع المستهدف ونمط الاختيار)
fc = 1/(2πRC). We minimize |fc − target| under range constraints. (صيغة وتوضيح)
⚙️ Selected type: — | Approximation: —
Info (معلومة)
This example demonstrates parameter matching optimization: selecting real components so circuit performance approaches the specification. (هذا المثال يوضح مطابقة المعاملات: اختيار عناصر حقيقية تقرب الأداء من المواصفات)
About this project (عن المشروع)
This lightweight app was built without external libraries to show how electrical circuit problems become practical optimization tasks: maximizing power, minimizing voltage error, and tuning cutoff frequency. (تطبيق خفيف بدون مكتبات خارجية يوضح تحويل مشاكل الدوائر إلى مسائل تحسين عملية)
- Language: HTML + CSS + JavaScript only. (اللغة: HTML + CSS + JS فقط)
- Does not rely on internet or third-party packages. (لا يعتمد على الإنترنت أو حزم خارجية)
- Extensible: add advanced algorithms (genetic search, LP) if desired. (قابل للتطوير بإضافة خوارزميات متقدمة)
How to present / submit (كيفية العرض / التسليم)
- Change live values during the demo to illustrate effects. (غيّر القيم الحية أثناء العرض لشرح التأثير)
- Include the equations on each card and state the objective/constraints. (اكتب المعادلات وبيّن الهدف والقيود)
- Add your own examples inside the code before submission. (أضف أمثلةك داخل الكود قبل التسليم)