1

I'm pretty stuck on the following question

$f$ on $\mathbb{R}$ given by $xfy\Leftrightarrow (y(2x-3)-3x=y(x^2-2x)-5x^3)$ is a function.

Let $g$ be the restriction of $f$ to $\mathbb{Z}^+$, implying $g(n) = f(n),\,n \in\mathbb{Z}^+$

Determine $a\in R\,$, so $g\in \Theta(n^a)$

Alek Oliver
  • 65
  • 1
  • 3
  • 10

1 Answers1

1

Let's express $y=f(x)$: $$(x^2-2x-2x+3)y=5x^3-3x \implies y =\frac{5x^3-3x}{x^2-4x+3} $$ So, $a=3-2=1$ by the leading exponents.

Update: Formally, you have to prove that there are constants $A,B>0$ such that $An\le f(n)\le Bn\ $ (for $n\ge n_0$).

Berci
  • 90,745
  • Sadly there isnt no further explanation for it. So i simply have to look on the exponents, sounds kinda to simply but then again its only 1/5 of the solution – Alek Oliver Oct 28 '12 at 23:08
  • Ok. So, find 'Big Theta' in the following page, and use the definition given there: http://en.wikipedia.org/wiki/Big_O_notation – Berci Oct 28 '12 at 23:36