Impossible to solve for x. What to do now?

  • Thread starter Thread starter Juwane
  • Start date Start date
  • Tags Tags
    Impossible
Click For Summary

Homework Help Overview

The problem involves solving the equation x^2 = 2 √(x^3 + 1), which leads to a quartic equation after manipulation. The original poster expresses uncertainty about how to proceed after reaching the quartic form.

Discussion Character

  • Exploratory, Assumption checking

Approaches and Questions Raised

  • Participants discuss the possibility of using numerical methods, such as the Newton-Raphson method, to approximate solutions. There is also a reference to resources on solving quartic equations.

Discussion Status

The discussion is ongoing, with participants exploring different methods for approximating solutions. Some guidance has been offered regarding numerical techniques, but no consensus has been reached on the best approach.

Contextual Notes

There is an indication that the original poster is looking for techniques to find approximate solutions rather than exact values, which may reflect constraints in the problem setup or homework guidelines.

Juwane
Messages
86
Reaction score
0

Homework Statement



Solve this equation:

[tex]x^2 = 2 \sqrt{x^3 + 1}[/tex]


The Attempt at a Solution



Squaring both sides:

[tex]( x^2 )^2 = ( 2 \sqrt{x^3 + 1} )^2[/tex]

[tex]x^4 = 4( x^3 + 1 )[/tex]

[tex]x^4 = 4x^3 + 4[/tex]

[tex]x^4 - 4x^3 = 4[/tex]

Now what? Is there is any technique in whole of mathematics with which we can find an apporiximate solution, if not the actual value?
 
Physics news on Phys.org
You could use Newton-Raphson to find the roots. If you have an approximation [itex]x_n[/itex] for the root, you can get a new approximation by calculating

[tex]x_{n+1}=x_n-\frac{f(x_n)}{f'(x_n)}[/tex]

When it works, it converges on the root quickly. You can get initial guesses by plotting the function.
 
Is Newton-Raphson method the best method available for approximation?
 

Similar threads

Replies
5
Views
4K
  • · Replies 21 ·
Replies
21
Views
2K
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
10
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K