Why Was 9/4 Added in the Quadratic Equation Completion?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 3K views
viet_jon
Messages
131
Reaction score
0
[SOLVED] Quadratic Function

Homework Statement

solve (f(x)=-3 x^2 + 9 x + 1/4 )
fx=(-3)(x^2-3 x)+1/4

fx=(-3)(x^2-3 x+9/4)+1/4+27/4

fx=(-3)(x^2-3 x+9/4)+28/4
fx=(-3) (x-3/2)^2+7

Homework Equations


The Attempt at a Solution

the solution is already given in the book, but I don't understand why 9/4 was inserted in the third line (bolded). I know at the end of the equation, 27/4 is added to balance out the 9/4...but why put in 9/4 there?
 
Physics news on Phys.org
What they've done is simply completed the square. If you have an equation of the form: [itex]x^2+2ax[/itex], you can write it as: [itex]x^2+2ax = (x+a)^2 - a^2[/itex].
 
Last edited:
f(x)=-3 x^2 + 9 x + 1/4

they just put 27/4 and -27/4 to make completion easier

f(x)=-3 x^2 + 9 x -27/4+ 1/4 +27/4
=-3(x^2-3x+9/4)+7
=-3(x-3x/2)^2 +7

expand (x-3x/2)^2 and check it yourself
 
yea bro...

the thing is, how do you come up with 9/4 from to make it easier?

I'm on purplemath.com right now, trying to figure it out without bothering you guys... hopefully I can figure this one out.
 
Well here's how I would have done that problem. You're given:

[tex]f(x) = -3x^2 + 9x + \frac{1}{4}[/tex]
[tex]f(x) = -3( x^2 -3x) + 1/4[/tex]

Now we notice that the term in brackets is of the form [itex]x^2+2ax[/itex], with [itex]a=\frac{-3}{2}[/itex], and so we complete the square [itex]x^2+2ax = (x+a)^2 - a^2[/itex]:

[tex]f(x) = -3\left(\left(x-\frac{3}{2}\right)^2 - \frac{9}{4} \right) + \frac{1}{4}[/tex]
[tex]f(x) = -3\left(x - \frac{3}{2}\right)^2 + \frac{27}{4} + \frac{1}{4}[/tex]
[tex]f(x) = -3\left(x - \frac{3}{2}\right)^2 + 7[/tex]
 
Last edited:
okie...i got it.so the point of adding -9/4 inside the brackets is so that you can make it factorable. And since you added a (-), now you have to minus it to even it out.thnkx...can't believe it took me so long.

anyhow, how do you type the math out like that?
 
Last edited:
test:

[tex]x=-3 x^2+9x+1/4[/tex]

[tex]fx=(-3)(x^2┤-3 x)+1/4\\[/tex]

[tex]fx=(-3)(x^2┤-3 x+9/4)+1/4+27/4\\[/tex]

[tex]fx=(-3)(x^2┤-3 x+9/4)+28/4\\[/tex]

[tex]fx=(-3) (x┤-3/2)^2+7\\[/tex]
 
Last edited:
viet_jon said:
test:

<tex>x^2</tex>

<tex>(x)=-3 x^2+9x+1/4</tex>
fx=(-┤3)(x^2┤-3 x)+1/4
fx=(-┤3)(x^2┤-3 x+9/4)+1/4+27/4
fx=(-┤3)(x^2┤-3 x+9/4)+28/4
fx=(-┤3) (x┤-3/2)^2+7

If you want to test then there are plenty of preview websites. Here is one of them.

http://at.org/~cola/tex2img/index.php
 
Last edited by a moderator: