New Reply

How to solve equations of the form (a*x+b)^(1/2)+(m*x+n)^(1/2)=c

 
Share Thread
Jul12-12, 02:01 PM   #1
 

How to solve equations of the form (a*x+b)^(1/2)+(m*x+n)^(1/2)=c


Hello,
I was wondering how you would go about solving for x in an equation like [itex]\sqrt{ax+b}[/itex]+[itex]\sqrt{mx+n}[/itex]=C (where a,b,m, and n are constant numbers). The problem is if you square the expression you just end up with some linear terms multiplied by terms to the power of 1/2. If you keep squaring you never get rid of them. So how do you go about solving something like this?

Thanks for any help
PhysOrg.com mathematics news on PhysOrg.com

>> Pendulum swings back on 350-year-old mathematical mystery
>> Bayesian statistics theorem holds its own - but use with caution
>> Math technique de-clutters cancer-cell data, revealing tumor evolution, treatment leads
Jul12-12, 03:02 PM   #2
 
(a*x+b)^(1/2)+(m*x+n)^(1/2)=c
(a*x+b)+(m*x+n)+2*[(a*x+b)*(m*x+n)]^(1/2)=c²
2*[(a*x+b)*(m*x+n)]^(1/2)=c² -(a*x+b)-(m*x+n)
4*(a*x+b)*(m*x+n)=[c² -(a*x+b)-(m*x+n)]²
Expand and solve (...)*x²+(...)*x+(...)=0
Then bring back the roots x into the first equation in order to check if each root is valid or not.
Jul12-12, 03:04 PM   #3
 
After squaring both sides, move all the terms without square root on one side and leave the square root alone on the other side (of the equal sign). Then square again.
Jul12-12, 06:38 PM   #4
 

How to solve equations of the form (a*x+b)^(1/2)+(m*x+n)^(1/2)=c


Thank you. I just kept trying to simplify the left hand after squaring, i didnt even think about moving everything over. I feel kind of silly now.
Jul13-12, 01:34 PM   #5
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by Storm Butler View Post
Thank you. I just kept trying to simplify the left hand after squaring, i didnt even think about moving everything over. I feel kind of silly now.
Welcome to the club!
New Reply

Similar discussions for: How to solve equations of the form (a*x+b)^(1/2)+(m*x+n)^(1/2)=c
Thread Forum Replies
Equations Quadratic in Form ;_; Precalculus Mathematics Homework 2
Using substiution of the form v=1/y^k to solve 1st order DE Differential Equations 1
how to solve linear equation in matrix form if determinat is zero Precalculus Mathematics Homework 2
How would I solve a DiffEq of the form... Differential Equations 8
Two integrals I am trying to solve without closed form antiderivatives Calculus 3