I am required to find numbers a and b so that: $$\frac{2x+5}{x^2+x-6}=\frac{a}{x+3}+\frac{b}{x-2}$$
$$\frac{ax-2a\:+\:bx+3b}{x^2+x-6}$$
$$\therefore ax-2a\:+\:bx+3b\:=\:2x+5 $$
To this step i understand my process and the rest i believe would be like a simultaneous equation, or I could even use a trial and error method to find the numbers, but I know there is a much simpler way to solve this, what step is next? or have I made a mistake?
Here's the most basic method. Group the $x$ coefficients $$ (a+b)x + (3b-2a) = 2x + 5 $$
this needs to be true for $\forall x \in \mathbb R$. Therefore
$$ a + b = 2 $$ $$ 3b - 2a = 5 $$
Solve this system for $a,b$