3x^2 - 5x - 1 = 0 (Solve using completing the square method)

  • Thread starter Thread starter Mphisto
  • Start date Start date
  • Tags Tags
    Method Square
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
3 replies · 11K views
Mphisto
Messages
23
Reaction score
0

Homework Statement


Question: 3x^2 - 5x - 1 = 0 (Solve using completing the square method)


Homework Equations





The Attempt at a Solution


3x^2 - 5x - 1 = 0
x^2 - (5/3)x - 1/3 = 0
x^2 - (5x/3) = 1/3
x^2 - 2(5x/3) = 1/3
x^2 - 2(5x/3) + (5/6)^2 = 1/3 + (5/6)^2
(x - 5/6)^2 = 1/3 + 25/36
(x - 5/6)^2 = 37/36
x - 5/6 = + - Square root 37/36
x = Square root 37/36 + 5/6 or x = - Square root 37/36 + 5/6
x = 1.85 (3sf) or x = -0.180 (3sf)

I am sorry if the working is messy! I can't find the appropriate key for it
Please check my answer and correct me

Thank you!
 
Physics news on Phys.org
Mphisto said:
x^2 - (5x/3) = 1/3
x^2 - 2(5x/3) = 1/3
How did you get from the first to the second? What you basically said here is that if

[itex]a+b=c[/itex]

then

[itex]a+2b=c[/itex]

This is not true unless b=0, which is not the case. What you should have instead done is

[itex]a+b=c[/itex]

then

[itex]a+2(\frac{b}{2})=c[/itex]

Notice here that nothing has changed, so the equality still holds.

Everything else seems good and you have the correct answer :smile:
 
Mentallic said:
How did you get from the first to the second? What you basically said here is that if

[itex]a+b=c[/itex]

then

[itex]a+2b=c[/itex]

This is not true unless b=0, which is not the case. What you should have instead done is

[itex]a+b=c[/itex]

then

[itex]a+2(\frac{b}{2})=c[/itex]

Notice here that nothing has changed, so the equality still holds.

Everything else seems good and you have the correct answer :smile:
Thanks for taking the time to check!

Edit: It should has been x^2 - 2(5x/6) = 1/3
x^2 - 2(5x/6) + (5/6)^2 = 1/3 + (5/6)^2
 
Mphisto said:
Thanks for taking the time to check!

Edit: It should has been x^2 - 2(5x/6) = 1/3
x^2 - 2(5x/6) + (5/6)^2 = 1/3 + (5/6)^2

Yep that's better!