Finding charge based on net force and other charges

Click For Summary

Homework Help Overview

The discussion revolves around calculating the charge of a red sphere based on the net electric force acting on a blue sphere due to the presence of a yellow sphere and the red sphere itself. The problem involves understanding the forces between point charges and their vector components in a two-dimensional setup.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants explore the relationship between the charges and the net force, questioning the need for angular components in their calculations. There are attempts to break down forces into x and y components and discussions about the implications of the net force direction.

Discussion Status

Participants are actively engaging with the problem, offering suggestions for separating forces into components and questioning the use of angles in their calculations. Some have proposed equations to express the charge of the red sphere in terms of other variables, while others are verifying the correctness of their approaches.

Contextual Notes

There is an emphasis on ensuring that the x-components of the forces sum to zero due to the net force being directed solely in the -y direction. Participants are also navigating the implications of the signs of the charges involved.

jelliDollFace
Messages
26
Reaction score
0

Homework Statement



Blue charge is at origin with positive q charge
Red charge at point (d1,0) with unknown positive charge q_red
Yellow charge at point (d2cos(theta),-d2sin(theta)) with negative 2q charge

The net electric force on the blue sphere has a magnitude F and is directed in the - y direction.

Suppose that the magnitude of the charge on the yellow sphere is determined to be 2q. Calculate the charge q_red on the red sphere. Express your answer in terms of q, d1, d2, and theta.

Homework Equations



electric force F = kq_1q_2/r^2 where k = 9*10^9, q_1 and q_2 represent point charges, and r is distance between point charges

The Attempt at a Solution



F = [(k*q_yellow*q_blue)/d2^2 ] + [(k*q_red*q_blue)/d1^2]
F = [(k*(-2q)*q)/d2^2] + [(k*q_red*q)/d1^2]
d1^2[F - ((k*(-2q)*q)/d2^2)] / kq = q_red

i think I'm on the right track but i did not use theta which i need to, where did i go wrong
 

Attachments

  • untitled2.JPG
    untitled2.JPG
    5.8 KB · Views: 1,199
Physics news on Phys.org
does this involve the coordinate location of the yellow charge because it contains theta which i think i need in my final answer, but the distance is stated as d2 so why should i need it?
 
jelliDollFace said:

Homework Statement



Blue charge is at origin with positive q charge
Red charge at point (d1,0) with unknown positive charge q_red
Yellow charge at point (d2cos(theta),-d2sin(theta)) with negative 2q charge

The net electric force on the blue sphere has a magnitude F and is directed in the - y direction.

Suppose that the magnitude of the charge on the yellow sphere is determined to be 2q. Calculate the charge q_red on the red sphere. Express your answer in terms of q, d1, d2, and theta.

Homework Equations



electric force F = kq_1q_2/r^2 where k = 9*10^9, q_1 and q_2 represent point charges, and r is distance between point charges

The Attempt at a Solution



F = [(k*q_yellow*q_blue)/d2^2 ] + [(k*q_red*q_blue)/d1^2]
F = [(k*(-2q)*q)/d2^2] + [(k*q_red*q)/d1^2]
d1^2[F - ((k*(-2q)*q)/d2^2)] / kq = q_red

i think I'm on the right track but i did not use theta which i need to, where did i go wrong

I can't see your picture as yet, but I would suggest that you separate the forces into their x,y components and then add them. They tell you the result vector is acting in the -Y direction only, so x components must add to 0. Force is a vector and adding the magnitudes if they are not acting along the same line is not the way to do it.
 
how about this, i put the net forces into components:

fnet_x = [k(2q)(q)/(d2cos(theta))^2] + [k(q_red)(q)/(d1^2)]
fnet_y = [k(2q)(q)/(d2sin(theta))^2] + 0

F = sqrt((fnet_x)^2 + (fnet_y)^2)
[sqrt[F^2 - (fnet_x)^2](d2sin(theta))]/(2q)(k) = q_red

is that correct now?

how do i factor in the -y net force direction?
 
Last edited:
jelliDollFace said:
how about this, i put the net forces into components:

fnet_x = [k(2q)(q)/(d2cos(theta))^2] + [k(q_red)(q)/(d1^2)]
fnet_y = [k(2q)(q)/(d2sin(theta))^2] + 0

F = sqrt((fnet_x)^2 + (fnet_y)^2)
[sqrt[F^2 - (fnet_x)^2](d2sin(theta))]/(2q)(k) = q_red

is that correct now?

how do i factor in the -y net force direction?

Not quite.

First simply identify the force between the Blue/Red and the Blue/Yellow.
These are the forces that you must treat as vectors.

Hence
F(b/r) = kqb*qr/(d1)2*x-hat + 0*y-hat
F(b/y) = kqb*qy/(d2)2*Cosθ*x-hat + kqb*qy/(d2)2*Sinθ*y-hat

Now when you add F(b/r) and F(b/y) you add the components.
But you also know that the x-components (x-hat terms) must add to 0
And you also know that the charge on Yellow is -2*q and the charge on Blue is +1*q. The qr is the one that is unknown. Figure it must be a positive charge since Red is positive Yellow negative and otherwise they could never add to 0.
 
so this is what i got, since we know the x components must sum to zero soo...

[(q_red)(+q)k]/d1^2 + [(+q)(-2q)k]/d2cos(theta)^2 = 0
so q_red = [-k(+q)(-2q)(d1^2)]/[(d2cos(theta)^2)(+q)(k)]

is this right?
 
jelliDollFace said:
so this is what i got, since we know the x components must sum to zero soo...

[(q_red)(+q)k]/d1^2 + [(+q)(-2q)k]/d2cos(theta)^2 = 0
so q_red = [-k(+q)(-2q)(d1^2)]/[(d2cos(theta)^2)(+q)(k)]

is this right?

No. I don't think you read the equations I gave you carefully.

[tex]\vec{F_{BR}} = \frac{k*Q_B*Q_R}{d_1^2} *\hat{x} + 0*\hat{y}[/tex]

[tex]\vec{F_{BY}} = \frac{k*Q_B*Q_Y}{d_2^2}*Cos\theta* \hat{x} + \frac{k*Q_B*Q_Y}{d_2^2}*Sin\theta *\hat{y}[/tex]
 
Last edited:
okay i see now, aside from the issue with the sine and cosine, was my approach for solving for q_red correct?

here it is with corrections

[(q_red)(+q)k]/d1^2 + [(+q)(-2q)(k)(cos(theta))]/d2^2 = 0

q_red = -[k(+q)(-2q)(d1^2)(cos(theta))]/[(d2^2)(+q)(k)]

q_red = -[(-2q)(d1^2)(cos(theta))]/[(d2^2)] = (2q)(d1^2)(cos(theta))]/[(d2^2)

how about now?
 
jelliDollFace said:
okay i see now, aside from the issue with the sine and cosine, was my approach for solving for q_red correct?

here it is with corrections

[(q_red)(+q)k]/d1^2 + [(+q)(-2q)(k)(cos(theta))]/d2^2 = 0

q_red = -[k(+q)(-2q)(d1^2)(cos(theta))]/[(d2^2)(+q)(k)]

q_red = -[(-2q)(d1^2)(cos(theta))]/[(d2^2)] = (2q)(d1^2)(cos(theta))]/[(d2^2)

how about now?

That looks more like it.
 
  • #10
thanks so much, it was right!
 

Similar threads

Replies
9
Views
2K
  • · Replies 9 ·
Replies
9
Views
1K
  • · Replies 8 ·
Replies
8
Views
5K
Replies
1
Views
904
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 20 ·
Replies
20
Views
3K
Replies
14
Views
3K
  • · Replies 6 ·
Replies
6
Views
1K
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K