assignment 9: mth 213, fall 2017 - ayman-badawi.com mth 213 fall 2017 assignments with... ·...

6
S S S S S S S S ¬S S S (S S ) (S ∧¬S ) (S S ) {b n } n= b = ,b = b n = b n- - b n- + n + b n n + α n = α n- - α n- (α ̸= ), then divide both equations by α n- , we get α - α + = , Hence C b (α)= α - α + set C b (α)= α - α + = , we get α = α = Hence b n = c ( n )+ cn( n )+ n + now = b = c + + + , so c = . Also = b = ( )+ c ( )( )+ + ,so c = - b n = n - n( n )+ n + = ( n ) - n( n )+ = (n+) - n( n )+ {b n } n= b = ,b = b n = b n- + b n- b n {b n } n= b = ,b = b n = b n- + b n- + n - n + b n T F x R x + = x + = x R x + = x + = x N x + = x + = x< x + = x + = x R x + = - x + x - e x = - x R x + = - x + x + ln( x)+ x =

Upload: dothu

Post on 25-Jun-2018

219 views

Category:

Documents


0 download

TRANSCRIPT

Name��������������, ID ��������

MTH 213 Discrete Mathematics Fall 2017, 1�1 © copyright Ayman Badawi 2017

Assignment 9: MTH 213, Fall 2017

Ayman Badawi

QUESTION 1. Given string1, say S1 : 0 1 0 1 1 0 and string2, say S2 : 1 1 1 0 0 1

a) Find S1 ∧ S2

b) Find S1 ∨ S2

c) Find S1 ⊕ S2

d) Find ¬S1 ∨ S2

QUESTION 2. Convince me that S1 ∧ (S2 → S3) ≡ (S1 ∧ ¬S2) ∨ (S1 ∧ S3)

QUESTION 3. Given a sequence {bn}∞n=0, where b0 = 3, b1 = 3, and bn = 4bn−1 − 4bn−2 + 2n + 1. Find a general

formula for bn. Solution: We only need to take care of the linear recurrence (undetermined part), other part 2n+1

is determined. So as usual

αn = 4αn−1 − 4αn−2 (α ̸= 0), then divide both equations by αn−2, we get

α2 − 4α+ 4 = 0, Hence Cb(α) = α2 − 4α+ 4

set Cb(α) = α2 − 4α+ 4 = 0, we get α = 2 α = 2

Hence bn = c1(2n) + c2n(2

n) + 2n + 1

now 3 = b0 = c1 + 0+ 1+ 1, so c1 = 1. Also 3 = b1 = 2(21) + c2(1)(21) + 21 + 1, so c2 = −1

bn = 2n − n(2n) + 2n + 1 = 2(2n)− n(2n) + 1 = 2(n+1) − n(2n) + 1

QUESTION 4. Given a sequence {bn}∞n=0, where b0 = 1, b1 = 12, and bn = bn−1 + 6bn−2. Find a general formula for

bn.

QUESTION 5. Given a sequence {bn}∞n=0, where b0 = 1, b1 = 12, and bn = bn−1+6bn−2+n2−n+31. Find a general

formula for bn.

QUESTION 6. Write down T or F

(i) If ∃x ∈ R such that x+ 4 = 5, then x2 + 2 = 4

(ii) If ∃x ∈ R such that x2 + 4 = 5, then x+ 2 = 3

(iii) If ∃x ∈ N such that x2 + 4 = 5, then x+ 2 = 3

(iv) If ∃x < 0 such that x2 + 4 = 5, then x3 + 2 = 1

(v) If ∃x ∈ R such that x2 + 1 = −5, then x3 + 2x− ex = −34

(vi) If ∃x ∈ R such that x2 + 1 = −5, then x3 +√x+ ln(4x) + 7x2 = 102134

Faculty information

Ayman Badawi, Department of Mathematics & Statistics, American University of Sharjah, P.O. Box 26666, Sharjah, United Arab Emirates.

E-mail: [email protected], www.ayman-badawi.com

abadawi
Text Box
Mueez Khan

Scanned by CamScanner

Scanned by CamScanner

Scanned by CamScanner

abadawi
Text Box
Note... (-2)^n = - (2)^n only if n is odd So b_n = c_1(3)^n + c_2(-2)^n so b_0 = 1 = c_1 + c_2 b_1 = 12 = 3c_1 - 2c_2 Hence c_1 = 14/5, c_2 = -9/5 b_n = (14/5)(3)^n + (-9/5)(-2)^n

Scanned by CamScanner

abadawi
Text Box
So b_n = c_1(3)^n + c_2(-2)^n + n^2 - n + 31 so b_0 = 1 = c_1 + c_2 + 31 implies -30 = c_1 + c_2 (1) b_1 = 12 = 3c_1 - 2c_2 + 1 - 1 + 31 implies -19 = 3c_1 - 2c_2 (2) Solve (1) and (2) Hence c_1 = -79/5, c_2 = -71/5 b_n = (-79/5)(3)^n + (-71/5)(-2)^n + n^2 - n + 31

Scanned by CamScanner

abadawi
Text Box
x = -1 and -1 in R and x^2 + 4 = 5, but X + 2 not = 3. Hence conclusion is F. So the whole statement is F. To make it true I should add.. then x + 2 = 3 OR x + 2 = 1
abadawi
Text Box
F