Write down the general solution equation and the initial conditions or boundary conditions. This helps you see that all the information you need to solve the problem is present.
Example 1, initial condition: y = sin(t) + C; y = 3 @ t = 0
Example 2, boundary condition: y = cos(x) + C; y = 6 @ x = 0
Enter the initial or boundary condition values and solve the functions.
Example 1: 3 = sin(0) + C; 3 = 0 + C
Example 2: 6 = cos(0) + C; 6 = 1 + C
Solve the resulting equations algebraically for C.
Example 1: 3 = 0 + C; C = 3
Example 2: 6 = 1 + C; C = 5