All About Circuits Forum  

Go Back   All About Circuits Forum > Abstract Forums > Math

Notices

Math Discussion forum for anything math related.

Reply   Post New Thread
 
Thread Tools Display Modes
  #1  
Old 02-28-2010, 12:36 AM
SgtWookie's Avatar
SgtWookie SgtWookie is offline
Senior Member
 
Join Date: Jul 2007
Location: Orlando, FL USA
Posts: 13,802
Default I am a math rock. Simple transposition question

Terrible to admit, but I'm a math rock.

I've been struggling with this for a day, and I simply don't "get it" - this is high-school stuff, and that was a long time ago. Where am I going wrong?
The idea is to get L over on the left side of the equation.

Somehow I've managed to be involved in complex electronics and software for many years, but frankly I suck at math. I don't understand where I'm going wrong here.

Fo=1/2pi*sqrt(Lx*Cs) (this works)
L =4*pi()^2*((1/(D73*E73/1E6))^2/5e-8) (wrong!)

Various things I've tried:

To=2pi*sqrt(Lx*Cs)
To*2pi^2=4pi^2*Lx*Cs

=((d73*e73/1e6)/pi()*2)^2/5e-8

To=2*PI()*SQRT(F69*0.05) <=that works; F69=L(uH)
0=2*PI()*SQRT(F69*0.05)/To
0/2*PI()^2=(F69*0.05)^2/To
0/2*PI()^2/F69^2=0.05^2/To

To=2*PI()*SQRT(F69*0.05) <=that works; F69=L(uH)
To=2*PI()*SQRT(F69*0.05/1E12) <=that works
F=1/(2*pi()*sqrt(F66*0.05/1E12)) <=that works
F=1/(2*pi()*sqrt(F65/1E6*0.05/1E6)) <=that works

L=4*pi()^2*(L67^2/(.05/1e6)) <- garbage
L=4*pi()^2*((1/d68*e68)^2/.05) <- garbage
Where am I going wrong?
__________________
General info:
If you have a question, please start a thread/topic. I do not provide gratis assistance via PM nor E-mail, as that would violate the intent of this Board, which is sharing knowledge ... and deprives you of other knowledgeable input.
Reply With Quote
  #2  
Old 02-28-2010, 12:46 AM
hgmjr's Avatar
hgmjr hgmjr is online now
Super Moderator
 
Join Date: Jan 2005
Location: Tennessee, USA (GMT-5)
Posts: 7,146
Blog Entries: 11
Default



Square both sides:



Simplify



Multiply both sides by L:



L cancels on the right:



Divide both sides by



Substitution allows us to exhange omega for 2*pi*f



We are all rocks in the math quarry. It is just a matter of size.

hgmjr

Last edited by hgmjr; 02-28-2010 at 01:17 AM. Reason: cleaned up LaTex greek letters.
Reply With Quote
  #3  
Old 02-28-2010, 01:20 AM
SgtWookie's Avatar
SgtWookie SgtWookie is offline
Senior Member
 
Join Date: Jul 2007
Location: Orlando, FL USA
Posts: 13,802
Default

Thanks for your reply hgmjr, which I'm sure took a lot of work to get all of the tex graphcs right. But I still don't know how to get L over to the left side, but more importantly, how to do so.

Like I said, I'm a math rock. You've tried to provide instructions that would be adequate for most, but for some reason I have a really hard time with it.

Thanks,
Wook
__________________
General info:
If you have a question, please start a thread/topic. I do not provide gratis assistance via PM nor E-mail, as that would violate the intent of this Board, which is sharing knowledge ... and deprives you of other knowledgeable input.
Reply With Quote
  #4  
Old 02-28-2010, 01:39 AM
hgmjr's Avatar
hgmjr hgmjr is online now
Super Moderator
 
Join Date: Jan 2005
Location: Tennessee, USA (GMT-5)
Posts: 7,146
Blog Entries: 11
Default

Which of the steps is not clear? Maybe I can break it down a bit more.

hgmjr
Reply With Quote
  #5  
Old 02-28-2010, 03:16 PM
someonesdad someonesdad is offline
Senior Member
 
Join Date: Jul 2009
Location: Northwest USA
Posts: 705
Default

The key idea in manipulating equations is that you have to do the same thing to both sides -- otherwise it doesn't remain an equality.

Thus, suppose you have an equation



and you want the L on the other side. The strategy used is to perform the same operation on both sides so that the L disappears from the right side and goes to the left side. Here, we can multiply both sides by L:



which reveals our strategy, because L divided by L is just 1. To see this, rewrite things slightly (using the associative law of multiplication) to get



Thus, we "cancel out" the L's on the right and we are left with the equation



Analogously, to move the a to the right hand side, we just divide both sides by a to get

Reply With Quote
  #6  
Old 02-28-2010, 03:29 PM
hgmjr's Avatar
hgmjr hgmjr is online now
Super Moderator
 
Join Date: Jan 2005
Location: Tennessee, USA (GMT-5)
Posts: 7,146
Blog Entries: 11
Default

Someonesdad has captured the essence of the technique needed to manupulate the equation indeed any equation. This particular equation has an added factor in that L is contained in a square root term. This is what required the squaring of both sides of the equation to liberate L from the square root term. This squaring of both sides is consistent with someonesdad's statement that what is done to one side of the equation must be done to the other side of the equation if the equality is to be maintained.

hgmjr
Reply With Quote
  #7  
Old 02-28-2010, 04:44 PM
Louise Louise is offline
New Member
 
Join Date: Jan 2010
Location: Somerset, UK (GMT)
Posts: 8
Default Math(s) rock . . .

If I may be so bold as to make a tiny suggestion - something that helps me sometimes (and my maths ability might be accurately described as 'vanishingly small') is to try to re-arrange the same equation using numbers instead of symbols. The same rules apply.
Reply With Quote
  #8  
Old 02-28-2010, 05:23 PM
Bill_Marsden's Avatar
Bill_Marsden Bill_Marsden is offline
E-book Developer
 
Join Date: Mar 2008
Location: Dallas, TX (GMT-5 w/ DST)
Posts: 8,653
Blog Entries: 5
Default

I figure we are as close as two people can be technically with such different back grounds. I find I'm having trouble with a lot of the math at this site. I do what can, and ask for help with the rest, same as you.

There was a time I would claim I knew some calculus. However, it rusts like the rest of my skills, but I really don't have a use for it very often. It is pretty much gone now.
__________________
..
"Good enough is enemy of the best." An old engineering saying, Author unknown.

General info:
If you have a question, please start a thread/topic. I do not provide gratis assistance via PM nor E-mail, as that would violate the intent of this Board, which is sharing knowledge ... and deprives you of other knowledgeable input. Thanks for the verbage Wookie.
Reply With Quote
  #9  
Old 02-28-2010, 06:02 PM
hgmjr's Avatar
hgmjr hgmjr is online now
Super Moderator
 
Join Date: Jan 2005
Location: Tennessee, USA (GMT-5)
Posts: 7,146
Blog Entries: 11
Default

Quote:
Originally Posted by SgtWookie View Post
Terrible to admit, but I'm a math rock.

I've been struggling with this for a day, and I simply don't "get it" - this is high-school stuff, and that was a long time ago. Where am I going wrong?
The idea is to get L over on the left side of the equation.

Somehow I've managed to be involved in complex electronics and software for many years, but frankly I suck at math. I don't understand where I'm going wrong here.

Fo=1/2pi*sqrt(Lx*Cs) (this works)
L =4*pi()^2*((1/(D73*E73/1E6))^2/5e-8) (wrong!)

Various things I've tried:

To=2pi*sqrt(Lx*Cs)
To*2pi^2=4pi^2*Lx*Cs

=((d73*e73/1e6)/pi()*2)^2/5e-8

Quote:
STEP 1: To=2*PI()*SQRT(F69*0.05) <=that works; F69=L(uH)
STEP 2: 0=2*PI()*SQRT(F69*0.05)/To
STEP 3: 0/2*PI()^2=(F69*0.05)^2/To
STEP 4: 0/2*PI()^2/F69^2=0.05^2/To
If it helps. The above attempt came off the tracks when both sides of the equation were divided by To in STEP 2. The left side of the equation should have been 1 rather than 0. This is because To/To = 1.

I think it is safe to assume that in these equations references such as F69 and F66 are artifacts of the cut and paste operation from the spreadsheet you are using.

Quote:
To=2*PI()*SQRT(F69*0.05) <=that works; F69=L(uH)
To=2*PI()*SQRT(F69*0.05/1E12) <=that works
F=1/(2*pi()*sqrt(F66*0.05/1E12)) <=that works
F=1/(2*pi()*sqrt(F65/1E6*0.05/1E6)) <=that works
Everything you did above was kosher.
Quote:
L=4*pi()^2*(L67^2/(.05/1e6)) <- garbage
L=4*pi()^2*((1/d68*e68)^2/.05) <- garbage
Where am I going wrong?
In the above box, I can't easily interpret what the cell references equate to so I am unable to determine where things went south.

Hope this helps some.

hgmjr
Reply With Quote
  #10  
Old 02-28-2010, 08:05 PM
SgtWookie's Avatar
SgtWookie SgtWookie is offline
Senior Member
 
Join Date: Jul 2007
Location: Orlando, FL USA
Posts: 13,802
Default

Thanks folks, I figured it out.

It's just a simple Excel spreadsheet that I've been using for testing an assortment of toroids I've had kicking around here for awhile.

I'm using a 74HC14 hex Schmitt-trigger inverter IC with three 100nF caps and a couple of resistors as a buffered Pierce oscillator; from an article published in EDN's Design Ideas, and measured the time of the output square wave with my O-scope (haven't built a freq. counter yet; still in the works...).
EDN article: http://www.edn.com/article/CA6462564.html

I record the divisions and time/div, and out pops the inductance in uH and approximate AL value. It's pretty decent down to maybe 10uH, but then the propagation delay in the 74HC14 starts kicking in along with parasitics from the X7R caps I used. A known 977nH inductor measures 2uH, so it's not all that bad.

One of the caps is used as a supply bypass cap for the 74HC14. The other two caps are on either side of the inductor under test, so they're essentially in series for a total of 50nF.

I was forgetting to shift my decimal places around where they belonged. Adding in a few /1e6 and *1e-6 fixed things up.

L(uH)=1/(4*PI()^2*(1/(scope_divisions*uSecs_per_division*0.000001))^2*( 0.05*0.000001))*1000000
__________________
General info:
If you have a question, please start a thread/topic. I do not provide gratis assistance via PM nor E-mail, as that would violate the intent of this Board, which is sharing knowledge ... and deprives you of other knowledgeable input.
Reply With Quote
Reply   Post New Thread

Bookmarks

Tags
, , , ,

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Math Question! Nishki Homework Help 7 04-27-2009 03:54 PM
A simple question for confirmation FND General Electronics Chat 11 04-03-2009 09:02 PM
Quick Question Regarding a simple Delta Connection. fouadalnoor General Electronics Chat 1 03-29-2009 05:35 PM
Simple math questions boks Math 17 02-09-2009 11:15 PM
Simple Question Tekker Math 7 10-19-2005 11:52 AM


All times are GMT. The time now is 10:30 PM.


User-posted content, unless source quoted, is licensed under a Creative Commons Public Domain License. Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.