5647382910 said:
prove, by induction, that n^2 - 11n + 30 >=0 for n>= 1
tried everything, no hope.
thanks in advance
This is all I could come up with atm, though it can be proved without induction...
n = 1
LHS = 1 - 11 +30
= 20
≥ 0
= RHS
Hence true for n = 1
Assume it is true for n = k
i.e. k² - 11k + 30 ≥ 0
Need to prove true for n = k + 1
i.e. (k + 1)² - 11(k + 1) + 30 ≥ 0
Case 1
LHS = (k + 1)² - 11(k + 1) + 30
= k² + 2k + 1 - 11k - 11 + 30
= k² - 11k + 30 + 2k - 10
≥ 2k - 10 (by assumption)
≥ 0 (if integer k ≥ 5)
Case 2 (if k is an integer such that 1 ≤ k ≤ 4)
LHS = (k + 1)² - 11(k + 1) + 30
= k² - 9k + 20
= (k - 4)(k - 5)
≥ 0 when 1 ≤ k ≤ 4 (not sure how to kick the assumption in :S)
= RHS
If statement is true for n=k it is also true for n=k+1
Since the statement is true for n=1, it is true for all positve integers n
Without induction, you can just graph the thing and say its non-negative for all positive integers of n. (NB: it dips below zero between n = 5 and n = 6, but they are for non-integer n)