Solving Polynomial: How to Expand Square Root

  • Thread starter Thread starter jessawells
  • Start date Start date
  • Tags Tags
    Polynomial
AI Thread Summary
The discussion focuses on simplifying the expression √(x^3) + √(1+x^3). Participants clarify that the expression cannot be simplified into a single term of x, as it is not a polynomial due to the presence of square roots. Suggestions include various algebraic manipulations, but it is noted that Mathematica cannot simplify it either. The conversation emphasizes the correct definition of a polynomial and the limitations of simplifying the given expression. Ultimately, the expression remains in its simplest form.
jessawells
Messages
18
Reaction score
0
hi,

can anyone show me how to solve this:

\sqrt{x^3} + \sqrt{1+x^3}

i want to get it to so that there's only 1 term of x. but i don't know how to expand the squared root. any help is appreciated.
 
Mathematics news on Phys.org
Usually when you say solve an equation, you mean something like solve x + 1 = 2.

Did you mean solve :\sqrt{x^3} = \sqrt{1+x^3} (Probably not, since this is a false statement)

or simplify

\sqrt{x^3} + \sqrt{1+x^3}
?

I'm guessing the second one. Do you have an idea of how to approach it?
 
Last edited by a moderator:
hi,

yes, its the second case - simplifying the expression. I'm not sure at all how to approach it. I've thought about using the fact that both terms are squared - eg. making it \sqrt{x^3 + (1+x^3)} but i know that's wrong. other than that, I've been trying to expand the \sqrt{1+x^3} term, the way you would expand something like (1+x)^2, but I've had no success. any help would be great.
 
Well Mathematica can't simplify it.
 
Agreed. That polynomial is in simplest form.
 
it's not a polynomial, either.
 
Thank you for giving us the correct definition of a polynomial.
 
Last edited by a moderator:
No... polynomials only have natural powers. A polynomial is something of the form

\alpha_0 + \alpha_1x + \alpha_2x^2 + \ . \ . \ . \ + \alpha_nx^n.

which \sqrt{x^3} + \sqrt{x^3+1} certainly is not.

Now, you can certainly do some interesting things to \sqrt{x^3} + \sqrt{x^3 + 1}, as usual. For example,

\sqrt{x^3} + \sqrt{x^3 + 1} = \frac{1}{\sqrt{x^3+1}-\sqrt{x^3}}

= \sqrt{2\sqrt{x^3}\left(\sqrt{x^3}+\sqrt{1+x^3}\right) + 1}

but I would by no means consider those simpler.
 
Please don't spam. You already posted your homework question here.
 
Back
Top