I don't really understand how to do the problem with just the constants...or in formation of a formula.

Much help on explaining how to do it would be much appreciated.

1) Two equal but opposite charges re separated by a distance d. Determine a formula for VBA = VB – VA for points B and A on the line between the charges.

To determine the formula for VBA, the potential difference between point B and point A, we need to take into account the concept of electric potential.

1. Electric Potential:
Electric potential is the amount of electric potential energy per unit charge at a given point in an electric field. It is measured in volts (V). The electric potential at a point depends on the distance from the charges creating the electric field and the charges themselves.

2. Potential Difference:
The potential difference between two points A and B in an electric field is the change in electric potential energy per unit charge as you move from point A to point B. It is commonly called voltage (V).

Now, let's derive the formula for VBA.

Consider two charges with magnitudes q and -q, separated by a distance d.

1. Determine the electric potential due to a single point charge:
The electric potential V at a distance r from a charge q is given by the formula:
V = k * (q/r)
where k is the electrostatic constant, approximately equal to 9.0 x 10^9 Nm^2/C^2.

2. Calculate the potential at point B (VB):
At point B, the distance from the positive charge (+q) is (d+x) and from the negative charge (-q) is (d-x). Therefore:
VB = k * (q / (d + x)) - k * (q / (d - x))

3. Calculate the potential at point A (VA):
At point A, the distance from the positive charge (+q) is (d-x) and from the negative charge (-q) is (d+x). Therefore:
VA = k * (q / (d - x)) - k * (q / (d + x))

4. Calculate the potential difference (VBA):
The potential difference between points B and A is given by the formula:
VBA = VB - VA
VBA = (k * (q / (d + x)) - k * (q / (d - x))) - (k * (q / (d - x)) - k * (q / (d + x)))

Simplifying the equation by canceling out similar terms gives:
VBA = 2k * q * x / (d^2 - x^2)

Therefore, the formula for VBA is:
VBA = 2k * q * x / (d^2 - x^2)

Note: In this formula, the distance x represents the distance from point A along the line joining the charges to an arbitrary point of measurement. Positive x values are measured in the direction away from the positive charge, and negative x values are measured towards it.