Answer:
Tn = 2Tn-1 - Tn-2
Step-by-step explanation:
Before we can generate the recursive sequence, we need to find the nth term of the given sequence.
nth term of an AP is given as:
Tn = a+(n-1)d
If a17 = -40
T17 = a+(17-1)d = -40
a+16d = -40 ...(1)
If a28 = -73
T28 = a+(28-1)d = -73
a+27d = -73 ...(2)
Solving both equations simultaneously using elimination method.
Subtracting 1 from 2 we have:
27d - 16d = -73-(-40)
11d = -73+40
11d = -33
d = -3
Substituting d = -3 into 1
a+16(-3) = -40
a - 48 = -40
a = -40+48
a = 8
Given a = 8, d = -3, the nth term of the sequence will be
Tn = 8+(n-1) (-3)
Tn = 8+(-3n+3)
Tn = 8-3n+3
Tn = 11-3n
Given Tn = 11-3n and d = -3
Tn-1 = Tn - d... (3)
Tn-1 = 11-3n +3
Tn-1 = 14-3n
Tn-2 = Tn-2d...(4)
Tn-2 = 11-3n-2(-3)
Tn-2 = 11-3n+6
Tn-2 = 17-3n
From 3, d = Tn - Tn-1
From 4, d = (Tn - Tn-2)/2
Equating both common difference
(Tn - Tn-2)/2 = Tn - Tn-1
Tn - Tn-2 = 2(Tn - Tn-1)
Tn - Tn-2 = 2Tn-2Tn-1
2Tn-Tn = 2Tn-1 - Tn-2
Tn = 2Tn-1 - Tn-2
The recursive formula will be
Tn = 2Tn-1 - Tn-2
Benny got $3.26 back from his purchase
The tallest building in my area is the reunion tower which is 562 ft and the difference is 1106
1)
x^2 + 4x - 5
y = --------------------
3x^2 - 12
Vertcial asym => find the x-values for which the equation is not defined and check whether the limit goes to + or - infinite
=> 3x^2 - 12 = 0 => 3x^2 = 12
=> x^2 = 12 / 3 = 4
=> x = +/-2
Limit of y when x -> 2(+) = ( 2^2 + 4(2) - 5) / 0 = - 1 / 0(+) = ∞
Limit of y when x -> 2(-) = - 1 / (0(-) = - ∞
Limit of y when x -> - 2(+) = +∞
Limit of y when x -> - 2(-) = -
=> x = 2 and x = - 2 are a vertical asymptotes
Horizontal asymptote => find whether y tends to a constant value when x -> infinite of negative infinite
Limi of y when x -> - ∞ = 1/3
Lim of y when x -> +∞ = 1/3
=> Horizontal asymptote y = 1/3
x - intercept => y = 0
=>
x^2 + 4x - 5
0 = ------------------ => x ^2 + 4x - 5 = 0
3x^2 - 12
Factor x^2 + 4x - 5 => (x + 5) (x - 1) = 0 => x = - 5 and x = 1
=> x-intercepts x = - 5 and x = 1
Domain: all the real values except x = 2 and x = - 2
2) y = - 2 / (x - 4) - 1
using the same criteria you get:
Vertical asymptote: x = 4
Horizontal asymptote: y = - 1
Domain:all the real values except x = 4
Range: all the real values except y = - 1
3)
x/ (x + 2) + 7 / (x - 5) = 14 / (x^2 - 3x - 10)
factor x^2 - 3x - 10 => (x - 5)(x + 2)
Multiply both sides by (x - 5) (x + 2)
=> x(x - 5) + 7( x + 2) = 14
=> x^2 - 5x + 7x + 14 = 14
=> x^2 + 2x = 0
=> x(x + 2) = 0 => x = 0 and x = - 2 but the function is not defined for x = - 2 so it is not a solution => x = 0
Answer: x = 0