Rather than get common denominators, I would just multiply the entire equation by x+ k. That will give (x+ k)(x- k)x as the first term and get rid of the denominators in the others. Multiply each term out. You will get a cubic equation but at least one root is fairly easy to get "by inspection". Use the quadratic formula to get the other two.Hi! I need some help in solving this equation. I don't know where to start!
Let k be a constant.
View attachment 4919
So I know that we're going to times x+k to (x-k)x so that it will have the same denominator as the rest. After that I have no idea what to do next!
Write it as \(\displaystyle \Large{(x^2-k^2)x+kx(x-k)=-k^2(x-k)}\)Hi! I need some help in solving this equation. I don't know where to start!
Let k be a constant.
View attachment 4919!
Am I not seeing something? (x-k) is a common factor, so one solution is x = k. For other solutions, assume x is not equal to k and cancel across. Then, assuming x is not equal to minus k, multiply through by x+k to getHi! I need some help in solving this equation. I don't know where to start!
Let k be a constant.
View attachment 4919
So I know that we're going to times x+k to (x-k)x so that it will have the same denominator as the rest. After that I have no idea what to do next!
This is just my way...disregard if you don't like!
I find it much faster, plus much clearer, plus makes cancellations easier.
Let a = x - k and b = x + k
So equation becomes:
ax + akx / b = -ak^2 / b
Multiply by b:
abx +akx = -ak^2
Divide by a:
bx + kx = -k^2 \(\displaystyle \ \ \ \ \ \ \) Denis, you lost information when you divided by a. It contains the variable x.
You can't reduce the equation from a 3rd degree to a 2nd degree without accounting for one of the solutions.
That solution is x = k.
Substitute b back in:
x(x + k) + kx = -k^2
Simplify:
x^2 + 2kx + k^2 = 0
Finish it...
.Thank you! I've manged to figure how to solve the equation with all your help.
I found it easier by multiplying the (x+k) term first (as suggested by HallsofIvy)
Be careful at this step! You are assuming \(\displaystyle (x+k) \ \ne 0 \ \ i.e. \ x \ \ne \ -k\)
and continuing the step with taking the common factor (x-k) from the three terms, making it (x-k)(k2+2kx+x2) - thank you Ishuda for this suggestion.
And I'd also like to thank Denis, your method will surely help me in other Math equations that I'll come across in the future. It'll definitely save me the time and like you said, it's clearer and easier!
Just to add to what Subhotosh Khan mentioned above [the "Be careful ..."]. Although we can write the original expression as...
I found it easier by multiplying the (x+k) term first ...