MathJax


Wednesday, March 31, 2021

2021-011

Given the linear differential equation below:

$$ y' = 4y + 16 $$

which alternative corresponds to a possible solution?

  1. \( y(t) = e^{4t - 4} - 16 \)
  2. \( y(t) = 13e^{4t - 4} - 4 \)
  3. \( y(t) = e^{t} - 16 \)
  4. \( y(t) = 25e^{t} - 256 \)
  5. None of the above.


Original Idea by: José Nascimento

No comments:

Post a Comment

2025-261

Consider a directed graph \(G\)   and the Kosaraju-Sharir's algorithm for finding strongly connected components (SCCs). Analyze the foll...