Sonny18n said:
Sorry but I still don't understand. What am I doing wrong in 2? And how do I get those functions to equal x^2 and 3?
Since you're obviously trying to learn this quickly, I'll give a short crash course on factorizing.
We have the quadratic [itex]f(x)=x^2+12x+36[/itex].
When we talk about f(x), we are actually talking about [itex]x^2+12x+36[/itex] in this case.
f(1) will then represent f(x) when x=1, hence
[tex]f(x)=x^2+12x+36[/tex]
and
[tex]f(1)=(1)^2+12(1)+36=1+12+36=49[/tex]
Similarly, [itex]f(6)=(6)^2+12(6)+36=12+72+36=144[/itex] and [itex]f(-6)=(-6)^2+12(-6)+36=36-72+36=0[/itex]
Notice f(-6)=0, hence x = -6 is a zero of the quadratic f(x). But of course, it's not easy to figure out the values of x this way. We need to turn to factorizing.
Since you already know how to factorize, we'll move on.
So [itex]f(x)=x^2+12x+36=(x+6)^2[/itex].
Now, f(1)=49 that we saw earlier, but with this factorized form, we can find that out a lot more easily. [itex]f(x)=(x+6)^2[/itex] hence [itex]f(1)=(1+6)^2=7^2=49[/itex].
Similarly,
[tex]f(6)=(6+6)^2=12^2=144[/tex]
and
[tex]f(-6)=(-6+6)^2=0^2=0[/tex]
It was easy to see that x=-6 gave us f(x)=0 because if k represents any number then k
2=0 only when k=0. So if we think of x+6 as being k, hence [itex](x+6)^2=k^2[/itex] then we can only get [itex](x+6)^2=0[/itex] by letting x+6=0, solving gives us x=-6.