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
andrezito [222]
2 years ago
14

Solve these recurrence relations together with the initial conditions given. a) an= an−1+6an−2 for n ≥ 2, a0= 3, a1= 6 b) an= 7a

n−1−10an−2for n ≥ 2, a0= 2, a1= 1 c) an= 6an−1−8an−2for n ≥ 2, a0= 4, a1= 10 d) an= 2an−1−an−2for n ≥ 2, a0= 4, a1= 1 e) an= an−2for n ≥ 2, a0= 5, a1= -1 f) an=− 6an−1−9an−2for n ≥ 2, a0= 3, a1= -3 g) an+2 = -4an+15anfor n ≥ 0, a0= 2, a1= 8
Mathematics
1 answer:
8_murik_8 [283]2 years ago
6 0

Answer:

  • a) 3/5·((-2)^n + 4·3^n)
  • b) 3·2^n - 5^n
  • c) 3·2^n + 4^n
  • d) 4 - 3 n
  • e) 2 + 3·(-1)^n
  • f) (-3)^n·(3 - 2n)
  • g) ((-2 - √19)^n·(-6 + √19) + (-2 + √19)^n·(6 + √19))/√19

Step-by-step explanation:

These homogeneous recurrence relations of degree 2 have one of two solutions. Problems a, b, c, e, g have one solution; problems d and f have a slightly different solution. The solution method is similar, up to a point.

If there is a solution of the form a[n]=r^n, then it will satisfy ...

  r^n=c_1\cdot r^{n-1}+c_2\cdot r^{n-2}

Rearranging and dividing by r^{n-2}, we get the quadratic ...

  r^2-c_1r-c_2=0

The quadratic formula tells us values of r that satisfy this are ...

  r=\dfrac{c_1\pm\sqrt{c_1^2+4c_2}}{2}

We can call these values of r by the names r₁ and r₂.

Then, for some coefficients p and q, the solution to the recurrence relation is ...

  a[n]=pr_1^n+qr_2^n

We can find p and q by solving the initial condition equations:

\left[\begin{array}{cc}1&1\\r_1&r_2\end{array}\right] \left[\begin{array}{c}p\\q\end{array}\right] =\left[\begin{array}{c}a[0]\\a[1]\end{array}\right]

These have the solution ...

p=\dfrac{a[0]r_2-a[1]}{r_2-r_1}\\\\q=\dfrac{a[1]-a[0]r_1}{r_2-r_1}

_____

Using these formulas on the first recurrence relation, we get ...

a)

c_1=1,\ c_2=6,\ a[0]=3,\ a[1]=6\\\\r_1=\dfrac{1+\sqrt{1^2+4\cdot 6}}{2}=3,\ r_2=\dfrac{1-\sqrt{1^2+4\cdot 6}}{2}=-2\\\\p=\dfrac{3(-2)-6}{-5}=\dfrac{12}{5},\ q=\dfrac{6-3(3)}{-5}=\dfrac{3}{5}\\\\a[n]=\dfrac{3}{5}(-2)^n+\dfrac{12}{5}3^n

__

The rest of (b), (c), (e), (g) are solved in exactly the same way. A spreadsheet or graphing calculator can ease the process of finding the roots and coefficients for the given recurrence constants. (It's a matter of plugging in the numbers and doing the arithmetic.)

_____

For problems (d) and (f), the quadratic has one root with multiplicity 2. So, the formulas for p and q don't work and we must do something different. The generic solution in this case is ...

  a[n]=(p+qn)r^n

The initial condition equations are now ...

\left[\begin{array}{cc}1&0\\r&r\end{array}\right] \left[\begin{array}{c}p\\q\end{array}\right] =\left[\begin{array}{c}a[0]\\a[1]\end{array}\right]

and the solutions for p and q are ...

p=a[0]\\\\q=\dfrac{a[1]-a[0]r}{r}

__

Using these formulas on problem (d), we get ...

d)

c_1=2,\ c_2=-1,\ a[0]=4,\ a[1]=1\\\\r=\dfrac{2+\sqrt{2^2+4(-1)}}{2}=1\\\\p=4,\ q=\dfrac{1-4(1)}{1}=-3\\\\a[n]=4-3n

__

And for problem (f), we get ...

f)

c_1=-6,\ c_2=-9,\ a[0]=3,\ a[1]=-3\\\\r=\dfrac{-6+\sqrt{6^2+4(-9)}}{2}=-3\\\\p=3,\ q=\dfrac{-3-3(-3)}{-3}=-2\\\\a[n]=(3-2n)(-3)^n

_____

<em>Comment on problem g</em>

Yes, the bases of the exponential terms are conjugate irrational numbers. When the terms are evaluated, they do resolve to rational numbers.

You might be interested in
GIVE EXAMPLE OF ACTION PLAN THAT SHOWS A CONTEXTUALIZED LEARNING PROGRAM
dimaraw [331]

An example of contextualization in teaching is when writing skills are taught with reference to topics.

<h3>How to illustrate the information?</h3>

It should be noted that the contextualization of basic skills is the instructional approach that gives connections in teaching.

In this case, an example of contextualization in teaching is when writing skills are taught with reference to topics.

Learn more about learning on:

brainly.com/question/26711803

#SPJ1

3 0
1 year ago
What is the length of AC?<br><br><br> 3 ft<br><br> 4 ft<br><br> 9 ft<br><br> 18 ft
iragen [17]

Answer: The length of AC is 18 ft.

Step-by-step explanation:

By the given diagram,

AM = MB and CN = NB

M and N are the mid points of the sides AB and CB respectively,

Thus, by the mid point theorem,

MN ║ AC,

By the alternative interior angle theorem,

∠BMN ≅ ∠BAC

∠BNM ≅ ∠BCA

Thus, by AA similarity postulate,

ΔBMN ≅ ΔBAC

By the property of similar triangles,

\frac{BM}{BA}=\frac{MN}{AC}

\frac{BM}{BM+MA}=\frac{MN}{AC}

\frac{4}{4+4}=\frac{9}{AC}

\frac{4}{8}=\frac{9}{AC}

4AC=72\implies AC = 18\text{ ft}

Thus, The length of AC is 18 ft.

5 0
3 years ago
Read 2 more answers
Students applying to law school must take the LSAT exam. Since competition for acceptance is stiff, many students take a course
Anestetic [448]

Answer:

a) Dependent

b) H0: µd = 0

    Ha: µd > 0

c)  Stat  --> Basic Statistics ----> Paired t. then select samples 1 , 2 to get the required output

d) Not enough data

Step-by-step explanation:

<u>Using values found in MINITAB 19 </u>

a) The samples are dependent and this is because the title of the test is the same ( i.e. A group of students given the LSAT )

<u>b) Appropriate hypothesis</u>

H0: µd = 0

Ha: µd > 0

<u>c) The Minitab procedure to be used to test the hypothesis is </u>

click on Stat  --> Basic Statistics ----> Paired t. then select samples 1 , 2 to get the required output

d) Not enough data to create a probability plot

4 0
2 years ago
From deltamath.com Help me please i really don't get it.
Brums [2.3K]

Answer:

cos = adjacent/hypotenuse

3/square root13

now you do square root 13 x3 divided by square root 13^2

= 3square root13/13

hope that answers your question

3 0
2 years ago
A coffee table is on sale for 20% off the original price of $115.
katen-ka-za [31]

Answer:

$98.90

Step-by-step explanation:

20% off of 115 is 92 then when you add the sales tax of 7.5% you get $98.90.

You are going to pay $6.90 in sales tax.

PLEASE MARK BRAINLIEST

5 0
2 years ago
Read 2 more answers
Other questions:
  • A pitcher of water contains 1/4 of water. The water is poured equally into 5 glasses. How many liters of water are in each glass
    5·2 answers
  • Use the difference of two squares to find the product of 22 and 18. Enter the correct number in each box. ( + )( − ) = ( )2 − (
    13·2 answers
  • HELP 30 POINTS!!!!!
    6·1 answer
  • At Stephanie's new job, she spent $6.50, $8, $7.25, $13.50, and $9.75 on lunch the first week. In the second week, Stephanie spe
    6·1 answer
  • 8, 18, 11, 15, 5, 4, 14, 9, 19, 1, 7, 17, 6, 16, ?, ?, ?, ?, ?
    6·1 answer
  • Which answer best describes the shape of this distribution
    14·2 answers
  • A lottery game has balls numbered 1 through 15.
    9·2 answers
  • Simplify 7 2/3 divided by 6 1/4
    8·2 answers
  • PLEASE HELP!!!!!!!!
    15·1 answer
  • A convex polygon has Choose...<br> sides when the interior angle sum is 1980º.
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!