The Grey Labyrinth is a collection of puzzles, riddles, mind games, paradoxes and other intellectually challenging diversions. Related topics: puzzle games, logic puzzles, lateral thinking puzzles, philosophy, mind benders, brain teasers, word problems, conundrums, 3d puzzles, spatial reasoning, intelligence tests, mathematical diversions, paradoxes, physics problems, reasoning, math, science.

   
The Grey Labyrinth Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups    RegisterRegister  
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Algebra

 
Reply to topic    The Grey Labyrinth Forum Index -> Science, Art, and Culture
View previous topic :: View next topic  
Author Message
Amb
Amb the Hitched.



PostPosted: Fri Nov 18, 2011 12:48 am    Post subject: 1 Reply with quote

If (x^2)+(y^2) = 8

How do you reorganise the equation so that y = .....

I have a whole bunch of workings that are probably wrong. I just want a formula that will calculate Y for any given X, noting that there are values of X that wont work.
Back to top
View user's profile Send private message AIM Address MSN Messenger
Zag
Unintentionally offensive old coot



PostPosted: Fri Nov 18, 2011 1:43 am    Post subject: 2 Reply with quote

Are you taking a class, or something? Extreme Delectation

(x^2)+(y^2) = 8 ------------------------ Add -(x^2) to both sides of the equation
(x^2)-(x^2) + (y^2) = -(x^2) + 8 ------------ [(x^2)-(x^2)] is just zero, so
y^2 = -(x^2) + 8 ----------------------------- Now take the square root of both sides. Note that y^2 and (-y)^2 equal the same thing, so we have to account for the other side being positive or negative. The symbol ± is said aloud as "plus or minus"
sqrt( y^2 ) = ± sqrt( - x^2 + 8 ) --------------- sqrt( y^2 ) is just y so

y = ± sqrt( - x^2 + 8)

If x^2 gets any larger than 8, then you'll be taking a square root of a negative number, which isn't allowed until calculus. Extreme Delectation So you might write this as

y = ± sqrt( - x^2 + 8) : [ -sqrt(8) < x < sqrt(8) ]

that is, it only has a value when x is greater than -sqrt(8) and less than sqrt(8).

If you graph this, it makes a circle with a radius of sqrt(8)

Edit: I found an online graphing tool. -- it won't let me put a URL with arguments in here, so you'll have to copy&paste

Code:
http://www.quickmath.com/webMathematica3/quickmath/graphs/equations/basic.jsp#v1=x%5E2%2By%5E2%3D8&v2=-3&v3=3&v4=-3&v5=3
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
Amb
Amb the Hitched.



PostPosted: Fri Nov 18, 2011 2:08 am    Post subject: 3 Reply with quote

Actually I used to be really good at algebra back in my school days, but I havent used it since... I was mucking around making cartesian graphs in excel, and wanted a formula to graph a circle Revenge most foul!

The formula
=SQRT(POWER(-A2,2)+8) doesnt really work though, because A2=9 (aka X=9) produces 9.43
Back to top
View user's profile Send private message AIM Address MSN Messenger
Amb
Amb the Hitched.



PostPosted: Fri Nov 18, 2011 2:15 am    Post subject: 4 Reply with quote

Oh might be =SQRT((-POWER(A10,2))+8)
Back to top
View user's profile Send private message AIM Address MSN Messenger
Zag
Unintentionally offensive old coot



PostPosted: Fri Nov 18, 2011 2:59 am    Post subject: 5 Reply with quote

Right. I assume that's only getting you half the circle, though.
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
Amb
Amb the Hitched.



PostPosted: Fri Nov 18, 2011 3:21 am    Post subject: 6 Reply with quote

Yeah but thats easy enough to overcome. Now that I see the answer, Im surprised I didnt get it earlier.
Back to top
View user's profile Send private message AIM Address MSN Messenger
Amb
Amb the Hitched.



PostPosted: Sun Nov 20, 2011 2:59 am    Post subject: 7 Reply with quote

I read in a book that if you change the Exponent to higher numbers (even only) the graph changes from a circle to a rounded rectangle. The closer you get to infinity, the more rectangular the shape is.

Well I can tell you if you do this:

=SIN(SQRT((-POWER(A2,$D$2)) +$E$2))
(D2 = 2, E2 = 8)

You get a sponge shape



Im sure you all really care, but this is fun. Any suggestions for weird things (eg LOG) to throw into equation?
Back to top
View user's profile Send private message AIM Address MSN Messenger
Zag
Unintentionally offensive old coot



PostPosted: Sun Nov 20, 2011 4:12 am    Post subject: 8 Reply with quote

Can you plot four equations on top of each other? If so, plot all of these:

y= x^4 + 20 x^3 + 146 x^2 + 460x + 530
y= x^4 - 20 x^3 + 146 x^2 - 460x + 530
y= sqrt(4-x^2) +3
y= - sqrt(4-x^2) +3

Plot them for the range x from -10 to 10
and y from 0 to 6

By the way, rather than writing out POWER(X1,2), you can just write X1*X1
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
Amb
Amb the Hitched.



PostPosted: Sun Nov 20, 2011 6:50 am    Post subject: 9 Reply with quote

Im using POWER(x,y) because X and Y are cell references. That way I can change it to X1*X1*X1*X1 if I want.
Back to top
View user's profile Send private message AIM Address MSN Messenger
Zag
Unintentionally offensive old coot



PostPosted: Sun Nov 20, 2011 3:25 pm    Post subject: 10 Reply with quote

Did you plot them? Can you figure out how I did that?
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
MatthewV
Daedalian Member :_



PostPosted: Sun Nov 20, 2011 11:25 pm    Post subject: 11 Reply with quote



I feel like I am missing something. But your first equation is always going to be more than 530 when x is above zero.

And MATLAB is much nicer than Excel for this Felicitous
Back to top
View user's profile Send private message Send e-mail AIM Address
MatthewV
Daedalian Member :_



PostPosted: Sun Nov 20, 2011 11:35 pm    Post subject: 12 Reply with quote

Or maybe I just needed to read the part about x going from -10 to 10! (Fortunately I was able to change the entire plot by changing one number)
Back to top
View user's profile Send private message Send e-mail AIM Address
Zag
Unintentionally offensive old coot



PostPosted: Mon Nov 21, 2011 12:27 am    Post subject: 13 Reply with quote

Zag wrote:

Plot them for the range x from -10 to 10
and y from 0 to 6
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
MatthewV
Daedalian Member :_



PostPosted: Mon Nov 21, 2011 1:20 am    Post subject: 14 Reply with quote

Hah! You didn't see post #12.
Back to top
View user's profile Send private message Send e-mail AIM Address
Zag
Unintentionally offensive old coot



PostPosted: Mon Nov 21, 2011 1:34 am    Post subject: 15 Reply with quote

Not until after I'd posted, correct. So, did you graph it again?
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
MatthewV
Daedalian Member :_



PostPosted: Mon Nov 21, 2011 7:06 am    Post subject: 16 Reply with quote

Yes, but I didn't take a picture of it... (Hey, I said that I only had to change one number to re-graph it)
Back to top
View user's profile Send private message Send e-mail AIM Address
BraveHat
Last of the Daedalians



PostPosted: Sun Dec 11, 2011 6:36 pm    Post subject: 17 Reply with quote

Zag wrote:
y = ± sqrt( - x^2 + 8) : [ -sqrt(8) < x < sqrt(8) ]


wouldn't it be
y = ± sqrt( - x^2 + 8) : [ -sqrt(8) <= x <= sqrt(8) ]?
_________________
"I am declaring it a terrible tragedy for me to die. You may disagree..." --Antrax
Back to top
View user's profile Send private message Send e-mail
Zag
Unintentionally offensive old coot



PostPosted: Sun Dec 11, 2011 8:04 pm    Post subject: 18 Reply with quote

Yeah, yeah.
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
Display posts from previous: by   
Reply to topic    The Grey Labyrinth Forum Index -> Science, Art, and Culture All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Site Design by Wx3