Algebra

Maths and statistics discussion, revision, exam and homework help.

This thread is sponsored by:
Announcements Posted on
Important: please read these guidelines before posting about exams on The Student Room 28-04-2013
Sign in to Reply
  1. Blazy's Avatar
    • Exalted Member
    Algebra
    I've put this under Sixth Form but it's just an interesting question I found.

    Given:
     p = a(x^{2}-1) + 2b(x+1) - 2c(x-1)
    q = b(x^{2}-1) + 2c(x+1) - 2a(x-1)
    r = c(x^{2}-1) + 2a(x+1) - 2b(x-1)

    What is  p^{2} + q^{2} + r^{2} ?

    Any neat way of doing this? I Seeing as it looks quite cyclical (not sure if this is the word), I assume there must be a neat way of doing this.

    I considered some mindless algebra bashing via  (p+q+r)^{2} - 2(pq+qr+pr) but it looks messy, though  (p+q+r)^{2} does come out quite nicely. I've looked at it in some kind of matrix form but nothing sticks out.
    Last edited by Blazy; 26-06-2012 at 16:01.
  2. rubbermat's Avatar
    • Junior Member
    • Posts: 62
    Re: Algebra
    Without going into it too deeply, have you thought of the difference of squares and factoring from there?
    That may be one approach.
  3. Intriguing Alias's Avatar
    • TSR Idol
    • Location: Yorkshire
    Re: Algebra
    (Original post by Blazy)
    I've put this under Sixth Form but it's just an interesting question I found.

    Given:
     p = a(x^{2}-1) + 2b(x+1) - 2c(x-1)
    q = b(x^{2}-1) + 2c(x+1) - 2a(x-1)
    r = c(x^{2}-1) + 2a(x+1) - 2b(x-1)

    What is  p^{2} + q^{2} + r^{2} ?

    Any neat way of doing this? I Seeing as it looks quite cyclical (not sure if this is the word), I assume there must be a neat way of doing this.

    I considered some mindless algebra bashing via  (p+q+r)^{2} - 2(pq+qr+pr) but it looks messy, though  (p+q+r)^{2} does come out quite nicely. I've looked at it in some kind of matrix form but nothing sticks out.
    Well at first glance, I'd say you could just work out p^2, simplify as far as possible and then q and r come very easily by swapping a for b, b for c etc. rather than squaring each one separately then adding together.

    That's the best thing I can see so far - not sure about anything easier. But in fact; you could just work out p^2.

    which gives you:

    p^2 = 4ab(x+1)^2(x-1) - 4ac(x-1)^2(x+1) + a^2(x+1)^2(x-1)^2 - 8bc(x+1)(x-1) + 4b^2(x+1)^2 + 4c^2(x-1)^2

    Then where you get ab, write ab + ac + bc (because you'll get ac + bc from q and r)

    Then do the same with ab and bc, then you can write a^2 + b^2 + c^2 where we have a^, b^2 OR c^2 above.

    To get:
    Spoiler:
    Show

    p^2 + q^2 + r^2 = 4(ab+ac+bc)(x+1)^2(x-1) - 4(ab+ac+bc)(x-1)^2(x+1) + (a^2+b^2+c^2)(x+1)^2(x-1)^2 - 8(ab+ac+bc)(x+1)(x-1) + 4(a^2+b^2+c^2)(x+1)^2 + 4(a^2+b^2+c^2)(x-1)^2


    Then that's basically done. You'll find it simplifies very nicely (well it looks like it will to me).


    EDIT: I did the simplifying from where I got and it comes out VERY nicely:
    Spoiler:
    Show

    p^2 + q^2 + r^2 = (a^2+b^2+c^2)(x^2+3)^2
    Last edited by Intriguing Alias; 26-06-2012 at 11:25. Reason: Missed a LOT of squares
  4. nuodai's Avatar
    • PS Helper
    • TSR Legend
    Re: Algebra
    (Original post by hassi94)
    EDIT: I did the simplifying from where I got and it comes out VERY nicely:
    Spoiler:
    Show

    p^2 + q^2 + r^2 = (a+b+c)(x^2+3)^2
    Something doesn't seem right here. The only terms contributing to the x^4 term are ax^2, bx^2, cx^2, and so the coefficient of x^4 should be a^2+b^2+c^2.

    I reckon there's an easier way around this than expansion and simplification. For instance, we know that p^2+q^2+r^2 = Ax^4+Bx^2+C for some A,B,C since p^2+q^2+r^2 is an even quartic (it's obviously quartic, and we can check that it's even by considering signs of terms without needing to calculate it explicitly). A bit more rummaging in this direction might lead you to an answer.
  5. Intriguing Alias's Avatar
    • TSR Idol
    • Location: Yorkshire
    Re: Algebra
    (Original post by nuodai)
    Something doesn't seem right here. The only terms contributing to the x^4 term are ax^2, bx^2, cx^2, and so the coefficient of x^4 should be a^2+b^2+c^2.

    I reckon there's an easier way around this than expansion and simplification. For instance, we know that p^2+q^2+r^2 = Ax^4+Bx^2+C for some A,B,C since p^2+q^2+r^2 is an even quartic (it's obviously quartic, and we can check that it's even by considering signs of terms without needing to calculate it explicitly). A bit more rummaging in this direction might lead you to an answer.
    Yep sorry - that should've been a^2 where I wrote a and so on


    Despite the error though, that took me a fairly small amount of time, I started just after making the initial post and finished at about 20 to 11.
    Last edited by Intriguing Alias; 26-06-2012 at 11:27.
  6. nuodai's Avatar
    • PS Helper
    • TSR Legend
    Re: Algebra
    (Original post by hassi94)
    Yep sorry - that should've been a^2 where I wrote a and so on
    Ah right, that seems right in that case.

    I've worked out an alternative solution following from what I put in my last post.

    Spoiler:
    Show
    We know that A=a^2+b^2+c^2. And by considering the constant terms we must have

    C=(-a+2b+2c)^2+(2a-b+2c)^2+(2a+2b-c)^2
    =9(a^2+b^2+c^2) + 8(ab+bc+ca) - 4(ab+ac+ba+bc+ca+cb)
    =9(a^2+b^2+c^2)

    (This expansion was easy by symmetry in a,b,c.)

    And by substituting x=1 we get

    A+B+C=16(a^2+b^2+c^2)

    which gives B=6(a^2+b^2+c^2).

    Hence

    p^2+q^2+r^2 = (a^2+b^2+c^2)(x^4+6x^2+9)
    = (a^2+b^2+c^2)(x^2+3)^2
  7. Intriguing Alias's Avatar
    • TSR Idol
    • Location: Yorkshire
    Re: Algebra
    (Original post by nuodai)
    Ah right, that seems right in that case.

    I've worked out an alternative solution following from what I put in my last post.

    Spoiler:
    Show
    We know that A=a^2+b^2+c^2. And by considering the constant terms we must have

    C=(-a+2b+2c)^2+(2a-b+2c)^2+(2a+2b-c)^2
    =9(a^2+b^2+c^2) + 8(ab+bc+ca) - 4(ab+ac+ba+bc+ca+cb)
    =9(a^2+b^2+c^2)

    (This expansion was easy by symmetry in a,b,c.)

    And by substituting x=1 we get

    A+B+C=16(a^2+b^2+c^2)

    which gives B=6(a^2+b^2+c^2).

    Hence

    p^2+q^2+r^2 = (a^2+b^2+c^2)(x^4+6x^2+9)
    = (a^2+b^2+c^2)(x^2+3)^2
    Nice one - a lot harder to make a mistake in yours, that's certain
  8. Blazy's Avatar
    • Exalted Member
    Re: Algebra
    (Original post by nuodai)
    -
    (Original post by hassi94)
    -
    I see, so it's worth trying to see what terms you'd get out - the comparing the coefficient one is pretty damn neat. Thanks!

    PRSOM.
Sign in to Reply
Share this discussion:  
Article updates
Moderators

We have a brilliant team of more than 60 volunteers looking after discussions on The Student Room, helping to make it a fun, safe and useful place to hang out.

Reputation gems:
The Reputation gems seen here indicate how well reputed the user is, red gem indicate negative reputation and green indicates a good rep.
Post rating score:
These scores show if a post has been positively or negatively rated by our members.