Question

Can you help me to solve these two problems?

1. Find the force on the load Q =-3C that is located at point (6.3). Solve the exercise using MATLAB. Check the result by sol

2. Find the electric field at point P that is located in position (5.1) in relation to the charges Q1 (1,4) = + 2C and Q2 (1,

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Force on a Charge is given by Coulumbe U Law E = I Q, Qz 4rto î force on Q2 due to Q, → F Q (nigen (12192) v(x2-uydt cy2-yi?Electie Fredd forre per unit charge. att Morge (miny) (M2142) È I Qi ft al Unto r2 unto (89 â r- n-ni] f (ya-y,,? Ânz-20(42-yUnlike Charges Repel force clirection should be attractive. Actual O force direction Diagram 993, & +2C (29,41 ) Club Q-3c (uв2 = y(6 - + (3-1) , 5 + 1 24 I he value of he 4х4 1. The value of t Гар (1) 1) Чле Члке — итъ - - стоях (-3)x ( 2 ) (26 . ..I Foil = 2.077 0 N Direction - T-sitj 526 Focuz I (928) unto urto 82² a axioa X (-3)*(4) (setzj. (52q2 rza - 5 - zi 1 - 2 = 3+j For 201710 (3) ( o =2.0778109 +3.72x100(-56-23 rza Fa = 1095-210367 ? - 3.454 î+ 0.4 0739 2 - 1.3816 P ] sest Fa ²10 g (=

MATLAB CODE

clear all
clc
% Question 1
q1=2;
q2=4;
q=-3;
x=[1 1 6]; % specify x coordiantes of all three charges Q1 Q2 Q respectively
y=[4 1 3]; %specify y coordiantes of all three charges Q1 Q2 Q respectively
r1=sqrt((x(3)-x(1))^2 + (y(3)-y(1))^2); %define r1
r2=sqrt((x(3)-x(2))^2 + (y(3)-y(2))^2); %define r2
r1_cap= [(x(3)-x(1))/r1 (y(3)-y(1))/r1]; %define r1_cap in terms of i and j
r2_cap= [(x(3)-x(2))/r2 (y(3)-y(2))/r2];%define r2_cap in terms of i and j
Fqq1=(9*10^(9)*q*q1/r1^2).*r1_cap; %Calculate Fqq1
Fqq2=(9*10^(9)*q*q2/r2^2).*r2_cap; %Calculate Fqq2
Fq=Fqq1+Fqq2; %Calculate net force
display(' Net force in i and j direction respectively')
Fq
display(' Magnitude of net Force on Q =-3C')
z=sqrt(Fq(1)^2 + Fq(2)^2)
display('Direction in i and j respectively')
Fq./abs(z)

Command Window Net force in i and j direction respectively Fa = 1.0e+09+ -5.4944 -0.9758 Magnitude of net Force on Q =-3C 5.5

m2 Q POS, +29 Ear SE Q tuc o 8,= √ (5-1) ²7 (1-4)2 =5 regon-shop 82 = √(5-18 + (1-D? = 4 unto = 4x109x2 coisa -0.6ſ) 25 25 =

> E = 9x1094 42 É = 2.25@x10 9 Na î era eta =109(2.25 +0.7260.81-0.6;)) 2.25 + O . z vos Floor E = (2.326 @ -0.43201) TEP 1:

MATLAB CODE

clear all
clc
% Question 2
q1=2;
q2=4;
x=[1 1 5]; % specify x coordiantes of all 2 charges and point Q1 Q2 P respectively
y=[4 1 1]; %specify y coordiantes of all 2 charges & point Q1 Q2 P respectively
r1=sqrt((x(3)-x(1))^2 + (y(3)-y(1))^2); %define r1
r2=sqrt((x(3)-x(2))^2 + (y(3)-y(2))^2); %define r2
r1_cap= [(x(3)-x(1))/r1 (y(3)-y(1))/r1]; %define r1_cap in terms of i and j
r2_cap= [(x(3)-x(2))/r2 (y(3)-y(2))/r2];%define r2_cap in terms of i and j
E1=(9*10^(9)*q1/r1^2).*r1_cap; %Calculate E1
E2=(9*10^(9)*q2/r2^2).*r2_cap; %Calculate E2
E=E1+E2; %Calculate net field
display(' Net Field in i and j direction respectively')
E
display(' Magnitude of net Field at P')
z=sqrt(E(1)^2 + E(2)^2)
display('Direction in i and j respectively ')
E./abs(z)

Command Window Net Field in i and j direction respectively 1.0e+09 * 2.8260 -0.4320 Magnitude of net Field at P 2.8588e+09 Di

Add a comment
Know the answer?
Add Answer to:
Can you help me to solve these two problems? 1. Find the force on the load...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Can you help me to solve these? Find the force on the load Q = -3C...

    Can you help me to solve these? Find the force on the load Q = -3C that is located at point (6.3) In relation to the load Q1 (2.0) = + 2C . Solve the exercise using MATLAB. Check the result by solving the exercise by hand.

  • Can you help me to solve these? Find the electric field at point P that is...

    Can you help me to solve these? Find the electric field at point P that is located in position (5.1) in relation to the charges Q1 (1,4) = + 2C and Q2 (1,1) = - 4C. The coordinates are in meters.

  • can anyone please explain how to solve this with steps? Three point charges are located at...

    can anyone please explain how to solve this with steps? Three point charges are located at the corners of a triangle: q1 =-5 μC at (-1,1), q2 = +3pC at ( Q3 = +2 μC at (1,1), with the coordinates given in m. Calculate the electric field E at (0,0) and the force F that would be exerted on a charge of q =-3pC at (0,0). 1-1), and

  • Ch. 21: Electric Charges G. Assignment for Ch. 21 1: Find the force between two charges...

    Ch. 21: Electric Charges G. Assignment for Ch. 21 1: Find the force between two charges q1-4μC and 42--6uC. The distance between charges is 3 centimeters Here luC 10 C). Find the number of electrons contained in q2 2: Three point charges of g, --5uC, -3uC are located at (o,o), (4,0), and (0,3) respectively. electric force on charge q2 by other two charges diagram first and then find the force. Here 1uC WRi

  • Hello, i need help solving this Physic 2 questions Ouestion 1 CLOL (100 pts.) Consider a...

    Hello, i need help solving this Physic 2 questions Ouestion 1 CLOL (100 pts.) Consider a system of three point charges as indicated in the figure below, where an x-axis and y-axis are shown as reference in the system. The coordinates of these charges are given as follows: q1(0,0), q2(d,0), and q3(d,d). The charges q1 and q3 are positive, whereas the charge q2 is negative. 93 q1 92 Express the resultant force F3 exerted on q3, in terms of q1,...

  • Can you help me solve this distributed load problem with shear force and moment diagrams? Problem...

    Can you help me solve this distributed load problem with shear force and moment diagrams? Problem Statement: A beam ABC is simply supported and carries triangle distributed load (see figurc). And there is a moment acting on A point. a) Draw the shear force and bending moment diagrams b) Calculate the maximum bending normal stress. (Assume circular cross section with radius 0.1 ft) 180 lb/ft 300 1b-ft 6.0 ft 70 ft

  • Help solve problems from picture #2 (continuation of picture #1) A monopolist can produce at a...

    Help solve problems from picture #2 (continuation of picture #1) A monopolist can produce at a constant average (and marginal) cost of It faces a market demand curve of Q.71-P Calculate the profit-maximizing price and quantity for this monopolist. Also calculate its profits The monopoly would produce 33 units of output at a price of $ 38 (Enter numeric responses using real numbers rounded to two decimal places,) In turn, the monopoly would eam profit of $ 1089 Suppose a...

  • Need Help? EXAMPLE 15.3 A Charge Triangle GOAL Apply Coulomb's law in two PROBLEM Consider three...

    Need Help? EXAMPLE 15.3 A Charge Triangle GOAL Apply Coulomb's law in two PROBLEM Consider three point charges at the corners of a triangle, as shown in the COS 36.9 figure, where q1 6.00 x 10-9 c, q2-2.00 x 109 C, and q3- 5.00 x 10-9 C. (a) Find the components of the force F23 exerted by q2 on g3. (b) Find the components of the force F13 exerted by q1 on q3. (c) Find The foroe the resultant force...

  • please try to solve this in less than 1 hour Q1: Choose the correct answer with...

    please try to solve this in less than 1 hour Q1: Choose the correct answer with explaining. [10 Marks) 1. Which of the following is not true? 6. Find the permittivity of the surface a) A. (B. C) = scalar value when a wave incident at an angle 60 is b) A. (B x C)=scalar value reflected by the surface at 45 in air. c) AX (B.C)=scalar value a) 1.41 d) A x (B x C) = vector value b)...

  • PRACTICE IT Use the worked example above to help you solve this problem. Charge 91-685 μc...

    PRACTICE IT Use the worked example above to help you solve this problem. Charge 91-685 μc is at the origin, and charge q 2 -4.80 μC is on the x-axis, 0.300 m from the origin (see figure). (a) Find the magnitude and direction of the electric field at point P, which has coordinates (o 0.400) m 384884.37 magnitude Your response differs from the correct answer by more than 10%. Double check your calculations. N/C direction o counterclockwise from the tx-axis...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT