Math help plz

Cogman

Lifer
Sep 19, 2000
10,283
134
106
To convert to rectangular, solve for t (preferably in the x equation) and then replace the t's in the y equation with the t in terms of x equation.

To tell if it is conic or not, once it is into rectangular form, see if you can't fiddle around with it to turn it into a standard conic equation. (i'm sure there is a better way, its just been a while since I've dealt with conic sections... Not very useful to Computer engineers.)
 

Lemon law

Lifer
Nov 6, 2005
20,984
3
0
Since we have no idea how x and y are related, all we have is a mismash. But as we look at the variable t, it would in theory be a a conic section if t is simply an real number.

But since t could also stand for some variable like Z cubed -17, we can't say anything without knowing how x and y are related.

But if we assume x=y, then we get 0=-9 t squared which is an imaginary number unless t is zero.
 

Cogman

Lifer
Sep 19, 2000
10,283
134
106
Since we have no idea how x and y are related, all we have is a mismash. But as we look at the variable t, it would in theory be a a conic section if t is simply an real number.

But since t could also stand for some variable like Z cubed -17, we can't say anything without knowing how x and y are related.

But if we assume x=y, then we get 0=-9 t squared which is an imaginary number unless t is zero.

What are you smoking? This a parametric equation problem.
 

Cogman

Lifer
Sep 19, 2000
10,283
134
106
For this particular curve, solving for t is the hard part. I cannot see a way to use simple substitution.

Treat x (or y for that matter) like an unknown constant when solving for t. Completing the square should get you a solution for t in terms of x (or y).

You should notice a + or - sneak in. That means that this is not going to be a linear solution. Remember, you can easily remove the +- by squaring.
 

CitanUzuki

Senior member
Jan 8, 2009
464
0
0
lemon law you just blew my mind!

Listen to cogman, complete the square and substitute.
 

Mr. Pedantic

Diamond Member
Feb 14, 2010
5,027
0
76
No, I don't think it's a parabola. But then my maths skills are sorely unused, so you might want to check that. Complete the square, and then substitute for t in the y equation.
 

Mr. Pedantic

Diamond Member
Feb 14, 2010
5,027
0
76
Erm...that's not an equation. That's a statement.

And I got:

y = 10(22(x+100)^0.5-220-x)

How did you get what you got?
 

Cogman

Lifer
Sep 19, 2000
10,283
134
106
Thanks Cogman. Did you see the completing the square technique in a reference about parametric equations?

Simplified the equation and got:


Does not appear to be a conic. Am I correct? What can this curve be classified as?

non-conic . I don't know that it is a defined shape.
 

Cogman

Lifer
Sep 19, 2000
10,283
134
106
Erm...that's not an equation. That's a statement.

And I got:

y = 10(22(x+100)^0.5-220-x)

How did you get what you got?

Pst, when you take the sqrt of a square, the answer on the other side of the equation is always + or -. He squared y to get rid of the + or -. Otherwise, you should end up with two equations.

The graph seems like a slanted parabolic curve.
 

CitanUzuki

Senior member
Jan 8, 2009
464
0
0
Im pretty sure conics refers to a general set of shapes/lines including parabolas, hyperbolas, and ellipses. Punching the above parametric equation into my calculator yields a giant parabolic like curve. But because there is no axis of symmetry it is not a parabola.
 
Last edited:

Mr. Pedantic

Diamond Member
Feb 14, 2010
5,027
0
76
Pst, when you take the sqrt of a square, the answer on the other side of the equation is always + or -. He squared y to get rid of the + or -. Otherwise, you should end up with two equations.

The graph seems like a slanted parabolic curve.
Damn. I keep forgetting about that. Like bloody c.

And I don't think it's a parabola. The original parametric equation only gives values for +ve x, but if you take negative values by using my equation, the curve does some pretty un-parabola-like stuff.
 

Cogman

Lifer
Sep 19, 2000
10,283
134
106
Damn. I keep forgetting about that. Like bloody c.

And I don't think it's a parabola. The original parametric equation only gives values for +ve x, but if you take negative values by using my equation, the curve does some pretty un-parabola-like stuff.

I didn't mean to infer that it was parabolic, only somewhat parabolic-like It isn't anything. Graphing it shows it to have this weird slanted look.
 

iCyborg

Golden Member
Aug 8, 2008
1,330
56
91
For the conic, the general equation from wiki is
Ax2 + Bxy + Cy2 + Dx + Ey + F = 0 for all x,y

One straightforward approach is to express all terms via t. You will end up with 5 linear equations (t will have at most 4th power, and a polynomial is equal to 0 if all of its coefficients are equal to 0) and 6 unknowns. Based on that, looks like there should be a solution (with even one free param), but it's possible to obtain some kind of degenerate set of equations, e.g. if two equations are something like A+B=0 and A+B=2, obviously there are no solutions to this. I'd do it, but it kind of looks tedious to write it all out, and it's late here...
 
Last edited:

Cogman

Lifer
Sep 19, 2000
10,283
134
106
Can the part of the curve y>=0 be classified as parabolic? Is "parabolic" a definition or a vague expression?

No. A curve is either parabolic or not. Only in a piecewise situation could you claim that some part of the curve is parabolic (which this is not... Ok, it kind of is, but not really).

x in terms of t is parabolic and y in terms of t is parabolic. But putting them together does not result in a parabolic curve.
 

Wizlem

Member
Jun 2, 2010
94
0
66
if you see that y=20t+t^2-11t^2=x-11t^2 and then solve the x equation for t^2=200+x+2sqrt(100+x) and plug that back in you can then solve for +sqrt(100+x). Squaring both sides should eventually end up with y^2+4x^2-4xy+4400y-57200x=0 which is a conic section
 

iCyborg

Golden Member
Aug 8, 2008
1,330
56
91
@Wizlem
You got something wrong there. For t=1 you get (x,y)=(21,10) which should be on this curve, and when you plug in x=21,y=10 into your equation, you end up with -1.1M instead of 0.

I followed up on my own suggestion, as you don't have to deal with square roots (and is easier to avoid mistakes like above ), and it's mostly about solving a quite simple set of linear equations. I noted before that one param will even be free (6 unknowns, 5 equations) like an oddity - I failed to see that this is required, all zeros is always a solution, so it'd be bad if we had a unique solution, as that would be it. And for a conic, one of A,B,C needs to be non-zero. Furthermore, if you have some equation, you can multiply it by any non-zero real to get another set of valid coeffs, so it's a further reason that we need a free param.

Anyway, I get 5X^2 + xy + (1/20)y^2 -220x + 220y = 0 (if you multiply by 20, you can get all-integer coeffs, but I like it this way...)
Since B^2 - 4AC = 0, this turns out to be a parabola.
 

Wizlem

Member
Jun 2, 2010
94
0
66
@iCyborg
Thanks for the correction. I attempted to see if your method was easier but it seems much more difficult. I think the main issue in posts previous to mine is before squaring any x or y equations you need to make sure you have only 1 square root term and you place it by itself on 1 side of the equation. When you square both sides, it just disappears.

Thanks Cogman. Did you see the completing the square technique in a reference about parametric equations?

Simplified the equation and got:
This image has been resized. Click this bar to view the full image. The original image is sized 1228x63 and weights 6KB.


Does not appear to be a conic. Am I correct? What can this curve be classified as?

Erm...that's not an equation. That's a statement.

And I got:

y = 10(22(x+100)^0.5-220-x)

How did you get what you got?

These 2 are obviously using the same technique as me. Canis even attempted to square both sides but didn't move the square root to its own side to get rid of it.
 

iCyborg

Golden Member
Aug 8, 2008
1,330
56
91
It's not difficult, the tedious part is expanding Ax2 + Bxy + ... with t. Then you group coeffs around powers of t so you have
t^4(A-10B+100C) + t^3(40A-180B-400C) + t^2 etc.

Each of these has to be 0, so you have:
A-10B+100C = 0
40A-180B-400C = 0
400A+400B+400C+D-10E = 0
20D+20E = 0
F=0

The second can be reduced to 2A-9B-20C=0, from here 20C=2A-9B and you can plug this in into the first and get A=5B. After that you get 220B+D=0 from the third, so if you fix D=-E=-220, everything else just unrolls. Computing y^2, xy and x^2 is really the most time consuming, but I feel is still easier than getting rid of square roots, which could be very tricky in the general case.
 

Wizlem

Member
Jun 2, 2010
94
0
66
My answer had a mistake in it. When I went back through I got what iCyborg has. If you have to graph something with y as a funciton of x, you will have to seperate the equation into 2 parts where y=-x-220+22sqrt(100+x) and y=-x-220-22sqrt(100+x) with x>-100.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |