Input Definition and 586 Threads
-
H
Calculating Initial Speed of 2.7g Ball Launched at 45° with 50V Solenoid Input
Homework Statement A ball ( 2.7 g ) is launched at a 45 degree angle with a solenoid input of 50V. What is the initial speed of the ball? Homework Equations KE = 0.5mv^2 PE = mgh dy = vy(0)t + 0.5at^2 dx = vx(0)t The Attempt at a Solution Voltage is potential energy and I...- Hooke's Law
- Thread
- Ball Initial initial speed Input Solenoid Speed
- Replies: 4
- Forum: Introductory Physics Homework Help
-
A
Solve DiffEq for Runge-Kutta 4th Order Input
Hi, Hi. I am trying to enter some differential equations into a Runge-Kutta 4th order spreadsheet which requires input in the form y' = ...? My differential equations are in the form : dvx/dt = -FDvx/mv (i.e relate velocity derivative with respect to time to acceleration). Can anyone...- andyfive
- Thread
- Input Runge kutta
- Replies: 7
- Forum: Differential Equations
-
C
Calculating the Input Energy for Leaf Battery Pack from a Power Plant
if the electrical energy stored in the leaf's battery pack came from a standard power plant and was delivered by a utility company ( like United Illuminated or Connecticut light and power) it was generated, transmitted, and transformed to the DC electricity that a battery can store at no more...- catlady
- Thread
- Battery Battery pack Energy Input Plant Power Power plant
- Replies: 1
- Forum: Introductory Physics Homework Help
-
T
Calculating Power Input for Wind Turbine Shaft with Continuous Force
Homework Statement I am trying to determine the input I will have on a shaft with a continuous force of 3,720 pounds one foot out from the shaft center. I am thinking the input continuous torque would be 1 foot being that I am using a 2 foot pulley on the shaft, and I have a continuous...- Tim Gard
- Thread
- Input Turbine Wind Wind turbine
- Replies: 4
- Forum: Introductory Physics Homework Help
-
J
Work input to a pump in a rankine cycle problem
If a question asks for the "quantity of work input to the pump" is it acceptable to present the answer as positive. I think so because the direction of energy transfer has been defined in the question itself hence there is no need for a sign on the answer. All that's asked for is the...- jemb
- Thread
- Cycle Input Pump Rankine cycle Work
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
A
Can the output voltage of a circuit be larger than its input
Hi guys, this is my first post in this forum so I hope I get some help. My question is: can an output voltage of ANY circuit be larger than its input/source voltage. I realize that in DC circuits, this is not possible because of KVL. Since the total voltage around a loop has to be zero and...- Abunada
- Thread
- Circuit Input Output Voltage
- Replies: 9
- Forum: Electrical Engineering
-
S
What's the perfect mathematical formula for my next tattoo?
So I already have two molecules (chemically valid, the artistic interpretation never overrides that validity!) which have a very special meaning to me tatooed on my left and right shoulder. I'm still very much a beginner, only starting to study physics, however I do understand a fair bit of...- SamirS
- Thread
- Input
- Replies: 25
- Forum: General Discussion
-
P
Capacitor input filter for voltage regulater
This question has been boggling my mind. The capacitor input(C2) filter in this schematic helps me filter the output from the rectifier. With combination of Rchoke (is just a resistor and not an inductor) of 2.4ohm, it limits my peak current and filters the output voltage from the rectifier...- Pagedown
- Thread
- Capacitor Filter Input Voltage
- Replies: 5
- Forum: Electrical Engineering
-
B
Vibration exciter input power vs output from a piezo
Homework Statement Hello, I did the following measurement: A piezo element (mass approx. 50 gram) is fixed onto a vibration shaker The force exert on the piezo, 0,124 N (rms) is measured with an impedance head The vibration frequency (sinusoidal signal) is 142,4 Hz The acceleration is...- beagles
- Thread
- Input Output Piezo Power Vibration
- Replies: 2
- Forum: Introductory Physics Homework Help
-
Z
Python Quick Python question - how to change input to *
Homework Statement Hello, Just a quick question here for Python. I'm using raw_input to get the user to type in a string, but I want the letters to display as * (like when you enter a password) as they type it. (But not actually register as *). Is this doable in Python? Thanks...- zeion
- Thread
- Change Input Python
- Replies: 9
- Forum: Programming and Computer Science
-
D
Mathematica Mathematica Input Equations of Motion
I am trying to input these 2 equations of motion for a double acting pendulum into mathematica in hopes of solving for θ2, θ2', and θ2''. I am fairly new to the program and I am having trouble inputting the equations. I am swinging a prosthetic leg like a pendulum and I am trying to predict what...- DannyS
- Thread
- Equations of motion Input Mathematica Motion
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
A
How to Superimpose Multiple Plots in Mathematica?
Hi everyone, i have been recently trying to get familiar with the Mathematica software for a project am working on. In the course of that i encountered a problem on graphics. here's the question: Superimpose the plots y=√(x^2+a), √a≤x≤√a+3 for the values a=1,a=4,a=9 in the same figure...- abbeynewton
- Thread
- Input Mathematica
- Replies: 8
- Forum: Engineering and Comp Sci Homework Help
-
G
Solving Input Issue in MATLAB Code
I have the following code which does not wait for input and skips right to the end. Is there something I miss? no = 0; total = 0; while ans>=0 ans = input('Input a number (negative to quit): '); no = no+1; total = total + ans; end; printf('\n'); disp('The input average...- geft
- Thread
- Input Matlab
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
S
A very basic problem about input output
Homework Statement Write a code with the following functions: Function 1: print a list of 4 different type variables input and output: character, integer, float, and double. Function 2: prompt and return an input character. Function 3...- Shing
- Thread
- Input Output
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
M
Plotting Output of Function Given Transfer Function and Input in MATLAB
i am trying to plot the output of a function given the transfer function and an input. however, i am having trouble with trying to express the input as a function in MATLAB my transfer function is m = 1; b = 2; k = 1000; num = [ 1000 ]; den = [ m b k ]; transferfunction = tf(num, den) so it's...- magnifik
- Thread
- Function Input Matlab Output Plotting Transfer function
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
Comp Sci Java Program Input from file, output to file(s)
Develop an application that reads city, state, and population from a text file. Example input census file: Jamestown FL 50000 Domville CO 10000 Jennyboro FL 30000 Lillyville CO 5000 If the population of the city is greater than or equal to 50,000, write the city information to a text...- iamjon.smith
- Thread
- File Input Java Output Program
- Replies: 31
- Forum: Engineering and Comp Sci Homework Help
-
N
How to scale an input number range ?
Hello all, I'm a 3D graphist trying to deal with particles motions and attributes for visual FX I have a surface mapped with a black and white picture. Those different grey values gives me a x value inbetween 0(min) and 255(max). Particles are shot from this plane and from random positions and...- NikNok
- Thread
- Input Range Scale
- Replies: 2
- Forum: Linear and Abstract Algebra
-
I
Mathematica Mathematica conditional input field
Hello, I need help constructing a drop-down menu in Mathematica with options depending on the selection from a previous drop-down menu. The example is first the user selects a continent, and then the second drop-down menu shows the respective countries. Any help would be much appreciated.- iva_bg
- Thread
- Conditional Field Input Mathematica
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
P
Input Impedance - High or Low Resistance?
I am working on a physics lab and wonder if an input impendece of +/-10V input 1M (for a voltage probe) is high resistance or low resistance. Can anyone help? Thanks!- physicsalex
- Thread
- Input
- Replies: 1
- Forum: Other Physics Topics
-
H
How Does Inverting Inputs Affect a 3-Input XOR Gate?
Homework Statement An Xor gate has 3 inputs w x y and its output is z. If you invert one of the inputs, what will the output be? Show this in terms of a boolean expression and no matter which input you invert, the output will be the same. What is this type of gate called? Also, what...- hime
- Thread
- Input
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
H
OP Amp Input Impedance Explained
Hello Am reading about amplifiers, and the articles i read suggests that for a successfull amplification the op amp should have an input impedance and zero output impedance. I want some explanation about this information, why the input and output impedance are important factors?- hisham.i
- Thread
- Amp Impedance Input Input impedance Op amp
- Replies: 2
- Forum: Electrical Engineering
-
T
How much input maps to output?
Homework Statement I have polynomials of the form: x1 + x2 + x3 + x1x2 + x1x3 + x2x3 + x1x2x3 The x's can be a combination of 1s and 0s, so all the possible inputs could be written as strings: 000, 100, 010, 001, 110, 101, 011, 111 The polynomials can also have coefficients a...g, so...- tickle_monste
- Thread
- Input Output
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
T
Why do irrational numbers have unique decimal expansions?
Hello, I am looking for an example of two input injective function, f(x1,x2), R x R ->R. I am very grateful if you can find one. Thanks- tringo
- Thread
- Function Injective Input
- Replies: 12
- Forum: General Math
-
R
Question about zero input frequency response
Zero input means input equals zero the input is to some differential equation D2x = Dx + x + Input the input = sin(2pi * f * t) so say I want to make a program that solves for the zero input frequency response. (Matlab actually) what would I need to set the variable for frequency to...- royzizzle
- Thread
- Frequency Frequency response Input Response Zero
- Replies: 3
- Forum: Differential Equations
-
P
MATLAB MATLAB quad and difficulty with vector input
MATLAB "quad" and difficulty with vector input Hello all. Consider the following: function y = testf(x,a) y = sin(pi.*a.*x); ...and then we have a = 0.05:0.05:1; result1 = quad(@(x)testf(x, a),0,1) which crashes with ? Error using ==> times Matrix dimensions must agree...- PlasticOh-No
- Thread
- Difficulty Input Matlab Vector
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
B
MATLAB, how to input step functions.
Hey guys, I am extremely inexperienced with MATLAB and I"m struggling putting this ode into matlab. y' = -a*y+u(t-1)-u(t-3) I know that for y=u(t-1), you type: if t<1 y=0; else y=1; end and for y=u(t-3): if t<3 y=0; else y=1; But I'm confused as to how you'd combine all of...- btbam91
- Thread
- Functions Input Matlab
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
N
Fortran Solving Fortran Input File Problem - B
Hey guys, I am wondering if anyone could help me with a simple problem. I want to remove key parameters from the "type declaration/parameter" portion of my code and into an external input file for easy access. The problem is, many of my variables (such as arrays) can't be defined until...- Nrets
- Thread
- File Fortran Input
- Replies: 1
- Forum: Programming and Computer Science
-
R
Modeling Input Impedance of MESFET Using Series RLC Circuit
Hi, I'm trying to model the input impedance of a MESFET by using a series RLC circuit. For example I have the following reflection coefficients: .575 angle(-138) at 6 GHz .617 angle(170) at 8 GHz .610 angle(128) at 10 GHz As you can see, as the frequency changes so too does the angle. Does...- roeb
- Thread
- Impedance Input Input impedance
- Replies: 3
- Forum: Electrical Engineering
-
Z
Hall Effect sensor design - opposite input
I am terrible with electric. I just need some guidance on reconfiguring a hall sensor to read the opposite input. I have an analog tachometer from the '80s that was used to sense a groove on a grounded, spinning disk. I want to use the probe (which has 3 wires) to sense a raised piece of...- zepto-
- Thread
- Design Hall effect Input Sensor
- Replies: 3
- Forum: Electrical Engineering
-
H
Calculators Inputting Uneven Equations on the TI-89 Calculator?
I have problems with finding out how i can insert these three equations: into the TI-89 calcualtor, so i get the 3 answers in the bottom of the picture. I know how to do it if the 3 equations have the same amount of parts/sections, but like you see here the fir equation has 2 parts, but the...- Holmez
- Thread
- Input Ti-89
- Replies: 2
- Forum: Computing and Technology
-
A
Fortran Input .txt file into Fortran program
I am trying to input a txt file into my fortran program. My txt file is a 9x2 table of integers, all I want is to display the values in the same format in my program. I tried using, program name implicit none integer :: input(9,2), I, J open (unit=20, file="values.txt") DO I =...- ae62589
- Thread
- File Fortran Input Program
- Replies: 9
- Forum: Programming and Computer Science
-
H
Why is there resistor R2 connecting output and input of op amp?
I have attached image. Thanks in advance.- Hyperspace2
- Thread
- Amp Input Op amp Output Resistor
- Replies: 12
- Forum: Electrical Engineering
-
M
Why is the right side called the input?
Why is the right side called the "input?" I'm looking at linear, 1st order ODEs, like y' + p(t)x = q(t) The notes I'm looking at are calling q(t) the "input" of the system, but I'm not sure why. I understand how to solve the equations, but I must be looking at it differently or something...- maxbashi
- Thread
- Input
- Replies: 2
- Forum: Differential Equations
-
M
Trouble with User Input & Error Checks
i'm having trouble with user input & error checks. after the first iteration, if there is an error, the correct error message shows up. but for the next iterations, the error messages for the opening of the input and output files show along with the correct one. idk if that made any sense...- magnifik
- Thread
- Error Input
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
L
How to supply Serial Clock Input into an audio-ADC IC?
Hi seniors, I am struggling something with my audio ADC. I bought AD7811 from farnell, which is an ADC to convert my analog data into digital. But at this stage, i found that a SERIAL CLOCK INPUT is needed to supply into the IC. However, I m wondering what exactly the clock i should...- lousyanson
- Thread
- Clock Ic Input Serial Supply
- Replies: 2
- Forum: Electrical Engineering
-
I
Constructing a Large Railgun: Seeking Input
Just recently started toying around with this idea. and was looking for some good input from anyone more experienced in this area. I am currently working on a much smaller railgun but I plan on working on this larger one. I am working with some others on this project I am more of the...- Illumagnocity
- Thread
- Input Railgun
- Replies: 3
- Forum: Other Physics Topics
-
W
MATLAB How to set a variable name by user input in MATLAB
Think there is a simple solution to this but couldn't find any... Well as the title describes, i am wrote a program that generates, sorts, does some calculations and assings all results to a variable which is set before. Can i get the user assign the variable name which results will be assigned...- Weroc
- Thread
- Input Matlab Set Variable
- Replies: 5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
H
What input work is required for this machine
Homework Statement a 25% efficient machine performs external work of 200 J. what input work is required?..please answer,,is the answer is 800 J? Homework Equations The Attempt at a Solution 800 J- hisbul
- Thread
- Input Machine Work
- Replies: 1
- Forum: Introductory Physics Homework Help
-
G
Can I use a DIY cord for audio input on my breadboard?
So I have to build a boombox using transistors as amplifiers for my Engineering Electronics class in college and it works and everything. The only thing I have a question about is I want to make my own cord to use my iphone as the audio input signal that is to be amplified. At the lab they have...- GBK.Xscape
- Thread
- Audio Breadboard Input
- Replies: 3
- Forum: Electrical Engineering
-
N
Does input exist? Is f(x) identical to y?
So, a heated debate started over whether input really exists since the equals sign is a case of identity. For instance, x^2 = 16. x could either be 4 or -4, but both sides of the equation (both expressions) are really only expressing the same thing... the value: 16. One wouldn't normally...- Neveos
- Thread
- Input
- Replies: 28
- Forum: Set Theory, Logic, Probability, Statistics
-
S
Input and output resistance of common collector
Homework Statement I don't understand how the website below got the equations for the output and input resistances Homework Equations http://www.statemaster.com/encyclopedia/Common-collector- Sutitan
- Thread
- Collector Input Output Resistance
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
A
Redirecting Input and Output in C.
Is there a way you can redirect both input and output in a Windows operating system. The book I am using only explains how to do this in DOS. Thanks.- AK2
- Thread
- Input Output
- Replies: 4
- Forum: Programming and Computer Science
-
G
Explaining Symmetric Input in Instrumentational & Differential Amplifiers
I would like to ask you what it is meant by "symmetric input" in the instrumentational amplifier schematics and in the differential amplifier? I can`t understand what is the difference between symmetric and non symmetric input and output as parameters. Can anyone explain ? Thanks- Garoll
- Thread
- Input Symmetric
- Replies: 1
- Forum: Electrical Engineering
-
Realizing f=yz+(x'+z')w with 4, 2 Input NAND Gates
Hi, I need to realize the function f = yz + (x'+z')w using 4, 2 input NAND gates. The function can be written in the appropriate form like so: f = yz+wx'+ wz' f ' = (y'+z')(w'+x)(w'+z) (f ')' = (y'+z')'(w'+x)'(w'+z)' Its just that i don't know how to to it when you are required to...- James889
- Thread
- Input
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
A
Need 0-3v output from 0-12v input
Hi, this isn't a homework question, but this is one of the best technical forums I've seen for stuff like this so I thought I would give it a shot. Im an aerospace engineering student (3rd year) and like all engineers I like to tinker with stuff, but electrical wiring like this is not my...- Atomic178
- Thread
- Input Output
- Replies: 6
- Forum: Electrical Engineering
-
G
How to get an input matrix from user?
how to get an input matrix from user? WITHOUT using the MATLAB ‘MULTIPLICATION COMMAND’ write down your own program to implement the matrix multiplication M = A*B, where A and B are two constant matrices of dimensions l x m and m x n, respectively. The program should: Prompt the user to...- goofy
- Thread
- Input Matrix
- Replies: 1
- Forum: Linear and Abstract Algebra
-
S
Exceeding scanf's maximum input (Standard C)
Hey everyone, I have a kind of large problem. I am trying to input something in C, a number between 0 and 50,000, using scanf(). I understand how scanf generally works, and it does for the most part, but for some reason if the number I enter is greater than 37504, the program just stops...- spursfan2110
- Thread
- Input Maximum
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
G
Inverting op amp with positive input NOT grounded
For an inverting op amp with the positive input grounded, the equation for V(out) is (Vin)*Rf/Rin. Thats fine But what if the positive input is not grounded? What if there is a voltage applied to that input as well? How would I find V(out) when the positive input voltage is larger than the...- gotem3303
- Thread
- Amp Input Inverting op amp Op amp Positive
- Replies: 4
- Forum: Engineering and Comp Sci Homework Help
-
B
Cap input filter rectification efficiency
A question regarding power supply efficiency: The theoretical maximum efficiency of a full-wave rectifier circuit with a resistive load and no smoothing is around 82%. In the calculations to derive that the resistance of the source or the rectifiers does not enter into the equation, so the...- bitrex
- Thread
- Efficiency Filter Input
- Replies: 6
- Forum: Electrical Engineering
-
C
How to input equations into posts?
I'm not sure if ii'm asking this question on the right forum but how do i put a neat equation into here to ask a question instead, for example, 4+x^3/2. How do i put that into a neat equaiton like you would find in a textbook? Thanks.- Cornraker
- Thread
- Input
- Replies: 2
- Forum: Precalculus Mathematics Homework Help