• Lucid Dreaming - Dream Views




    Page 1 of 3 1 2 3 LastLast
    Results 1 to 25 of 72

    Thread: Equations

    1. #1
      What's up <span class='glow_006400'>[SomeGuy]</span>'s Avatar
      Join Date
      Nov 2007
      LD Count
      About 1
      Gender
      Location
      Tmux on Debian
      Posts
      2,862
      Likes
      130
      DJ Entries
      4

      Equations

      I figured I would make a math game for us. The rules are:
      1. You answer the equation in the post above you, solving for a variable, or graphing a line with a table of solutions. Algebra, so people in high school still in Algebra can play.

      2. YOu must include one equation at the end of each post, with instructions.

      So, solve this, then give another equation at the end of the post:
      Code:
      Solve for X:
      3(9x)/4x = 5x+4.5
      Starting it off easy.

      Now, solve that and post another equation.

      Hey guys, I'm back. Feels good man
      ---------------------------------------------------
      WTF|Jesus lul
      spam removed

    2. #2
      Ehh..Well..Uhm...HUGS!
      Join Date
      Dec 2008
      Gender
      Location
      Netherlands
      Posts
      842
      Likes
      0
      3(9x)/4x = 5x+4.5

      18x = 20x^2 + 18x
      20x^2 = 0
      x = 0

      Code:
      Solve for X:
      x^4 + 7x^3 + 17x^2 + 29x + 10
      You can actually solve that with the basic rules. No logarithms, even!
      http://i96.photobucket.com/albums/l199/ablativus/spidermansig2.png

    3. #3
      Miyembro aioinae's Avatar
      Join Date
      Jan 2009
      Gender
      Location
      Posts
      109
      Likes
      3
      TLS, I think you might be mistaken... 3*9 ≠ 18, and x=0 in 3(9x)/4x = 5x+4.5 is undefined. I got

      Code:
      3(9x)/4x = 5x+4.5
      27x/4x = 5x+4.5
      6.75 = 5x+4.5
      5x = 2.25
      x = 0.45
      To keep things moving though, I'll do yours

      Code:
      x^4 + 7x^3 + 17x^2 + 29x + 10 = 0
      
      probably can be factored into the form
      (x^2 + ax + b)(x^2 + cx + d) = 0
      
      x^4 + cx^3 + dx^2
          + ax^3 +acx^2 + adx
                 + bx^2 + bcx + bd
      
      x^4 + (c+a)x^3 + (d+ac+b)x^2 + (ad+bc)x + bd
      
      c+a = 7
      d+ac+b = 17
      ad+bc = 29
      bd = 10
      
      by the almighty "guess & check" method
      a=2,b=5,c=5,d=2
      
      (x^2 + 2x + 5)(x^2 + 5x + 2) = 0
      
      wah, quadratic formula T_T
      (x^2 + 2x + 5) ->
      x = (-2 ± sqrt(2^2 - 4*1*5))/2*1
      x = -1 ± .5sqrt(-16) -> no real solutions :(
      
      next one looks promising though
      (x^2 + 5x + 2) ->
      x = (-5 ± sqrt(5^2 - 4*1*2))/2*1
      
      >>> x = -2.5 ± .5sqrt(17) <<<
      Seems to work in the original equation. Why the weird answer?

      Here's mine:

      Code:
      Solve for x and y, where x and y are integers and x>y:
      sqrt(17+sqrt(264)) = sqrt(x) + sqrt(y)
      You can solve this with basic algebra too
      (。・∀・)φ)) aioinae's dream journal ((φ(・∀・。)
      。・゚・。・゚・ current goal: complete task of the month! ・゚・。・゚・。

      Adopted by Delphinus!

    4. #4
      peaceful warrior tkdyo's Avatar
      Join Date
      Sep 2007
      Gender
      Posts
      1,691
      Likes
      68
      ^arnt you suppose to have two equations for that? unless you meant to say x>y by one or two or something
      <img src=http://i133.photobucket.com/albums/q50/mckellion/Bleachsiggreen2.jpg border=0 alt= />


      A warrior does not give up what he loves, he finds the love in what he does

      Only those who attempt the absurd can achieve the impossible.

    5. #5
      Miyembro aioinae's Avatar
      Join Date
      Jan 2009
      Gender
      Location
      Posts
      109
      Likes
      3
      Quote Originally Posted by tkdyo View Post
      ^arnt you suppose to have two equations for that? unless you meant to say x>y by one or two or something
      It's enough to specify that x and y are integers. You're right that without that specification it would be a function.
      (。・∀・)φ)) aioinae's dream journal ((φ(・∀・。)
      。・゚・。・゚・ current goal: complete task of the month! ・゚・。・゚・。

      Adopted by Delphinus!

    6. #6
      What's up <span class='glow_006400'>[SomeGuy]</span>'s Avatar
      Join Date
      Nov 2007
      LD Count
      About 1
      Gender
      Location
      Tmux on Debian
      Posts
      2,862
      Likes
      130
      DJ Entries
      4
      Quote Originally Posted by tkdyo View Post
      ^arnt you suppose to have two equations for that? unless you meant to say x>y by one or two or something
      It is a graphed equation. a curve/line. A system of equations is different. If he said:

      3x+2y=2
      7x-5y=12

      Then yes, he could solve for both y and x. But with only one equation, one must graph it.

      Hey guys, I'm back. Feels good man
      ---------------------------------------------------
      WTF|Jesus lul
      spam removed

    7. #7
      peaceful warrior tkdyo's Avatar
      Join Date
      Sep 2007
      Gender
      Posts
      1,691
      Likes
      68
      I know how systems of equations work, Ive done em toooo much, lol. but I forgot you said we could do graphical problems too.
      <img src=http://i133.photobucket.com/albums/q50/mckellion/Bleachsiggreen2.jpg border=0 alt= />


      A warrior does not give up what he loves, he finds the love in what he does

      Only those who attempt the absurd can achieve the impossible.

    8. #8
      What's up <span class='glow_006400'>[SomeGuy]</span>'s Avatar
      Join Date
      Nov 2007
      LD Count
      About 1
      Gender
      Location
      Tmux on Debian
      Posts
      2,862
      Likes
      130
      DJ Entries
      4
      Algebrahelp.com has a graphing calc in case we need it.

      Hey guys, I'm back. Feels good man
      ---------------------------------------------------
      WTF|Jesus lul
      spam removed

    9. #9
      Miyembro aioinae's Avatar
      Join Date
      Jan 2009
      Gender
      Location
      Posts
      109
      Likes
      3
      Let me rephrase: there is only one set of integers (x,y) such that sqrt(17+sqrt(264)) = sqrt(x) + sqrt(y). If x or y is any other value, there is a y or x that satisfies the equation, but one of them will not be an integer.

      This problem can be solved entirely analytically using pretty basic algebra and a little mental arithmetic, but hey, use a graphing calculator if you must.
      (。・∀・)φ)) aioinae's dream journal ((φ(・∀・。)
      。・゚・。・゚・ current goal: complete task of the month! ・゚・。・゚・。

      Adopted by Delphinus!

    10. #10
      Banned
      Join Date
      Jun 2008
      Gender
      Location
      Ontario
      Posts
      2,119
      Likes
      3
      Algebra, eh? Ok:

      Prove that are no simple groups of order 36.
      Last edited by drewmandan; 02-14-2009 at 06:32 PM.

    11. #11
      peaceful warrior tkdyo's Avatar
      Join Date
      Sep 2007
      Gender
      Posts
      1,691
      Likes
      68
      gah, its only annoying me because I forgot what really changes things if they are integers. Ive been all the way through calc 4 with relative ease but I forgot basic stuff like this lol. closest Ive come is x =19, y = 2?

      edit: drew; 36 is divisible by 3 which is a prime number other than 1...so a simple group exists?
      Last edited by tkdyo; 02-14-2009 at 06:15 PM.
      <img src=http://i133.photobucket.com/albums/q50/mckellion/Bleachsiggreen2.jpg border=0 alt= />


      A warrior does not give up what he loves, he finds the love in what he does

      Only those who attempt the absurd can achieve the impossible.

    12. #12
      Ehh..Well..Uhm...HUGS!
      Join Date
      Dec 2008
      Gender
      Location
      Netherlands
      Posts
      842
      Likes
      0
      the difference between sqrt(x) and sqrt(y) is approx. 5,766

      I give up. I can't get any further than that. Explain please
      http://i96.photobucket.com/albums/l199/ablativus/spidermansig2.png

    13. #13
      Banned
      Join Date
      Jun 2008
      Gender
      Location
      Ontario
      Posts
      2,119
      Likes
      3
      Oops, I edited my post.

    14. #14
      Ehh..Well..Uhm...HUGS!
      Join Date
      Dec 2008
      Gender
      Location
      Netherlands
      Posts
      842
      Likes
      0
      y = 5.766(5.766 - 2*sqrt(x)) + x

      Am I right?
      http://i96.photobucket.com/albums/l199/ablativus/spidermansig2.png

    15. #15
      Banned
      Join Date
      Jun 2008
      Gender
      Location
      Ontario
      Posts
      2,119
      Likes
      3
      Quote Originally Posted by aioinae View Post
      Let me rephrase: there is only one set of integers (x,y) such that sqrt(17+sqrt(264)) = sqrt(x) + sqrt(y). If x or y is any other value, there is a y or x that satisfies the equation, but one of them will not be an integer.

      This problem can be solved entirely analytically using pretty basic algebra and a little mental arithmetic, but hey, use a graphing calculator if you must.
      17+sqrt(264) = x + y + 2sqrt(xy)
      17+sqrt(4*66) = x+y + sqrt(4*xy)

      So we should find an (x,y) so that x+y = 17 and xy=66. Therefore, one must equal 6 and the other 11. In other words, either (6,11) or (11,6) will work.

    16. #16
      Ehh..Well..Uhm...HUGS!
      Join Date
      Dec 2008
      Gender
      Location
      Netherlands
      Posts
      842
      Likes
      0
      That is about right, but I've checked it only mentally. Err... Where's your equation? O.o

      here's one
      Code:
      Give the radius and center coordinates of this circle:
      2((x+3)^2 - x - 102.5) = -((y+3)^2 - 187)
      http://i96.photobucket.com/albums/l199/ablativus/spidermansig2.png

    17. #17
      Miyembro aioinae's Avatar
      Join Date
      Jan 2009
      Gender
      Location
      Posts
      109
      Likes
      3
      Quote Originally Posted by ThreeLetterSyndrom View Post
      Code:
      Give the radius and center coordinates of this circle:
      2((x+3)^2 - x - 102.5) = -((y+3)^2 - 187)
      Are you sure that's a circle? This is what I got for a plot, more of an arc:


      Oh and by the way, gj drewmandan See, wasn't that easy?
      (。・∀・)φ)) aioinae's dream journal ((φ(・∀・。)
      。・゚・。・゚・ current goal: complete task of the month! ・゚・。・゚・。

      Adopted by Delphinus!

    18. #18
      Ehh..Well..Uhm...HUGS!
      Join Date
      Dec 2008
      Gender
      Location
      Netherlands
      Posts
      842
      Likes
      0
      I derived the formula from a circle

      If you graph it, you should have negative numbers in it too!
      http://i96.photobucket.com/albums/l199/ablativus/spidermansig2.png

    19. #19
      Banned
      Join Date
      Apr 2007
      Location
      Out Chasing Rabbits
      Posts
      15,193
      Likes
      935
      He's right, you only took the positive square roots.

      Solve for X
      Code:
      (sin x)^2 + (cos x )^2 = x + 5(i^2) - 1
      It's simpler than it looks.

    20. #20
      Miyembro aioinae's Avatar
      Join Date
      Jan 2009
      Gender
      Location
      Posts
      109
      Likes
      3
      Ah, I see. I zoomed out and it's... still not a circle. That's an ellipse.



      Code:
      2((x+3)^2 - x - 102.5) = -((y+3)^2 - 187)
      2(x^2 + 6x + 9 - x - 102.5) = -(y+3)^2 + 187
      2(x^2 + 5x - 93.5) = -(y+3)^2 + 187
      complete the square:
      (5/2)^2 = 6.25
      6.25-(-93.5) = 99.75
      99.75 * 2 = 199.5
      2(x+2.5)^2 + (y+3)^2 = 386.5
      ((x+2.5)^2) / 193.25 + ((y+3)^2) / 386.5 = 1
      An ellipse centered at (-2.5,-3), whose radius ranges from about 13.901 (sqrt 193.25) horizontally to about 19.660 (sqrt 386.5) vertically.
      (。・∀・)φ)) aioinae's dream journal ((φ(・∀・。)
      。・゚・。・゚・ current goal: complete task of the month! ・゚・。・゚・。

      Adopted by Delphinus!

    21. #21
      Ehh..Well..Uhm...HUGS!
      Join Date
      Dec 2008
      Gender
      Location
      Netherlands
      Posts
      842
      Likes
      0
      Hang on a min, I think I made some mistake...

      oh crap, I did make a mistake >.<
      Anyway, ninja:
      Code:
      sin(x)^2 + cos(x)^2 = x + 5*-1 - 1      [i^2 = -1]
      1 = x - 6                                          [sin(x)^2 + cos(x)^2 = 1]
      5 = x                                               [+ 6]
      x = 5
      Last edited by ThreeLetterSyndrom; 02-15-2009 at 09:52 PM.
      http://i96.photobucket.com/albums/l199/ablativus/spidermansig2.png

    22. #22
      Xei
      UnitedKingdom Xei is offline
      Banned
      Join Date
      Aug 2005
      Posts
      9,984
      Likes
      3084
      All these questions so far have been disgusting.
      (sin x)^2 + (cos x )^2 = x + 5(i^2) - 1
      lawl... less of an equation to solve, more of a collection of facts.

    23. #23
      Ehh..Well..Uhm...HUGS!
      Join Date
      Dec 2008
      Gender
      Location
      Netherlands
      Posts
      842
      Likes
      0
      I've got myself a new one. This one should be correct.
      Code:
      It's an ellipse. Give radius and center coordinates.
      x + 4/x + 3 = -y - 2.25/y - 3
      http://i96.photobucket.com/albums/l199/ablativus/spidermansig2.png

    24. #24
      Miyembro aioinae's Avatar
      Join Date
      Jan 2009
      Gender
      Location
      Posts
      109
      Likes
      3
      Quote Originally Posted by Xei View Post
      All these questions so far have been disgusting.
      Give us an equation that someone in high school Algebra could solve, then. I'd like to see what's not "disgusting" according to Your Highness.
      (。・∀・)φ)) aioinae's dream journal ((φ(・∀・。)
      。・゚・。・゚・ current goal: complete task of the month! ・゚・。・゚・。

      Adopted by Delphinus!

    25. #25
      Xei
      UnitedKingdom Xei is offline
      Banned
      Join Date
      Aug 2005
      Posts
      9,984
      Likes
      3084
      1 + 6 = 7, by the way.
      Give us an equation that someone in high school Algebra could solve, then. I'd like to see what's not "disgusting" according to Your Highness.
      Don't worry, I wasn't being patronising. It's just that the questions so far have been messy; just applications of formulae without anything very interesting about them and using messy numbers, etcetera.
      Last edited by Xei; 02-15-2009 at 10:09 PM.

    Page 1 of 3 1 2 3 LastLast

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •