Solving IVP using Laplace Transforms

Click For Summary

Homework Help Overview

The problem involves solving an initial value problem (IVP) using Laplace transforms, specifically the equation x'' + x = cos(3t) with initial conditions x(0) = 1 and x'(0) = 0. The context is within the subject area of differential equations.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the application of Laplace transforms to the given differential equation, with one participant attempting to set up the equation in the Laplace domain. Questions arise regarding the use of partial fractions and the handling of terms in the equation.

Discussion Status

Some participants provide guidance on the approach to take with partial fractions, while others express uncertainty about how to proceed with specific terms in the equation. There is an ongoing exploration of the setup and manipulation of the Laplace transformed equation.

Contextual Notes

Participants are navigating the complexities of Laplace transforms and the specific algebraic manipulations required, indicating a focus on understanding the process rather than reaching a final solution.

daemon_dkm
Messages
6
Reaction score
0

Homework Statement



"Use Laplace transforms to solve the initial value problem" from section 4.2 in Elementary Differential Equations (6th ed.) Edwards & Penny

x'' + x = cos3t; x(0) = 1 & x'(0) = 0


Homework Equations



L{coskt} = s/(s²+k²)
Apparently the answer is 1/8[9cos(t)-cos(3t)].

The Attempt at a Solution




x'' + x = cos3t
L{x''} = s²*X(s) - s*1 - 0
s²X(s) - s + X(s) = s/(s²+3²)
X(s)(s²+1) = s/(s²+3²) + s
X(s) = s/[(s²+3²)(s²+1)] + s/(s²+1)

This is where I get stuck. Do I get a common denominator then do partial fractions?
 
Physics news on Phys.org
There's no need to get a common denominator. Just use partial fractions to break up the first term.
 
What do I do with the right most part then?
Would I set it up like
s/[(s²+3²)(s²+1)] + s/(s²+1)
= (As+B)/(s²+3²) + (Cs+D)/(s²+1) + s/(s²+1)
s = (As+B)(s²+1) +(Cs+D)(s²+3) + s(s²+3²)
 
You can ignore the last part for now, so you want to start with

[tex]\frac{s}{(s^3+3^2)(s^2+1)} = \frac{As+B}{s^2+3^2}+\frac{Cs+D}{s^2+1}[/tex]

Then

[tex]X(s) = \frac{As+B}{s^2+3^2}+\frac{Cs+D}{s^2+1} + \frac{s}{s^2+1}[/tex]
 
Thank you! That's just what I needed to know!

Because then

0s3 = A3 + C3 => A = -C
0 = B2+D2
0 = B + 3D
s = As + 9Cs
1 = -C + 9C
1 = 8C => C = 1/8 so A = -1/8
[tex] X(s) = -\frac{1}{8}\frac{s}{s^2+3^2}+\frac{1}{8}\frac{s}{s^2+1} + \frac{8}{8}\frac{s}{s^2+1}[/tex]

[tex] x(t) = L{X(s)} = -\frac{1}{8}\cos(3t)+\frac{9}{8}\cos(t)[/tex]
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
Replies
9
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 26 ·
Replies
26
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K