For all the math lovers =)

This forum made possible through the generous support of SDN members, donors, and sponsors. Thank you.

LadiiKay

Full Member
10+ Year Member
Joined
Oct 22, 2010
Messages
128
Reaction score
25
take out those graphing calculators, set your minimum and maximum for x and y to 2 (or -2 depending on the side) and graph this:
x^2 + (y - (x^2)^(1/3))^2 = 1

using wolframalpha for help with this one automatically makes you a *itch*ss 😀
it's stupid but I guarantee a smile when you graph it.
I'll be posting the simpler version already in y equal's format tomorrow morning for those of you too lazy to do it yourselves. it took me a little while to get it, but it was a great study break for me and so with that... enjoy m'dears.
:luck::luck::luck:
 
aww thats so sweet of you, fitting for valentines day
 
👍

Happy Valentines Day to you too! 🙂
 
y^2 - 2yx^(2/3) = 1 - x^(4/3) - x^2
 
Do I need to use the quadratic formula? How do you solve for y?
 
Totally inappropriate.

This will make more people graph it guaranteed
 
wiingy you gave it away! but as promised here's the simpler version:
y1 = (x^2)^(1/3) - (1 - x^2)^(1/2)
y2 = (1 - x^2)^(1/2) + (x^2)^(1/3)
😍

Sorry, changed my post so it's clear I was cheating. 🙄
 
Pretty cool!
If you're willing to go through the trouble...

Turn axes off, set scales
xmin = -1.88
xmax= 1.88
ymin = -1.2
ymax = 1.7

y1= abs(x) + sqrt(1-x^2)
y2 = abs(x) - sqrt(1-x^2)

2nd, Draw, Shade, Vars, Y-Vars, Function, Y1 (insert comma here), Vars, Y-Vars, Function, Y2. ENTER

voila~
 
Top