1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
8_murik_8 [283]
3 years ago
12

Using Laplace transforms, solve x" + 4x' + 6x = 1- e^t with the following initial conditions: x(0) = x'(0) = 1.

Mathematics
1 answer:
professor190 [17]3 years ago
6 0

Answer:

The solution to the differential equation is

X(s)=\cfrac 1{6}  -\cfrac {1}{11}e^{t}+\cfrac {61}{66}e^{-2t}\cos(\sqrt 2t)+\cfrac {97}{66}\sqrt 2 e^{-2t}\sin(\sqrt 2t)

Step-by-step explanation:

Applying Laplace Transform will help us solve differential equations in Algebraic ways to find particular  solutions, thus after applying Laplace transform and evaluating at the initial conditions we need to solve and apply Inverse Laplace transform to find the final answer.

Applying Laplace Transform

We can start applying Laplace at the given ODE

x''(t)+4x'(t)+6x(t)=1-e^t

So we will get

s^2 X(s)-sx(0)-x'(0)+4(sX(s)-x(0))+6X(s)=\cfrac 1s -\cfrac1{s-1}

Applying initial conditions and solving for X(s).

If we apply the initial conditions we get

s^2 X(s)-s-1+4(sX(s)-1)+6X(s)=\cfrac 1s -\cfrac1{s-1}

Simplifying

s^2 X(s)-s-1+4sX(s)-4+6X(s)=\cfrac 1s -\cfrac1{s-1}

s^2 X(s)-s-5+4sX(s)+6X(s)=\cfrac 1s -\cfrac1{s-1}

Moving all terms that do not have X(s) to the other side

s^2 X(s)+4sX(s)+6X(s)=\cfrac 1s -\cfrac1{s-1}+s+5

Factoring X(s) and moving the rest to the other side.

X(s)(s^2 +4s+6)=\cfrac 1s -\cfrac1{s-1}+s+5

X(s)=\cfrac 1{s(s^2 +4s+6)} -\cfrac1{(s-1)(s^2 +4s+6)}+\cfrac {s+5}{s^2 +4s+6}

Partial fraction decomposition method.

In order to apply Inverse Laplace Transform, we need to separate the fractions into the simplest form, so we can apply partial fraction decomposition to the first 2 fractions. For the first one we have

\cfrac 1{s(s^2 +4s+6)}=\cfrac As + \cfrac {Bs+C}{s^2+4s+6}

So if we multiply both sides by the entire denominator we get

1=A(s^2+4s+6) +  (Bs+C)s

At this point we can find the value of A fast if we plug s = 0, so we get

1=A(6)+0

So the value of A is

A = \cfrac 16

We can replace that on the previous equation and multiply all terms by 6

1=\cfrac 16(s^2+4s+6) +  (Bs+C)s

6=s^2+4s+6 +  6Bs^2+6Cs

We can simplify a bit

-s^2-4s=  6Bs^2+6Cs

And by comparing coefficients we can tell the values of B and C

-1= 6B\\B=-1/6\\-4=6C\\C=-4/6

So the separated fraction will be

\cfrac 1{s(s^2 +4s+6)}=\cfrac 1{6s} +\cfrac {-s/6-4/6}{s^2+4s+6}

We can repeat the process for the second fraction.

\cfrac1{(s-1)(s^2 +4s+6)}=\cfrac A{s-1} + \cfrac {Bs+C}{s^2+4s+6}

Multiplying by the entire denominator give us

1=A(s^2+4s+6) + (Bs+C)(s-1)

We can plug the value of s = 1 to find A fast.

1=A(11) + 0

So we get

A = \cfrac1{11}

We can replace that on the previous equation and multiply all terms by 11

1=\cfrac 1{11}(s^2+4s+6) + (Bs+C)(s-1)

11=s^2+4s+6 + 11Bs^2+11Cs-11Bs-11C

Simplifying

-s^2-4s+5= 11Bs^2+11Cs-11Bs-11C

And by comparing coefficients we can tell the values of B and C.

-s^2-4s+5= 11Bs^2+11Cs-11Bs-11C\\-1=11B\\B=-\cfrac{1}{11}\\5=-11C\\C=-\cfrac{5}{11}

So the separated fraction will be

\cfrac1{(s-1)(s^2 +4s+6)}=\cfrac {1/11}{s-1} + \cfrac {-s/11-5/11}{s^2+4s+6}

So far replacing both expanded fractions on the solution

X(s)=\cfrac 1{6s} +\cfrac {-s/6-4/6}{s^2+4s+6} -\cfrac {1/11}{s-1} -\cfrac {-s/11-5/11}{s^2+4s+6}+\cfrac {s+5}{s^2 +4s+6}

We can combine the fractions with the same denominator

X(s)=\cfrac 1{6s}  -\cfrac {1/11}{s-1}+\cfrac {-s/6-4/6+s/11+5/11+s+5}{s^2 +4s+6}

Simplifying give us

X(s)=\cfrac 1{6s}  -\cfrac {1/11}{s-1}+\cfrac {61s/66+158/33}{s^2 +4s+6}

Completing the square

One last step before applying the Inverse Laplace transform is to factor the denominators using completing the square procedure for this case, so we will have

s^2+4s+6 = s^2 +4s+4-4+6

We are adding half of the middle term but squared, so the first 3 terms become the perfect  square, that is

=(s+2)^2+2

So we get

X(s)=\cfrac 1{6s}  -\cfrac {1/11}{s-1}+\cfrac {61s/66+158/33}{(s+2)^2 +(\sqrt 2)^2}

Notice that the denominator has (s+2) inside a square we need to match that on the numerator so we can add and subtract 2

X(s)=\cfrac 1{6s}  -\cfrac {1/11}{s-1}+\cfrac {61(s+2-2)/66+316 /66}{(s+2)^2 +(\sqrt 2)^2}\\X(s)=\cfrac 1{6s}  -\cfrac {1/11}{s-1}+\cfrac {61(s+2)/66+194 /66}{(s+2)^2 +(\sqrt 2)^2}

Lastly we can split the fraction one more

X(s)=\cfrac 1{6s}  -\cfrac {1/11}{s-1}+\cfrac {61(s+2)/66}{(s+2)^2 +(\sqrt 2)^2}+\cfrac {194 /66}{(s+2)^2 +(\sqrt 2)^2}

Applying Inverse Laplace Transform.

Since all terms are ready we can apply Inverse Laplace transform directly to each term and we will get

\boxed{X(s)=\cfrac 1{6}  -\cfrac {1}{11}e^{t}+\cfrac {61}{66}e^{-2t}\cos(\sqrt 2t)+\cfrac {97}{66}\sqrt 2 e^{-2t}\sin(\sqrt 2t)}

You might be interested in
I really need help with this can somebody help me ?
Mama L [17]

<em>Answer</em>

a. Vertical shrink by a factor of 1/3

<em>Step-by-step explanation</em>

Function transformation

• a,f(x) vertically compresses f(x) when 0 < a < 1

Given the function:

f(x)=x^2

Multiplying f(x) by a = 1/3, we get:

\frac{1}{3}f(x)=\frac{1}{3}x^2=h(x)

Then, f(x) is vertically shrunk by a factor of 1/3

6 0
1 year ago
If 3 students make up 10% of the class, how many students are there total in the class?
stealth61 [152]

Answer:

30 students

Step-by-step explanation:

3 students = 10% of the class.

x students = 90% of the class.

(If more, less divides. Let x be the subject. Since we know 10% of the class already, we have to find the remaining 90% that is 100% - 10% = 90%.)

x = 90%/ 10% × 3 students. ( the percentage signs cancel out and so do the zero's.)

x= 9/1 × 3 students ( 9/1 is the same as 9)

x= 27 students

(To find the total, you must add the 10% of the students to the remaining 90% of the students in the class.)

Total number of students in the class = 27 students + 3 students

= 30 students

7 0
2 years ago
Where is expression that equals 40 it through the exponent
Lisa [10]
10 it the power of 4
7 0
3 years ago
two terms of an arithmetic sequence are a6= 40 and a20= -16. write and explicit rule for the nth term
Lana71 [14]

Answer:

Tn = 64-4n

Step-by-step explanation:

The nth term of an AP is expressed as:

Tn = a+(n-1)d

a is the common difference

n is the number of terms

d is the common difference

Given the 6th term a6 = 40

T6 = a+(6-1)d

T6 = a+5d

40 = a+5d ... (1)

Given the 20th term a20 = -16

T20 = a+(20-1)d

T20 = a+19d

-16 = a+19d... (2)

Solving both equation simultaneously

40 = a+5d

-16 = a+19d

Subtracting both equation

40-(-16) = 5d-19d

56 = -14d

d = 56/-14

d = -4

Substituting d = -4 into equation

a+5d = 40

a+5(-4) = 40

a-20 = 40

a = 20+40

a = 60

Given a = 60, d = -4, to get the nth term of the sequence:

Tn = a+(n-1)d

Tn = 60+(n-1)(-4)

Tn = 60+(-4n+4)

Tn = 60-4n+4

Tn = 64-4n

7 0
3 years ago
Which is not true about the function graphed<br> below?
Tom [10]

Answer:

B. The range of the function is all real numbers

8 0
2 years ago
Other questions:
  • Hugo decided to pay $2 a week to his brother to buy a bicycle. The equation y – 10 = –2(x – 10) models the amount of money he ow
    8·2 answers
  • Liz deposited money into an account in which interest is compounded quarterly at a rate of 3.2%. How much did she deposit if the
    11·1 answer
  • One ribbon is 2 feet long the other is 30 inches which length is longer
    6·1 answer
  • Anybody know this? I need help, I really don’t understand it.
    11·2 answers
  • What is the surface area? I can't figure it out...
    14·2 answers
  • Need help anyone asap xd?
    15·2 answers
  • The triangle on the right is a scaled copy of the triangle on the left. Identify the scale factor. Express your answer as a whol
    15·1 answer
  • I need to know what this is ASA SSS SAS AAS?
    7·1 answer
  • HELP ASAP I WILL GIVE BRAINLIEST FOR CORRECT ANSWER
    14·2 answers
  • What is the area of a rectangle with a length of 9
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!