y = kx3/2
If y2 varies directly with x3, then y varies directly with sqrt(x3) or x3/2.
Unfortunately, limitations of the browser used by Answers.com means that we cannot see most symbols. If your question is not answered, please resubmit it, spelling out the symbols as "plus", "minus", "equals" etc. Also use ^ to indicate powers (x^2) or x-squared. :-)
the equation is A= y2-y2/x3-x2 after that you find the y-intercept by doing, b= y1+y2+y3-A(x1+x2+x3)/3
4u6x3
2x2-y2
What do you mean by "compute"? Do you want to graph it? Factor it? Calculate it's function given a set of points that lie on it? If you're looking to compute the function given three points that fall on the parabola, then I have just the code for you. If you're given three points, (x1, y1), (x2, y2) and (x3, y3), then you can compute the coefficients of your quadratic equation like this: a = (y1 * (x2 - x3) + y2 * (x3 - x1) + y3 * (x1 - x2)) / (x1 * x1 * (x2 - x3) + x2 * x2 * (x3 - x1) + x3 * x3 * (x1 - x2)) b = (y1 - y2) / (x1 - x2) - a * (x1 + x2); c = y1 - (x1 * x1) * a - x1 * b; You now can calculate the y co-ordinate of any point given it's x co-ordinate by saying: y = a * x * x + b * x + c;
1
y2=x3+3x2
the equation is A= y2-y2/x3-x2 after that you find the y-intercept by doing, b= y1+y2+y3-A(x1+x2+x3)/3
1
x6 - y6 = (x3)2 - (y3)2 = (x3 + y3) (x3 - y3) = (x + y)(x2 - xy + y2)(x - y)(x2 + xy + y2)
4u6x3
2x2-y2
The equation of a circle centered at the origin is x2 + y2 = r2; in this case, x2 + y2 = 64.The equation of a circle centered at the origin is x2 + y2 = r2; in this case, x2 + y2 = 64.The equation of a circle centered at the origin is x2 + y2 = r2; in this case, x2 + y2 = 64.The equation of a circle centered at the origin is x2 + y2 = r2; in this case, x2 + y2 = 64.
What do you mean by "compute"? Do you want to graph it? Factor it? Calculate it's function given a set of points that lie on it? If you're looking to compute the function given three points that fall on the parabola, then I have just the code for you. If you're given three points, (x1, y1), (x2, y2) and (x3, y3), then you can compute the coefficients of your quadratic equation like this: a = (y1 * (x2 - x3) + y2 * (x3 - x1) + y3 * (x1 - x2)) / (x1 * x1 * (x2 - x3) + x2 * x2 * (x3 - x1) + x3 * x3 * (x1 - x2)) b = (y1 - y2) / (x1 - x2) - a * (x1 + x2); c = y1 - (x1 * x1) * a - x1 * b; You now can calculate the y co-ordinate of any point given it's x co-ordinate by saying: y = a * x * x + b * x + c;
1
(x2 - xy + y2)(x + y)
Assumption 8x2 = eight times x squared Assumption: x3 is x to the third Assumption: y2 is y squared Answer 40 y to the fourth x to the fifth = 40 y4 x5
5. A circle with centre (0,0) has equation: x2 + y2 = radius2 With: x2 + y2 = 25 = 52 The radius is 5.