Functions aur unki derivatives ke beech relationships — nature ki language!
Ek petri dish mein bacteria hain. Har minute bacteria ki count double ho jaati hai — yaani growth rate population ke proportional hai. Math mein: dP/dt = kP (jahan k ek constant hai). Yeh ek differential equation hai! Iska solution P = P₀·eᵏᵗ hai — exponential growth. Yahi reason hai ki COVID ya koi bhi epidemic agar unchecked rahe toh exponentially spread hota hai. Differential equations nature ke sabse powerful tools hain.
Highest derivative ka order. dy/dx → order 1. d²y/dx² → order 2.
Highest derivative ki power (jab DE polynomial form mein ho). (dy/dx)³ → degree 3.
Arbitrary constants ke saath solution. n-th order DE → n arbitrary constants.
Specific initial condition se constants determine ho jaate hain.
Agar DE ko f(y)dy = g(x)dx form mein likh sako — toh dono sides integrate karo!
DE ka form: dy/dx = F(y/x) (ratio y/x par depend karta hai)
Substitution: y = vx → dy/dx = v + x(dv/dx)
Phir yeh variable separable ho jaata hai!
Q1. Solve: (1+x²)dy + 2xy dx = 0
dy/y = -2x dx/(1+x²). Integrate: ln y = -ln(1+x²) + ln C. y(1+x²) = C.
Q2. Solve: dy/dx = (x+y)/x where y(1)=1.
Homogeneous: v+x dv/dx = 1+v → x dv/dx=1 → dv=dx/x → v=ln x+C → y/x=ln x+C. y(1)=1: 1=0+C → C=1. y=x(1+ln x).
Q3. Solve: dy/dx - 3y = sin 2x
Linear DE. P=-3, IF=e^(-3x). y·e^(-3x) = ∫sin(2x)e^(-3x)dx. Use IBP twice. = e^(-3x)(-3sin2x-2cos2x)/13 + C. y = (-3sin2x-2cos2x)/13 + Ce^(3x).