Initial Value Problems | Differential EquationsInitial Value Problems
Sharan Sajiv Menon - September 5th, 2021
Initial value problems are problems is an ordinary differential equation with an initial condition which specifies the value of the unknown function at a given point in the domain.
Solved Problems
Problem 1: Find the function y1(t) which is the solution of 9y′′−48y′+28y=0 with initial conditions y1(0)=1 and y1′(0)=0
Solution 1
-
Step 1: Find general solution first. Solve auxilary equation: 9m2−48m+28=0 , Solutions are 314 and 32
-
Step 2: Solution will look like y1(t)=C1e2t/3−C2e14t/3
-
Step 3: Find y1′(t): 32C1e2t/3−314C2e14t/3
-
Step 4: y1(0)=1, so C1−C2=1 and y1′(0), so 32C1−314C2=0
-
Step 5: Solve system of equations [^1], use any method:
[132−1314]−1[10]
solving this gives C1=67 and C2=61
-
Answer is (7/6)e2t/3−(1/6)e14t/3