Factoring in terms of a variable

GreatEscapist
Messages
178
Reaction score
0

Homework Statement


((1/3)(y^3))+(1/y)=.5*ln((x^2)+1)

Solve in terms of y

Homework Equations





The Attempt at a Solution



I am in college differential equations, and i just can't solve in terms of y. y teacher wants that...i tried wolfram alpha, etc. How on Earth do you factor this in terms of y?

Can you even?
 
GreatEscapist said:

Homework Statement


((1/3)(y^3))+(1/y)=.5*ln((x^2)+1)

Solve in terms of y

Homework Equations





The Attempt at a Solution



I am in college differential equations, and i just can't solve in terms of y. y teacher wants that...i tried wolfram alpha, etc. How on Earth do you factor this in terms of y?

Can you even?

If I understand correctly what you wrote, you want to solve the 4th degree equation
[tex]\frac{y^3}{3} + \frac{1}{y} = r,[/tex]
where ##r = (1/2) \ln( x^2 + 1).##
There are formulas for the solution of 4th degree polynomials, but they are not pretty. Maple obtains the following four solutions (assuming r > 0)

Solution 1:
y = 1/4*2^(1/2)*(((36*r^2+4*(-256+81*r^4)^(1/2))^(2/3)+16)/(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3))^(1/2)+1/4*2^(1/2)*((-(((36*r^2+4*(-256+81*r^4)^(1/2))^(2/3)+16)/(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3))^(1/2)*(36*r^2+4*(-256+81*r^4)^(1/2))^(2/3)-16*(((36*r^2+4*(-256+81*r^4)^(1/2))^(2/3)+16)/(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3))^(1/2)+12*r*2^(1/2)*(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3))/(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3)/(((36*r^2+4*(-256+81*r^4)^(1/2))^(2/3)+16)/(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3))^(1/2))^(1/2)

Solution 2:
y = 1/4*2^(1/2)*(((36*r^2+4*(-256+81*r^4)^(1/2))^(2/3)+16)/(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3))^(1/2)-1/4*2^(1/2)*((-(((36*r^2+4*(-256+81*r^4)^(1/2))^(2/3)+16)/(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3))^(1/2)*(36*r^2+4*(-256+81*r^4)^(1/2))^(2/3)-16*(((36*r^2+4*(-256+81*r^4)^(1/2))^(2/3)+16)/(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3))^(1/2)+12*r*2^(1/2)*(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3))/(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3)/(((36*r^2+4*(-256+81*r^4)^(1/2))^(2/3)+16)/(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3))^(1/2))^(1/2)

Solution 3:
y = -1/4*2^(1/2)*(((36*r^2+4*(-256+81*r^4)^(1/2))^(2/3)+16)/(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3))^(1/2)+1/4*(-(2*(((36*r^2+4*(-256+81*r^4)^(1/2))^(2/3)+16)/(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3))^(1/2)*(36*r^2+4*(-256+81*r^4)^(1/2))^(2/3)+32*(((36*r^2+4*(-256+81*r^4)^(1/2))^(2/3)+16)/(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3))^(1/2)+24*r*2^(1/2)*(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3))/(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3)/(((36*r^2+4*(-256+81*r^4)^(1/2))^(2/3)+16)/(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3))^(1/2))^(1/2)

Solution 4:
y = -1/4*2^(1/2)*(((36*r^2+4*(-256+81*r^4)^(1/2))^(2/3)+16)/(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3))^(1/2)-1/4*(-(2*(((36*r^2+4*(-256+81*r^4)^(1/2))^(2/3)+16)/(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3))^(1/2)*(36*r^2+4*(-256+81*r^4)^(1/2))^(2/3)+32*(((36*r^2+4*(-256+81*r^4)^(1/2))^(2/3)+16)/(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3))^(1/2)+24*r*2^(1/2)*(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3))/(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3)/(((36*r^2+4*(-256+81*r^4)^(1/2))^(2/3)+16)/(36*r^2+4*(-256+81*r^4)^(1/2))^(1/3))^(1/2))^(1/2)

Note: Maple's notation is that a/b*c means (a/b)*c.
 
GreatEscapist said:
...

I am in college differential equations, and i just can't solve in terms of y. y teacher wants that...i tried wolfram alpha, etc. How on Earth do you factor this in terms of y?

Can you even?

If you mean solving for x in terms of y, that's not too difficult with this.
 
GreatEscapist said:

Homework Statement


((1/3)(y^3))+(1/y)=.5*ln((x^2)+1)
Solve in terms of y

SammyS said:
If you mean solving for x in terms of y, that's not too difficult with this.
That's my take, too. "In terms of y" suggests solving for x as a function of y.
 

Similar threads

  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
Replies
18
Views
4K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K