View Single Post
  #5  
Old December 1st, 2008, 07:13 PM
william william is offline
Senior Member
 
Join Date: Oct 2008
Posts: 276
Country:
Thanks: 355
Thanked 2 Times in 2 Posts
william is on a distinguished road
Default

Quote:
Originally Posted by Prove It View Post
y = 3x^2 + 12x - 7

Take out the common factor of 3

y = 3[x^2 + 4x - \frac{7}{3}]

Add a cleverly disguised 0... in other words, \left(\frac{b}{2}\right)^2-\left(\frac{b}{2}\right)

y = 3[x^2 + 4x + 2^2 - 2^2 - \frac{7}{3}]

Can you see that x^2 + 4x + 2^2 is a perfect square?

y = 3[(x + 2)^2 - \frac{19}{3}]

Expand the common factor of 3 through the brackets.

y = 3(x+2)^2 - 19


This is now of the form y = a(x-h)^2 + k where h and k are the x and y co-ordinates of the vertex.

So what is the vertex?
V: (-2,-19)
Reply With Quote