- #1
madah12
- 326
- 1
Homework Statement
I want to prove that a polynomial f(x) and a polynomial g(x) with degrees of k,n where k,n are positive even integer, n>k
that limit x-> - infinity of f(x)-g(x)=-infinity
Homework Equations
a polynomial can be written as
a1x^n+a2x^(n-1)...+a(n-1)x+an
The Attempt at a Solution
Since n>k and k,n are positive even integers there is a positive even integer C such that
n=(k+C)
therefore we write f(x)=a1x^k+a2x^(k-1)+...+a(k-1)x+ak/b1x^(c+k)
g(x)=b1x^(k+C)+b2x^(k+C)-1+...+b(k+c-1)x+b(k+c)
f(x)-g(x)=[a1x^k+a2x^(k-1)+...+a(k-1)x+ak]-[b1x^(k+C)+b2x^((k+C)-1)+...+b(k+c-1)x+b(k+c)]
=b1x^(k+c)[[a1/(b1*x^c) + a2/(b1*x^(-c-1)) ...a(k-1)/b1x^(c+k-1) + ak/b1x^(c+k)] -[ 1+b2/b1x +...+b(c+k-1)/b1x^(k+c-1)+bc+k/b1x^(c+k)]]
as x->-infinity
c/x^n = 0 THEOREM
therefore
since k+c is even then lim x->-infinity x^(c+K)=infinity
so limit x->-infinity f(x)-g(x)
=infinity *[(0+0+...+0+0)-(1+0...+0+0)=infinity * -1 = -infinity.
I know this isn't any kind of rigorous proof so how can I improve it?