Zero Force from 3 charges placed at the vertices of a Triangle

AI Thread Summary
The discussion revolves around determining the conditions for zero force on a fourth ion placed in the electric field created by three charges at the vertices of a triangle. Participants agree that a potential gradient can be established to describe the force on the fourth ion, and they explore how to mathematically express the electric fields from the three charges. The conversation highlights the importance of calculating the y-components of these fields, as the x-components will cancel out due to symmetry. Participants also discuss the need for consistent charge magnitudes and the correct formulation of equations to find saddle points where the net force is zero. The thread concludes with a focus on verifying calculations and ensuring proper mathematical representation of the electric fields.
cwill53
Messages
220
Reaction score
40
Homework Statement
Two positive ions and one negative ion are fixed at the vertices of
an equilateral triangle. Where can a fourth ion be placed, along the
symmetry axis of the setup, so that the force on it will be zero? Is
there more than one such place? You will need to solve something
numerically.
Relevant Equations
$$\vec{F}=\frac{1}{4\pi \varepsilon _0}\sum_{j=1}^{N}\frac{q_0q_j\hat{r}_{oj}}{r^{2}_{oj}}$$
I'm not really sure where to start with this problem, but I wanted to ask a few questions about the approach I should use.

Is it reasonable to say that a gradient could be set up that could describe the force on the fourth ion at any point?

The way I'm thinking of this problem is, I want to find how the sum of the forces on the fourth ion change as the fourth ion moves through space.
But I'm not sure if this is the correct way to think about it or how to solve this mathematically.
 
Last edited:
Physics news on Phys.org
cwill53 said:
Is it reasonable to say that a gradient could be set up that could describe the force on the fourth ion at any point?
Yes, the potential gradient, which would be the net field. You don't know and don't care what the actual force would be since that depends on the magnitude of the test charge.
 
  • Like
Likes cwill53
haruspex said:
Yes, the potential gradient, which would be the net field. You don't know and don't care what the actual force would be since that depends on the magnitude of the test charge.

I still don't really understand how I should go about solving.
 
haruspex said:
Yes, the potential gradient, which would be the net field. You don't know and don't care what the actual force would be since that depends on the magnitude of the test charge.

I saw a post of yours from a few days ago, saying:

"I don't see how the polarity of the test ion matters. A zero field is a zero field.

Assuming all three charges have the same magnitude, there will will always be a saddle point in the potential near the midpoint between the two like charges, just a little further away than that from the third charge, and another on the far side of that third charge, roughly twice as far from the like charges as from the third charge.

For each of the combinations of of one charge and one saddle point, there is a unique field line connecting them. Using the diagram layout, there is a field line from the lower left charge to each saddle point, and a straight field line from each of those to the top charge. Together, these lines bound roughly a semicircle. Inside that, all field lines run from the lower left charge to the top charge. This leaves no possibility of another saddle point in that region.
Etc."

How would one go about finding said saddle point?
 
cwill53 said:
How would one go about finding said saddle point?
Consider a point on the symmetry axis at distance x from the midpoint of the two like charges (I think that will be simplest).
Write vector expressions for the fields the three charges exert at that point. You can omit the opposing components from the two like charges as these will cancel.
What do you get?
 
  • Like
Likes cwill53
haruspex said:
Consider a point on the symmetry axis at distance x from the midpoint of the two like charges (I think that will be simplest).
Write vector expressions for the fields the three charges exert at that point. You can omit the opposing components from the two like charges as these will cancel.
What do you get?
First I'll show you the picture I drew so you can follow the steps I took and make corrections along the way
IMG_7864.jpg


What I wrote was:

$$\vec{E}(x,y)=\frac{1}{4\pi \varepsilon _0}\sum_{j=1}^{N}\frac{q_j\hat{r}_{oj}}{r^{2}_{oj}}$$

$$\vec{E}_1(x,y)=\frac{1}{4\pi \varepsilon _0} \frac{q_1\left \langle -a_1,2a_1cos\theta \right \rangle}{(\sqrt{(a_1)^2+(2a_1cos\theta )^2})^2}$$$$\vec{E}_2(x,y)=\frac{1}{4\pi \varepsilon _0} \frac{q_2\left \langle a_1,2a_1cos\theta \right \rangle}{(\sqrt{(a_1)^2+(2a_1cos\theta )^2})^2}$$$$\vec{E}_3(x,y)=\frac{1}{4\pi \varepsilon _0} \frac{-q_3\left \langle 0,\frac{\sqrt{3}}{2}-2a_1cos\theta \right \rangle}{(\sqrt{(\frac{\sqrt{3}}{2}-2a_1cos\theta )^2})^2}$$

Where ##2a_1cos \theta=y##.
 
cwill53 said:
$$\vec{E}(x,y)=\frac{1}{4\pi \varepsilon _0}\sum_{j=1}^{N}\frac{q_j\hat{r}_{oj}}{r^{2}_{oj}}$$

$$\vec{E}_1(x,y)=\frac{1}{4\pi \varepsilon _0} \frac{q_1\left \langle -a_1,2a_1cos\theta \right \rangle}{(\sqrt{(a_1)^2+(2a_1cos\theta )^2})^2}$$
You can simplify the algebra by just taking the triangle to have side length 2.

The generic equation is right , but note the numerator has ##\hat r##. In your later equations you have treated it as ##\vec r##.

I don't understand those later equations though. On the left you have the field as a function of x and y, but neither appears in the right. At what point do you think you are calculating the fields?
Anyway, you don't care about the x component. At points on the y-axis those will cancel.
Pick a point at (0,y) and write the expressions for the three ##E_y## fields as scalars.
 
  • Like
Likes cwill53
haruspex said:
You can simplify the algebra by just taking the triangle to have side length 2.

The generic equation is right , but note the numerator has ##\hat r##. In your later equations you have treated it as ##\vec r##.

I don't understand those later equations though. On the left you have the field as a function of x and y, but neither appears in the right. At what point do you think you are calculating the fields?
Anyway, you don't care about the x component. At points on the y-axis those will cancel.
Pick a point at (0,y) and write the expressions for the three ##E_y## fields as scalars.
Hmmmm, is it true that y is equal to ##2a_1cos\theta##? That's what I was trying to do there, I just should've replaced that with y.

I had copied that equation straight from Purcell's book, which so far has a few notation errors. I think ##\hat r## should really be ##\vec r## because the explanation in the book says ##\vec{r}_{0j}## is the vector from the j-th charge in the system to the point (x,y,z).

The fields are supposed to be calculated on the y axis, and since the x components of ##\vec{E}_1## and ##\vec{E}_2## are opposite, they cancel.
 
cwill53 said:
Hmmmm, is it true that y is equal to 2a1cosθ?
y is the coordinate of a point you are trying to find. Looks like you are calculating the field at one ion due to the charge at another. That isn't useful at all.
cwill53 said:
I think r^ should really be r→
No. The field at ##\vec r## from a charge q is
$$\frac{1}{4\pi \varepsilon _0}\frac{q\hat{r}}{r^{2}}$$
which you can also write as
$$\frac{1}{4\pi \varepsilon _0}\frac{q\vec{r}}{r^{3}}$$
Note the two differences.
It is not $$\frac{1}{4\pi \varepsilon _0}\frac{q\vec{r}}{r^{2}}$$
 
  • Like
Likes cwill53
  • #10
haruspex said:
y is the coordinate of a point you are trying to find. Looks like you are calculating the field at one ion due to the charge at another. That isn't useful at all.

No. The field at ##\vec r## from a charge q is
$$\frac{1}{4\pi \varepsilon _0}\frac{q\hat{r}}{r^{2}}$$
which you can also write as
$$\frac{1}{4\pi \varepsilon _0}\frac{q\vec{r}}{r^{3}}$$
Note the two differences.
It is not $$\frac{1}{4\pi \varepsilon _0}\frac{q\vec{r}}{r^{2}}$$
What I should be trying to figure out is the y-coordinate where the field is zero, because if the field is zero, the force on any charge regardless of its sign would be zero, right?

Aside from the fact that the magnitudes of the distances in the denominators of each of equations should be cubed instead of squared, I'm trying to figure out how this approach wouldn't work.

What I want to know is the field at a point (0,y) due to an arrangement of charges.
 
  • #11
cwill53 said:
What I want to know is the field at a point (0,y) due to an arrangement of charges.
Then why doesn't the variable y appear in any of your field expressions?
In your generic equation, the scalar r is the distance from an ion to your test charge at (0,y). So for the ion at lower right r is the distance from (0,y) to (a,0).
 
  • Like
Likes cwill53
  • #12
haruspex said:
Then why doesn't the variable y appear in any of your field expressions?
In your generic equation, the scalar r is the distance from an ion to your test charge at (0,y). So for the ion at lower right r is the distance from (0,y) to (a,0).
I realized that for one the cosine should be sine in all of my equations, is this correct? I was also told that my equations don't give the field for an arbitrary y.
$$\vec{E}(x,y)=\frac{1}{4\pi \varepsilon _0}\sum_{j=1}^{N}\frac{q_j\hat{r}_{oj}}{r^{2}_{oj}}=\frac{1}{4\pi \varepsilon _0}\sum_{j=1}^{N}\frac{q_j\vec{r}_{oj}}{r^{2}_{oj}}\frac{1}{\left \|\vec{r}_{oj} \right \|}$$
$$\vec{E}_1(x,y)=\frac{1}{4\pi \varepsilon _0} \frac{q_1\left \langle -a_1,y \right \rangle}{(\sqrt{(a_1)^2+(y)^2})^3}$$
$$\vec{E}_2(x,y)=\frac{1}{4\pi \varepsilon _0} \frac{q_2\left \langle a_1,y \right \rangle}{(\sqrt{(a_1)^2+(y )^2})^3}$$
$$\vec{E}_3(x,y)=\frac{1}{4\pi \varepsilon _0} \frac{-q_3\left \langle 0,2a_1sin\theta-y \right \rangle}{(\sqrt{(2a_1sin\theta -y )^2})^3}$$

Do these equations make more sense?
 
  • #13
cwill53 said:
I realized that for one the cosine should be sine in all of my equations, is this correct? I was also told that my equations don't give the field for an arbitrary y.
$$\vec{E}(x,y)=\frac{1}{4\pi \varepsilon _0}\sum_{j=1}^{N}\frac{q_j\hat{r}_{oj}}{r^{2}_{oj}}=\frac{1}{4\pi \varepsilon _0}\sum_{j=1}^{N}\frac{q_j\vec{r}_{oj}}{r^{2}_{oj}}\frac{1}{\left \|\vec{r}_{oj} \right \|}$$
$$\vec{E}_1(x,y)=\frac{1}{4\pi \varepsilon _0} \frac{q_1\left \langle -a_1,y \right \rangle}{(\sqrt{(a_1)^2+(y)^2})^3}$$
$$\vec{E}_2(x,y)=\frac{1}{4\pi \varepsilon _0} \frac{q_2\left \langle a_1,y \right \rangle}{(\sqrt{(a_1)^2+(y )^2})^3}$$
$$\vec{E}_3(x,y)=\frac{1}{4\pi \varepsilon _0} \frac{-q_3\left \langle 0,2a_1sin\theta-y \right \rangle}{(\sqrt{(2a_1sin\theta -y )^2})^3}$$

Do these equations make more sense?
Yes, much better. But the E(x,y) should be E(0,y).
Next step is to add up the y components of the fields, since the x components clearly cancel.
 
  • Like
Likes cwill53
  • #14
haruspex said:
Yes, much better. But the E(x,y) should be E(0,y).
Next step is to add up the y components of the fields, since the x components clearly cancel.
Should I assume that the magnitude of each ion's charge is the same?

Well, obviously I should if the components cancel out.
 
  • #15
cwill53 said:
Should I assume that the magnitude of each ion's charge is the same?

Well, obviously I should if the components cancel out.
The cancellation only depends on the two like charges having the same magnitude.
But since you are told you'll have to use a numerical approximation you would need to know the relative magnitudes of all the charges, so I would assume the three are equal.
 
  • Like
Likes cwill53
  • #16
haruspex said:
The cancellation only depends on the two like charges having the same magnitude.
But since you are told you'll have to use a numerical approximation you would need to know the relative magnitudes of all the charges, so I would assume the three are equal.
After taking your advice to simplify the algebra some, I set up the values such that ##q_1=q_2=1C## , ##q_3=-1C##, ##a_1=1m##, and ##k_e=8.99\cdot 10^9\frac{N\cdot m^2}{C^2}##.
Doing that and removing the units, I got the equation

$$\:\left(8.99\cdot \:10^9\right)\left(\frac{2y}{\left(1+y^2\right)^{\frac{3}{2}}}+\frac{-2sin\left(60^{\circ }\right)+y}{\left(2sin\left(60^{\circ }\right)-y\right)^3}\right)=0$$

I put this into Wolfram Alpha's solver and got the following:
IMG_7879.jpg


However, I looked on Slader to see if someone else got this solution, and I saw this:
https://www.slader.com/discussion/question/two-positive-ions-and-one-negative-ion-are-fixed-at-the-vertices-of/

I'm not sure who's right. We got one shared value.
 
Last edited:
  • #17
cwill53 said:
After taking your advice to simplify the algebra some, I set up the values such that ##q_1=q_2=1C## , ##q_3=-1C##, ##a_1=1m##, and ##k_e=8.99\cdot 10^9\frac{N\cdot m^2}{C^2}##.
Doing that and removing the units, I got the equation

$$\:\left(8.99\cdot \:10^9\right)\left(\frac{2y}{\left(1+y^2\right)^{\frac{3}{2}}}+\frac{-2sin\left(60^{\circ }\right)+y}{\left(2sin\left(60^{\circ }\right)-y\right)^3}\right)=0$$

I put this into Wolfram Alpha's solver and got the following:
View attachment 268902

However, I looked on Slader to see if someone else got this solution, and I saw this:
https://www.slader.com/discussion/question/two-positive-ions-and-one-negative-ion-are-fixed-at-the-vertices-of/

I'm not sure who's right. We got one shared value.
You have the power 3/2 in one denominator but you forgot the /2 in the other.
Edit: scratch that.. just realized you removed a power of 2,

Also, just occurred to me that you need to take the absolute values in the denominators.
##4y^2(y-\sqrt 3)^6=(y-\sqrt 3)^2(1+y^2)^3##.

You don't need the constant factor out the front.
 
Last edited:
  • #18
haruspex said:
You have the power 3/2 in one denominator but you forgot the /2 in the other.
Also, just occurred to me that you need to take the absolute values in the denominators.

You don't need the constant factor out the front.
Shouldn't the root in the following denominator cancel due to the the square term?

$$\vec{E}_3(x,y)=\frac{1}{4\pi \varepsilon _0} \frac{-q_3\left \langle 0,2a_1sin\theta-y \right \rangle}{(\sqrt{(2a_1sin\theta -y )^2})^3}$$
 
  • #19
cwill53 said:
Shouldn't the root in the following denominator cancel due to the the square term?

$$\vec{E}_3(x,y)=\frac{1}{4\pi \varepsilon _0} \frac{-q_3\left \langle 0,2a_1sin\theta-y \right \rangle}{(\sqrt{(2a_1sin\theta -y )^2})^3}$$
Yes, I was in the process of correcting my post. See update.
 
  • Like
Likes cwill53
  • #20
haruspex said:
You have the power 3/2 in one denominator but you forgot the /2 in the other.
Edit: scratch that.. just realized you removed a power of 2,

Also, just occurred to me that you need to take the absolute values in the denominators.
##4y^2(y-\sqrt 3)^6=(y-\sqrt 3)^2(1+y^2)^3##.

You don't need the constant factor out the front.

So should I take the absolute value of the denominators in this equation? I expanded the expressions out and put ##\frac{\sqrt{3}}{2}## for sin(60):
$$\frac{2y}{\sqrt{1+y^2}(1+y^2)}+\frac{-\sqrt{3}+y}{\frac{(\sqrt{3}-2y)^3}{8}}$$
 
  • #21
cwill53 said:
So should I take the absolute value of the denominators in this equation?
Yes.
 
  • #22
I think your expressions are not completely correct. One thought I had is that you start over, and write the distance to the center one in much simpler form, and simply write the cosines for the other two charges in terms of ##y ##. You should be able to write a single expression that then needs to be solved for ## y ##, or actually more precisely as a function of ## u=y/h ##, where ## h ## is the altitude of the triangle. Perhaps @haruspex might have a different opinion, but that is my input.
 
  • Like
Likes cwill53
  • #23
haruspex said:
Yes.
IMG_7881.jpg

I tried this, and the solutions I got were wrong.
 
  • #24
One thing that is confusing is where the origin is for the distance ## y ##. The OP might be using the base of the triangle=in my post 22, perhaps that is why my expressions are different.
Edit: In the latest post, I think the OP needs to be consistent with his triangle=if you use ## 1 ## for the distance of half the base, then the altitude is ## \sqrt{3} ##.
 
Last edited:
  • Like
Likes cwill53
  • #25
Charles Link said:
One thing that is confusing is where the origin is for the distance ## y ##. The OP might be using the base of the triangle=in my post 22, perhaps that is why my expressions are different.
I was using the base of the triangle as the origin.

In my original equations, I had got one of the points correct when I put it in Wolfram Alpha. I just don't see why I didn't get the other correct point.
 
  • Like
Likes Charles Link
  • #26
Please see the Edit to post 24.
 
  • Like
Likes cwill53
  • #27
The other correct point comes from a different scenario. If you go slightly below the base, that is where you will find the other point. You will new a new set of equations to get that point.
 
  • Like
Likes cwill53
  • #28
In your post 16, I think I agree with the answer of 6.20. In that post, you are using ## \sqrt{3} ## for the altitude of the triangle. Your formulas are consistent there. In post 23, you didn't maintain consistency.
 
  • Like
Likes cwill53
  • #29
Charles Link said:
Please see the Edit to post 24.
I can't see where I was inconsistent with the triangle.

If the triangle is equilateral, and I set half the length of it equal to 1, then the length of the y-axis is 2(1)sin(60). This is the square root of 3.

I'm starting to get really confused now. The solutions to the following equation:

$$(\frac{2y}{(1+y^{2})^{\frac{3}{2}}}+\frac{-2sin(60^{\circ})+y}{(2sin(60^{\circ})-y)^{3}})=0$$
gif&s=35.gif

gif&s=35.gif

gif&s=35.gif


It occurred to me to just play around with it, and I got the following solution to the following equation:
$$-\frac{2y}{\left(1+y^2\right)^{\frac{3}{2}}}=\frac{-2sin\left(60\right)+y}{\left(y-2sin\left(60\right)\right)^3}$$
y≈−0.14629…

This value is the negative value of what the guy in Slader got. Is this a coincidence?
 
  • #30
The top part of 29 is good. I agree with 6.20 as the answer. The other solutions are meaningless. To get the other point, it is going to be slightly below the base. You are going to need to write new expressions with the new scenario to find this other point.
 
  • Like
Likes cwill53
  • #31
Charles Link said:
The top part of 29 is good. I agree with 6.20. The other solutions are meaningless. To get the other point, it is going to be slightly below the base. You are going to need to write new expressions with the new scenario to find this other point.
Did you see the other solution when I switched the terms around in the denominator of the right hand side term in post #29? Does this make sense?
 
  • #32
cwill53 said:
Did you see the other solution when I switched the terms around in the denominator of the right hand side term in post #29?
It could be a mathematical coincidence. The answer might agree with the right answer, but you need to work through the calculation to find the second point. You should be able to see qualitatively before you compute the exact location, why the second point is just slightly below the base.
 
  • Like
Likes cwill53
  • #33
Charles Link said:
It could be a mathematical coincidence. The answer might agree with the right answer, but you need to work through the calculation to find the second point. You should be able to see qualitatively before you compute the exact location, why the second point is just slightly below the base.
Alright.

I'm not too sure what new expressions I should write, or how I should approach it. I thought that the expressions I created would give me the field for an arbitrary point in space.
 
  • #34
Suggestion for you on this one (the second point) to make it easier: Call the distance below the base positive ## y ##. The distance from the negative charge is then ## y+\sqrt{3} ##. With the practice you had from the first part, it should be simple matter to write ## \frac{1}{(y+\sqrt{3})^2}=2\frac{y}{(...)^{3/2}} ##.
 
  • Informative
Likes cwill53
  • #35
Charles Link said:
One thing that is confusing is where the origin is for the distance ## y ##. The OP might be using the base of the triangle=in my post 22, perhaps that is why my expressions are different.
Edit: In the latest post, I think the OP needs to be consistent with his triangle=if you use ## 1 ## for the distance of half the base, then the altitude is ## \sqrt{3} ##.
Well spotted. That error crept in going from post #16 to post #20.
 
  • Like
Likes cwill53 and Charles Link
  • #36
cwill53 said:
I was using the base of the triangle as the origin.

In my original equations, I had got one of the points correct when I put it in Wolfram Alpha. I just don't see why I didn't get the other correct point.
That would be because you did not use the absolute value in the denominator.
In the original equation it was of the form ##(x^2)^{\frac 32}##, which is always positive. When you simplified it to ##x^3## it was wrong for negative x.
 
  • Like
Likes Charles Link and cwill53
  • #37
haruspex said:
That would be because you did not use the absolute value in the denominator.
In the original equation it was of the form ##(x^2)^{\frac 32}##, which is always positive. When you simplified it to ##x^3## it was wrong for negative x.
Correct me if I am wrong, but I think there is only one solution above the apex of the triangle. The other solution is just below the base. You need to rewrite the equations for this second point.
 
  • Like
Likes cwill53
  • #38
Waiting to hear from the OP to see if he gets the correct expression per post 34. The solution for ## y ##, and ## y ## is small, can be estimated by using ## \sqrt{3}+y \approx \sqrt{3} ##, and ##y^2+1 \approx 1 ##.(Note: This estimate is somewhat poor. I think the correct answer might be what the OP mentioned in post 29 at the bottom).
 
Last edited:
  • #39
Charles Link said:
Waiting to hear from the OP to see if he gets the correct expression per post 34. The solution for ## y ##, and ## y ## is small, can be estimated by using ## \sqrt{3}+y \approx \sqrt{3} ##, and ##y^2+1 \approx 1 ##.(Note: This estimate is somewhat poor. I think the correct answer might be what the OP mentioned in post 29 at the bottom).
I tried making expressions, but when I put them in Wolfram I did not get what I should have gotten.

I treated the point below my axis P(0,y) as just a point with a positive valued y, as it really shouldn't matter as long as I keep the signs consistent with each other.
The simplifications made for the variables were:

##a_1=1m,q_1=q_2=1C,q_3=-1C##
So again,
$$\vec{E}(x,y)=\frac{1}{4\pi \varepsilon _0}\sum_{j=1}^{N}\frac{q_j\hat{r}_{oj}}{r^{2}_{oj}}=\frac{1}{4\pi \varepsilon _0}\sum_{j=1}^{N}\frac{q_j\vec{r}_{oj}}{r^{2}_{oj}}\frac{1}{\left \|\vec{r} \right \|}$$

$$\vec{E}_1(x,y)=\frac{1}{4\pi \varepsilon _0} \frac{q_1\left \langle a_1,y \right \rangle}{(\sqrt{(a_1)^2+(y)^2})^3}$$
$$\vec{E}_2(x,y)=\frac{1}{4\pi \varepsilon _0} \frac{q_1\left \langle -a_1,y \right \rangle}{(\sqrt{(a_1)^2+(y)^2})^3}$$
$$\vec{E}_3(x,y)=\frac{1}{4\pi \varepsilon _0} \frac{q_3\left \langle 0,\sqrt{3}+y \right \rangle}{(\sqrt{(\sqrt{3}+y )^2})^3}$$
$$\vec{E}(0,y)=k_{e}(\frac{2y}{(a_1^2+y^2)^{\frac{3}{2}}}+\frac{-\sqrt{3}-y}{\sqrt{(y+(\sqrt{3}))^2}^3})$$
I set this equal to 0 and solved for y but got the wrong answer.
 
Last edited:
  • #40
There are a couple of things going on with these equations that are clumsy. One thing that is complicating things is that for the single charge, instead of using inverse square, you are complicating it with a linear term divided by a cube. For the first point, you can simply write: ## \frac{1}{(y-\sqrt{3})^2}=2 \frac{y}{(y^2+1 )^{3/2}} ##. If you then square everything in the algebra, you can get extraneous solutions. In addition, @haruspex pointed out why you were getting an incorrect expression when the ## x ## was negative. That's why it's really simpler to use a second expression to get the second point=there are otherwise too many minus signs floating around that should be with an absolute value sign.
Note: If you change the minus in the first denominator to a plus (and y going downward is positive), I think that gives you the expression for the second point. The solution really is kind of simple.
 
  • Like
Likes cwill53
  • #41
Charles Link said:
There are a couple of things going on with these equations that are clumsy. One thing that is complicating things is that for the single charge, instead of using inverse square, you are complicating it with a linear term divided by a cube. For the first point, you can simply write: ## \frac{1}{(y-\sqrt{3})^2}=2 \frac{y}{(y^2+1 )^{3/2}} ##. If you then square everything in the algebra, you can get extraneous solutions. In addition, @haruspex pointed out why you were getting an incorrect expression when the ## x ## was negative. That's why it's really simpler to use a second expression to get the second point=there are otherwise too many minus signs floating around that should be with an absolute value sign.
Actually, I take that back. I just forgot to put the y in 2y on Wolfram :smile:

I ended up getting BOTH -6.20448 and .14629 as solutions. It seems that if I used THIS approach initially I would've got BOTH answers.
 
  • Like
Likes Charles Link
  • #42
Charles Link said:
Correct me if I am wrong, but I think there is only one solution above the apex of the triangle. The other solution is just below the base. You need to rewrite the equations for this second point.
How is that equation different?
 
  • Like
Likes cwill53 and Charles Link
  • #43
haruspex said:
How is that equation different?
See post 40. Ideally a single expression is all you need to get both solutions, but this one gets complicated by absolute value signs, etc. I think if you square both sides of the expression in post 40, you do get the second point ## y=-.146 ## as well.
 
  • #44
Charles Link said:
See post 40. Ideally a single expression is all you need to get both solutions, but this one gets complicated by absolute value signs, etc. I think if you square both sides of the expression in post 40, you do get the second point ## y=-.146 ## as well.
Ok, we were saying the same thing in two different ways. Where I expressed it as the equation being wrong, you expressed it as needing two versions of the equation.
 
  • Like
Likes Charles Link
Back
Top