Recent content by kataya
-
K
What Are the Equations of Motion for the Print Head Control System?
What? This is purely mechanical. You want to find x(t), the time history of the block (print head). The best way to do this is to write it as a differential equation and solve that. So.. Mx'' = \Sigma(forces) = -bx' - kx + \frac{\tau(t)}{r} You can then put this in state space (just define...- kataya
- Post #2
- Forum: Engineering and Comp Sci Homework Help
-
K
Executing multiple statements with if/cond (Lisp)
I have been messing around with Lisp for a few days now, and I have run into a recurring problem with trying to execute multiple things on given conditions. In all other programming languages I have ever worked with, conditional blocks can always be defined with {} or some other delimiter, such...- kataya
- Thread
- Multiple
- Replies: 2
- Forum: Programming and Computer Science
-
K
Calculating Mass Moment of Inertia for a Rotating Rod | Homework Help
For the first part you need to use the parallel axis theorem. It states the following: I_{p}=I_{cm} + mk^{2} Where I_{p} is the mass moment of inertia about any point, I_{cm} is the mass moment of inertia about the object's center of mass, and k is the distance between the object's center...- kataya
- Post #2
- Forum: Engineering and Comp Sci Homework Help
-
K
Sketch Bode Plot for G(s)=10/s(1+ts)
The general rules for these asymptotic plots are: -Poles cause -20db/decade slope at omega = a, where the the pole is \frac{1}{s+a} -Zeros do the opposite, +20db/decade at omega = a, the zero is s+a -Integrators and differentiators must have a value of zero db at omega = 1. Other than that...- kataya
- Post #4
- Forum: Engineering and Comp Sci Homework Help
-
K
Sketch Bode Plot for G(s)=10/s(1+ts)
You have a pole in the transfer function and an integrator, so to solve it if you are unsure split them up into two separate transfer functions and add the graphs. First put the transfer function in familiar form: G_{1}(s) = \frac{100}{(s+10)} and G_{2}(s) = \frac{1}{s} For...- kataya
- Post #2
- Forum: Engineering and Comp Sci Homework Help
-
K
Pigeonhole principle and counting
a) Can you venture a guess as to what the pigeons and holes are?b) Natural numbers are countable, but that does not mean that all functions on N are countable. There are definitely an infinite number of functions mapping N to N, and there is no way to write them such that they could be counted...- kataya
- Post #2
- Forum: Engineering and Comp Sci Homework Help
-
K
Derivation of Phase Angle Addition Formula
For two phasors a and b, with magnitudes of A,B respectively and phase angles of \phi_{a) and \phi_{b}, the angle of the sum of the phasors (call it p) has a magnitude of: P^{2} = A^{2} + B^{2} , and a phase angle of: \phi_{p} = -tan^{-1}(\frac{B}{A}) The magnitude identity makes...- kataya
- Thread
- Addition Angle Derivation Formula Phase Phase angle
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
K
Spring Ramp Problem: Maximum Distance for Compressed Spring Calculation
That is correct.- kataya
- Post #2
- Forum: Introductory Physics Homework Help
-
K
Help with a dynamics homework problem
That seems strange to me, but maybe he is right. If the two pieces of the rod are of equal length, then it would have the same moment of inertia, but if one is longer than the other (like a distorted V shape) then I don't think that it would be the same. The moment of inertia is a measure of...- kataya
- Post #13
- Forum: Engineering and Comp Sci Homework Help
-
K
Help with a dynamics homework problem
I don't know if that would work. How could you find the center of mass if you don't know the dimensions of body BC? They only give you the location of its endpoints. The way that I had in mind was to find the acceleration of points B and C and then solve for the angular acceleration of body BC...- kataya
- Post #11
- Forum: Engineering and Comp Sci Homework Help
-
K
Help with a dynamics homework problem
Okay then for a constant acceleration you can find the angle it rotates after a given time without having to take the forces into account.- kataya
- Post #6
- Forum: Engineering and Comp Sci Homework Help
-
K
Help with a dynamics homework problem
One problem you might be having is that in your problem description you wrote: Rod AB always rotates at 0.5rad/s CCW and accelerates at 0.1rad/s2 CW This does not make any sense the way it is written, because the rod cannot "always" rotate one direction at a given speed while it is...- kataya
- Post #4
- Forum: Engineering and Comp Sci Homework Help
-
K
Career in nanotechnology? What should I major in?
I would recommend materials science engineering (MSE) as a major if you want to get into field related to nanotechnology. I am currently an aerospace engineering student at Georgia Tech, and several of my friends are MSE's. Their coursework is all about developing and controlling processes at...- kataya
- Post #14
- Forum: STEM Career Guidance
-
K
Help with a dynamics homework problem
a) You don't need the masses for this. The expression: \theta - \theta_{o}= \frac{1}{2}\alpha^{2}t + \omega_{o}t will give you the angle you need. b) You can find the acceleration of the collar through rigid body dynamics: a_{A} = a_{B} + \alpha\times r_{B/A} - \omega^{2}r_{B/A} Where...- kataya
- Post #2
- Forum: Engineering and Comp Sci Homework Help
-
K
What are the Design Requirements for a Supersonic Aircraft Wing?
So break up the problem. There are several requirements: Takeoff: This is two parts in itself. The first of these is liftoff: Lift on a surface is: L = C_{L}q_{\infty}S You need to find a good chart of C_{L} vs. \alpha. A good place to start would be the NACA airfoil database. Search...- kataya
- Post #2
- Forum: Engineering and Comp Sci Homework Help