Can someone explain to me what my teacher is doing? $x^2 - ax - b = 0$ ..? Isn;t he using the quadratic formula to solve this problem? If that's the case, then where is the $c$ at? Shouldn't he have said $ax^2 - bx - c = 0$ How do we know what $c$ is? Also how do we know that $a=b=1$ ?? This is for a discrete math class and I am so confused. Any guidance would be great.

2026-03-29 20:11:40.1774815100
Solving characteristic equations...
1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The letters $a,b$ and $c$ are just letters. I think your problem is with the quadratic formula itself. Think like this: $$\color{red}{\rm stuff}\,x^2 + \color{blue}{\rm stuff}\,x + \color{green}{\rm stuff} = 0 \implies x = \frac{-\color{blue}{\rm stuff} \pm \sqrt{(\color{blue}{\rm stuff})^2 - 4\,\color{red}{\rm stuff}\,\color{green}{\rm stuff}}}{2\,\color{red}{\rm stuff}}$$
Don't think of letters, think of postitions (I used colors above to try to ilustrate that). For example: $$bx^2+cx+a = 0 \implies x = \frac{-c\pm\sqrt{c^2-4ab}}{2b},$$etc.