4 t 2 x 2 + 9 t y 2 = 1
A conducting loop in the x y plane takes the form of the curve given above. The parameter t denotes time. Suppose that there is a uniform magnetic flux density B which is normal to the x y plane.
If the magnitude of the voltage induced in the loop at time t = 9 can be expressed as α π B , determine the value of α .
Details and Assumptions: Neglect units and assume that all physical expressions take their simplest forms.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
this question is quite over-rated in my opinion
Log in to reply
In what sense?
Log in to reply
It is more like a formula based question. find the area and just plug it in the definition and voila you have the answer. I guess it should be a level 3 problem .
Log in to reply
@Rishi Sharma – Yeah, I think you're right
@Steven Chase
Sir how to solve the below integral using python
∫
x
=
1
x
=
3
∫
y
=
5
y
=
7
∫
z
=
1
1
z
=
1
9
x
2
y
3
z
5
d
z
d
y
d
x
Hope I am not disturbing you.
Thanks in advance.
Log in to reply
Hello. You can evaluate the three integrals separately and then multiply the results together.
The code below shows how to do it by multiplying three single integrals together, and by evaluating a triple integral. Multiplying three single integrals is more efficient and accurate, but the triple integral yields an answer that is reasonably close. The difference comes from the fact that nesting loops is very computationally expensive. To get an answer of comparable accuracy, a huge amount of computation has to go into the triple integral.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 |
|
Log in to reply
@Steven Chase
Thank you so much.
I think this is explicit euler integration ,BTW can we do it with Midpoint method. ??
Which method gives more accurate answer?
By the way, in your new problem does
Z
B
and
Z
C
are also purely resistive ??
Thanks in advance
Hope I am not disturbing you.
Log in to reply
@Nj Star – The midpoint method is more accurate for a given time step. In general, you can use any numerical integration method you want. Accuracy is generally not a concern for me, since I run explicit Euler with very small steps and look for converging results. In the new problem, Z B and Z C are generally not purely resistive.
Problem Loading...
Note Loading...
Set Loading...
The curve is an ellipse with semi-axes of length 2 t and 3 t .
The area of the ellipse is therefore 6 π t 2 3 .
The flux linkage is 6 π B t 2 3 , and the time derivative of the flux linkage (the voltage) is 9 π B t .
At t = 9 , the voltage is therefore 2 7 π B .