Factoring Pattern for ax^2 + bx + c

  • Thread starter IndigoSwing4
  • Start date
  • Tags
    Factoring
In summary, the conversation is about difficulties in solving quadratic equations in the form ax^2 + bx + c and the process of factoring them into two binomials. One method is to find the factors of the first and last term, and then find a combination that adds up to the middle term. Another method is to use the formula x = (-b ± √(b^2 - 4ac))/2a to find the roots of the equation.
  • #1
IndigoSwing4
3
0
I'm currently having trouble solving some problems that are in the form ax^2 + bx + c. I can get the factors but its just the process of putting the factors into two binomals that I'm having trouble with. If someone could clearly explain how to do this, it would be greatly appreciated. Down below I have two example problems from my work that pretain to this.

1. 6h^2 + 2h - 1

2. 2d^2 - 7d + 6
 
Physics news on Phys.org
  • #2
IF it factors easily then a simple analysis like this will work:

Suppose (ah+b)(ch+d) = 6h^2 + 2h -1, then bd=-1, so supposing they are integers, we can take b=1, d=-1

ie (ah+1)(ch-1) = 6h^2 + 2h -1, Then ac=6, so again assuming integer answers, a=6, c=1, a=2, c=3, a=3, c=2, etc. Look at the cross terms now and see what happens.

Note this isn't guaranteed to work.

We can do other things though, such as completing the square or using the formula (which is actually just noting that completing the square is the same every time)

so 6h^2+2h-1 = 6(h^2 + h/3) -1 = 6(h +1/6)^2 - 1/6-1 = 6(h +1/6)^2 - 7/6


setting equal to 0 to find the roots

6(h +1/6)^2 - 7/6=0

(h+1/6)^2 = 7/36

h+1/6 = +/- sqrt(7)/6

So in this case we see that trying to spot the roots by looking at factors would've led you nowhere, really.
 
  • #3
the only factoring trick we understand well usually is the difference of two squares.

i.e. x^2 - a^2 = (x-a)(x+a). if you do not know this one, learn it immediately, you will never regret it. without it you are totally helpless.


now suppose we have any quadratic like x^2 + bx + c.

then we try to turn it into a differrence of two squares as follows:

x^2 + bx + (b/2)^2 -(b/2)^2 + c = [x+ (b/2)]^2 - [(b/2)^2 - c]

this works provided the last bit is a square: i.e. if [(b/2)^2 - c] is a square.

if so wee call its square root sqrt([(b/2)^2 - c])

and then we have that x^2 + bx + c = 0 if and only if

[x+ (b/2)]^2 - [(b/2)^2 - c] = 0,

if and only if ([x+ (b/2)] - sqrt([(b/2)^2 - c])( [x+ (b/2)] + sqrt([(b/2)^2 - c]) = 0.

so the two roots are x = - (b/2)] ± sqrt([(b/2)^2 - c])

= -b/2 ± sqrt(b^2 - 4c)/2. the usual formula (when a = 1).

forgive me if i am not answering any question you actually have.
 
  • #4
IndigoSwing4,

Let's look at one of your examples.

1. 6h^2 + 2h - 1

Look at the first and last terms: 6 and -1. What are the factors of each?
For 6, we have: (1 times 6) or (2 times 3).
For -1, we have only 1 times -1.

Now look at the middle term, which in this case is +2. We need to multiply one of the factors of 6 by one of the factors of -1, then multiply the two other factors of 6 and -1 and finally add the two multiples together to get +2.

Suppose we choose the factors 6 and 1. That leaves the factors 1 and -1. Multiply the two pairs and add gives: [itex]6 \times 1 + 1 \times -1 = 5[/itex], which is not +2, so that doesn't work.

Instead, choose the factors 3 and 1. This time we get [itex]3 \times 1 + 2 \times -1 = +2[/itex], which works.

Therefore, the correct factorisation is:

[tex]6h^2 + 2h - 1 = (3h - 1)(2h + 1)[/tex]

Notice, the 3 is multiplied by the +1, and the 2 is multiplied by the -1. The two then add to give +2.

Hope this helps!
 
  • #5
The only problem is that (3h - 1)(2h + 1) is actually equal to 6h^2 + h - 1.
 
  • #6
Doh!

Well, I hope the method helped, anyway.
 

1. What is the factoring pattern for ax^2 + bx + c?

The factoring pattern for ax^2 + bx + c is known as the "standard form" or "quadratic form" and is written as (ax + b)(x + c).

2. How do I factor a quadratic equation in this form?

To factor a quadratic equation in the form of ax^2 + bx + c, you need to identify values for a, b, and c. Then, you can use the factoring pattern (ax + b)(x + c) to find the two factors of the equation.

3. Why is factoring important in algebra?

Factoring is important in algebra because it allows us to solve equations and find their roots. It also helps us simplify complex expressions and identify patterns in equations.

4. Can I use the factoring pattern for all quadratic equations?

Yes, the factoring pattern (ax + b)(x + c) can be used to factor all quadratic equations in the form of ax^2 + bx + c. However, some equations may require additional steps or techniques to fully factor them.

5. What are the steps for factoring a quadratic equation using the factoring pattern?

The steps for factoring a quadratic equation using the factoring pattern are:
1. Identify values for a, b, and c in the equation ax^2 + bx + c.
2. Write the factoring pattern as (ax + b)(x + c).
3. Use the distributive property to expand the factored form and check if it equals the original equation.
4. If the expanded form is equal to the original equation, then the factors are correct. If not, adjust the factors and repeat step 3.
5. Once the correct factors are found, the equation can be solved.

Similar threads

  • Linear and Abstract Algebra
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
18
Views
2K
  • General Math
Replies
1
Views
883
  • Precalculus Mathematics Homework Help
Replies
5
Views
679
Replies
3
Views
842
  • General Math
Replies
13
Views
1K
  • Programming and Computer Science
Replies
3
Views
763
  • Calculus and Beyond Homework Help
Replies
13
Views
267
  • Linear and Abstract Algebra
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
166
Back
Top