Introduction to Mathematics for Electronic Systems
Course Overview and Logistics
- Instructors:
- Prirak Deep
- Dr. Shivakrishna Dasi
- Session Schedule: Friday, Sunday, and Tuesday.
- Session Types:
- Instructor Sessions: Focused on summarizing the weekly content.
- TA (Teaching Assistant) Sessions: Primarily focused on problem-solving exercises.
- Eligibility and Grading Criteria:
- Final Course Grade Eligibility: The student must attend the Final Exam.
- Final Exam Writing Eligibility:
- The average score of the best 5 out of the first 7 weekly assignments must be greater than or equal to $40/100$.
- Completion of at least one of the two scheduled quizzes.
- Score Calculation Formula (T):
- T=max(0.6×F+0.3×max(Qz1,Qz2),0.45×F+0.25×Qz1+0.3×Qz2)
- Where F is the Final Exam score, and Qz1,Qz2 are the scores for Quiz 1 and Quiz 2 respectively.
Importance of Mathematics in Electronic Systems
- Role of Numbers and Relationships: Quantitative data and the functional relationships between them are essential for specifying and designing electronic systems.
- Case Study: Travel Adapter (Model: PEM-2134):
- Input: 100−240 VAC, 50−60 Hz, 0.5 A.
- Output: 5 V, 2.0 A.
- Case Study: Audio System Specifications:
- Power Output: 75 Watts per channel at 1 kHz into 8Ω.
- Input Impedance: >14 kΩ, line input.
- Input Sensitivity: 250 mV.
- Pre-amplifier Output Gain: +18 dB.
- Frequency Response: 20 Hz−20 kHz±0.5 dB.
- Total Harmonic Distortion: <0.05% at rated output, ref. 1 kHz.
- Signal to Noise Ratio: >100 dB, A weighted, ref. rated output.
- Channel Separation: >60 dB, 20 Hz−20 kHz.
- Mains Supply: 110/120 V or 220/240 V, 50/60 Hz.
- Power Consumption: <200 VA, 8Ω load, both channels driven.
- Dimensions: 90 mm (h)×440 mm (w)×310 mm (d).
- Weight: Net 7 kg, Gross 9 kg.
- Case Study: Elevator (Lift) Design Parameters:
- Number of Floors: 16.
- Number of Shafts (Cages): 6(12).
- Floor Distance: 4.5 m.
- Max Velocity: 2.5 m/s.
- Max Acceleration: 0.7 m/s2.
- Jerk: 0.7 m/s3.
- Cage Capacity: 20 persons.
- Time for Opening Door: 2.0 s.
- Time for Closing Door: 2.3 s.
- Time for Riding: 1.0 s/person.
- Passenger Density (Regular/Up-peak/Down-peak): 3000,2700,3300 persons/h.
Mathematical Frameworks in Electronics
- Electronic Circuit Problems: The goal is to find precise relationships between voltages and currents at various points in a circuit.
- Key Mathematical Concepts:
- Linear Equations: Used for DC (Direct Current) circuits.
- Functions of One Variable: Voltage and current are treated as signals, which are functions of time (t).
- Calculus (Differentiation and Integration): Essential because physical properties like the current through a capacitor depend on the rate of change of voltage (I=CdtdV).
- Differential Equations: Used for circuits containing time-varying voltages and currents.
- Complex Numbers: Utilized to analyze AC (Alternating Current) circuits in a steady state.
Physical Quantities and Linear Relations
- Relationship Examples:
- Ohm's Law: Voltage=Resistance×Current (V=RI). In a graph of V vs I, the slope tan(θ)=R.
- Newton's Second Law: Force=Mass×Acceleration (F=ma=mdtdv). In a graph of F vs a, the slope tan(θ)=m.
- Equation of a Straight Line:
- Passing through origin: y=mx, where m=tan(θ) is the slope.
- General form: y=mx+b, where b is the y-axis intercept.
- Slope Comparisons:
- For three lines passing through the origin with slopes a,b,c and angles θ3>θ2>θ1:
- a=tan(θ3), b=tan(θ2), c=tan(θ1).
- If θ1<θ2<θ3, then tan(θ1)<tan(θ2)<tan(θ3), which implies c<b<a.
- Identifying Non-Linear Relationships:
- y=4x+7: Linear (y=mx+b).
- y=x3+1: Non-linear (reciprocal relationship).
- y=x(x−2)→y=x2−2x: Non-linear (Quadratic).
- y=3(x−4)2→y=3(x2−8x+16): Non-linear (Quadratic).
Quadratics and Exponentials
- Quadratics:
- General form: y=ax2+bx+c.
- Shape: Parabolic.
- Applications: MOSFET current-voltage characteristics, area computations, and distance calculations under constant acceleration.
- Exponentials:
- General forms: y=P(1+r)t or y=kax.
- Applications: Diode current characteristics, compound interest calculations, and iterative computations.
Function Notation and Definitions
- Definition: A function f maps a real number x (from domain) to a unique real number f(x) (in codomain).
- Notation: f:R→R. The symbol x∈R means "x is a real number".
- Specifying Values:
- Constant Function: f(x)=c (same value for every x).
- Linear Function: f(x)=mx.
- Quadratic Function: f(x)=ax2+bx+c.
- Exponential Function: f(x)=P(1+r)x.
- Function Composition: Functions can be combined. For example, if f(x)=x2 and h(x)=ax2+b:
- f(h(x))=(ax2+b)2
- h(f(x))=a(x2)2+b=ax4+b
- Identifying Quadratic Functions:
- f(x)=7x+10 (Linear)
- f(x)=3x2+9x+19 (Quadratic)
- f(x)=x3+x2+x+1 (Cubic / Polynomial)
- f(x)=(x+1)2−(x+1)=x2+2x+1−x−1=x2+x (Quadratic)
Functions from Graphs
- Vertical Line Test: A graph represents a function if any vertical line crosses the plot at exactly one point. If it crosses at more than one point, it is a relationship but not a function.
- Range:
- If f(x)=3, the range is the set 3⊂R.
- If f(x)=x2, the range is the set y∣y≥0⊂R.
Operations with Functions
- Arithmetic Operations:
- Addition/Subtraction: f(x)+g(x) or f(x)−g(x).
- Multiplication: f(x)g(x).
- Division: g(x)f(x).
- Example Calculations:
- Let f(x)=x2, g(x)=2x+1, and h(x)=5.
- f(x)+g(x)=x2+2x+1=(x+1)2.
- f(x)g(x)=x2(2x+1)=2x3+x2.
- h(x)g(x)=52x+1.
- Problem 1: Vaccine Manufacturing Cost:
- y = Number of vaccines per day.
- Manufacturing cost per vaccine = 100+y.
- Total manufacturing cost = 10,000.
- Equation: y(100+y)=10,000→y2+100y=10,000.
- Problem 2: Mango Distribution:
- Let Mahesh have x mangoes and Sandhya have y mangoes.
- Total mangoes: x+y=20→y=20−x.
- Mahesh loses 3 (x−3) and Sandhya loses 4 (y−4).
- The product of the remaining mangoes is 42: (x−3)(y−4)=42.
- Substitute y: (x−3)(20−x−4)=42→(x−3)(16−x)=42.
- Expand: 16x−x2−48+3x=42→−x2+19x−48=42→x2−19x+90=0.
- Factor: (x−9)(x−10)=0.
- Solutions: x=9 or x=10.