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
AleksandrR [38]
2 years ago
7

In this problem you will use undetermined coefficients to solve the nonhomogeneous equation y′′+4y′+3y=8te^−t+6e^−t−(9t+6)

Mathematics
1 answer:
Luden [163]2 years ago
7 0

We're given the ODE,

<em>y''</em> + 4<em>y'</em> + 3<em>y</em> = 8<em>t</em> exp(-<em>t </em>) + 6 exp(-<em>t</em> ) - (9<em>t</em> + 6)

(where I denote exp(<em>x</em>) = <em>eˣ </em>)

First determine the characteristic solution:

<em>y''</em> + 4<em>y'</em> + 3<em>y</em> = 0

has characteristic equation

<em>r</em> ² + 4<em>r</em> + 3 = (<em>r</em> + 1) (<em>r</em> + 3) = 0

with roots at <em>r</em> = -1 and <em>r</em> = -3, so the characteristic solution is

<em>y</em> = <em>C</em>₁ exp(-<em>t</em> ) + <em>C</em>₂ exp(-3<em>t</em> )

For the non-homogeneous equation, assume two ansatz solutions

<em>y</em>₁ = (<em>at</em> ² + <em>bt</em> + <em>c</em>) exp(-<em>t </em>)

and

<em>y</em>₂ = <em>at</em> + <em>b</em>

<em />

• <em>y''</em> + 4<em>y'</em> + 3<em>y</em> = 8<em>t</em> exp(-<em>t </em>) + 6 exp(-<em>t</em> ) … … … [1]

Compute the derivatives of <em>y</em>₁ :

<em>y</em>₁ = (<em>at</em> ² + <em>bt</em> + <em>c</em>) exp(-<em>t </em>)

<em>y</em>₁' = (2<em>at</em> + <em>b</em>) exp(-<em>t </em>) - (<em>at</em> ² + <em>bt</em> + <em>c</em>) exp(-<em>t </em>)

… = (-<em>at</em> ² + (2<em>a</em> - <em>b</em>) <em>t</em> + <em>b</em> - <em>c</em>) exp(-<em>t </em>)

<em>y</em>₁'' = (-2<em>at</em> + 2<em>a</em> - <em>b</em>) exp(-<em>t </em>) - (-<em>at</em> ² + (2<em>a</em> - <em>b</em>) <em>t</em> + <em>b</em> - <em>c</em>) exp(-<em>t </em>)

… = (<em>at</em> ² + (<em>b</em> - 4<em>a</em>) <em>t</em> + 2<em>a</em> - 2<em>b</em> + <em>c</em>) exp(-<em>t</em> )

Substitute them into the ODE [1] to get

→   [(<em>at</em> ² + (<em>b</em> - 4<em>a</em>) <em>t</em> + 2<em>a</em> - 2<em>b</em> + <em>c</em>) + 4 (-<em>at</em> ² + (2<em>a</em> - <em>b</em>) <em>t</em> + <em>b</em> - <em>c</em>) + 3 (<em>at</em> ² + <em>bt</em> + <em>c</em>)] exp(-<em>t</em> ) = 8<em>t</em> exp(-<em>t </em>) + 6 exp(-<em>t</em> )

(<em>at</em> ² + (<em>b</em> - 4<em>a</em>) <em>t</em> + 2<em>a</em> - 2<em>b</em> + <em>c</em>) + 4 (-<em>at</em> ² + (2<em>a</em> - <em>b</em>) <em>t</em> + <em>b</em> - <em>c</em>) + 3 (<em>at</em> ² + <em>bt</em> + <em>c</em>) = 8<em>t</em> + 6

4<em>at</em> + 2<em>a</em> + 2<em>b</em> = 8<em>t</em> + 6

→   4<em>a</em> = 8   and   2<em>a</em> + 2<em>b</em> = 6

→   <em>a</em> = 2   and   <em>b</em> = 1

→   <em>y</em>₁ = (2<em>t</em> ² + <em>t </em>) exp(-<em>t </em>)

(Note that we don't find out anything about <em>c</em>, but that's okay since it would have gotten absorbed into the first characteristic solution exp(-<em>t</em> ) anyway.)

• <em>y''</em> + 4<em>y'</em> + 3<em>y</em> = -(9<em>t</em> + 6) … … … [2]

Compute the derivatives of <em>y</em>₂ :

<em>y</em>₂ = <em>at</em> + <em>b</em>

<em>y</em>₂' = <em>a</em>

<em>y</em>₂'' = 0

Substitute these into [2] :

4<em>a</em> + 3 (<em>at</em> + <em>b</em>) = -9<em>t</em> - 6

3<em>at</em> + 4<em>a</em> + 3<em>b</em> = -9<em>t</em> - 6

→   3<em>a</em> = -9   and   4<em>a</em> + 3<em>b</em> = -6

→   <em>a</em> = -3   and   <em>b</em> = 2

→   <em>y</em>₂ = -3<em>t</em> + 2

Then the general solution to the original ODE is

<em>y(t)</em> = <em>C</em>₁ exp(-<em>t</em> ) + <em>C</em>₂ exp(-3<em>t</em> ) + (2<em>t</em> ² + <em>t </em>) exp(-<em>t </em>) - 3<em>t</em> + 2

Use the initial conditions <em>y</em> (0) = 2 and <em>y'</em> (0) = 2 to solve for <em>C</em>₁ and <em>C</em>₂ :

<em>y</em> (0) = <em>C</em>₁ + <em>C</em>₂ + 2 = 2

→   <em>C</em>₁ + <em>C</em>₂ = 0 … … … [3]

<em>y'(t)</em> = -<em>C</em>₁ exp(-<em>t</em> ) - 3<em>C</em>₂ exp(-3<em>t</em> ) + (-2<em>t</em> ² + 3<em>t</em> + 1) exp(-<em>t </em>) - 3

<em>y'</em> (0) = -<em>C</em>₁ - 3<em>C</em>₂ + 1 - 3 = 2

→   <em>C</em>₁ + 3<em>C</em>₂ = -4 … … … [4]

Solve equations [3] and [4] to get <em>C</em>₁ = 2 and <em>C</em>₂ = -2. Then the particular solution to the initial value problem is

<em>y(t)</em> = -2 exp(-3<em>t</em> ) + (2<em>t</em> ² + <em>t</em> + 2) exp(-<em>t </em>) - 3<em>t</em> + 2

You might be interested in
A French class has a total of 31 students. The number of males is 7 more than the number of females. How many males and how many
Inessa05 [86]

Answer:

12

Step-by-step explanation:

5 0
2 years ago
(b)Newton has bought 12 dozen copies in Rs 4320. His expenditure to bring the copies
Alexeev081 [22]

Answer:

30%

Step-by-step explanation:

4320 - 288 = 4032

4032/12 =336 per copies

So, he sold them in 5760

5760 - 4032 = 1728

(1728/5760)*100 = 30%

8 0
2 years ago
determine if the ordered pair is a solution of the equation is (2 4) a solution of y = -3× - 2? true or false​
vesna_86 [32]

Answer:

False

Step-by-step explanation:

y = -3× - 2

4 = -3(2) - 2

4 = -6 - 2

4 = -8

4 0
2 years ago
I need help with this question asap
Phoenix [80]

Answer:

The answer is 3

Step-by-step explanation:

The answer is 3 because the number with x is always the slope.

7 0
2 years ago
Read 2 more answers
Which of the following sets of numbers could not represent the three sides of a triangle?
Zanzabum

Answer:

The last one..Number 4

Step-by-step explanation:

When u add the two sides it's supposed to be larger than the bigger side

so 13+20 is smaller than 34

4 0
2 years ago
Other questions:
  • NEED HELP ASAP!!!
    12·1 answer
  • Math question please help
    8·1 answer
  • A triangle is 3cm wider than it is tall. The area is 44cm^2. Find the width(length of the base).
    10·1 answer
  • There are 8 dinner rolls in a package. How many packages will be needed so that 64 people can get 2 dinner rolls?
    10·2 answers
  • What is y=-3/7x+5 writen in standard form using intergers
    6·1 answer
  • Please solve this geometry equation with the work ! for 40 points and brainliest
    7·1 answer
  • Can someone help me out? :)
    7·2 answers
  • I need the answer asap2.794 x 10^9
    12·1 answer
  • What is the value of y?
    12·2 answers
  • A coat costing $135 is marked down 25%.
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!