Author Topic: TUT0602 QUIZ 3  (Read 3032 times)

Fenglun Wu

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
    • View Profile
TUT0602 QUIZ 3
« on: October 11, 2019, 02:00:13 PM »
Find the Wronskian of two solutions of the given differential equation without solving the equation.
$$cos(t)y'' + sin(t)y' - ty = 0$$
First, we divide both sides of the equation by $cos(t)$
$$y'' + \frac{sin(t)}{cos(t)}y' - \frac{t}{cos(t)}y = 0$$
Then, we have $p(t) = \frac{sin(t)}{cos(t)} = tan(t)$
Therefore, the Wroskian
$$W[y_1, y_2](t) = c \times exp(-\int p(t)dt)
$$
$$= c \times exp(-\int tan(t)dt)
= c \times exp(ln|cos(t)|)
= c \times cos(t)
$$