PDA

View Full Version : Rearrangement - Quickie easy


Toby_Obie
Jan21-10, 09:31 AM
1. The problem statement, all variables and given/known data

Hello, I just need some quick help with the following, rearranging the below to make y the subject

2. Relevant equations

Rearrange x = (y^3+1)/(y^2+1) to find y

3. The attempt at a solution

Not sure , not been doing algebra for long

tiny-tim
Jan21-10, 10:05 AM
Hi Toby_Obie! Welcome to PF! :smile:

(try using the X2 tag just above the Reply box :wink:)
Rearrange x = (y^3+1)/(y^2+1) to find y

Are you sure that's the question?

I don't think there's any way of making y the subject, without knowing the solution to a general cubic equation. :redface:

Toby_Obie
Jan21-10, 10:29 AM
Question is correct - is it possible then ? There must be some way

story645
Jan21-10, 11:30 AM
I don't think there's any way of making y the subject, without knowing the solution to a general cubic equation.
You're over complicating a bit. It's probably just solving the equation in terms of y, which itself just means moving somethings to the other side of the equals side.
Remember, what you do to one side of the equals sign, you do to the other side.

hints:
factor
get rid of fractions,
you'll have to move things around in both directions
the answer has a fraction

Toby_Obie
Jan21-10, 11:37 AM
I'm searching for an answer in the following form :

y = f(x)

Can it be done

It may be over complicating but I have to know

Thanks for you help

story645
Jan21-10, 11:42 AM
Can it be done
yes
factor y^3+1 (http://wiki.answers.com/Q/How_do_you_factor_x_cubed_plus_one), simplify, and you should be able to work it out from there. It's just a lot of shuffling from one side of the equation to the other. Keep stuff in factored form and factor some more.

Toby_Obie
Jan21-10, 12:11 PM
Sorry I don't get it

Could someone help me out ?

tiny-tim
Jan21-10, 12:20 PM
sorry, not me … i don't get it either :redface:

Toby_Obie
Jan21-10, 01:08 PM
I'm unsure how to release the x and y

x = (y^3+1)/(y^2+1)

x(y^2+1) = (y^3+1)

(xy^2)+x = y^3+1

x-1 = (y^3) - (xy^2) ?

Factoring (y^3+1) only creates (y+1)(y^2-y+1)

story645
Jan21-10, 01:15 PM
sorry, not me … i don't get it either :redface:

I've spent way too many pages on this, but basically I think you just have to keep rearranging the equations (adding, subtracting, multiplying, dividing, multiplying) until everything simplifies.

Have you learned complex numbers yet? If so, you can use those to simplify things further.

tiny-tim
Jan21-10, 01:21 PM
I've spent way too many pages on this, but basically I think you just have to keep rearranging the equations (adding, subtracting, multiplying, dividing, multiplying) until everything simplifies.

Have you learned complex numbers yet? If so, you can use those to simplify things further.

I repeat … I don't think there's any way of making y the subject, without knowing the solution to a general cubic equation.

story645
Jan21-10, 04:35 PM
I repeat … I don't think there's any way of making y the subject, without knowing the solution to a general cubic equation.
Sorry, I was slow on the uptake and totally missing your hint.

HallsofIvy
Jan22-10, 07:51 AM
I repeat … I don't think there's any way of making y the subject, without knowing the solution to a general cubic equation.

Sorry, I was slow on the uptake and totally missing your hint.
Hint? What hint? tiny-tim said exactly that in his first response and you said it was not true.

From x= (y^3+ 1)/(y^2+ 1) we have x(y^2+ 1)= xy^2+ x= y^3+ 1 so y^3- xy^2+ (1- x)= 0. There no way to solve that for y, with general x, except by using the (very complicated!) cubic formula.

Toby_Obie
Jan22-10, 12:05 PM
Thanks guys