s = (px)/d (d/2 - x)s=pxd(d2−x) Make xx the subject of formula..?
1 Answer
Explanation:
For starters, notice that your original equation can be simplified to
s = (px)/color(red)(cancel(color(black)(d))) * color(red)(cancel(color(black)(d)))/2 - (px)/d * x
s = (px)/2 - (px^2)/d
with
The fractions present on the right side of the equation have
s = (px)/2 * d/d - (px^2)/d * 2/2
s = (pxd - 2px^2)/(2d)
Multiply both sides by
2sd = pdx - 2px^2
Rearrange the equation to quadratic form
2px^2 - pdx + 2sd = 0
At this point, you can use the quadratic formula to make
color(blue)(ax^2 + bx + c = 0 )
the quadratic formula looks like this
color(blue)(x_(1,2) = (-b +- sqrt(b^2 - 4ac))/(2a)
In your case, you have
a = 2p b = -pd c = 2sd
This means that
x = (-(-pd) +- sqrt( (-pd)^2 - 4 * 2p * 2sd))/(2 * 2p)
x = (pd +- sqrt( (-pd)^2 - 16psd))/(4p)
with