Factoring Problem Homework: 30(a^2+b^2+c^2+d^2)+68ab-75ac etc.

  • Thread starter Thread starter paulmdrdo
  • Start date Start date
  • Tags Tags
    Factoring
Click For Summary

Homework Help Overview

The discussion revolves around a factoring problem involving the expression 30(a^2+b^2+c^2+d^2)+68ab-75ac-156ad-61bc-100bd+87cd, which is a polynomial of degree two in multiple variables. Participants are exploring various methods to factor this expression correctly.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants have attempted to factor the expression using forms such as (Aa+Bb+Cc)(Da+Eb+Fc) and (Aa^2+Bb^2+Cc^2)(Da^2+Eb^2+Fc^2), but have encountered issues with the resulting expressions not matching the original. Some question the validity of their chosen forms, suggesting that a product of linear expressions might be more appropriate.

Discussion Status

There are multiple lines of reasoning being explored, with some participants suggesting alternative pairs of factors for the leading coefficient and others proposing a more systematic approach to avoid trial and error. Guidance has been offered regarding the relationships between coefficients and the potential simplification of variables.

Contextual Notes

Participants are grappling with the constraints of the problem, including the requirement for integer solutions and the need to maintain the degree of the polynomial while factoring. There is also a recognition that the original poster may have lost interest in the discussion.

paulmdrdo
Messages
89
Reaction score
2

Homework Statement


30(a^2+b^2+c^2+d^2)+68ab-75ac-156ad-61bc-100bd+87cd

Homework Equations

The Attempt at a Solution


I've tried the form (Aa+Bb+Cc)(Da+Eb+Fc) expand this and equate to the orig expression
I ended up getting (5a+3b-5c)(6a+10b-6c) which when I expand does not give me a correct similar expression. I need help on this.
 
Last edited:
Physics news on Phys.org
paulmdrdo said:

Homework Statement


30(a^2+b^2+c^2+d^2)+68ab-75ac-156ad-61bc-100bd+87cd

Homework Equations

The Attempt at a Solution


I've tried the form (Aa^2+Bb^2+Cc^2)(Da^2+Eb^2+Fc^2) expand this and equate to the orig expression
This form can't be right. When you multiply this out you get terms to the 4th power. The expression you started with has terms only up to the 2nd power.
paulmdrdo said:
I ended up getting (5a+3b-5c)(6a+10b-6c) which when I expand does not give me a correct similar expression. I need help on this.
 
paulmdrdo said:

Homework Statement


30(a^2+b^2+c^2+d^2)+68ab-75ac-156ad-61bc-100bd+87cd

Homework Equations

The Attempt at a Solution


I've tried the form (Aa^2+Bb^2+Cc^2)(Da^2+Eb^2+Fc^2) expand this and equate to the orig expression
I ended up getting (5a+3b-5c)(6a+10b-6c) which when I expand does not give me a correct similar expression. I need help on this.

This cannot possibly work: the product of two quadratic (2nd degree) expressions will be a 4th degree expression. However, you could try a product of two linear (1st degree) expressions---that would give you a 2nd degree expression, that might match the one you started with.
 
What I mean is the form (Aa+Bb+Cc)(Da+Eb+Fc)

Since Fc(Aa+Bb)+Cc(Da+Eb) = c(CE+BF) ...(1)

(30a^2+68ab+30b^2)-61bc-75ac+30c^2

(5a+3b)(6a+10b)-(61b+75a)c+30c^2
where CFc^2=30 and (5a+3b)=(Aa+Bb), (6a+10b)=(Da+Eb), c(CE+BF)=-(61b+75a)c

Now using (1)

Fc(5a+3b)+Cc(6a+10b)=-(61b+75a)c chosing C=-5 and F=-6

Therefore I have (5a+3b-5c)(6a+10b-6c) but the expansion of this is not (30a^2+68ab+30b^2)-61bc-75ac+30c^2

I've tried this method to somehow find relation to the original expression but I still can't see it. Please help me.
 
paulmdrdo said:
I've tried the form (Aa+Bb+Cc)(Da+Eb+Fc) expand this and equate to the orig expression
I ended up getting (5a+3b-5c)(6a+10b-6c) which when I expand does not give me a correct similar expression. I need help on this.
Is this the only candidate you tried? The coefficient of a2 is 30, but that doesn't necessarily mean that the factors have to be (5a + ...)(6a + ... ). Other pairs of numbers that multiply to 30 are 1 * 30, 2 * 15, and 3 * 10. Did you try any of these?
 
Mark44 said:
Is this the only candidate you tried? The coefficient of a2 is 30, but that doesn't necessarily mean that the factors have to be (5a + ...)(6a + ... ). Other pairs of numbers that multiply to 30 are 1 * 30, 2 * 15, and 3 * 10. Did you try any of these?
Is there a way to avoid trial and error? I want a bullet-proof way of solving this.
 
paulmdrdo said:
Is there a way to avoid trial and error? I want a bullet-proof way of solving this.
I don't think there's any way to avoid educated trial and error. By educated, I mean that I wouldn try 4 and 7.5 or any other combination in which both numbers aren't integers.
 
I was thinking that maybe there's a method that I can use similar to factorization of the form (Aa+Bb+Cc)(Da+Eb+Fc)

Fc(Aa+Bb)+Cc(Da+Eb) = c(CE+BF) the only trial and error here is to find factors C and F.

Since the orig expression is of the form (Aa+Bb+Cc+Gd)(Da+Eb+Fc+Hd)
 
paulmdrdo said:
Since the orig expression is of the form (Aa+Bb+Cc+Gd)(Da+Eb+Fc+Hd)

You have AD = BE = CF = GH = 30, so you can eliminate 4 variables at once. D = 30/A etc.
You then get 6 expressions like A (30/B) + B(30/A) = 68 by equating the coefficients of ab, ac, etc.
You can find A/B from this equation.

Note that a solution remains a solution if you multiply A,B,C,G with a constant r and divide D,E,F,H by R. You can just set A=1 to get a solution.Since you already know A/B the rest is easy.
If you want integers for an answer, you might have to find a suitable r. (if you get B = 10/3 for example, just multiply A,B,C,G with 3 and divide D,E,F,H by 3.
 
  • #10
paulmdrdo said:
I was thinking that maybe there's a method that I can use similar to factorization of the form (Aa+Bb+Cc)(Da+Eb+Fc)

Fc(Aa+Bb)+Cc(Da+Eb) = c(CE+BF) the only trial and error here is to find factors C and F.

Since the orig expression is of the form (Aa+Bb+Cc+Gd)(Da+Eb+Fc+Hd)
You are making it unnecessarily complicated by considering so many variables at once. Start with just a and b, say. You have
(Aa+Bb)(Ea+Fb)=30a2+68ab+30b2.
Clearly E=30/A, F=30/B. Writing x=A/B we get a quadratic equation for x.
 
  • #11
paulmdrdo said:
want a bullet-proof way of solving this
haruspex said:
You are making it unnecessarily complicated by considering so many variables at once. Start with just a and b, say. You have
(Aa+Bb)(Ea+Fb)=30a2+68ab+30b2.
Clearly E=30/A, F=30/B. Writing x=A/B we get a quadratic equation for x.
The OP seems to have lost interest so I will lay out the approach in detail.

Without loss of generality we may assume 1≤ A ≤ E. That means A is one of 1, 2, 3, 5. From looking at just the a and b terms, as above, we find the ratio between A and B is 3:5. So either A=3, B=5, E=10, F=6, or A=5, B=3, etc.
Applying the same analysis to a and c we find the A to C ratio is -2 to 1, so C is -6 or -10.
And so forth.

It's not necessarily the fastest method, but it is fairly deterministic, only having to keep track of two possibilities.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
7K