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]
3 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]3 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
I will give out BRAINLYIST if u can answer this.<br><br> qwertrewertyuiuytrfghsj
faltersainse [42]

Answer:

I think it is

Step-by-step explanation:

s;kfjskejrlkjdvnlkfjnvlkajvnfkljvnkjfvn

4 0
3 years ago
Read 2 more answers
Which values from the set satisfy the inequality?
Fofino [41]
I think the answer is a please tell me if it’s right
6 0
3 years ago
Read 2 more answers
A total of $12,000 is invested at an annual interest rate of 9%. Find the balance
sineoko [7]

Answer:

$18,726.11

Step-by-step explanation:

Lets use the compound interest formula provided to solve this:

A=P(1+\frac{r}{n} )^{nt}

<em>P = initial balance</em>

<em>r = interest rate (decimal)</em>

<em>n = number of times compounded annually</em>

<em>t = time</em>

<em />

First lets change 9% into a decimal:

9% -> \frac{9}{100} -> 0.09

Since the interest is compounded quarterly, we will use 4 for n. Lets plug in the values now:

A=12,000(1+\frac{0.09}{4})^{4(5)}

A=18,726.11

<u>The balance after 5 years is $18,726.11</u>

6 0
3 years ago
Graph a line with a slope of 4 that contains the point (3,0). FOR 100 POINTS PLS
dimulka [17.4K]

Answer:

Hi there!

Recall that slope-intercept form is:

y = mx + b

Where m = slope

In this instance, we are given a slope of 4,

therefore:

y = 4x + b

Substitute in the x and y coordinates of the point given:

0 = 4(3) + b

0 = 12 + b

Substract 12 from both side:

-12 = b

Therefore, the equation would be:

y = 4x - 12

Graph the equation by finding x and y values or using a calculator:

x = 0, y = 4(0) - 12 = 12 (0, 12)

x = 1, y = 4(1) - 12 = - 8 (1, -8)

x = 2, y = 4(2) - 12 = - 4 (2, -4)

x = 3, y = 4(3) - 12 = 0 (3, 0)

And so forth:

Thanks<8

4 0
3 years ago
Help me pleaseeeeeee
morpeh [17]

Answer:

A

Step-by-step explanation:

u move the decimal place left 2 spaces and u would get 0.024

3 0
3 years ago
Other questions:
  • PLEASE HELP!!!!!!! I WILL DO BRAINLIEST The angles that share the same tangent value as tan(45°) have terminal sides in quadrant
    14·1 answer
  • In 2000 there were approximately 27 million people 18-24 years old in the United States.
    13·1 answer
  • -5+7m-20=20-2m<br> Multi-step equations
    6·2 answers
  • Can someone plz help me with this problem
    14·2 answers
  • Anna made an error in determining the polynomial equation of smallest degree whose roots are -4,-2, -
    6·1 answer
  • 3(9.99) + 5(1.29).<br> plz Answer <br> show work
    15·2 answers
  • Could someone please explain how to find the composition of a function.
    5·1 answer
  • ASAP What is 1/3 (x - 10) = -4 I need the asnwer and all the steps on how to do it! Thank you.
    9·2 answers
  • Use substitution: y= 5 and y = 7x -2*
    7·1 answer
  • Please Helppp pleaseeeeeeee pleaseeee
    10·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!