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
Which of the fractions shown has the greatest value?
kobusy [5.1K]
Greetings!

The best way to compare fractions is to find the LCM (The Lowest Common Denominator) of each of the fractions. This can be done simply by listing the multiples of the denominators.

Multiples:
3: 3,6,9,12,15,18,21,24,27...210,213
10:10,20,30,40,60,70,80...210,220
6: 6,12,18,24,30,36,42,48...210,216
7: 7,14,21,28,35,42,49...210,217

The LCM is 210:
3*70=210
10*21=210
6*35=210
7*30=210

Now, we must do what we do the denominators to the numerators:
1*70=70
70/210
2*21=42
42/210
1*35=35
=35/210
2*30=60
=60/210

The fraction with the largest numerator has the greatest value; In this case it 1/3 or 70/210.

Hope this helps.
-Benjamin



4 0
3 years ago
Read 2 more answers
Two paper drink cups are shaped like cones. The small cone can hold 6 oz of water. The large cone is 4/3 the height and 4/3 the
Ivahew [28]
B is the answer 14 is
6 0
3 years ago
Read 2 more answers
The length of a rectangle is 24 units. Can the perimeter x of the rectangle be 60 units when its width y is 11 units?
valentinak56 [21]
24+24+11+11=60?
48+22=60?
60=60?
:D You're correct
8 0
3 years ago
Anya brought 30 tocos for 36 dollars what it the unit rate
wlad13 [49]

Answer:66

Step-by-step explanation:

7 0
2 years ago
Read 2 more answers
Examine the linear equation.
Soloha48 [4]
The slope-intercept form can be obtained by solving for y.
8x-y=-6
-8x
-y=-8x-6
divide by negative 1 to turn y positive.
My sister helped me sorry if it’s wrong
6 0
3 years ago
Read 2 more answers
Other questions:
  • 5d-2g=9 solve for g<br> Solve the literal equation
    7·2 answers
  • 9, 2, 1, 5, 9, 7, 1, 2, 2, 5, 6<br> Question<br> What is the median for the set of data
    10·2 answers
  • 0.6/18 PLEASE HELP<br> Thanks
    5·2 answers
  • Help, I need to pass this class
    8·1 answer
  • A camera flash can create what in a photograph of a person?
    14·1 answer
  • What is the value of angle x°
    6·1 answer
  • Im in need of help so please help[ :)))
    8·1 answer
  • 5 + 7) + 3 = 5 + (7 + 3)
    14·1 answer
  • What is the value of Q?
    11·1 answer
  • What is an equation of the line that passes through the points (-8, 1) and(7,1)?
    13·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!