• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Easy math question, mind went blank,

speg

Diamond Member
How do you solve an equation with a root in it?!

For example:

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


My mind has gone blank, can someone remind me how to solve this?
 
If I do that, [2x+3x^(1/2)]^2 expands out and has a 12x(1/2) in it, Isn't that supposed to be gone? Ugh, Im dumb 🙁

EDIT:
Ok, order has been restored to my mind. Sorry about that 😱
 
Originally posted by: gopunk
square both sides and solve the quadratic?

That's what I thought initially, but you'd still be stuck with a...no, that could work. Subtract 20 from both sides, and treat it as the quadratic 2(x^1/2)^2 + 3x^(1/2)-20 = 0; when you find the solutions for x^1/2, just take the roots.

Don't know if that would work, you could end up with some funky imaginary numbers.
 
just use the quadratic formula on it, treating the x ^1 as the largest power term (normally x^2 in the quadratic forumula), and the x^(1/2) as as the lower power term (normally x^1).
 
(20-2x)/3 = x^(1/2)
9x = 400-80x+4x^2
4x^2 - 89x + 400 = 0
um...wow.
x = -b +- sqrt(b^2-4ac) / 2a

Enjoy. 😀
 
Back
Top