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
A 100 rupee note was changed to 10 and 5 rupee notes, 15 notes in all. How many of each notes?​
san4es73 [151]

Answer:

Total number of notes is 11.

Step-by-step explanation:

Value is 100 rupees…

5x + 20y = 100 and x + y = 11 are the two equations.

We can simplify…

5x + 20 y - 5x - 5y = 100 - 55 = 45

15y = 45 so y = 3

x = 11 - y = 8

So, we have 8 notes of 5 rupees denomination and 3 notes of 20 rupees denomination.

I hope it helps you.

4 0
2 years ago
Read 2 more answers
The temperature of a freezer started at 18ºC. After cooling for a few hours, the freezer had a temperature of –12ºC. What is the
kherson [118]

Answer:

30

Step-by-step explanation:

-12 + 30 = 18

3 0
2 years ago
Read 2 more answers
Find the value of x^2 + 1 divided by x^2 if x-1 divided by x =5
MrRa [10]

Answer:

x^2+1/x^2

(x+1/x)^2 = x^2+1/x^2 +2

(5)^2 = x^2+1/x^2 + 2

25 = x^2+1/x^2 + 2

25-2 = x^2+1/x^2

23 = x^2+1/x^2

Step-by-step explanation:

6 0
3 years ago
Please explain how you got to the answer will give brainliest thanks!
a_sh-v [17]
To find the length of the light pole you'll have to use the sine ratio.

sin 30 = x/43
43 (sin 30) = x
21.5 = x

Hope this helps :)
6 0
3 years ago
Read 2 more answers
I am struggling with these questions. Please help
Sauron [17]

Answer: Just apply the formula

Step-by-step explanation:

The equation for volume of a cone is:

V_{(cone)} =\frac{1}{3} \pi r^{2} h

The radius is the line that creates a 90 degree angle with the height

The height goes from the base to the tip of the cone.

I recommend leaving Pi as it is and plugging the rest of the numbers first.

Then at the end multiply by 3.14 and round at the end.

This way, it is easier to avoid calculation errors.

5 0
3 years ago
Other questions:
  • barb ate six cheeseburgers in the last four months. How many do you perdict she will eat in two years?
    12·1 answer
  • What is the measure of angle B in the triangle? Enter your answer in the box.
    6·1 answer
  • Write the fraction as a percent 3/50
    6·2 answers
  • In one city, 75 percent of residents report that they regularly recycle. In a second city, 90 percent of residents report that t
    12·1 answer
  • Solve the equation 8 sin x = 2.5 for<br> the interval 0° to 720°
    6·1 answer
  • Click the image below to find out the question.
    15·1 answer
  • If a*b equal 5a +3b what is -4*3=
    13·1 answer
  • James recently got a credit card. The APR on the card is 19.8%. What is the monthly interest rate?
    12·1 answer
  • Help help help help help
    10·2 answers
  • How many outfits can be made with 40 shirts and 15 pairs of pants
    5·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!