Recent content by Dissonance in E
-
D
Undergrad Vectors along surface of a sphere
All right, thanks a lot.- Dissonance in E
- Post #7
- Forum: Calculus
-
D
Undergrad Vectors along surface of a sphere
ok so if i do something like this on matlab: v = [3,3,3]; k = [0,0,1]; w = cross(k,v); d = cross(w,v); d = d/norm(d) d = 0.4082 0.4082 -0.8165 i should get a unit vector d on point v that points towards point k ? will this work for arbitrary values of v & k ?- Dissonance in E
- Post #5
- Forum: Calculus
-
D
Undergrad Vectors along surface of a sphere
Is there a way to solve the vectors using just a point on the axis and a unit vector towards the direction we want indicated ? I found something similar on the web, will this work? "Let r2u be a unit vector from the center of the Earth's surface to point 2. This unit vector is just a vector...- Dissonance in E
- Post #3
- Forum: Calculus
-
D
Undergrad Vectors along surface of a sphere
I assume this is rather elementary so I'll be brief. I have a point in an xyz coordinate system, this point is assumed to lie on the surface of a sphere with radius R. Suppose I know the coordinates of this point, how would I go about solving for the unitvectors pointing "due north", "due...- Dissonance in E
- Thread
- Sphere Surface Vectors
- Replies: 6
- Forum: Calculus
-
D
Find L & C for Maximum Power Transfer to Load Resistor
Homework Statement Find L & C so that maximum power is delivered to load resistor. ___l 50 ohm l___ ( inductor L )____.____ ( inductor L )___ l . . . . . . . . . . . . .. . . . . . . . . . . l . . . . .. . . . . . . . . . l 10 V ac source . . . . . . . . ( Capacitor...- Dissonance in E
- Thread
- Maximum Maximum power Power Power transfer
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
D
Graduate Forming a Laurent Series for 4cos(z*pi) / (z-2i)
How does one form a laurent series about the point z0 = 2i for the function: 4cos(z*pi) / (z-z0). Could one take advantage of the power series 1 / (z - z0) 1 / (z - 2i) SUMMATION q^n = SUMMATION (2i)^n = 1 + 2i -4 -8i . . . . . and somehow integrate the rest of the...- Dissonance in E
- Thread
- Laurent series Series
- Replies: 1
- Forum: Calculus
-
D
Graduate Applying Cauchy's Integral Formula to Higher Power Denominators
If i have a closed pathintegral of the form: (sin(z)+3cos(z) + 3e^z)/((z-(pi/2)^2) How is cauchys integral formula applicable? If I split the integral into partial fractions won't i still get A/(z-pi/2) + B/(z-pi/2)^2, the B part of which won't be applicable to cauchys formula since the...- Dissonance in E
- Thread
- Formula Integral
- Replies: 3
- Forum: Calculus
-
D
Undergrad How Does the Conjugate of e^(it) Extend to e^(-it)?
nice, thanks.- Dissonance in E
- Post #3
- Forum: Calculus
-
D
Undergrad How Does the Conjugate of e^(it) Extend to e^(-it)?
Hi I have a parametrisation of the unit circle z = cos(t) + isin(t) = e^(it) now i guess that the conjugate of that is the same but with a negative coefficient on the imaginary part, namely: conj z = cos(t) - isin(t) How does that extend to the e^(it) form? is the following true: cos(t) -...- Dissonance in E
- Thread
- Replies: 2
- Forum: Calculus
-
D
Maximizing Volume: Rectangular Box Inscribed in an Ellipsoid
Homework Statement Find the volume of the largest rectangular box with faces parallel to the coordinate planes that can be inscribed inside the ellipsoid : (x^2/a^2)+(y^2/b^2)+(z^2/c^2) = 1 Homework Equations Volume of a rectangular box = x * y * z critical point formula. The...- Dissonance in E
- Thread
- Maximum Value
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
D
Optimizing Volume: Solving the Maximum Value Problem with Critical Point Formula
ahh i got it now, thanks a bunch!- Dissonance in E
- Post #3
- Forum: Calculus and Beyond Homework Help
-
D
Optimizing Volume: Solving the Maximum Value Problem with Critical Point Formula
Homework Statement find the largest volume of a rectangular box that satisfies the following condition the sum of the height and horizontal perimeter does not exceed L Homework Equations critical point formula: system of equations must satisfy the following at critical values of x & y fx...- Dissonance in E
- Thread
- Maximum Value
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
D
Series Convergence: Can I Create a p-Series?
Ah I see, thank you.- Dissonance in E
- Post #3
- Forum: Calculus and Beyond Homework Help
-
D
Series Convergence: Can I Create a p-Series?
Homework Statement infinity SIGMA sqrt(n) / ((n^2)(ln(n)) n = 2 Homework Equations The Attempt at a Solution Could i beat this into a p-series perhaps?- Dissonance in E
- Thread
- Convergence Series Series convergence
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
D
Solved: Closed Form Solution for SIGMA e^(i/n)
Homework Statement Find the closed form value for n SIGMA e^(i/n) i= 0 Homework Equations ? The Attempt at a Solution summation expands to 1 + e^(1/n) + e^(2/n) - - - - - e^1 To be honest i have no clue how to go about these kinds of problems so a general help would...- Dissonance in E
- Thread
- Closed Form
- Replies: 3
- Forum: Calculus and Beyond Homework Help