How can I solve a quadratic equation with a simple homework statement?

Click For Summary
SUMMARY

The forum discussion centers on solving the quadratic equation -2kx² + 4x + 6k = 0 using both the quadratic formula and the method of completing the square. The quadratic formula yields the solutions x = [1 ± sqrt(1 + 3k²)] / k, while the completing the square method requires dividing by -2k and manipulating the equation to find a perfect square. Participants emphasize the importance of proper notation and parentheses in mathematical expressions to avoid confusion. The discussion also highlights common mistakes in algebraic manipulation and the significance of understanding the derivation of the quadratic formula.

PREREQUISITES
  • Understanding of quadratic equations and their standard form
  • Familiarity with the quadratic formula
  • Knowledge of completing the square method
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study the derivation of the quadratic formula from completing the square
  • Practice solving quadratic equations using both the quadratic formula and completing the square
  • Explore the discriminant and its role in determining the nature of the roots
  • Watch instructional videos on solving quadratic equations for visual understanding
USEFUL FOR

Students learning algebra, educators teaching quadratic equations, and anyone seeking to strengthen their mathematical problem-solving skills.

autodidude
Messages
332
Reaction score
0

Homework Statement


Find the exact (surd) answer


Homework Equations



-2kx^2 + 4x +6k = 0


The Attempt at a Solution



Attempt 1 (quadratic formula method)

-2kx^2 + 4x +6k = 0

-> -(-2) +- sqrt((-2)^2 - (4 x k x -3k)0 / 2k

-> 2 +- sqrt(4+12k^2) / 2k

-> 2 +- sqrt(4(1+3k^2) / 2k

-> 2 +- sqrt(4) sqrt(1+3k^2) / 2k

-> 2 +- 2sqrt(1+3k^2) / 2k

-> x = sqrt(1 + 3k^2) / k

Given solutions are:

x = sqrt(3k^2 + 1 + 1) / k

and

x = -sqrt(3k^2 + 1 - 1) / k


Attempt 2 (completing the square method)

-2kx^2 + 4x + 6k = 0

-> kx^2 - 2x - 3k = 0

-> kx^2 - 2x + 1 -1 - 3k = 0

-> kx^2 - 2x + 1 = 1 + 3k

Not sure how to factor kx^2 - 2x + 1 but if I move k to the RHS, wouldn't the k's cancel out? I'm interested in solving it both ways as I'm trying to teach myself this and I don't want any holes in my knowledge

Thanks a lot
 
Physics news on Phys.org
autodidude said:

Homework Statement


Find the exact (surd) answer


Homework Equations



-2kx^2 + 4x +6k = 0
Do some simplification first by dividing both sides by -2, to get
kx^2 - 2k - 3k = 0
autodidude said:

The Attempt at a Solution



Attempt 1 (quadratic formula method)

-2kx^2 + 4x +6k = 0

-> -(-2) +- sqrt((-2)^2 - (4 x k x -3k)0 / 2k
Not sure what you're doing above. Make sure you use enough parentheses. The final 2k is under everything.
autodidude said:
-> 2 +- sqrt(4+12k^2) / 2k
Should be
x = [2 +/- sqrt(4 + 12k^2)]/(2k)

Each step here should be an equation, or at least indicate that each expression is equal to the one above.
autodidude said:
-> 2 +- sqrt(4(1+3k^2) / 2k

-> 2 +- sqrt(4) sqrt(1+3k^2) / 2k

-> 2 +- 2sqrt(1+3k^2) / 2k

-> x = sqrt(1 + 3k^2) / k
No, the numerator should still have two terms.

x = [1 +/- sqrt(1 + 3k^2)]/k
autodidude said:
Given solutions are:

x = sqrt(3k^2 + 1 + 1) / k

and

x = -sqrt(3k^2 + 1 - 1) / k
Neither of the above is correct. Are you sure you're writing them correctly?
autodidude said:
Attempt 2 (completing the square method)

-2kx^2 + 4x + 6k = 0

-> kx^2 - 2x - 3k = 0

-> kx^2 - 2x + 1 -1 - 3k = 0

-> kx^2 - 2x + 1 = 1 + 3k

Not sure how to factor kx^2 - 2x + 1 but if I move k to the RHS, wouldn't the k's cancel out? I'm interested in solving it both ways as I'm trying to teach myself this and I don't want any holes in my knowledge

Thanks a lot
 
Mark44 said:
No, the numerator should still have two terms.

x = [1 +/- sqrt(1 + 3k^2)]/k

Sorry but I don't understand where the 1 comes from...if I cancel the twos, shouldn't I just be left with x = [+/- sqrt(1 + 3k^2)]/k


Yeah the second given solution is definitely written out like that, or maybe like this

x = [sqrt(3k^2 + 1 + 1)] / k

and

x = [-sqrt(3k^2 + 1 - 1)] / k
 
Find the value of k by using the discriminant \Delta = b^2 - 4ac.
 
autodidude said:
Sorry but I don't understand where the 1 comes from...if I cancel the twos, shouldn't I just be left with x = [+/- sqrt(1 + 3k^2)]/k
This is a very common mistake.

This is something like saying that
\frac{2 + 6}{2} = 6

I hope you recognize that the actual answer is 4.

The only time you can cancel is when the numerator and denominator are factored, which is not the case in my example or in your problem.

x = \frac{2 \pm 2\sqrt{1 + 3k^2}}{2k} = \frac{2(1 \pm \sqrt{1 + 3k^2})}{2k}

Now 2 is a factor in both numerator and denominator, so now we can cancel.

x = \frac{1 \pm \sqrt{1 + 3k^2}}{k}

autodidude said:
Yeah the second given solution is definitely written out like that, or maybe like this

x = [sqrt(3k^2 + 1 + 1)] / k

and

x = [-sqrt(3k^2 + 1 - 1)] / k

I have no idea where they got these. Both look like they have typos. Why would anyone write 1 + 1 and 1 - 1 in a final answer?
 
^ Ah it makes sense now...cheers!
 
Kevin_Axion said:
Find the value of k by using the discriminant \Delta = b^2 - 4ac.
It is not possible to find the value of k in this problem.
 
autodidude said:
x = [sqrt(3k^2 + 1 + 1)] / k

and

x = [-sqrt(3k^2 + 1 - 1)] / k

Mark44 said:
I have no idea where they got these. Both look like they have typos. Why would anyone write 1 + 1 and 1 - 1 in a final answer?

The brackets are written incorrectly. Instead of writing:

x = [sqrt(3k^2 + 1 + 1)] / k
x = [-sqrt(3k^2 + 1 - 1)] / k

It should be:

x = [sqrt(3k^2+1) + 1] /k
x = {-[sqrt(3k^2+1) - 1]} /k

which is truly confusing, I have no clue why they would decide to put the 1 after the square root sign.

It's really just another way to write:

x = [1 +/- sqrt(3k^2+1)] / k
 
It's confusing with all those brackets, but what I did is analogous to the following:

a - b = -(b - a)

For example, with 5 representing what's before the +/- sign (for the negative case only) and 4 representing what's under the square root sign:

5 - 4 = -(4 - 5)
1 = -4 + 5
1 = 1

-(b+a) doesn't work:
= -(5 + 4)
= -5 - 4
= -9

At least that's my reasoning via the distributive property.
 
  • #10
ebits21 said:
It's confusing with all those brackets, but what I did is analogous to the following:

a - b = -(b - a)
OK, I see what you did. I didn't notice that you had inserted another pair of brackets.
ebits21 said:
For example, with 5 representing what's before the +/- sign (for the negative case only) and 4 representing what's under the square root sign:

5 - 4 = -(4 - 5)
1 = -4 + 5
1 = 1

-(b+a) doesn't work:
= -(5 + 4)
= -5 - 4
= -9

At least that's my reasoning via the distributive property.
 
  • #11
Yeah, that must be it :p

How would you solve it by completing the square?
 
  • #12
When you have an equation of the form ax^2+ bx+ c= 0 with a\ne 1, the simplest way to use "completing the square" is to first divide through by a.

You have -2kx^2 + 4x +6k = 0 so divide through by -2k:
x^2- \frac{2}{k}x- 3= 0
and then write it as
x^2- \frac{2}{k}x= 3

Now compare that to (x- a)^2= x^2- 2ax+ a^2. with
-\frac{2}{k}x= -2ax
what is a? What do you need to add to both sides to get a "perfect square" on the left?
 
  • #13
I just though I would mention something you might want to try. If you take ax^2+ bx+ c= 0 and factor it the way that HallsofIvy says, you'll actually end up with the quadratic formula.

Just in case you wanted to see where the quadratic formula comes from.

Edit: This video might help you understand the process if you get stuck.

https://www.youtube.com/watch?v=mDmRYfma9C0
 
Last edited:
  • #14
HallsofIvy said:
When you have an equation of the form ax^2+ bx+ c= 0 with a\ne 1, the simplest way to use "completing the square" is to first divide through by a.

You have -2kx^2 + 4x +6k = 0 so divide through by -2k:
x^2- \frac{2}{k}x- 3= 0
and then write it as
x^2- \frac{2}{k}x= 3

Now compare that to (x- a)^2= x^2- 2ax+ a^2. with
-\frac{2}{k}x= -2ax
what is a? What do you need to add to both sides to get a "perfect square" on the left?

Don't you have to add and subtract (b/2)^2 as well. So -2x/k is the same thing as -(2/k)x?
Sorry there are lot of holes in my math knowledge.

@ebits21: thanks I'll check it out
 

Similar threads

Replies
18
Views
2K
  • · Replies 27 ·
Replies
27
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
12
Views
2K
Replies
3
Views
2K
Replies
5
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
1
Views
2K
  • · Replies 22 ·
Replies
22
Views
3K